diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-09-06 18:32:45 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-09-06 18:32:45 (GMT) |
commit | 681b630ea53fbeb6bfa3bc6263b4926f55afdcf1 (patch) | |
tree | b3d4fd0ab2b2af180502182a4b9117e5693e580b /src | |
parent | 763bb8d9a09143153ec9417f5f68fced319eb91d (diff) | |
download | hdf5-681b630ea53fbeb6bfa3bc6263b4926f55afdcf1.zip hdf5-681b630ea53fbeb6bfa3bc6263b4926f55afdcf1.tar.gz hdf5-681b630ea53fbeb6bfa3bc6263b4926f55afdcf1.tar.bz2 |
[svn-r2517] Removed the incorrect #ifdef's. Since this file is generated from
autoheader, it was useless to add them in here...
Diffstat (limited to 'src')
-rw-r--r-- | src/H5config.h.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index dfa81ec..544b1f5 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -11,9 +11,7 @@ #undef HAVE_TZNAME /* Define as __inline if that's what the C compiler calls it. */ -#ifndef __cplusplus #undef inline -#endif /* Define to `long' if <sys/types.h> doesn't define. */ #undef off_t |