diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-09-27 03:26:03 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-09-27 03:26:03 (GMT) |
commit | f9fc749ca218a878dbea4022ba1c2fb527f7822c (patch) | |
tree | 4fa74f866c489c92901d25872e59e838980a1275 /src/H5config.h.in | |
parent | e1eccc4987c625f4e1d24462e03504e7289fe8ee (diff) | |
download | hdf5-f9fc749ca218a878dbea4022ba1c2fb527f7822c.zip hdf5-f9fc749ca218a878dbea4022ba1c2fb527f7822c.tar.gz hdf5-f9fc749ca218a878dbea4022ba1c2fb527f7822c.tar.bz2 |
[svn-r11467] Purpose:
Add the detection of the alarm function.
Platforms tested:
Tested in heping.
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 e20fdbe..0ffb869 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -36,6 +36,9 @@ /* Define if gettimeofday() populates the tz pointer passed in */ #undef GETTIMEOFDAY_GIVES_TZ +/* Define to 1 if you have the `alarm' function. */ +#undef HAVE_ALARM + /* Define if the __attribute__(()) extension is present */ #undef HAVE_ATTRIBUTE |