diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-08-09 16:53:43 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-08-09 16:53:43 (GMT) |
commit | 70f1a12883e8568c093b54d7686131f7b76c5f18 (patch) | |
tree | 315dd0224a747c437873ded4e206dc800f56ff5e /src | |
parent | 32929893cfa80ee31832fe1c24edcd54de301e3e (diff) | |
download | hdf5-70f1a12883e8568c093b54d7686131f7b76c5f18.zip hdf5-70f1a12883e8568c093b54d7686131f7b76c5f18.tar.gz hdf5-70f1a12883e8568c093b54d7686131f7b76c5f18.tar.bz2 |
[svn-r11222] Purpose:
feature
Description:
Add the test for tmpfile. If it does not exist, compile in our own
version (which always returns NULL for now.)
Diffstat (limited to 'src')
-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 5a9a79e..0fb003c 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -320,6 +320,9 @@ /* Define if the ioctl TIOGWINSZ is defined */ #undef HAVE_TIOCGWINSZ +/* Define to 1 if you have the `tmpfile' function. */ +#undef HAVE_TMPFILE + /* Define if `tm_gmtoff' is a member of `struct tm' */ #undef HAVE_TM_GMTOFF |