summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-07-14 16:26:49 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-07-14 16:26:49 (GMT)
commit186aca8b49d5d9e80158ca5fcf59bfb4daf28c1e (patch)
tree495c66d4b59ca269b0f2fd9c87b1091d3013df9a /config/cmake/H5pubconf.h.in
parent06e4e32ba0bce0c9b82da9485134dad47effebfc (diff)
downloadhdf5-186aca8b49d5d9e80158ca5fcf59bfb4daf28c1e.zip
hdf5-186aca8b49d5d9e80158ca5fcf59bfb4daf28c1e.tar.gz
hdf5-186aca8b49d5d9e80158ca5fcf59bfb4daf28c1e.tar.bz2
[svn-r25412] Add ASPRINTF define - check already in configure
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r--config/cmake/H5pubconf.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index 6e66630..8235c54 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -95,6 +95,9 @@
/* Define to 1 if you have the `alarm' function. */
#cmakedefine H5_HAVE_ALARM @H5_HAVE_ALARM@
+/* Define to 1 if you have the `asprintf' function. */
+#cmakedefine H5_HAVE_ASPRINTF @H5_HAVE_ASPRINTF@
+
/* Define if the __attribute__(()) extension is present */
#cmakedefine H5_HAVE_ATTRIBUTE @H5_HAVE_ATTRIBUTE@
@@ -314,7 +317,7 @@
/* Define to 1 if you have the `rand_r' function. */
#cmakedefine H5_HAVE_RAND_R @H5_HAVE_RAND_R@
-/* Define to 1 if you have the `sigsetjmp' function. */
+/* Define to 1 if you have the `setjmp' function. */
#cmakedefine H5_HAVE_SETJMP @H5_HAVE_SETJMP@
/* Define to 1 if you have the <setjmp.h> header file. */