From 186aca8b49d5d9e80158ca5fcf59bfb4daf28c1e Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 14 Jul 2014 11:26:49 -0500 Subject: [svn-r25412] Add ASPRINTF define - check already in configure --- config/cmake/H5pubconf.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 header file. */ -- cgit v0.12