diff options
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 66e3310..a4ce02f 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -11,6 +11,9 @@ values. */ #undef CONVERT_DENORMAL_FLOAT +/* Define if C++ compiler recognizes offsetof */ +#undef CXX_HAVE_OFFSETOF + /* Define the default virtual file driver to compile */ #undef DEFAULT_VFD @@ -228,9 +231,6 @@ /* Define to 1 if you have the <netinet/tcp.h> header file. */ #undef HAVE_NETINET_TCP_H -/* Define if C++ compiler recognizes offsetof */ -#undef HAVE_OFFSETOF - /* Define if we have parallel support */ #undef HAVE_PARALLEL |