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.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 6efe276..6f8eef1 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -25,9 +25,6 @@
/* Define if the compiler understands the __FUNCTION__ keyword. */
#undef HAVE_FUNCTION
-/* Define if we have parallel support THIS WILL GO AWAY SHORTLY!!! */
-#undef PHDF5
-
/* Define if we have parallel support */
#undef HAVE_PARALLEL
@@ -52,6 +49,12 @@
/* Define if you have the fseek64 function. */
#undef HAVE_FSEEK64
+/* Define if you have the gethostname function. */
+#undef HAVE_GETHOSTNAME
+
+/* Define if you have the getpwuid function. */
+#undef HAVE_GETPWUID
+
/* Define if you have the lseek64 function. */
#undef HAVE_LSEEK64