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