h5pubconf.h

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