summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/H5config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 23ee0f9..d61f9e3 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -164,6 +164,9 @@
/* The number of bytes in a size_t. */
#undef SIZEOF_SIZE_T
+/* The number of bytes in a ssize_t. */
+#undef SIZEOF_SSIZE_T
+
/* The number of bytes in a uint16_t. */
#undef SIZEOF_UINT16_T
@@ -224,6 +227,9 @@
/* Define if you have the fseek64 function. */
#undef HAVE_FSEEK64
+/* Define if you have the getdents64 function. */
+#undef HAVE_GETDENTS64
+
/* Define if you have the gethostname function. */
#undef HAVE_GETHOSTNAME