diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2007-08-07 21:01:15 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2007-08-07 21:01:15 (GMT) |
commit | 753a60f18454c0870bb0db7a0152e60afa98911c (patch) | |
tree | 030f46580a88c9327d07c246d9760727695d1394 /src/H5config.h.in | |
parent | c897b7ea07ccafd47d32a02e6a945156b0832726 (diff) | |
download | hdf5-753a60f18454c0870bb0db7a0152e60afa98911c.zip hdf5-753a60f18454c0870bb0db7a0152e60afa98911c.tar.gz hdf5-753a60f18454c0870bb0db7a0152e60afa98911c.tar.bz2 |
[svn-r14047] Purpose: Adding H5_HAVE_SIGLONGJMP macro to configure.
Description: Configure will now detect the presence of the 'siglongjmp' function. If present,
the macro H5_HAVE_SIGLONGJMP will be defined in src/H5pubconf.h.
Tested: kagiso, smirom, linew
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 8039303..b9891e2 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -252,6 +252,9 @@ /* Define to 1 if you have the `sigaction' function. */ #undef HAVE_SIGACTION +/* Define to 1 if you have the `siglongjmp' function. */ +#undef HAVE_SIGLONGJMP + /* Define to 1 if you have the `signal' function. */ #undef HAVE_SIGNAL |