00001 /* windows/src/H5pubconf.h. Adapted from generated Linux src/H5pubconf.h */ 00002 /* src/H5config.h. Generated from H5config.h.in by configure. */ 00003 /* src/H5config.h.in. Generated from configure.in by autoheader. */ 00004 00005 /* 00006 * Windows Specific Definitions 00007 */ 00008 00009 /* Define if the Windows virtual file driver should be compiled */ 00010 #define H5_HAVE_WINDOWS 1 00011 00012 /* Define if the Windows virtual file driver should use buffered IO functions */ 00013 /* #undef WINDOWS_USE_STDIO */ 00014 00015 /* Define the maximum write size for the Windows file driver. Larger writes 00016 will be split into many writes. Safe values are 1 <= WINDOWS_MAX_BUF <= 2GB-1. */ 00017 #define WINDOWS_MAX_BUF (1024 * 1024 * 1024) 00018 00019 /* 00020 * End of Windows Specific Definitions 00021 */ 00022 00023 /* Define if your system generates wrong code for log2 routine. */ 00024 /* #undef H5_BAD_LOG2_CODE_GENERATED */ 00025 00026 /* Define if the memory buffers being written to disk should be cleared before 00027 writing. */ 00028 #define H5_CLEAR_MEMORY 1 00029 00030 /* Define if your system can handle converting denormalized floating-point 00031 values. */ 00032 #define H5_CONVERT_DENORMAL_FLOAT 1 00033 00034 /* Define if C++ compiler recognizes offsetof */ 00035 #define H5_CXX_HAVE_OFFSETOF 1 00036 00037 /* Define the default virtual file driver to compile */ 00038 #define H5_DEFAULT_VFD H5FD_WINDOWS 00039 00040 /* Define if `dev_t' is a scalar */ 00041 #define H5_DEV_T_IS_SCALAR 1 00042 00043 /* Define to dummy `main' function (if any) required to link to the Fortran 00044 libraries. */ 00045 /* #undef H5_FC_DUMMY_MAIN */ 00046 00047 /* Define if F77 and FC dummy `main' functions are identical. */ 00048 /* #undef H5_FC_DUMMY_MAIN_EQ_F77 */ 00049 00050 /* Define to a macro mangling the given C identifier (in lower and upper 00051 case), which must not contain underscores, for linking with Fortran. */ 00052 #define H5_FC_FUNC(name,NAME) NAME 00053 00054 /* As FC_FUNC, but for C identifiers containing underscores. */ 00055 #define H5_FC_FUNC_(name,NAME) NAME 00056 00057 /* Define if your system can handle overflow converting floating-point to 00058 integer values. */ 00059 #define H5_FP_TO_INTEGER_OVERFLOW_WORKS 1 00060 00061 /* Define if your system roundup accurately converting floating-point to 00062 unsigned long long values. */ 00063 #define H5_FP_TO_ULLONG_ACCURATE 1 00064 00065 /* Define if your system has right maximum convert floating-point to unsigned 00066 long long values. */ 00067 /* #undef H5_FP_TO_ULLONG_RIGHT_MAXIMUM 1 */ 00068 00069 /* Define if gettimeofday() populates the tz pointer passed in */ 00070 /* #undef H5_GETTIMEOFDAY_GIVES_TZ */ 00071 00072 /* Define to 1 if you have the `alarm' function. */ 00073 /* #undef H5_HAVE_ALARM */ 00074 00075 /* Define if the __attribute__(()) extension is present */ 00076 /* #undef H5_HAVE_ATTRIBUTE */ 00077 00078 /* Define to 1 if you have the `BSDgettimeofday' function. */ 00079 /* #undef H5_HAVE_BSDGETTIMEOFDAY */ 00080 00081 /* Define if the function stack tracing code is to be compiled in */ 00082 /* #undef H5_HAVE_CODESTACK */ 00083 00084 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. 00085 */ 00086 #define H5_HAVE_DECL_TZNAME 1 00087 00088 /* Define to 1 if you have the `difftime' function. */ 00089 #define H5_HAVE_DIFFTIME 1 00090 00091 /* Define if the direct I/O virtual file driver should be compiled */ 00092 /* #undef H5_HAVE_DIRECT */ 00093 00094 /* Define to 1 if you have the <dlfcn.h> header file. */ 00095 /* #undef H5_HAVE_DLFCN_H */ 00096 00097 /* Define to 1 if you have the <dmalloc.h> header file. */ 00098 /* #undef H5_HAVE_DMALLOC_H */ 00099 00100 /* Define to 1 if you have the <features.h> header file. */ 00101 /* #undef H5_HAVE_FEATURES_H */ 00102 00103 /* Define if support for deflate (zlib) filter is enabled */ 00104 #define H5_HAVE_FILTER_DEFLATE 1 00105 00106 /* Define if support for Fletcher32 checksum is enabled */ 00107 #define H5_HAVE_FILTER_FLETCHER32 1 00108 00109 /* Define if support for nbit filter is enabled */ 00110 #define H5_HAVE_FILTER_NBIT 1 00111 00112 /* Define if support for scaleoffset filter is enabled */ 00113 #define H5_HAVE_FILTER_SCALEOFFSET 1 00114 00115 /* Define if support for shuffle filter is enabled */ 00116 #define H5_HAVE_FILTER_SHUFFLE 1 00117 00118 /* Define if support for szip filter is enabled */ 00119 #define H5_HAVE_FILTER_SZIP 1 00120 00121 /* Define to 1 if you have the `fork' function. */ 00122 /* #undef H5_HAVE_FORK */ 00123 00124 /* Define to 1 if you have the `frexpf' function. */ 00125 /* #undef H5_HAVE_FREXPF */ 00126 00127 /* Define to 1 if you have the `frexpl' function. */ 00128 /* #undef H5_HAVE_FREXPL */ 00129 00130 /* Define to 1 if you have the `fseek64' function. */ 00131 /* #undef H5_HAVE_FSEEK64 */ 00132 00133 /* Define to 1 if you have the `fseeko' function. */ 00134 /* #undef H5_HAVE_FSEEKO */ 00135 00136 /* Define to 1 if you have the `fstat64' function. */ 00137 /* #undef H5_HAVE_FSTAT64 */ 00138 00139 /* Define to 1 if you have the `ftello' function. */ 00140 /* #undef H5_HAVE_FTELLO */ 00141 00142 /* Define if the compiler understand the __FUNCTION__ keyword */ 00143 #define H5_HAVE_FUNCTION 1 00144 00145 /* Define to 1 if you have the `GetConsoleScreenBufferInfo' function. */ 00146 #define H5_HAVE_GETCONSOLESCREENBUFFERINFO 1 00147 00148 /* Define to 1 if you have the `gethostname' function. */ 00149 #define H5_HAVE_GETHOSTNAME 1 00150 00151 /* Define to 1 if you have the `getpwuid' function. */ 00152 /* #undef H5_HAVE_GETPWUID */ 00153 00154 /* Define to 1 if you have the `getrusage' function. */ 00155 /* #define H5_HAVE_GETRUSAGE 1 */ 00156 00157 /* Define to 1 if you have the `gettextinfo' function. */ 00158 /* #undef H5_HAVE_GETTEXTINFO */ 00159 00160 /* Define to 1 if you have the `gettimeofday' function. */ 00161 /* #undef H5_HAVE_GETTIMEOFDAY */ 00162 00163 /* Define to 1 if you have the `get_fpc_csr' function. */ 00164 /* #undef H5_HAVE_GET_FPC_CSR */ 00165 00166 /* Define if we have GPFS support */ 00167 /* #undef H5_HAVE_GPFS */ 00168 00169 /* Define to 1 if you have the <gpfs.h> header file. */ 00170 /* #undef H5_HAVE_GPFS_H */ 00171 00172 /* Define if library will contain instrumentation to detect correct 00173 optimization operation */ 00174 /* #undef H5_HAVE_INSTRUMENTED_LIBRARY */ 00175 00176 /* Define to 1 if you have the <inttypes.h> header file. */ 00177 /* #undef H5_HAVE_INTTYPES_H */ 00178 00179 /* Define to 1 if you have the `ioctl' function. */ 00180 /* #undef H5_HAVE_IOCTL */ 00181 00182 /* Define to 1 if you have the <io.h> header file. */ 00183 #define H5_HAVE_IO_H 00184 00185 /* Define to 1 if you have the `dmalloc' library (-ldmalloc). */ 00186 /* #undef H5_HAVE_LIBDMALLOC */ 00187 00188 /* Define to 1 if you have the `lmpe' library (-llmpe). */ 00189 /* #undef H5_HAVE_LIBLMPE */ 00190 00191 /* Define to 1 if you have the `m' library (-lm). */ 00192 /* #undef H5_HAVE_LIBM */ 00193 00194 /* Define to 1 if you have the `mpe' library (-lmpe). */ 00195 /* #undef H5_HAVE_LIBMPE */ 00196 00197 /* Define to 1 if you have the `mpi' library (-lmpi). */ 00198 /* #undef H5_HAVE_LIBMPI */ 00199 00200 /* Define to 1 if you have the `mpich' library (-lmpich). */ 00201 /* #undef H5_HAVE_LIBMPICH */ 00202 00203 /* Define to 1 if you have the `mpio' library (-lmpio). */ 00204 /* #undef H5_HAVE_LIBMPIO */ 00205 00206 /* Define to 1 if you have the `nsl' library (-lnsl). */ 00207 /* #undef H5_HAVE_LIBNSL */ 00208 00209 /* Define to 1 if you have the `pthread' library (-lpthread). */ 00210 /* #undef H5_HAVE_LIBPTHREAD */ 00211 00212 /* Define to 1 if you have the `socket' library (-lsocket). */ 00213 /* #undef H5_HAVE_LIBSOCKET */ 00214 00215 /* Define to 1 if you have the `sz' library (-lsz). */ 00216 /* #undef H5_HAVE_LIBSZ */ 00217 00218 /* Define to 1 if you have the `z' library (-lz). */ 00219 /* #undef H5_HAVE_LIBZ */ 00220 00221 /* Define to 1 if you have the `longjmp' function. */ 00222 #define H5_HAVE_LONGJMP 1 00223 00224 /* Define to 1 if you have the `lseek64' function. */ 00225 /* #undef H5_HAVE_LSEEK64 */ 00226 00227 /* Define to 1 if you have the `lstat' function. */ 00228 /* #undef H5_HAVE_LSTAT */ 00229 00230 /* Define to 1 if you have the <memory.h> header file. */ 00231 #define H5_HAVE_MEMORY_H 1 00232 00233 /* Define if we have MPE support */ 00234 /* #undef H5_HAVE_MPE */ 00235 00236 /* Define to 1 if you have the <mpe.h> header file. */ 00237 /* #undef H5_HAVE_MPE_H */ 00238 00239 /* Define if MPI_File_get_size works correctly */ 00240 #define H5_HAVE_MPI_GET_SIZE 1 00241 00242 /* Define if `MPI_Comm_c2f' and `MPI_Comm_f2c' exists */ 00243 /* #undef H5_HAVE_MPI_MULTI_LANG_Comm */ 00244 00245 /* Define if `MPI_Info_c2f' and `MPI_Info_f2c' exists */ 00246 /* #undef H5_HAVE_MPI_MULTI_LANG_Info */ 00247 00248 /* Define if we have parallel support */ 00249 /* #undef H5_HAVE_PARALLEL */ 00250 00251 /* Define to 1 if you have the <pthread.h> header file. */ 00252 /* #undef H5_HAVE_PTHREAD_H */ 00253 00254 /* Define to 1 if you have the `random' function. */ 00255 /* #undef H5_HAVE_RANDOM */ 00256 00257 /* Define to 1 if you have the `rand_r' function. */ 00258 /* #undef H5_HAVE_RAND_R */ 00259 00260 /* Define to 1 if you have the <setjmp.h> header file. */ 00261 #define H5_HAVE_SETJMP_H 1 00262 00263 /* Define to 1 if you have the `setsysinfo' function. */ 00264 /* #undef H5_HAVE_SETSYSINFO */ 00265 00266 /* Define to 1 if you have the `siglongjmp' function. */ 00267 /* #undef H5_HAVE_SIGLONGJMP */ 00268 00269 /* Define to 1 if you have the `signal' function. */ 00270 #define H5_HAVE_SIGNAL 1 00271 00272 /* Define to 1 if you have the `snprintf' function. */ 00273 /* #undef H5_HAVE_SNPRINTF */ 00274 00275 /* Define to 1 if you have the `srandom' function. */ 00276 /* #undef H5_HAVE_SRANDOM */ 00277 00278 /* Define to 1 if you have the `stat64' function. */ 00279 /* #undef H5_HAVE_STAT64 */ 00280 00281 /* Define if `struct stat' has the `st_blocks' field */ 00282 /* #undef H5_HAVE_STAT_ST_BLOCKS */ 00283 00284 /* Define to 1 if you have the <stddef.h> header file. */ 00285 #define H5_HAVE_STDDEF_H 1 00286 00287 /* Define to 1 if you have the <stdint.h> header file. */ 00288 /* #undef H5_HAVE_STDINT_H */ 00289 00290 /* Define to 1 if you have the <stdlib.h> header file. */ 00291 #define H5_HAVE_STDLIB_H 1 00292 00293 /* Define to 1 if you have the `strdup' function. */ 00294 #define H5_HAVE_STRDUP 1 00295 00296 /* Define to 1 if you have the <strings.h> header file. */ 00297 /* #undef H5_HAVE_STRINGS_H */ 00298 00299 /* Define to 1 if you have the <string.h> header file. */ 00300 #define H5_HAVE_STRING_H 1 00301 00302 /* Define if `struct text_info' is defined */ 00303 /* #undef H5_HAVE_STRUCT_TEXT_INFO */ 00304 00305 /* Define if `struct timezone' is defined */ 00306 /* #undef H5_HAVE_STRUCT_TIMEZONE */ 00307 00308 /* Define to 1 if `tm_zone' is member of `struct tm'. */ 00309 /* #undef H5_HAVE_STRUCT_TM_TM_ZONE */ 00310 00311 /* Define if `struct videoconfig' is defined */ 00312 /* #undef H5_HAVE_STRUCT_VIDEOCONFIG */ 00313 00314 /* Define to 1 if you have the `system' function. */ 00315 #define H5_HAVE_SYSTEM 1 00316 00317 /* Define to 1 if you have the <sys/fpu.h> header file. */ 00318 /* #undef H5_HAVE_SYS_FPU_H */ 00319 00320 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 00321 /* #undef H5_HAVE_SYS_IOCTL_H */ 00322 00323 /* Define to 1 if you have the <sys/proc.h> header file. */ 00324 /* #undef H5_HAVE_SYS_PROC_H */ 00325 00326 /* Define to 1 if you have the <sys/resource.h> header file. */ 00327 /* #undef H5_HAVE_SYS_RESOURCE_H */ 00328 00329 /* Define to 1 if you have the <sys/socket.h> header file. */ 00330 /* #undef H5_HAVE_SYS_SOCKET_H */ 00331 00332 /* Define to 1 if you have the <sys/stat.h> header file. */ 00333 #define H5_HAVE_SYS_STAT_H 1 00334 00335 /* Define to 1 if you have the <sys/sysinfo.h> header file. */ 00336 /* #undef H5_HAVE_SYS_SYSINFO_H */ 00337 00338 /* Define to 1 if you have the <sys/timeb.h> header file. */ 00339 #define H5_HAVE_SYS_TIMEB_H 1 00340 00341 /* Define to 1 if you have the <sys/time.h> header file. */ 00342 /* #undef H5_HAVE_SYS_TIME_H */ 00343 00344 /* Define to 1 if you have the <sys/types.h> header file. */ 00345 #define H5_HAVE_SYS_TYPES_H 1 00346 00347 /* Define to 1 if you have the <szlib.h> header file. */ 00348 #define H5_HAVE_SZLIB_H 1 00349 00350 /* Define if we have thread safe support */ 00351 /* #undef H5_HAVE_THREADSAFE */ 00352 00353 /* Define if `timezone' is a global variable */ 00354 #define H5_HAVE_TIMEZONE 1 00355 00356 /* Define if the ioctl TIOCGETD is defined */ 00357 /* #undef H5_HAVE_TIOCGETD */ 00358 00359 /* Define if the ioctl TIOGWINSZ is defined */ 00360 /* #undef H5_HAVE_TIOCGWINSZ */ 00361 00362 /* Define to 1 if you have the `tmpfile' function. */ 00363 #define H5_HAVE_TMPFILE 1 00364 00365 /* Define if `tm_gmtoff' is a member of `struct tm' */ 00366 /* #undef H5_HAVE_TM_GMTOFF */ 00367 00368 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use 00369 `HAVE_STRUCT_TM_TM_ZONE' instead. */ 00370 /* #undef H5_HAVE_TM_ZONE */ 00371 00372 /* Define to 1 if you don't have `tm_zone' but do have the external array 00373 `tzname'. */ 00374 #define H5_HAVE_TZNAME 1 00375 00376 /* Define to 1 if you have the <unistd.h> header file. */ 00377 /* #undef H5_HAVE_UNISTD_H */ 00378 00379 /* Define to 1 if you have the `vasprintf' function. */ 00380 /* #undef H5_HAVE_VASPRINTF */ 00381 00382 /* Define to 1 if you have the `vsnprintf' function. */ 00383 /* #undef H5_HAVE_VSNPRINTF */ 00384 00385 /* Define to 1 if you have the `waitpid' function. */ 00386 /* #undef H5_HAVE_WAITPID */ 00387 00388 /* Define if your system has window style path name. */ 00389 #define H5_HAVE_WINDOW_PATH 1 00390 00391 /* Define to 1 if you have the <winsock.h> header file. */ 00392 #define H5_HAVE_WINSOCK_H 1 00393 00394 /* Define to 1 if you have the <zlib.h> header file. */ 00395 #define H5_HAVE_ZLIB_H 1 00396 00397 /* Define to 1 if you have the `_getvideoconfig' function. */ 00398 /* #undef H5_HAVE__GETVIDEOCONFIG */ 00399 00400 /* Define to 1 if you have the `_scrsize' function. */ 00401 /* #undef H5_HAVE__SCRSIZE */ 00402 00403 /* Define if `__tm_gmtoff' is a member of `struct tm' */ 00404 /* #undef H5_HAVE___TM_GMTOFF */ 00405 00406 /* Define if your system can't handle converting floating-point values to long 00407 long. */ 00408 /* #undef H5_HW_FP_TO_LLONG_NOT_WORKS */ 00409 00410 /* Define if HDF5's high-level library headers should be included in hdf5.h */ 00411 #define H5_INCLUDE_HL 1 00412 00413 /* Define if your system can accurately convert from integers to long double 00414 values. */ 00415 #define H5_INTEGER_TO_LDOUBLE_ACCURATE 1 00416 00417 /* Define if your system can convert long double to integers accurately. */ 00418 #define H5_LDOUBLE_TO_INTEGER_ACCURATE 1 00419 00420 /* Define if your system can convert from long double to integer values. */ 00421 #define H5_LDOUBLE_TO_INTEGER_WORKS 1 00422 00423 /* Define if your system can convert long double to (unsigned) long long 00424 values correctly. */ 00425 #define H5_LDOUBLE_TO_LLONG_ACCURATE 1 00426 00427 /* Define if your system can convert long double to unsigned int values 00428 correctly. */ 00429 #define H5_LDOUBLE_TO_UINT_ACCURATE 1 00430 00431 /* Define if your system can compile long long to floating-point casts. */ 00432 #define H5_LLONG_TO_FP_CAST_WORKS 1 00433 00434 /* Define if your system can convert (unsigned) long long to long double 00435 values correctly. */ 00436 #define H5_LLONG_TO_LDOUBLE_CORRECT 1 00437 00438 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00439 */ 00440 #define H5_LT_OBJDIR ".libs/" 00441 00442 /* Define if the metadata trace file code is to be compiled in */ 00443 /* #undef H5_METADATA_TRACE_FILE */ 00444 00445 /* Define if your system can handle complicated MPI derived datatype 00446 correctly. */ 00447 #define H5_MPI_COMPLEX_DERIVED_DATATYPE_WORKS 1 00448 00449 /* Define if your system's `MPI_File_set_size' function works for files over 00450 2GB. */ 00451 #define H5_MPI_FILE_SET_SIZE_BIG 1 00452 00453 /* Define if your system can handle special collective IO properly. */ 00454 #define H5_MPI_SPECIAL_COLLECTIVE_IO_WORKS 1 00455 00456 /* Define if we can violate pointer alignment restrictions */ 00457 #define H5_NO_ALIGNMENT_RESTRICTIONS 1 00458 00459 /* Define if deprecated public API symbols are disabled */ 00460 /* #undef H5_NO_DEPRECATED_SYMBOLS */ 00461 00462 /* Define if shared writing must be disabled (CodeWarrior only) */ 00463 /* #undef H5_NO_SHARED_WRITING */ 00464 00465 /* Name of package */ 00466 #define H5_PACKAGE "hdf5" 00467 00468 /* Define to the address where bug reports for this package should be sent. */ 00469 #define H5_PACKAGE_BUGREPORT "help@hdfgroup.org" 00470 00471 /* Define to the full name of this package. */ 00472 #define H5_PACKAGE_NAME "HDF5" 00473 00474 /* Define to the full name and version of this package. */ 00475 #define H5_PACKAGE_STRING "HDF5 1.8.4-snap17" 00476 00477 /* Define to the one symbol short name of this package. */ 00478 #define H5_PACKAGE_TARNAME "hdf5" 00479 00480 /* Define to the version of this package. */ 00481 #define H5_PACKAGE_VERSION "1.8.4-snap17" 00482 00483 /* Width for printf() for type `long long' or `__int64', use `ll' */ 00484 #define H5_PRINTF_LL_WIDTH "I64" 00485 00486 /* The size of `char', as computed by sizeof. */ 00487 #define H5_SIZEOF_CHAR 1 00488 00489 /* The size of `double', as computed by sizeof. */ 00490 #define H5_SIZEOF_DOUBLE 8 00491 00492 /* The size of `float', as computed by sizeof. */ 00493 #define H5_SIZEOF_FLOAT 4 00494 00495 /* The size of `int', as computed by sizeof. */ 00496 #define H5_SIZEOF_INT 4 00497 00498 /* The size of `int16_t', as computed by sizeof. */ 00499 #define H5_SIZEOF_INT16_T 0 00500 00501 /* The size of `int32_t', as computed by sizeof. */ 00502 #define H5_SIZEOF_INT32_T 0 00503 00504 /* The size of `int64_t', as computed by sizeof. */ 00505 #define H5_SIZEOF_INT64_T 0 00506 00507 /* The size of `int8_t', as computed by sizeof. */ 00508 #define H5_SIZEOF_INT8_T 0 00509 00510 /* The size of `int_fast16_t', as computed by sizeof. */ 00511 #define H5_SIZEOF_INT_FAST16_T 0 00512 00513 /* The size of `int_fast32_t', as computed by sizeof. */ 00514 #define H5_SIZEOF_INT_FAST32_T 0 00515 00516 /* The size of `int_fast64_t', as computed by sizeof. */ 00517 #define H5_SIZEOF_INT_FAST64_T 0 00518 00519 /* The size of `int_fast8_t', as computed by sizeof. */ 00520 #define H5_SIZEOF_INT_FAST8_T 0 00521 00522 /* The size of `int_least16_t', as computed by sizeof. */ 00523 #define H5_SIZEOF_INT_LEAST16_T 0 00524 00525 /* The size of `int_least32_t', as computed by sizeof. */ 00526 #define H5_SIZEOF_INT_LEAST32_T 0 00527 00528 /* The size of `int_least64_t', as computed by sizeof. */ 00529 #define H5_SIZEOF_INT_LEAST64_T 0 00530 00531 /* The size of `int_least8_t', as computed by sizeof. */ 00532 #define H5_SIZEOF_INT_LEAST8_T 0 00533 00534 /* The size of `long', as computed by sizeof. */ 00535 #define H5_SIZEOF_LONG 4 00536 00537 /* The size of `long double', as computed by sizeof. */ 00538 #define H5_SIZEOF_LONG_DOUBLE 8 00539 00540 /* The size of `long long', as computed by sizeof. */ 00541 #define H5_SIZEOF_LONG_LONG 8 00542 00543 /* The size of `off64_t', as computed by sizeof. */ 00544 #define H5_SIZEOF_OFF64_T 0 00545 00546 /* The size of `off_t', as computed by sizeof. */ 00547 #define H5_SIZEOF_OFF_T 4 00548 00549 /* The size of `short', as computed by sizeof. */ 00550 #define H5_SIZEOF_SHORT 2 00551 00552 /* The size of `size_t', as computed by sizeof. */ 00553 #ifndef _WIN64 00554 #define H5_SIZEOF_SIZE_T 4 00555 #else 00556 #define H5_SIZEOF_SIZE_T 8 00557 #endif /* _WIN64 */ 00558 00559 /* The size of `ssize_t', as computed by sizeof. */ 00560 #define H5_SIZEOF_SSIZE_T 0 00561 00562 /* The size of `uint16_t', as computed by sizeof. */ 00563 #define H5_SIZEOF_UINT16_T 0 00564 00565 /* The size of `uint32_t', as computed by sizeof. */ 00566 #define H5_SIZEOF_UINT32_T 0 00567 00568 /* The size of `uint64_t', as computed by sizeof. */ 00569 #define H5_SIZEOF_UINT64_T 0 00570 00571 /* The size of `uint8_t', as computed by sizeof. */ 00572 #define H5_SIZEOF_UINT8_T 0 00573 00574 /* The size of `uint_fast16_t', as computed by sizeof. */ 00575 #define H5_SIZEOF_UINT_FAST16_T 0 00576 00577 /* The size of `uint_fast32_t', as computed by sizeof. */ 00578 #define H5_SIZEOF_UINT_FAST32_T 0 00579 00580 /* The size of `uint_fast64_t', as computed by sizeof. */ 00581 #define H5_SIZEOF_UINT_FAST64_T 0 00582 00583 /* The size of `uint_fast8_t', as computed by sizeof. */ 00584 #define H5_SIZEOF_UINT_FAST8_T 0 00585 00586 /* The size of `uint_least16_t', as computed by sizeof. */ 00587 #define H5_SIZEOF_UINT_LEAST16_T 0 00588 00589 /* The size of `uint_least32_t', as computed by sizeof. */ 00590 #define H5_SIZEOF_UINT_LEAST32_T 0 00591 00592 /* The size of `uint_least64_t', as computed by sizeof. */ 00593 #define H5_SIZEOF_UINT_LEAST64_T 0 00594 00595 /* The size of `uint_least8_t', as computed by sizeof. */ 00596 #define H5_SIZEOF_UINT_LEAST8_T 0 00597 00598 /* The size of `__int64', as computed by sizeof. */ 00599 #define H5_SIZEOF___INT64 8 00600 00601 /* Define to 1 if you have the ANSI C header files. */ 00602 #define H5_STDC_HEADERS 1 00603 00604 /* Define if strict file format checks are enabled */ 00605 /* #undef H5_STRICT_FORMAT_CHECKS */ 00606 00607 /* Define if your system supports pthread_attr_setscope(&attribute, 00608 PTHREAD_SCOPE_SYSTEM) call. */ 00609 #define H5_SYSTEM_SCOPE_THREADS 1 00610 00611 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00612 /* #undef H5_TIME_WITH_SYS_TIME */ 00613 00614 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00615 /* #undef H5_TM_IN_SYS_TIME */ 00616 00617 /* Define if your system can compile unsigned long long to floating-point 00618 casts. */ 00619 #define H5_ULLONG_TO_FP_CAST_WORKS 1 00620 00621 /* Define if your system can convert unsigned long long to long double with 00622 correct precision. */ 00623 #define H5_ULLONG_TO_LDOUBLE_PRECISION 1 00624 00625 /* Define if your system can accurately convert unsigned (long) long values to 00626 floating-point values. */ 00627 /* #undef H5_ULONG_TO_FP_BOTTOM_BIT_ACCURATE */ 00628 00629 /* Define using v1.6 public API symbols by default */ 00630 /* #undef H5_USE_16_API_DEFAULT */ 00631 00632 /* Define if a memory checking tool will be used on the library, to cause 00633 library to be very picky about memory operations and also disable the 00634 internal free list manager code. */ 00635 /* #undef H5_USING_MEMCHECKER */ 00636 00637 /* Version number of package */ 00638 #define H5_VERSION "1.8.4-snap17" 00639 00640 /* Define if vsnprintf() returns the correct value for formatted strings that 00641 don't fit into size allowed */ 00642 /* #undef H5_VSNPRINTF_WORKS */ 00643 00644 /* Data accuracy is prefered to speed during data conversions */ 00645 #define H5_WANT_DATA_ACCURACY 1 00646 00647 /* Check exception handling functions during data conversions */ 00648 #define H5_WANT_DCONV_EXCEPTION 1 00649 00650 /* Define to 1 if your processor stores words with the most significant byte 00651 first (like Motorola and SPARC, unlike Intel and VAX). */ 00652 /* #undef H5_WORDS_BIGENDIAN */ 00653 00654 /* Define to empty if `const' does not conform to ANSI C. */ 00655 /* #undef H5_const */ 00656 00657 /* Define to `__inline__' or `__inline' if that's what the C compiler 00658 calls it, or to nothing if 'inline' is not supported under any name. */ 00659 #ifndef __cplusplus 00660 #define H5_inline __inline 00661 #endif 00662 00663 /* Define to `long int' if <sys/types.h> does not define. */ 00664 /* #undef H5_off_t */ 00665 00666 /* Define to `unsigned long' if <sys/types.h> does not define. */ 00667 /* #undef H5_size_t */ 00668 00669 /* Define to `long' if <sys/types.h> does not define. */ 00670 #define H5_ssize_t long