diff options
author | Thomas Radke <tradke@aei.mpg.de> | 2000-12-01 21:59:31 (GMT) |
---|---|---|
committer | Thomas Radke <tradke@aei.mpg.de> | 2000-12-01 21:59:31 (GMT) |
commit | 0473d1c8225237fa2a891beed3acf900857d5580 (patch) | |
tree | 8a30b2c7a26c44a729315d0bd56b404468299461 /src/H5config.h.in | |
parent | e10233b5f0185508e7bc265748739c08ccd0fe88 (diff) | |
download | hdf5-0473d1c8225237fa2a891beed3acf900857d5580.zip hdf5-0473d1c8225237fa2a891beed3acf900857d5580.tar.gz hdf5-0473d1c8225237fa2a891beed3acf900857d5580.tar.bz2 |
[svn-r3058]
Description:
Added the HAVE_SYS_FILIO_H define for the configure check for <sys/filio.h>.
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 4f20275..40eb656 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -302,6 +302,9 @@ /* Define if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H +/* Define if you have the <sys/filio.h> header file. */ +#undef HAVE_SYS_FILIO_H + /* Define if you have the <sys/ioctl.h> header file. */ #undef HAVE_SYS_IOCTL_H |