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