summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-06-23 03:29:52 (GMT)
committerGitHub <noreply@github.com>2021-06-23 03:29:52 (GMT)
commit82c8013a2db4d9a105b5079542526c0bb6c001bf (patch)
treeb0aef2a933c952a4d0b0f5d3464448d3a764b990 /config/cmake/H5pubconf.h.in
parente25fa1c619017814718a4ae7cae92fb418aa5445 (diff)
downloadhdf5-82c8013a2db4d9a105b5079542526c0bb6c001bf.zip
hdf5-82c8013a2db4d9a105b5079542526c0bb6c001bf.tar.gz
hdf5-82c8013a2db4d9a105b5079542526c0bb6c001bf.tar.bz2
Removes outdated checks for ways inline might be defined (#781)
These are obsolete now that we require C99.
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r--config/cmake/H5pubconf.h.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index 8201fc5..2e80023 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -188,9 +188,6 @@
/* Define to 1 if you have the <hdfs.h> header file. */
#cmakedefine H5_HAVE_HDFS_H @H5_HAVE_HDFS_H@
-/* Define if the compiler understands inline */
-#cmakedefine H5_HAVE_INLINE @H5_HAVE_INLINE@
-
/* Define if parallel library will contain instrumentation to detect correct
optimization operation */
#cmakedefine H5_HAVE_INSTRUMENTED_LIBRARY @H5_HAVE_INSTRUMENTED_LIBRARY@
@@ -432,12 +429,6 @@
/* Define to 1 if you have the `_scrsize' function. */
#cmakedefine H5_HAVE__SCRSIZE @H5_HAVE__SCRSIZE@
-/* Define if the compiler understands __inline */
-#cmakedefine H5_HAVE___INLINE @H5_HAVE___INLINE@
-
-/* Define if the compiler understands __inline__ */
-#cmakedefine H5_HAVE___INLINE__ @H5_HAVE___INLINE__@
-
/* Define if the library will ignore file locks when disabled */
#cmakedefine H5_IGNORE_DISABLED_FILE_LOCKS @H5_IGNORE_DISABLED_FILE_LOCKS@