diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-07-14 16:19:04 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-07-14 16:19:04 (GMT) |
commit | b79ca69a25aa612a97bc0aaa13710a2bf27a6376 (patch) | |
tree | 5b557782efd5014b0b75b9cb0d99e0a01abecb3f | |
parent | 28726a7951cfb68eca7c3b5907d818a0312a6716 (diff) | |
download | hdf5-b79ca69a25aa612a97bc0aaa13710a2bf27a6376.zip hdf5-b79ca69a25aa612a97bc0aaa13710a2bf27a6376.tar.gz hdf5-b79ca69a25aa612a97bc0aaa13710a2bf27a6376.tar.bz2 |
[svn-r25409] Add ASPRINTF define - check already in configure
-rw-r--r-- | config/cmake/H5pubconf.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 225d01d..79c6c1a 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -91,6 +91,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@ @@ -310,7 +313,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. */ |