mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r25412] Add ASPRINTF define - check already in configure
This commit is contained in:
parent
06e4e32ba0
commit
186aca8b49
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user