aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2017-10-25 16:58:36 -0700
committerAnders Broman <a.broman58@gmail.com>2017-10-26 07:10:26 +0000
commitb331641f98a1e55f7bd325e1a6e55206ecfc8094 (patch)
treeacaff8b4c3145bacc371d1f821846031a9149b4a /cmakeconfig.h.in
parentf97befbaa57ff432958d014b007c909e04cd8ff9 (diff)
CMake: Remove unused header checks.
Remove the following unused header checks and defines: HAVE_INTTYPES_H HAVE_STDINT_H HAVE_STRINGS_H HAVE_SYSCONF Change-Id: I9f1307ead09c6800697004e7f79f5ac637eea3f7 Reviewed-on: https://code.wireshark.org/review/24067 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 994411a6a7..b4a4c8fe93 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -107,9 +107,6 @@
/* Define to 1 if you have the `inflatePrime' function. */
#cmakedefine HAVE_INFLATEPRIME 1
-/* Define to 1 if you have the <inttypes.h> header file. */
-#cmakedefine HAVE_INTTYPES_H 1
-
/* Define to 1 if you have the `issetugid' function. */
#cmakedefine HAVE_ISSETUGID 1
@@ -306,12 +303,6 @@
/* Define to 1 if you have the WinSparkle library */
#cmakedefine HAVE_SOFTWARE_UPDATE 1
-/* Define to 1 if you have the <stdint.h> header file. */
-#cmakedefine HAVE_STDINT_H 1
-
-/* Define to 1 if you have the <strings.h> header file. */
-#cmakedefine HAVE_STRINGS_H 1
-
/* Define if you have the 'strptime' function. */
#cmakedefine HAVE_STRPTIME 1
@@ -324,9 +315,6 @@
/* Define to 1 if `__st_birthtime' is a member of `struct stat'. */
#cmakedefine HAVE_STRUCT_STAT___ST_BIRTHTIME 1
-/* Define to 1 if you have the `sysconf' function. */
-#cmakedefine HAVE_SYSCONF 1
-
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#cmakedefine HAVE_SYS_IOCTL_H 1