summaryrefslogtreecommitdiff
path: root/config.h.cmake.in
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2021-07-26 20:09:32 -0400
committerNick Wellnhofer <wellnhofer@aevum.de>2022-01-16 14:34:37 +0100
commit9669bd68a34c23afbe70fc2f1123f54ed4d49fed (patch)
tree12d5d89af9c445a342e46dd63c8a666b3971e496 /config.h.cmake.in
parentf86082359b6b95fc5ed2e2614f641df79040b43f (diff)
downloadlibxml2-9669bd68a34c23afbe70fc2f1123f54ed4d49fed.tar.gz
configure: remove unused checks for headers
These headers are checked for at configure time, but the code never cares about the results of these checks, so skip them.
Diffstat (limited to 'config.h.cmake.in')
-rw-r--r--config.h.cmake.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/config.h.cmake.in b/config.h.cmake.in
index fa72c46d..a4e0a3d9 100644
--- a/config.h.cmake.in
+++ b/config.h.cmake.in
@@ -19,9 +19,6 @@
/* Define to 1 if you have the <ctype.h> header file. */
#cmakedefine HAVE_CTYPE_H 1
-/* Define to 1 if you have the <dirent.h> header file. */
-#cmakedefine HAVE_DIRENT_H 1
-
/* Define to 1 if you have the <dlfcn.h> header file. */
#cmakedefine HAVE_DLFCN_H 1
@@ -79,18 +76,12 @@
/* Define to 1 if you have the `localtime' function. */
#cmakedefine HAVE_LOCALTIME 1
-/* Define to 1 if you have the <lzma.h> header file. */
-#cmakedefine HAVE_LZMA_H 1
-
/* Define to 1 if you have the <malloc.h> header file. */
#cmakedefine HAVE_MALLOC_H 1
/* Define to 1 if you have the <math.h> header file. */
#cmakedefine HAVE_MATH_H 1
-/* Define to 1 if you have the <memory.h> header file. */
-#cmakedefine HAVE_MEMORY_H 1
-
/* Define to 1 if you have the `mmap' function. */
#cmakedefine HAVE_MMAP 1
@@ -102,9 +93,6 @@
# undef /**/ HAVE_MMAP
#endif
-/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
-#cmakedefine HAVE_NDIR_H 1
-
/* Define to 1 if you have the <netdb.h> header file. */
#cmakedefine HAVE_NETDB_H 1
@@ -174,17 +162,9 @@
/* Define to 1 if you have the <string.h> header file. */
#cmakedefine HAVE_STRING_H 1
-/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
- */
-#cmakedefine HAVE_SYS_DIR_H 1
-
/* Define to 1 if you have the <sys/mman.h> header file. */
#cmakedefine HAVE_SYS_MMAN_H 1
-/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
- */
-#cmakedefine HAVE_SYS_NDIR_H 1
-
/* Define to 1 if you have the <sys/select.h> header file. */
#cmakedefine HAVE_SYS_SELECT_H 1