diff options
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index ab57f34..d3c20af 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -397,6 +397,9 @@ /* Define if shared writing must be disabled (CodeWarrior only) */ #undef NO_SHARED_WRITING +/* Name of package */ +#undef PACKAGE + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT @@ -556,6 +559,9 @@ correct precision. */ #undef ULLONG_TO_LDOUBLE_PRECISION_WORKS +/* Version number of package */ +#undef VERSION + /* Define if vsnprintf() returns the correct value for formatted strings that don't fit into size allowed */ #undef VSNPRINTF_WORKS @@ -570,9 +576,11 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus #undef inline +#endif /* Define to `long' if <sys/types.h> does not define. */ #undef off_t |