2002-04-03 06:08:23 +08:00
|
|
|
/* src/H5config.h.in. Generated from configure.in by autoheader. */
|
1997-08-16 00:51:34 +08:00
|
|
|
|
2006-09-16 04:20:39 +08:00
|
|
|
/* Define if your system generates wrong code for log2 routine. */
|
|
|
|
#undef BAD_LOG2_CODE_GENERATED
|
|
|
|
|
2007-05-30 04:06:49 +08:00
|
|
|
/* Define if the memory buffers being written to disk should be cleared before
|
|
|
|
writing. */
|
|
|
|
#undef CLEAR_MEMORY
|
|
|
|
|
2004-01-01 04:36:37 +08:00
|
|
|
/* Define if your system can handle converting denormalized floating-point
|
|
|
|
values. */
|
|
|
|
#undef CONVERT_DENORMAL_FLOAT
|
|
|
|
|
2007-06-30 04:52:56 +08:00
|
|
|
/* Define if C++ compiler recognizes offsetof */
|
|
|
|
#undef CXX_HAVE_OFFSETOF
|
|
|
|
|
2007-06-11 21:35:43 +08:00
|
|
|
/* Define the default virtual file driver to compile */
|
|
|
|
#undef DEFAULT_VFD
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define if `dev_t' is a scalar */
|
|
|
|
#undef DEV_T_IS_SCALAR
|
1997-10-21 07:14:35 +08:00
|
|
|
|
2005-04-05 05:17:51 +08:00
|
|
|
/* Define to dummy `main' function (if any) required to link to the Fortran
|
|
|
|
libraries. */
|
|
|
|
#undef FC_DUMMY_MAIN
|
|
|
|
|
|
|
|
/* Define if F77 and FC dummy `main' functions are identical. */
|
|
|
|
#undef FC_DUMMY_MAIN_EQ_F77
|
|
|
|
|
|
|
|
/* Define to a macro mangling the given C identifier (in lower and upper
|
|
|
|
case), which must not contain underscores, for linking with Fortran. */
|
|
|
|
#undef FC_FUNC
|
|
|
|
|
|
|
|
/* As FC_FUNC, but for C identifiers containing underscores. */
|
|
|
|
#undef FC_FUNC_
|
|
|
|
|
2005-07-20 02:16:33 +08:00
|
|
|
/* Define if your system can handle overflow converting floating-point to
|
|
|
|
integer values. */
|
|
|
|
#undef FP_TO_INTEGER_OVERFLOW_WORKS
|
|
|
|
|
2005-08-29 23:21:58 +08:00
|
|
|
/* Define if your system roundup accurately converting floating-point to
|
|
|
|
unsigned long long values. */
|
|
|
|
#undef FP_TO_ULLONG_ACCURATE
|
2004-05-13 05:43:12 +08:00
|
|
|
|
|
|
|
/* Define if your system has right maximum convert floating-point to unsigned
|
|
|
|
long long values. */
|
|
|
|
#undef FP_TO_ULLONG_RIGHT_MAXIMUM
|
|
|
|
|
2004-12-29 22:26:20 +08:00
|
|
|
/* Define if gettimeofday() populates the tz pointer passed in */
|
|
|
|
#undef GETTIMEOFDAY_GIVES_TZ
|
|
|
|
|
2005-09-27 11:26:03 +08:00
|
|
|
/* Define to 1 if you have the `alarm' function. */
|
|
|
|
#undef HAVE_ALARM
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define if the __attribute__(()) extension is present */
|
|
|
|
#undef HAVE_ATTRIBUTE
|
1998-07-30 00:43:59 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `BSDgettimeofday' function. */
|
|
|
|
#undef HAVE_BSDGETTIMEOFDAY
|
1998-07-30 00:43:59 +08:00
|
|
|
|
2009-01-14 21:09:42 +08:00
|
|
|
/* Define if the compiler understands C99 designated initialization of structs
|
|
|
|
and unions */
|
|
|
|
#undef HAVE_C99_DESIGNATED_INITIALIZER
|
|
|
|
|
|
|
|
/* Define if the compiler understands the __func__ keyword */
|
2008-09-17 22:04:35 +08:00
|
|
|
#undef HAVE_C99_FUNC
|
|
|
|
|
2006-05-02 11:17:49 +08:00
|
|
|
/* Define if the function stack tracing code is to be compiled in */
|
|
|
|
#undef HAVE_CODESTACK
|
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
|
|
|
|
*/
|
|
|
|
#undef HAVE_DECL_TZNAME
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `difftime' function. */
|
|
|
|
#undef HAVE_DIFFTIME
|
1997-08-16 00:51:34 +08:00
|
|
|
|
2006-10-11 04:07:16 +08:00
|
|
|
/* Define if the direct I/O virtual file driver should be compiled */
|
|
|
|
#undef HAVE_DIRECT
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
|
|
#undef HAVE_DLFCN_H
|
1997-08-16 00:51:34 +08:00
|
|
|
|
2002-07-13 02:29:41 +08:00
|
|
|
/* Define to 1 if you have the <dmalloc.h> header file. */
|
|
|
|
#undef HAVE_DMALLOC_H
|
|
|
|
|
2009-04-21 10:02:46 +08:00
|
|
|
/* Define if library information should be embedded in the executables */
|
|
|
|
#undef HAVE_EMBEDDED_LIBINFO
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <features.h> header file. */
|
|
|
|
#undef HAVE_FEATURES_H
|
1997-08-16 00:51:34 +08:00
|
|
|
|
2005-05-21 01:32:49 +08:00
|
|
|
/* Define if support for deflate (zlib) filter is enabled */
|
2002-11-20 21:15:18 +08:00
|
|
|
#undef HAVE_FILTER_DEFLATE
|
2002-11-12 04:32:02 +08:00
|
|
|
|
2003-04-01 23:27:45 +08:00
|
|
|
/* Define if support for Fletcher32 checksum is enabled */
|
|
|
|
#undef HAVE_FILTER_FLETCHER32
|
|
|
|
|
2005-01-07 03:04:15 +08:00
|
|
|
/* Define if support for nbit filter is enabled */
|
|
|
|
#undef HAVE_FILTER_NBIT
|
|
|
|
|
2005-02-17 11:03:50 +08:00
|
|
|
/* Define if support for scaleoffset filter is enabled */
|
|
|
|
#undef HAVE_FILTER_SCALEOFFSET
|
|
|
|
|
2002-11-12 04:32:02 +08:00
|
|
|
/* Define if support for shuffle filter is enabled */
|
|
|
|
#undef HAVE_FILTER_SHUFFLE
|
|
|
|
|
2003-04-01 23:27:45 +08:00
|
|
|
/* Define if support for szip filter is enabled */
|
|
|
|
#undef HAVE_FILTER_SZIP
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `fork' function. */
|
|
|
|
#undef HAVE_FORK
|
1998-11-03 01:58:28 +08:00
|
|
|
|
2004-01-01 04:36:37 +08:00
|
|
|
/* Define to 1 if you have the `frexpf' function. */
|
|
|
|
#undef HAVE_FREXPF
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `frexpl' function. */
|
|
|
|
#undef HAVE_FREXPL
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `fseek64' function. */
|
|
|
|
#undef HAVE_FSEEK64
|
1998-07-30 00:43:59 +08:00
|
|
|
|
2007-04-05 03:59:00 +08:00
|
|
|
/* Define to 1 if you have the `fseeko' function. */
|
|
|
|
#undef HAVE_FSEEKO
|
|
|
|
|
2006-05-14 13:09:25 +08:00
|
|
|
/* Define to 1 if you have the `fstat64' function. */
|
|
|
|
#undef HAVE_FSTAT64
|
|
|
|
|
2007-04-05 03:59:00 +08:00
|
|
|
/* Define to 1 if you have the `ftello' function. */
|
|
|
|
#undef HAVE_FTELLO
|
|
|
|
|
[svn-r15825] Description:
Fix various problems with a the core & sec2 VFDs.
Improve the h5_get_file_size() routine to handle files created with
VFDs that use multiple files.
Tested on:
Mac OS X/32 10.5.5 (amazon) in debug mode
Mac OS X/32 10.5.5 (amazon) w/C++ & FORTRAN, w/threadsafe,
in production mode
FreeBSD/32 6.3 (duty) in debug mode
FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
in debug mode
Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x,
w/C++ & FORTRAN, in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, in production mode
Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
2008-10-09 11:44:22 +08:00
|
|
|
/* Define to 1 if you have the `ftruncate64' function. */
|
|
|
|
#undef HAVE_FTRUNCATE64
|
|
|
|
|
2009-01-14 21:09:42 +08:00
|
|
|
/* Define if the compiler understands the __FUNCTION__ keyword */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef HAVE_FUNCTION
|
1997-08-16 00:51:34 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `GetConsoleScreenBufferInfo' function. */
|
|
|
|
#undef HAVE_GETCONSOLESCREENBUFFERINFO
|
1997-10-21 07:14:35 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `gethostname' function. */
|
|
|
|
#undef HAVE_GETHOSTNAME
|
2000-04-11 02:23:38 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `getpwuid' function. */
|
|
|
|
#undef HAVE_GETPWUID
|
[svn-r339] Changes since 19980408
----------------------
./src/H5Osdspace.c
./html/H5.format.html
In the past we were allowed to have >2GB files on a 32-bit
machine as long as no dataset within the file was larger than
4GB (or whatever sizeof(size_t) is). That's been fixed now.
All dataset size calculations are done with `hsize_t' which is
normally defined as `unsigned long long'.
./src/H5F.c
./src/H5Ffamily.c
./src/H5Fprivate.h
./src/H5P.c
./src/H5Ppublic.h
The file family member size can now be set/queried. The
default is still 64MB, but it can be set to 1GB by saying:
H5Pset_family (plist, 30, H5P_DEFAULT);
When opening an existing file family the specified
bits-per-member is ignored and the first member of the family
determines the bits-per-member, which can be retrieved with
H5Pget_family().
./acconfig.h
./configure.in
./src/H5config.h
./src/H5public.h
Added `--disable-hsizet' so that those with old GCC compilers
(<2.8.1) can still compile the code.
./src/H5.c
./src/H5private.h
Added HDfprintf() which works just like fprintf() except you
can give `H' as a size modifier for the integer conversions
and supply an `hsize_t' or `hssize_t' argument without casting
it. For instance:
hsize_t npoints = H5Sget_npoints(space);
HDfprintf(stdout,"Dataset has %Hd (%#018Hx) points\n",
npoints, npoints);
You can now give `%a' as a format to print an address, but all
formating flags are ignored and it causes the return value of
HDfprintf() to not include the characters in the address (but
who uses the return value anyway :-). Example:
H5G_t *grp;
HDfprintf(stdout, "Group object header at %a\n",
&(grp->ent.header));
Added HDstrtoll() which works exactly like [HD]strtol() except
the result is an int64.
./src/debug.c
Large addresses can now be entered from the command-line. Use
either decimal, octal (leading `0') or hexadecimal (leading
`0x') when giving the address.
./src/h5ls.c
The printf format for dataset dimensions was changed to `%Hu'
to support large datasets.
./test/big.c [NEW]
A test for big datasets on 32-bit machines. This test is not
run by default. Don't try to run it on an nfs-mounted file
system or other file system that doesn't support holes because
it creates two 32GB datasets of all zero.
1998-04-10 04:22:11 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `getrusage' function. */
|
|
|
|
#undef HAVE_GETRUSAGE
|
2000-11-14 05:26:15 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `gettextinfo' function. */
|
|
|
|
#undef HAVE_GETTEXTINFO
|
1998-04-25 05:26:32 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `gettimeofday' function. */
|
|
|
|
#undef HAVE_GETTIMEOFDAY
|
1998-07-30 00:43:59 +08:00
|
|
|
|
2003-11-25 00:47:18 +08:00
|
|
|
/* Define to 1 if you have the `get_fpc_csr' function. */
|
|
|
|
#undef HAVE_GET_FPC_CSR
|
|
|
|
|
2002-07-18 00:10:46 +08:00
|
|
|
/* Define if we have GPFS support */
|
|
|
|
#undef HAVE_GPFS
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <gpfs.h> header file. */
|
|
|
|
#undef HAVE_GPFS_H
|
|
|
|
|
2004-07-23 04:46:27 +08:00
|
|
|
/* Define if library will contain instrumentation to detect correct
|
|
|
|
optimization operation */
|
|
|
|
#undef HAVE_INSTRUMENTED_LIBRARY
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
|
|
#undef HAVE_INTTYPES_H
|
1998-07-30 00:43:59 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `ioctl' function. */
|
|
|
|
#undef HAVE_IOCTL
|
1998-07-30 00:43:59 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <io.h> header file. */
|
|
|
|
#undef HAVE_IO_H
|
[svn-r876] Changes since 19981102
----------------------
./bin/snapshot
Made same fix as for the release script yesterday.
./src/H5D.c
./src/H5Dprivate.h
./src/H5G.c
./src/H5Gprivate.h
./src/H5Gpublic.h
./src/H5O.c
./src/H5Oprivate.h
./src/H5RA.c
./src/H5RAprivate.h
./src/H5T.c
./src/H5Tprivate.h
Improved object type checking. Instead of determining the
object type by trying to open each of the possible types, we
keep a table of associations between object type number (like
H5G_GROUP, H5G_DATASET, H5D_TYPE, and H5D_RAGGED) and an `isa'
function that returns true if the object header has the right
messages to make the object a particular type. This mechanism
also allows specialization of object types by permitting an
object to satisfy more than one `isa' function.
Added `isa' functions for groups, datasets, ragged arrays, and
committed data types.
./src/H5config.h.in
Added HAVE_STAT_ST_BLOCKS. I thought this had already been
added, but apparently not.
./tools/h5ls.c
Removed system include files since they're already included by
H5private.h and since I wasn't including them portably anyway.
By default, 1-byte integer types are printed as integer values
instead of ASCII characters. However, the `-s' or `--string'
command-line switch causes the data to be interpretted as
ASCII. String data types are always printed as character
data.
Ragged arrays are now identified as ragged arrays and h5ls
doesn't descend into the group automatically. This uses the
new object type specialization stuff.
./tools/h5tools.c
./tools/h5tools.h
Added the ability to print 1-byte integer types as either
ASCII or numeric data instead of always ASCII. The default is
to print as numeric data.
1998-11-06 04:28:34 +08:00
|
|
|
|
2002-07-13 02:29:41 +08:00
|
|
|
/* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
|
|
|
|
#undef HAVE_LIBDMALLOC
|
|
|
|
|
2003-07-08 03:02:46 +08:00
|
|
|
/* Define to 1 if you have the `lmpe' library (-llmpe). */
|
|
|
|
#undef HAVE_LIBLMPE
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `m' library (-lm). */
|
|
|
|
#undef HAVE_LIBM
|
1997-08-16 00:51:34 +08:00
|
|
|
|
2003-01-18 22:38:02 +08:00
|
|
|
/* Define to 1 if you have the `mpe' library (-lmpe). */
|
|
|
|
#undef HAVE_LIBMPE
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `mpi' library (-lmpi). */
|
|
|
|
#undef HAVE_LIBMPI
|
1997-08-16 00:51:34 +08:00
|
|
|
|
2005-09-29 13:09:21 +08:00
|
|
|
/* Define to 1 if you have the `mpich' library (-lmpich). */
|
|
|
|
#undef HAVE_LIBMPICH
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `mpio' library (-lmpio). */
|
|
|
|
#undef HAVE_LIBMPIO
|
1998-11-19 02:40:09 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `nsl' library (-lnsl). */
|
|
|
|
#undef HAVE_LIBNSL
|
1998-11-19 02:40:09 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `pthread' library (-lpthread). */
|
|
|
|
#undef HAVE_LIBPTHREAD
|
1999-06-11 23:53:15 +08:00
|
|
|
|
2006-10-04 06:41:34 +08:00
|
|
|
/* Define to 1 if you have the `socket' library (-lsocket). */
|
|
|
|
#undef HAVE_LIBSOCKET
|
|
|
|
|
2003-04-01 23:27:45 +08:00
|
|
|
/* Define to 1 if you have the `sz' library (-lsz). */
|
|
|
|
#undef HAVE_LIBSZ
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `z' library (-lz). */
|
|
|
|
#undef HAVE_LIBZ
|
1999-06-11 23:53:15 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `longjmp' function. */
|
|
|
|
#undef HAVE_LONGJMP
|
1999-06-11 23:53:15 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `lseek64' function. */
|
|
|
|
#undef HAVE_LSEEK64
|
1999-06-11 23:53:15 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
|
|
#undef HAVE_MEMORY_H
|
1997-08-16 00:51:34 +08:00
|
|
|
|
2003-01-04 03:37:48 +08:00
|
|
|
/* Define if we have MPE support */
|
|
|
|
#undef HAVE_MPE
|
|
|
|
|
2003-07-08 03:02:46 +08:00
|
|
|
/* Define to 1 if you have the <mpe.h> header file. */
|
|
|
|
#undef HAVE_MPE_H
|
|
|
|
|
2007-06-03 02:19:36 +08:00
|
|
|
/* Define if MPI_File_get_size works correctly */
|
|
|
|
#undef HAVE_MPI_GET_SIZE
|
|
|
|
|
2003-07-29 05:38:04 +08:00
|
|
|
/* Define if `MPI_Comm_c2f' and `MPI_Comm_f2c' exists */
|
|
|
|
#undef HAVE_MPI_MULTI_LANG_Comm
|
|
|
|
|
|
|
|
/* Define if `MPI_Info_c2f' and `MPI_Info_f2c' exists */
|
|
|
|
#undef HAVE_MPI_MULTI_LANG_Info
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define if we have parallel support */
|
|
|
|
#undef HAVE_PARALLEL
|
1997-08-16 00:51:34 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <pthread.h> header file. */
|
|
|
|
#undef HAVE_PTHREAD_H
|
1998-02-04 01:03:13 +08:00
|
|
|
|
2005-05-06 01:38:59 +08:00
|
|
|
/* Define to 1 if you have the `random' function. */
|
|
|
|
#undef HAVE_RANDOM
|
|
|
|
|
[svn-r12019] Purpose:
Bug fix/Feature
Description:
Modify the library to use rand_r, when available, instead of srand. If
rand_r is not available, it will try to use srandom/random, and then finally
fall back to srand/rand.
Solution:
A couple places in the library use the srand() function to seed the random
number generator. This can cause problems on certain platforms and could theoretically
cause problems for users who expect a certain sequence of random numbers following their
own call to srand().
Most platforms have an implementation of rand_r, which is identical to rand, except that
it allows for explicit storage of the seed value. The configure script will now check
for the existence of rand_r to facilitate its use in the library.
Two new functions are added, to replace the macros HDsrand/HDrand. These functions are HDrand and
HDsrand. HDrand will call rand_r, if available, or random(), if available, and fall back to rand() if neither
of those is available. HDsrand will store the seed value locally, if rand_r is available. Otherwise, it will call
srandom if available, and fall back to srand otherwise.
Platforms tested:
heping, mir. Really need to test on Red Storm, since that platform motivated this fix, but the machine
is currently not available.
Misc. update:
2006-03-07 12:23:24 +08:00
|
|
|
/* Define to 1 if you have the `rand_r' function. */
|
|
|
|
#undef HAVE_RAND_R
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <setjmp.h> header file. */
|
|
|
|
#undef HAVE_SETJMP_H
|
1998-03-06 05:27:38 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `setsysinfo' function. */
|
|
|
|
#undef HAVE_SETSYSINFO
|
2001-04-01 11:18:01 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `sigaction' function. */
|
|
|
|
#undef HAVE_SIGACTION
|
1998-11-19 02:40:09 +08:00
|
|
|
|
2007-08-08 05:01:15 +08:00
|
|
|
/* Define to 1 if you have the `siglongjmp' function. */
|
|
|
|
#undef HAVE_SIGLONGJMP
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `signal' function. */
|
|
|
|
#undef HAVE_SIGNAL
|
1998-11-19 02:40:09 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `snprintf' function. */
|
|
|
|
#undef HAVE_SNPRINTF
|
1998-11-19 02:40:09 +08:00
|
|
|
|
2005-05-06 01:38:59 +08:00
|
|
|
/* Define to 1 if you have the `srandom' function. */
|
|
|
|
#undef HAVE_SRANDOM
|
|
|
|
|
2006-05-14 13:09:25 +08:00
|
|
|
/* Define to 1 if you have the `stat64' function. */
|
|
|
|
#undef HAVE_STAT64
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define if `struct stat' has the `st_blocks' field */
|
|
|
|
#undef HAVE_STAT_ST_BLOCKS
|
1999-06-11 23:53:15 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <stddef.h> header file. */
|
|
|
|
#undef HAVE_STDDEF_H
|
1999-06-11 23:53:15 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
|
|
#undef HAVE_STDINT_H
|
1999-06-11 23:53:15 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
|
|
#undef HAVE_STDLIB_H
|
1999-06-11 23:53:15 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `strdup' function. */
|
|
|
|
#undef HAVE_STRDUP
|
1999-06-11 23:53:15 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
|
|
#undef HAVE_STRINGS_H
|
1998-07-30 00:43:59 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
|
|
#undef HAVE_STRING_H
|
[svn-r879] Changes since 19981105
----------------------
./configure.in
./acconfig.h
./configure [REGENERATED]
./src/H5config.h.in [REGENERATED]
Added checks for functions, structs, constants, and header
files used in h5ls.c to determine the output width with
various Windows compilers and Unix variants.
Added check for <sys/stat.h> and defined
HAVE_SYS_STAT_H. Included <sys/stat.h> in H5private.h outside
the Posix.1 #include's section.
./src/H5RA.c
Less aggressive about failing -- rather returns false, which
allows type detection to continue.
./src/h5ls.c
Data types are displayed for datasets and named data types when
`-v' or `--verbose' is specified on the command-line. The
algorithm is a little different than the dumper because we're
trying to be human-friendly, not necessarily machine-friendly.
* Any data type which matches a native C type gets printed
something like `native double'.
* A floating point type that matches one of the IEEE standard
types but not one of the native types gets printed like `IEEE
64-bit big-endian float'.
* Other floating point values have information about sign bit
location; exponent size, location, and bias; and significand
size, location, and normalization.
* Padding and offsets are displayed for types that have
padding (precision != size), including internal padding for
some floating point data types.
* Non-native integer types are displayed like `32-bit
little-endian unsigned integer'.
* Compound data types have each member displayed including the
member name, byte offset within the struct, dimensions, index
permutation, and data type.
* String types are displayed like `256-byte null-terminated
ASCII string'.
* References are displayed like `8-byte unknown reference'
until the reference interface stabilizes a little.
* All other types including types not yet defined will be
printed like `4-byte class-9 unknown'.
The dimensionality of scalar datasets is printed like `{SCALAR}'
instead of just `{}'.
If external raw files are used to store a dataset then the offsets,
sizes, and file names of each are printed if `-v' or `--verbose'
was given on the command-line.
If an object is found and h5ls can't determine the object type then
it still tries to print the number of hard links, the OID, and any
comment that might be present if `-v' or `--verbose' was specified.
If the `-d' or `--dump' switch is turned on then ragged arrays will
report that the data can only be dumped by dumping the component
datasets explicitly. I'm not planning to implement this since
we're going to eventually change the whole way ragged arrays are
stored.
Compound data values do not have the component names displayed by
default when `-v' or `--verbose' is turned on. Instead, the names
can be displayed with `-l' or `--label'.
The output width is determined by the first rule that applies:
* If the `-wN', `-w N' or `--width=N' switch appeared on
the command line then use N for the output width.
* Query the OS for the tty width in a highly unportable way
borrowed from GNU `less' depending on what functions and
data structures were found during configuration (if any):
_getvideoconfig(), gettextinfo(), _srcsize(), ioctl(),
GetConsoleScreenBufferInfo(), struct videoconfig, struct
text_info, the TIOCGWINSZ ioctl, the TIOCGETD ioctl.
* If the `COLUMNS' environment variable is set then use
its value.
* Use the value 80.
Just for kicks, run Mark and Jim's test_vbt and then say `h5ls -dlsv
test.vbt'. You can also try it on the various *.h5 files in the
test/example directories.
./config/linux
Removed turning on parallel by default on Robb's macine.
1998-11-07 02:00:22 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define if `struct text_info' is defined */
|
|
|
|
#undef HAVE_STRUCT_TEXT_INFO
|
[svn-r879] Changes since 19981105
----------------------
./configure.in
./acconfig.h
./configure [REGENERATED]
./src/H5config.h.in [REGENERATED]
Added checks for functions, structs, constants, and header
files used in h5ls.c to determine the output width with
various Windows compilers and Unix variants.
Added check for <sys/stat.h> and defined
HAVE_SYS_STAT_H. Included <sys/stat.h> in H5private.h outside
the Posix.1 #include's section.
./src/H5RA.c
Less aggressive about failing -- rather returns false, which
allows type detection to continue.
./src/h5ls.c
Data types are displayed for datasets and named data types when
`-v' or `--verbose' is specified on the command-line. The
algorithm is a little different than the dumper because we're
trying to be human-friendly, not necessarily machine-friendly.
* Any data type which matches a native C type gets printed
something like `native double'.
* A floating point type that matches one of the IEEE standard
types but not one of the native types gets printed like `IEEE
64-bit big-endian float'.
* Other floating point values have information about sign bit
location; exponent size, location, and bias; and significand
size, location, and normalization.
* Padding and offsets are displayed for types that have
padding (precision != size), including internal padding for
some floating point data types.
* Non-native integer types are displayed like `32-bit
little-endian unsigned integer'.
* Compound data types have each member displayed including the
member name, byte offset within the struct, dimensions, index
permutation, and data type.
* String types are displayed like `256-byte null-terminated
ASCII string'.
* References are displayed like `8-byte unknown reference'
until the reference interface stabilizes a little.
* All other types including types not yet defined will be
printed like `4-byte class-9 unknown'.
The dimensionality of scalar datasets is printed like `{SCALAR}'
instead of just `{}'.
If external raw files are used to store a dataset then the offsets,
sizes, and file names of each are printed if `-v' or `--verbose'
was given on the command-line.
If an object is found and h5ls can't determine the object type then
it still tries to print the number of hard links, the OID, and any
comment that might be present if `-v' or `--verbose' was specified.
If the `-d' or `--dump' switch is turned on then ragged arrays will
report that the data can only be dumped by dumping the component
datasets explicitly. I'm not planning to implement this since
we're going to eventually change the whole way ragged arrays are
stored.
Compound data values do not have the component names displayed by
default when `-v' or `--verbose' is turned on. Instead, the names
can be displayed with `-l' or `--label'.
The output width is determined by the first rule that applies:
* If the `-wN', `-w N' or `--width=N' switch appeared on
the command line then use N for the output width.
* Query the OS for the tty width in a highly unportable way
borrowed from GNU `less' depending on what functions and
data structures were found during configuration (if any):
_getvideoconfig(), gettextinfo(), _srcsize(), ioctl(),
GetConsoleScreenBufferInfo(), struct videoconfig, struct
text_info, the TIOCGWINSZ ioctl, the TIOCGETD ioctl.
* If the `COLUMNS' environment variable is set then use
its value.
* Use the value 80.
Just for kicks, run Mark and Jim's test_vbt and then say `h5ls -dlsv
test.vbt'. You can also try it on the various *.h5 files in the
test/example directories.
./config/linux
Removed turning on parallel by default on Robb's macine.
1998-11-07 02:00:22 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define if `struct timezone' is defined */
|
|
|
|
#undef HAVE_STRUCT_TIMEZONE
|
[svn-r879] Changes since 19981105
----------------------
./configure.in
./acconfig.h
./configure [REGENERATED]
./src/H5config.h.in [REGENERATED]
Added checks for functions, structs, constants, and header
files used in h5ls.c to determine the output width with
various Windows compilers and Unix variants.
Added check for <sys/stat.h> and defined
HAVE_SYS_STAT_H. Included <sys/stat.h> in H5private.h outside
the Posix.1 #include's section.
./src/H5RA.c
Less aggressive about failing -- rather returns false, which
allows type detection to continue.
./src/h5ls.c
Data types are displayed for datasets and named data types when
`-v' or `--verbose' is specified on the command-line. The
algorithm is a little different than the dumper because we're
trying to be human-friendly, not necessarily machine-friendly.
* Any data type which matches a native C type gets printed
something like `native double'.
* A floating point type that matches one of the IEEE standard
types but not one of the native types gets printed like `IEEE
64-bit big-endian float'.
* Other floating point values have information about sign bit
location; exponent size, location, and bias; and significand
size, location, and normalization.
* Padding and offsets are displayed for types that have
padding (precision != size), including internal padding for
some floating point data types.
* Non-native integer types are displayed like `32-bit
little-endian unsigned integer'.
* Compound data types have each member displayed including the
member name, byte offset within the struct, dimensions, index
permutation, and data type.
* String types are displayed like `256-byte null-terminated
ASCII string'.
* References are displayed like `8-byte unknown reference'
until the reference interface stabilizes a little.
* All other types including types not yet defined will be
printed like `4-byte class-9 unknown'.
The dimensionality of scalar datasets is printed like `{SCALAR}'
instead of just `{}'.
If external raw files are used to store a dataset then the offsets,
sizes, and file names of each are printed if `-v' or `--verbose'
was given on the command-line.
If an object is found and h5ls can't determine the object type then
it still tries to print the number of hard links, the OID, and any
comment that might be present if `-v' or `--verbose' was specified.
If the `-d' or `--dump' switch is turned on then ragged arrays will
report that the data can only be dumped by dumping the component
datasets explicitly. I'm not planning to implement this since
we're going to eventually change the whole way ragged arrays are
stored.
Compound data values do not have the component names displayed by
default when `-v' or `--verbose' is turned on. Instead, the names
can be displayed with `-l' or `--label'.
The output width is determined by the first rule that applies:
* If the `-wN', `-w N' or `--width=N' switch appeared on
the command line then use N for the output width.
* Query the OS for the tty width in a highly unportable way
borrowed from GNU `less' depending on what functions and
data structures were found during configuration (if any):
_getvideoconfig(), gettextinfo(), _srcsize(), ioctl(),
GetConsoleScreenBufferInfo(), struct videoconfig, struct
text_info, the TIOCGWINSZ ioctl, the TIOCGETD ioctl.
* If the `COLUMNS' environment variable is set then use
its value.
* Use the value 80.
Just for kicks, run Mark and Jim's test_vbt and then say `h5ls -dlsv
test.vbt'. You can also try it on the various *.h5 files in the
test/example directories.
./config/linux
Removed turning on parallel by default on Robb's macine.
1998-11-07 02:00:22 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if `tm_zone' is member of `struct tm'. */
|
|
|
|
#undef HAVE_STRUCT_TM_TM_ZONE
|
1998-11-19 02:40:09 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define if `struct videoconfig' is defined */
|
|
|
|
#undef HAVE_STRUCT_VIDEOCONFIG
|
1998-08-06 06:22:59 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `system' function. */
|
|
|
|
#undef HAVE_SYSTEM
|
1998-07-13 23:35:21 +08:00
|
|
|
|
2003-11-25 00:47:18 +08:00
|
|
|
/* Define to 1 if you have the <sys/fpu.h> header file. */
|
|
|
|
#undef HAVE_SYS_FPU_H
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <sys/ioctl.h> header file. */
|
|
|
|
#undef HAVE_SYS_IOCTL_H
|
2001-05-09 02:42:42 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <sys/proc.h> header file. */
|
|
|
|
#undef HAVE_SYS_PROC_H
|
1998-02-26 04:31:17 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <sys/resource.h> header file. */
|
|
|
|
#undef HAVE_SYS_RESOURCE_H
|
1998-02-26 04:31:17 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <sys/socket.h> header file. */
|
|
|
|
#undef HAVE_SYS_SOCKET_H
|
1998-04-18 05:29:43 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
|
|
#undef HAVE_SYS_STAT_H
|
[svn-r879] Changes since 19981105
----------------------
./configure.in
./acconfig.h
./configure [REGENERATED]
./src/H5config.h.in [REGENERATED]
Added checks for functions, structs, constants, and header
files used in h5ls.c to determine the output width with
various Windows compilers and Unix variants.
Added check for <sys/stat.h> and defined
HAVE_SYS_STAT_H. Included <sys/stat.h> in H5private.h outside
the Posix.1 #include's section.
./src/H5RA.c
Less aggressive about failing -- rather returns false, which
allows type detection to continue.
./src/h5ls.c
Data types are displayed for datasets and named data types when
`-v' or `--verbose' is specified on the command-line. The
algorithm is a little different than the dumper because we're
trying to be human-friendly, not necessarily machine-friendly.
* Any data type which matches a native C type gets printed
something like `native double'.
* A floating point type that matches one of the IEEE standard
types but not one of the native types gets printed like `IEEE
64-bit big-endian float'.
* Other floating point values have information about sign bit
location; exponent size, location, and bias; and significand
size, location, and normalization.
* Padding and offsets are displayed for types that have
padding (precision != size), including internal padding for
some floating point data types.
* Non-native integer types are displayed like `32-bit
little-endian unsigned integer'.
* Compound data types have each member displayed including the
member name, byte offset within the struct, dimensions, index
permutation, and data type.
* String types are displayed like `256-byte null-terminated
ASCII string'.
* References are displayed like `8-byte unknown reference'
until the reference interface stabilizes a little.
* All other types including types not yet defined will be
printed like `4-byte class-9 unknown'.
The dimensionality of scalar datasets is printed like `{SCALAR}'
instead of just `{}'.
If external raw files are used to store a dataset then the offsets,
sizes, and file names of each are printed if `-v' or `--verbose'
was given on the command-line.
If an object is found and h5ls can't determine the object type then
it still tries to print the number of hard links, the OID, and any
comment that might be present if `-v' or `--verbose' was specified.
If the `-d' or `--dump' switch is turned on then ragged arrays will
report that the data can only be dumped by dumping the component
datasets explicitly. I'm not planning to implement this since
we're going to eventually change the whole way ragged arrays are
stored.
Compound data values do not have the component names displayed by
default when `-v' or `--verbose' is turned on. Instead, the names
can be displayed with `-l' or `--label'.
The output width is determined by the first rule that applies:
* If the `-wN', `-w N' or `--width=N' switch appeared on
the command line then use N for the output width.
* Query the OS for the tty width in a highly unportable way
borrowed from GNU `less' depending on what functions and
data structures were found during configuration (if any):
_getvideoconfig(), gettextinfo(), _srcsize(), ioctl(),
GetConsoleScreenBufferInfo(), struct videoconfig, struct
text_info, the TIOCGWINSZ ioctl, the TIOCGETD ioctl.
* If the `COLUMNS' environment variable is set then use
its value.
* Use the value 80.
Just for kicks, run Mark and Jim's test_vbt and then say `h5ls -dlsv
test.vbt'. You can also try it on the various *.h5 files in the
test/example directories.
./config/linux
Removed turning on parallel by default on Robb's macine.
1998-11-07 02:00:22 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <sys/sysinfo.h> header file. */
|
|
|
|
#undef HAVE_SYS_SYSINFO_H
|
1998-07-30 00:43:59 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <sys/timeb.h> header file. */
|
|
|
|
#undef HAVE_SYS_TIMEB_H
|
[svn-r879] Changes since 19981105
----------------------
./configure.in
./acconfig.h
./configure [REGENERATED]
./src/H5config.h.in [REGENERATED]
Added checks for functions, structs, constants, and header
files used in h5ls.c to determine the output width with
various Windows compilers and Unix variants.
Added check for <sys/stat.h> and defined
HAVE_SYS_STAT_H. Included <sys/stat.h> in H5private.h outside
the Posix.1 #include's section.
./src/H5RA.c
Less aggressive about failing -- rather returns false, which
allows type detection to continue.
./src/h5ls.c
Data types are displayed for datasets and named data types when
`-v' or `--verbose' is specified on the command-line. The
algorithm is a little different than the dumper because we're
trying to be human-friendly, not necessarily machine-friendly.
* Any data type which matches a native C type gets printed
something like `native double'.
* A floating point type that matches one of the IEEE standard
types but not one of the native types gets printed like `IEEE
64-bit big-endian float'.
* Other floating point values have information about sign bit
location; exponent size, location, and bias; and significand
size, location, and normalization.
* Padding and offsets are displayed for types that have
padding (precision != size), including internal padding for
some floating point data types.
* Non-native integer types are displayed like `32-bit
little-endian unsigned integer'.
* Compound data types have each member displayed including the
member name, byte offset within the struct, dimensions, index
permutation, and data type.
* String types are displayed like `256-byte null-terminated
ASCII string'.
* References are displayed like `8-byte unknown reference'
until the reference interface stabilizes a little.
* All other types including types not yet defined will be
printed like `4-byte class-9 unknown'.
The dimensionality of scalar datasets is printed like `{SCALAR}'
instead of just `{}'.
If external raw files are used to store a dataset then the offsets,
sizes, and file names of each are printed if `-v' or `--verbose'
was given on the command-line.
If an object is found and h5ls can't determine the object type then
it still tries to print the number of hard links, the OID, and any
comment that might be present if `-v' or `--verbose' was specified.
If the `-d' or `--dump' switch is turned on then ragged arrays will
report that the data can only be dumped by dumping the component
datasets explicitly. I'm not planning to implement this since
we're going to eventually change the whole way ragged arrays are
stored.
Compound data values do not have the component names displayed by
default when `-v' or `--verbose' is turned on. Instead, the names
can be displayed with `-l' or `--label'.
The output width is determined by the first rule that applies:
* If the `-wN', `-w N' or `--width=N' switch appeared on
the command line then use N for the output width.
* Query the OS for the tty width in a highly unportable way
borrowed from GNU `less' depending on what functions and
data structures were found during configuration (if any):
_getvideoconfig(), gettextinfo(), _srcsize(), ioctl(),
GetConsoleScreenBufferInfo(), struct videoconfig, struct
text_info, the TIOCGWINSZ ioctl, the TIOCGETD ioctl.
* If the `COLUMNS' environment variable is set then use
its value.
* Use the value 80.
Just for kicks, run Mark and Jim's test_vbt and then say `h5ls -dlsv
test.vbt'. You can also try it on the various *.h5 files in the
test/example directories.
./config/linux
Removed turning on parallel by default on Robb's macine.
1998-11-07 02:00:22 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
|
|
|
#undef HAVE_SYS_TIME_H
|
1999-03-18 21:42:52 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
|
|
#undef HAVE_SYS_TYPES_H
|
1998-02-20 02:19:48 +08:00
|
|
|
|
2003-04-01 23:27:45 +08:00
|
|
|
/* Define to 1 if you have the <szlib.h> header file. */
|
|
|
|
#undef HAVE_SZLIB_H
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define if we have thread safe support */
|
|
|
|
#undef HAVE_THREADSAFE
|
1999-02-27 03:58:14 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define if `timezone' is a global variable */
|
|
|
|
#undef HAVE_TIMEZONE
|
1998-09-08 21:39:18 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define if the ioctl TIOCGETD is defined */
|
|
|
|
#undef HAVE_TIOCGETD
|
1999-03-18 21:42:52 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define if the ioctl TIOGWINSZ is defined */
|
|
|
|
#undef HAVE_TIOCGWINSZ
|
1998-11-24 23:53:55 +08:00
|
|
|
|
2005-08-10 00:53:43 +08:00
|
|
|
/* Define to 1 if you have the `tmpfile' function. */
|
|
|
|
#undef HAVE_TMPFILE
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define if `tm_gmtoff' is a member of `struct tm' */
|
|
|
|
#undef HAVE_TM_GMTOFF
|
2001-01-13 09:14:24 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
|
|
|
|
`HAVE_STRUCT_TM_TM_ZONE' instead. */
|
|
|
|
#undef HAVE_TM_ZONE
|
|
|
|
|
|
|
|
/* Define to 1 if you don't have `tm_zone' but do have the external array
|
|
|
|
`tzname'. */
|
|
|
|
#undef HAVE_TZNAME
|
1998-03-19 02:09:16 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
|
|
#undef HAVE_UNISTD_H
|
|
|
|
|
2005-01-24 11:26:37 +08:00
|
|
|
/* Define to 1 if you have the `vasprintf' function. */
|
|
|
|
#undef HAVE_VASPRINTF
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `vsnprintf' function. */
|
1999-04-27 22:47:54 +08:00
|
|
|
#undef HAVE_VSNPRINTF
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `waitpid' function. */
|
1998-07-13 23:35:21 +08:00
|
|
|
#undef HAVE_WAITPID
|
|
|
|
|
2008-05-01 03:51:13 +08:00
|
|
|
/* Define if your system has window style path name. */
|
|
|
|
#undef HAVE_WINDOW_PATH
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <winsock.h> header file. */
|
|
|
|
#undef HAVE_WINSOCK_H
|
2002-01-03 01:13:19 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the <zlib.h> header file. */
|
|
|
|
#undef HAVE_ZLIB_H
|
1999-08-06 11:11:49 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `_getvideoconfig' function. */
|
|
|
|
#undef HAVE__GETVIDEOCONFIG
|
1998-11-03 01:58:28 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you have the `_scrsize' function. */
|
|
|
|
#undef HAVE__SCRSIZE
|
2000-11-09 13:10:20 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define if `__tm_gmtoff' is a member of `struct tm' */
|
|
|
|
#undef HAVE___TM_GMTOFF
|
1999-10-15 22:53:57 +08:00
|
|
|
|
2005-11-16 03:20:06 +08:00
|
|
|
/* Define if your system can't handle converting floating-point values to long
|
|
|
|
long. */
|
|
|
|
#undef HW_FP_TO_LLONG_NOT_WORKS
|
|
|
|
|
2006-04-13 05:21:38 +08:00
|
|
|
/* Define if HDF5's high-level library headers should be included in hdf5.h */
|
|
|
|
#undef INCLUDE_HL
|
|
|
|
|
2005-08-29 23:21:58 +08:00
|
|
|
/* Define if your system can accurately convert from integers to long double
|
|
|
|
values. */
|
|
|
|
#undef INTEGER_TO_LDOUBLE_ACCURATE
|
|
|
|
|
|
|
|
/* Define if your system can convert long double to integers accurately. */
|
|
|
|
#undef LDOUBLE_TO_INTEGER_ACCURATE
|
|
|
|
|
|
|
|
/* Define if your system can convert from long double to integer values. */
|
|
|
|
#undef LDOUBLE_TO_INTEGER_WORKS
|
|
|
|
|
2006-06-20 22:45:37 +08:00
|
|
|
/* Define if your system can convert long double to (unsigned) long long
|
|
|
|
values correctly. */
|
|
|
|
#undef LDOUBLE_TO_LLONG_ACCURATE
|
|
|
|
|
2005-08-29 23:21:58 +08:00
|
|
|
/* Define if your system can convert long double to unsigned int values
|
|
|
|
correctly. */
|
|
|
|
#undef LDOUBLE_TO_UINT_ACCURATE
|
|
|
|
|
2005-04-30 05:39:05 +08:00
|
|
|
/* Define if your system can compile long long to floating-point casts. */
|
|
|
|
#undef LLONG_TO_FP_CAST_WORKS
|
|
|
|
|
2006-06-24 06:11:12 +08:00
|
|
|
/* Define if your system can convert (unsigned) long long to long double
|
|
|
|
values correctly. */
|
|
|
|
#undef LLONG_TO_LDOUBLE_CORRECT
|
|
|
|
|
2008-05-06 02:35:55 +08:00
|
|
|
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
|
|
|
*/
|
|
|
|
#undef LT_OBJDIR
|
|
|
|
|
2006-07-14 01:59:39 +08:00
|
|
|
/* Define if the metadata trace file code is to be compiled in */
|
|
|
|
#undef METADATA_TRACE_FILE
|
|
|
|
|
2005-03-15 04:35:55 +08:00
|
|
|
/* Define if your system can handle complicated MPI derived datatype
|
|
|
|
correctly. */
|
2005-03-14 22:30:01 +08:00
|
|
|
#undef MPI_COMPLEX_DERIVED_DATATYPE_WORKS
|
|
|
|
|
2003-09-17 01:33:00 +08:00
|
|
|
/* Define if your system's `MPI_File_set_size' function works for files over
|
|
|
|
2GB. */
|
|
|
|
#undef MPI_FILE_SET_SIZE_BIG
|
|
|
|
|
2006-02-17 01:20:37 +08:00
|
|
|
/* Define if your system can handle special collective IO properly. */
|
|
|
|
#undef MPI_SPECIAL_COLLECTIVE_IO_WORKS
|
|
|
|
|
2008-09-19 04:53:30 +08:00
|
|
|
/* Define if we can violate pointer alignment restrictions */
|
|
|
|
#undef NO_ALIGNMENT_RESTRICTIONS
|
|
|
|
|
2007-07-13 06:01:35 +08:00
|
|
|
/* Define if deprecated public API symbols are disabled */
|
|
|
|
#undef NO_DEPRECATED_SYMBOLS
|
|
|
|
|
2003-05-06 05:13:49 +08:00
|
|
|
/* Define if shared writing must be disabled (CodeWarrior only) */
|
|
|
|
#undef NO_SHARED_WRITING
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
/* Name of package */
|
|
|
|
#undef PACKAGE
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
|
|
#undef PACKAGE_BUGREPORT
|
1999-03-18 21:42:52 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to the full name of this package. */
|
|
|
|
#undef PACKAGE_NAME
|
2000-04-13 23:16:20 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to the full name and version of this package. */
|
|
|
|
#undef PACKAGE_STRING
|
1999-02-16 01:38:04 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to the one symbol short name of this package. */
|
|
|
|
#undef PACKAGE_TARNAME
|
1999-06-11 23:53:15 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to the version of this package. */
|
|
|
|
#undef PACKAGE_VERSION
|
2000-12-02 05:59:31 +08:00
|
|
|
|
2003-09-17 01:33:00 +08:00
|
|
|
/* Width for printf() for type `long long' or `__int64', use `ll' */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef PRINTF_LL_WIDTH
|
[svn-r879] Changes since 19981105
----------------------
./configure.in
./acconfig.h
./configure [REGENERATED]
./src/H5config.h.in [REGENERATED]
Added checks for functions, structs, constants, and header
files used in h5ls.c to determine the output width with
various Windows compilers and Unix variants.
Added check for <sys/stat.h> and defined
HAVE_SYS_STAT_H. Included <sys/stat.h> in H5private.h outside
the Posix.1 #include's section.
./src/H5RA.c
Less aggressive about failing -- rather returns false, which
allows type detection to continue.
./src/h5ls.c
Data types are displayed for datasets and named data types when
`-v' or `--verbose' is specified on the command-line. The
algorithm is a little different than the dumper because we're
trying to be human-friendly, not necessarily machine-friendly.
* Any data type which matches a native C type gets printed
something like `native double'.
* A floating point type that matches one of the IEEE standard
types but not one of the native types gets printed like `IEEE
64-bit big-endian float'.
* Other floating point values have information about sign bit
location; exponent size, location, and bias; and significand
size, location, and normalization.
* Padding and offsets are displayed for types that have
padding (precision != size), including internal padding for
some floating point data types.
* Non-native integer types are displayed like `32-bit
little-endian unsigned integer'.
* Compound data types have each member displayed including the
member name, byte offset within the struct, dimensions, index
permutation, and data type.
* String types are displayed like `256-byte null-terminated
ASCII string'.
* References are displayed like `8-byte unknown reference'
until the reference interface stabilizes a little.
* All other types including types not yet defined will be
printed like `4-byte class-9 unknown'.
The dimensionality of scalar datasets is printed like `{SCALAR}'
instead of just `{}'.
If external raw files are used to store a dataset then the offsets,
sizes, and file names of each are printed if `-v' or `--verbose'
was given on the command-line.
If an object is found and h5ls can't determine the object type then
it still tries to print the number of hard links, the OID, and any
comment that might be present if `-v' or `--verbose' was specified.
If the `-d' or `--dump' switch is turned on then ragged arrays will
report that the data can only be dumped by dumping the component
datasets explicitly. I'm not planning to implement this since
we're going to eventually change the whole way ragged arrays are
stored.
Compound data values do not have the component names displayed by
default when `-v' or `--verbose' is turned on. Instead, the names
can be displayed with `-l' or `--label'.
The output width is determined by the first rule that applies:
* If the `-wN', `-w N' or `--width=N' switch appeared on
the command line then use N for the output width.
* Query the OS for the tty width in a highly unportable way
borrowed from GNU `less' depending on what functions and
data structures were found during configuration (if any):
_getvideoconfig(), gettextinfo(), _srcsize(), ioctl(),
GetConsoleScreenBufferInfo(), struct videoconfig, struct
text_info, the TIOCGWINSZ ioctl, the TIOCGETD ioctl.
* If the `COLUMNS' environment variable is set then use
its value.
* Use the value 80.
Just for kicks, run Mark and Jim's test_vbt and then say `h5ls -dlsv
test.vbt'. You can also try it on the various *.h5 files in the
test/example directories.
./config/linux
Removed turning on parallel by default on Robb's macine.
1998-11-07 02:00:22 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `char', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_CHAR
|
1999-02-27 03:58:14 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `double', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_DOUBLE
|
1998-11-03 01:58:28 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `float', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_FLOAT
|
2000-11-09 04:05:36 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `int', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_INT
|
[svn-r879] Changes since 19981105
----------------------
./configure.in
./acconfig.h
./configure [REGENERATED]
./src/H5config.h.in [REGENERATED]
Added checks for functions, structs, constants, and header
files used in h5ls.c to determine the output width with
various Windows compilers and Unix variants.
Added check for <sys/stat.h> and defined
HAVE_SYS_STAT_H. Included <sys/stat.h> in H5private.h outside
the Posix.1 #include's section.
./src/H5RA.c
Less aggressive about failing -- rather returns false, which
allows type detection to continue.
./src/h5ls.c
Data types are displayed for datasets and named data types when
`-v' or `--verbose' is specified on the command-line. The
algorithm is a little different than the dumper because we're
trying to be human-friendly, not necessarily machine-friendly.
* Any data type which matches a native C type gets printed
something like `native double'.
* A floating point type that matches one of the IEEE standard
types but not one of the native types gets printed like `IEEE
64-bit big-endian float'.
* Other floating point values have information about sign bit
location; exponent size, location, and bias; and significand
size, location, and normalization.
* Padding and offsets are displayed for types that have
padding (precision != size), including internal padding for
some floating point data types.
* Non-native integer types are displayed like `32-bit
little-endian unsigned integer'.
* Compound data types have each member displayed including the
member name, byte offset within the struct, dimensions, index
permutation, and data type.
* String types are displayed like `256-byte null-terminated
ASCII string'.
* References are displayed like `8-byte unknown reference'
until the reference interface stabilizes a little.
* All other types including types not yet defined will be
printed like `4-byte class-9 unknown'.
The dimensionality of scalar datasets is printed like `{SCALAR}'
instead of just `{}'.
If external raw files are used to store a dataset then the offsets,
sizes, and file names of each are printed if `-v' or `--verbose'
was given on the command-line.
If an object is found and h5ls can't determine the object type then
it still tries to print the number of hard links, the OID, and any
comment that might be present if `-v' or `--verbose' was specified.
If the `-d' or `--dump' switch is turned on then ragged arrays will
report that the data can only be dumped by dumping the component
datasets explicitly. I'm not planning to implement this since
we're going to eventually change the whole way ragged arrays are
stored.
Compound data values do not have the component names displayed by
default when `-v' or `--verbose' is turned on. Instead, the names
can be displayed with `-l' or `--label'.
The output width is determined by the first rule that applies:
* If the `-wN', `-w N' or `--width=N' switch appeared on
the command line then use N for the output width.
* Query the OS for the tty width in a highly unportable way
borrowed from GNU `less' depending on what functions and
data structures were found during configuration (if any):
_getvideoconfig(), gettextinfo(), _srcsize(), ioctl(),
GetConsoleScreenBufferInfo(), struct videoconfig, struct
text_info, the TIOCGWINSZ ioctl, the TIOCGETD ioctl.
* If the `COLUMNS' environment variable is set then use
its value.
* Use the value 80.
Just for kicks, run Mark and Jim's test_vbt and then say `h5ls -dlsv
test.vbt'. You can also try it on the various *.h5 files in the
test/example directories.
./config/linux
Removed turning on parallel by default on Robb's macine.
1998-11-07 02:00:22 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `int16_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_INT16_T
|
1999-02-27 03:58:14 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `int32_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_INT32_T
|
1998-11-03 01:58:28 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `int64_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_INT64_T
|
1998-12-15 00:19:21 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `int8_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_INT8_T
|
2000-11-09 04:05:36 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `int_fast16_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_INT_FAST16_T
|
1998-03-06 05:27:38 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `int_fast32_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_INT_FAST32_T
|
1998-11-03 01:58:28 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `int_fast64_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_INT_FAST64_T
|
1998-04-18 05:29:43 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `int_fast8_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_INT_FAST8_T
|
2000-04-13 23:16:20 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `int_least16_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_INT_LEAST16_T
|
1999-12-21 04:24:34 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `int_least32_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_INT_LEAST32_T
|
2000-04-13 23:16:20 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `int_least64_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_INT_LEAST64_T
|
1999-08-06 11:11:49 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `int_least8_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_INT_LEAST8_T
|
2000-01-06 03:42:12 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `long', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_LONG
|
1999-08-06 11:11:49 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `long double', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_LONG_DOUBLE
|
1999-08-06 11:11:49 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `long long', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_LONG_LONG
|
2000-01-06 03:42:12 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `off64_t', as computed by sizeof. */
|
2006-05-11 06:29:25 +08:00
|
|
|
#undef SIZEOF_OFF64_T
|
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `off_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_OFF_T
|
2000-01-06 03:42:12 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `short', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_SHORT
|
2000-01-06 03:42:12 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `size_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_SIZE_T
|
2000-01-06 03:42:12 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `ssize_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_SSIZE_T
|
2000-01-06 03:42:12 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `uint16_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_UINT16_T
|
1998-06-17 03:38:26 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `uint32_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_UINT32_T
|
1999-11-04 02:05:58 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `uint64_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_UINT64_T
|
1998-04-18 05:29:43 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `uint8_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_UINT8_T
|
1999-11-04 02:05:58 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `uint_fast16_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_UINT_FAST16_T
|
1998-11-19 02:40:09 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `uint_fast32_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_UINT_FAST32_T
|
1999-10-15 22:53:57 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `uint_fast64_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_UINT_FAST64_T
|
2000-01-06 03:42:12 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `uint_fast8_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_UINT_FAST8_T
|
1999-10-15 22:53:57 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `uint_least16_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_UINT_LEAST16_T
|
2000-04-13 23:16:20 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `uint_least32_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_UINT_LEAST32_T
|
2000-01-06 03:42:12 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `uint_least64_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_UINT_LEAST64_T
|
2002-03-21 02:14:36 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `uint_least8_t', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF_UINT_LEAST8_T
|
|
|
|
|
2009-04-24 02:25:16 +08:00
|
|
|
/* The size of `unsigned', as computed by sizeof. */
|
|
|
|
#undef SIZEOF_UNSIGNED
|
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* The size of `__int64', as computed by sizeof. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef SIZEOF___INT64
|
|
|
|
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
|
|
#undef STDC_HEADERS
|
|
|
|
|
[svn-r14402] Description:
Add work-around to allow reading files that were produced with a buggy
earlier version of the library, which could create objects with the wrong
object header message count. There is now a configure flag
"--enable-strict-format-checks" which triggers a failure on reading a file
with this sort of corruption (when enabled) and allows the object to be read
(when disabled). The default value for the "strict-format-checks" flag is
yes when the "debug" flag is enabled and no when the "debug" flag is disabled.
Note that if strict format checks are disabled (allowing objects with
this particular kind of corruption to be read) and the file is opened with
write access, the library will re-write the object header for the corrupt
object with the correct # of object header messages.
This closes bugzilla bug #1010.
Tested on:
FreeBSD/32 6.2 (duty) in debug mode
FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
in debug mode
Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN,
in production mode
Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, in production mode
Mac OS X/32 10.4.10 (amazon) in debug mode
Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
2008-01-13 13:37:00 +08:00
|
|
|
/* Define if strict file format checks are enabled */
|
|
|
|
#undef STRICT_FORMAT_CHECKS
|
|
|
|
|
2003-02-10 23:38:52 +08:00
|
|
|
/* Define if your system supports pthread_attr_setscope(&attribute,
|
|
|
|
PTHREAD_SCOPE_SYSTEM) call. */
|
|
|
|
#undef SYSTEM_SCOPE_THREADS
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
|
|
|
#undef TIME_WITH_SYS_TIME
|
|
|
|
|
|
|
|
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
|
|
|
#undef TM_IN_SYS_TIME
|
|
|
|
|
2004-04-29 02:42:25 +08:00
|
|
|
/* Define if your system can compile unsigned long long to floating-point
|
|
|
|
casts. */
|
|
|
|
#undef ULLONG_TO_FP_CAST_WORKS
|
|
|
|
|
2005-01-12 02:17:01 +08:00
|
|
|
/* Define if your system can convert unsigned long long to long double with
|
|
|
|
correct precision. */
|
2005-08-29 23:21:58 +08:00
|
|
|
#undef ULLONG_TO_LDOUBLE_PRECISION
|
|
|
|
|
|
|
|
/* Define if your system can accurately convert unsigned (long) long values to
|
|
|
|
floating-point values. */
|
|
|
|
#undef ULONG_TO_FP_BOTTOM_BIT_ACCURATE
|
2005-01-12 02:17:01 +08:00
|
|
|
|
2007-07-13 10:42:17 +08:00
|
|
|
/* Define using v1.6 public API symbols by default */
|
2008-10-25 03:12:21 +08:00
|
|
|
#undef USE_16_API_DEFAULT
|
2007-07-13 10:42:17 +08:00
|
|
|
|
2007-05-30 04:06:49 +08:00
|
|
|
/* Define if a memory checking tool will be used on the library, to cause
|
|
|
|
library to be very picky about memory operations and also disable the
|
|
|
|
internal free list manager code. */
|
|
|
|
#undef USING_MEMCHECKER
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
/* Version number of package */
|
|
|
|
#undef VERSION
|
|
|
|
|
2005-01-24 11:26:37 +08:00
|
|
|
/* Define if vsnprintf() returns the correct value for formatted strings that
|
|
|
|
don't fit into size allowed */
|
|
|
|
#undef VSNPRINTF_WORKS
|
|
|
|
|
2005-08-29 23:21:58 +08:00
|
|
|
/* Data accuracy is prefered to speed during data conversions */
|
|
|
|
#undef WANT_DATA_ACCURACY
|
|
|
|
|
|
|
|
/* Check exception handling functions during data conversions */
|
|
|
|
#undef WANT_DCONV_EXCEPTION
|
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to 1 if your processor stores words with the most significant byte
|
|
|
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
|
|
|
#undef WORDS_BIGENDIAN
|
|
|
|
|
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
|
|
#undef const
|
|
|
|
|
2005-02-01 11:17:02 +08:00
|
|
|
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
|
|
|
calls it, or to nothing if 'inline' is not supported under any name. */
|
|
|
|
#ifndef __cplusplus
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef inline
|
2005-02-01 11:17:02 +08:00
|
|
|
#endif
|
2002-04-03 06:08:23 +08:00
|
|
|
|
2006-11-09 02:39:15 +08:00
|
|
|
/* Define to `long int' if <sys/types.h> does not define. */
|
2002-04-03 06:08:23 +08:00
|
|
|
#undef off_t
|
|
|
|
|
|
|
|
/* Define to `unsigned long' if <sys/types.h> does not define. */
|
|
|
|
#undef size_t
|
2002-03-21 02:14:36 +08:00
|
|
|
|
2002-04-03 06:08:23 +08:00
|
|
|
/* Define to `long' if <sys/types.h> does not define. */
|
|
|
|
#undef ssize_t
|