📄 h5config.h.in
字号:
/* src/H5config.h. Generated automatically by configure. *//* src/H5config.h.in. Generated automatically from configure.in by autoheader. *//* Define to empty if the keyword does not work. *//* #undef const *//* Define if your struct tm has tm_zone. */#define HAVE_TM_ZONE 1/* Define if you don't have tm_zone but do have the external array tzname. *//* #undef HAVE_TZNAME *//* Define as __inline if that's what the C compiler calls it. */#ifndef WIN32#define inline __inline__#else#define inline#endif/* Define to `long' if <sys/types.h> doesn't define. *//* #undef off_t *//* Define to `unsigned' if <sys/types.h> doesn't define. *//* #undef size_t *//* Define if you have the ANSI C header files. */#define STDC_HEADERS 1/* Define if your <sys/time.h> declares struct tm. *//* #undef TM_IN_SYS_TIME *//* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). *//* #undef WORDS_BIGENDIAN *//* Define if the __attribute__(()) extension is present */#define HAVE_ATTRIBUTE 1/* Define if the compiler understands the __FUNCTION__ keyword. *///#define HAVE_FUNCTION 1/* Define if we have parallel support *//* #undef HAVE_PARALLEL *//* Define if it's safe to use `long long' for hsize_t and hssize_t */#define HAVE_LARGE_HSIZET 1/* The width parameter for printf formats for type `long long', us. `ll' */#define PRINTF_LL_WIDTH "I64"/* Define if `tm_gmtoff' is a member of `struct tm' *///#define HAVE_TM_GMTOFF 1/* Define if `timezone' is a global variable *//* #undef HAVE_TIMEZONE *//* Define if `struct timezone' is defined *///#define HAVE_STRUCT_TIMEZONE 1/* The number of bytes in a double. */#define SIZEOF_DOUBLE 8/* The number of bytes in a float. */#define SIZEOF_FLOAT 4/* The number of bytes in a int. */#define SIZEOF_INT 4/* The number of bytes in a long. */#define SIZEOF_LONG 4/* The number of bytes in a long double. */#define SIZEOF_LONG_DOUBLE 12/* The number of bytes in a long long. */#define SIZEOF_LONG_LONG 0/* The number of bytes in a off_t. */#define SIZEOF_OFF_T 8/* The number of bytes in a short. */#define SIZEOF_SHORT 2/* The number of bytes in a size_t. */#define SIZEOF_SIZE_T 4/* The number of bytes in a char */#define SIZEOF_CHAR 1/* Define if you have the BSDgettimeofday function. *//* #undef HAVE_BSDGETTIMEOFDAY *//* Define if you have the difftime function. */#define HAVE_DIFFTIME 1/* Define if you have the fork function. */#define HAVE_FORK 1/* Define if you have the fseek64 function. *//* #undef HAVE_FSEEK64 *//* Define if you have the gethostname function. *///#define HAVE_GETHOSTNAME 1/* Define if you have the getpwuid function. *///#define HAVE_GETPWUID 1/* Define if you have the getrusage function. *///#define HAVE_GETRUSAGE 1/* Define if you have the gettimeofday function. *///#define HAVE_GETTIMEOFDAY 1/* Define if you have the lseek64 function. *//* #undef HAVE_LSEEK64 *//* Define if you have the sigaction function. *///#define HAVE_SIGACTION 1/* Define if you have the system function. */#define HAVE_SYSTEM 1/* Define if you have the waitpid function. *///#define HAVE_WAITPID 1/* Define if you have the <unistd.h> header file. *///#define HAVE_UNISTD_H 1/* Define if you have the <zlib.h> header file. */#define HAVE_ZLIB_H 1/* Define if you have the coug library (-lcoug). *//* #undef HAVE_LIBCOUG *//* Define if you have the m library (-lm). */#define HAVE_LIBM 1/* Define if you have the mpi library (-lmpi). *//* #undef HAVE_LIBMPI *//* Define if you have the mpio library (-lmpio). *//* #undef HAVE_LIBMPIO *//* Define if you have the z library (-lz). *//* #undef HAVE_LIBZ *//*here are a whole bunch of definitions for WIN32 specific stuff*//* number of bytes in a __int64*/#define SIZEOF___INT64 8/*needed for a time struct*/#define HAVE_WINDOWS_H/*the visual c++ compiler does not know c++ keywords unless compiling in c++ mode*//*#define inline */#define HAVE_IO_H#undef HAVE_ATTRIBUTE#define HAVE_SYS_STAT_H/*use this flag to get around some of the problems with not having RUSAGE and time functions(see iopipe.c)*/#define HAVE_SYS_TIMEB/* Define to `long' if system headers don't define the ssize_t type */ #define ssize_t long /*new macro that was added to the configure script*/#define HAVE_STDDEF_H/* Define if you have the signal function. */#define HAVE_SIGNAL 1/* Define if you have the setjmp.h header. */#define HAVE_SETJMP_H 1/*remove these 2 definitions if you don't want the zlib*/#define HAVE_LIBZ 1#define HAVE_COMPRESS2 1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -