summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2007-04-03 17:22:25 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2007-04-03 17:22:25 (GMT)
commita169f04f56515543c25b740ed1bc41f665e44c6f (patch)
treef5efcd937bc2fd77cd8f770b42b4527beb874780 /src/H5config.h.in
parent711836587a19b9b5a6e9a5581807b288e2a49c31 (diff)
downloadhdf5-a169f04f56515543c25b740ed1bc41f665e44c6f.zip
hdf5-a169f04f56515543c25b740ed1bc41f665e44c6f.tar.gz
hdf5-a169f04f56515543c25b740ed1bc41f665e44c6f.tar.bz2
[svn-r13577] This update closes Bug711. A user submitted a patch for configure.in that checks for -lsocket
before trying to look for -lnsl, uses a configure check to locate the tr binary, and uses a more portable format for the arguments to tr which makes the configure script more portable. The change has already been added to the 1.8 branch. This update adds it to the 1.6 branch. The fix was tested on kagiso and smirom.
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r--src/H5config.h.in78
1 files changed, 41 insertions, 37 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 9b7f6a3..cf8a6e6 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -19,6 +19,10 @@
/* Define to 1 if you have the `BSDgettimeofday' function. */
#undef HAVE_BSDGETTIMEOFDAY
+/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
+ */
+#undef HAVE_DECL_TZNAME
+
/* Define to 1 if you have the `difftime' function. */
#undef HAVE_DIFFTIME
@@ -392,112 +396,112 @@
/* Width for printf() for type `long long' or `__int64', use `ll' */
#undef PRINTF_LL_WIDTH
-/* The size of a `char', as computed by sizeof. */
+/* The size of `char', as computed by sizeof. */
#undef SIZEOF_CHAR
-/* The size of a `double', as computed by sizeof. */
+/* The size of `double', as computed by sizeof. */
#undef SIZEOF_DOUBLE
-/* The size of a `float', as computed by sizeof. */
+/* The size of `float', as computed by sizeof. */
#undef SIZEOF_FLOAT
-/* The size of a `int', as computed by sizeof. */
+/* The size of `int', as computed by sizeof. */
#undef SIZEOF_INT
-/* The size of a `int16_t', as computed by sizeof. */
+/* The size of `int16_t', as computed by sizeof. */
#undef SIZEOF_INT16_T
-/* The size of a `int32_t', as computed by sizeof. */
+/* The size of `int32_t', as computed by sizeof. */
#undef SIZEOF_INT32_T
-/* The size of a `int64_t', as computed by sizeof. */
+/* The size of `int64_t', as computed by sizeof. */
#undef SIZEOF_INT64_T
-/* The size of a `int8_t', as computed by sizeof. */
+/* The size of `int8_t', as computed by sizeof. */
#undef SIZEOF_INT8_T
-/* The size of a `int_fast16_t', as computed by sizeof. */
+/* The size of `int_fast16_t', as computed by sizeof. */
#undef SIZEOF_INT_FAST16_T
-/* The size of a `int_fast32_t', as computed by sizeof. */
+/* The size of `int_fast32_t', as computed by sizeof. */
#undef SIZEOF_INT_FAST32_T
-/* The size of a `int_fast64_t', as computed by sizeof. */
+/* The size of `int_fast64_t', as computed by sizeof. */
#undef SIZEOF_INT_FAST64_T
-/* The size of a `int_fast8_t', as computed by sizeof. */
+/* The size of `int_fast8_t', as computed by sizeof. */
#undef SIZEOF_INT_FAST8_T
-/* The size of a `int_least16_t', as computed by sizeof. */
+/* The size of `int_least16_t', as computed by sizeof. */
#undef SIZEOF_INT_LEAST16_T
-/* The size of a `int_least32_t', as computed by sizeof. */
+/* The size of `int_least32_t', as computed by sizeof. */
#undef SIZEOF_INT_LEAST32_T
-/* The size of a `int_least64_t', as computed by sizeof. */
+/* The size of `int_least64_t', as computed by sizeof. */
#undef SIZEOF_INT_LEAST64_T
-/* The size of a `int_least8_t', as computed by sizeof. */
+/* The size of `int_least8_t', as computed by sizeof. */
#undef SIZEOF_INT_LEAST8_T
-/* The size of a `long', as computed by sizeof. */
+/* The size of `long', as computed by sizeof. */
#undef SIZEOF_LONG
-/* The size of a `long double', as computed by sizeof. */
+/* The size of `long double', as computed by sizeof. */
#undef SIZEOF_LONG_DOUBLE
-/* The size of a `long long', as computed by sizeof. */
+/* The size of `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG
-/* The size of a `off_t', as computed by sizeof. */
+/* The size of `off_t', as computed by sizeof. */
#undef SIZEOF_OFF_T
-/* The size of a `short', as computed by sizeof. */
+/* The size of `short', as computed by sizeof. */
#undef SIZEOF_SHORT
-/* The size of a `size_t', as computed by sizeof. */
+/* The size of `size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T
-/* The size of a `ssize_t', as computed by sizeof. */
+/* The size of `ssize_t', as computed by sizeof. */
#undef SIZEOF_SSIZE_T
-/* The size of a `uint16_t', as computed by sizeof. */
+/* The size of `uint16_t', as computed by sizeof. */
#undef SIZEOF_UINT16_T
-/* The size of a `uint32_t', as computed by sizeof. */
+/* The size of `uint32_t', as computed by sizeof. */
#undef SIZEOF_UINT32_T
-/* The size of a `uint64_t', as computed by sizeof. */
+/* The size of `uint64_t', as computed by sizeof. */
#undef SIZEOF_UINT64_T
-/* The size of a `uint8_t', as computed by sizeof. */
+/* The size of `uint8_t', as computed by sizeof. */
#undef SIZEOF_UINT8_T
-/* The size of a `uint_fast16_t', as computed by sizeof. */
+/* The size of `uint_fast16_t', as computed by sizeof. */
#undef SIZEOF_UINT_FAST16_T
-/* The size of a `uint_fast32_t', as computed by sizeof. */
+/* The size of `uint_fast32_t', as computed by sizeof. */
#undef SIZEOF_UINT_FAST32_T
-/* The size of a `uint_fast64_t', as computed by sizeof. */
+/* The size of `uint_fast64_t', as computed by sizeof. */
#undef SIZEOF_UINT_FAST64_T
-/* The size of a `uint_fast8_t', as computed by sizeof. */
+/* The size of `uint_fast8_t', as computed by sizeof. */
#undef SIZEOF_UINT_FAST8_T
-/* The size of a `uint_least16_t', as computed by sizeof. */
+/* The size of `uint_least16_t', as computed by sizeof. */
#undef SIZEOF_UINT_LEAST16_T
-/* The size of a `uint_least32_t', as computed by sizeof. */
+/* The size of `uint_least32_t', as computed by sizeof. */
#undef SIZEOF_UINT_LEAST32_T
-/* The size of a `uint_least64_t', as computed by sizeof. */
+/* The size of `uint_least64_t', as computed by sizeof. */
#undef SIZEOF_UINT_LEAST64_T
-/* The size of a `uint_least8_t', as computed by sizeof. */
+/* The size of `uint_least8_t', as computed by sizeof. */
#undef SIZEOF_UINT_LEAST8_T
-/* The size of a `__int64', as computed by sizeof. */
+/* The size of `__int64', as computed by sizeof. */
#undef SIZEOF___INT64
/* Define to 1 if you have the ANSI C header files. */
@@ -529,7 +533,7 @@
#undef inline
#endif
-/* Define to `long' if <sys/types.h> does not define. */
+/* Define to `long int' if <sys/types.h> does not define. */
#undef off_t
/* Define to `unsigned long' if <sys/types.h> does not define. */