/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * All rights reserved. * * * * This file is part of HDF. The full HDF copyright notice, including * * terms governing use, modification, and redistribution, is contained in * * the files COPYING and Copyright.html. COPYING can be found at the root * * of the source code distribution tree; Copyright.html can be found at * * http://hdfgroup.org/products/hdf4/doc/Copyright.html. If you do not have * * access to either file, you may request a copy from help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* $Id: h4support.h 5738 2012-01-06 16:25:30Z bmribler $ */ #ifndef _H4SUPPORT_H_ #define _H4SUPPORT_H_ /* #include "H4api_adpt.h" */ #include "mfhdf.h" #ifdef __cplusplus extern "C" { #endif #define H4_MAX_MOD_ALLOWED (1024*1024*1024) /* Max buffer size allowed to modify SDS */ HDFLIBAPI intn sdmodcompslab (int32 sdsid, int32 *start, int32 *stride, int32 *end, void * data); #ifdef __cplusplus } #endif #endif /* _H4SUPPORT_H_ */