summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r--src/H5config.h.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 3bdd638..11a538a 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -83,6 +83,18 @@
/* The number of bytes in a int. */
#undef SIZEOF_INT
+/* The number of bytes in a int16_t. */
+#undef SIZEOF_INT16_T
+
+/* The number of bytes in a int32_t. */
+#undef SIZEOF_INT32_T
+
+/* The number of bytes in a int64_t. */
+#undef SIZEOF_INT64_T
+
+/* The number of bytes in a int8_t. */
+#undef SIZEOF_INT8_T
+
/* The number of bytes in a long. */
#undef SIZEOF_LONG
@@ -101,6 +113,18 @@
/* The number of bytes in a size_t. */
#undef SIZEOF_SIZE_T
+/* The number of bytes in a uint16_t. */
+#undef SIZEOF_UINT16_T
+
+/* The number of bytes in a uint32_t. */
+#undef SIZEOF_UINT32_T
+
+/* The number of bytes in a uint64_t. */
+#undef SIZEOF_UINT64_T
+
+/* The number of bytes in a uint8_t. */
+#undef SIZEOF_UINT8_T
+
/* Define if you have the BSDgettimeofday function. */
#undef HAVE_BSDGETTIMEOFDAY
@@ -113,6 +137,9 @@
/* Define if you have the _scrsize function. */
#undef HAVE__SCRSIZE
+/* Define if you have the compress2 function. */
+#undef HAVE_COMPRESS2
+
/* Define if you have the difftime function. */
#undef HAVE_DIFFTIME
@@ -200,5 +227,8 @@
/* Define if you have the mpio library (-lmpio). */
#undef HAVE_LIBMPIO
+/* Define if you have the nsl library (-lnsl). */
+#undef HAVE_LIBNSL
+
/* Define if you have the z library (-lz). */
#undef HAVE_LIBZ