aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-03-12 12:22:20 -0700
committerGerald Combs <gerald@wireshark.org>2018-03-12 22:11:32 +0000
commit2519115695634258b1b492cc07c8feb8dc925b2f (patch)
tree3d2e0cab5af83af2a46c5814c5265eaaa244bb1d /cmakeconfig.h.in
parent1a52e085c1bc2afe770693b0f8c6a2530aa196d5 (diff)
Remove some unused or hard-coded header checks.
Remove some unused checks and code found using grep -o 'HAVE_[A-Z0-9_]*' ConfigureChecks.cmake | sort -u \ | while read have_h ; do echo = $have_h ; git --no-pager grep -cl $have_h ; done Change-Id: I86bfcfdc4f60d9d7de87017a7bb00f833a79bd2c Reviewed-on: https://code.wireshark.org/review/26451 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index c78328ae08..25f67b731b 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -44,9 +44,6 @@
/* Define to 1 if you have the <arpa/inet.h> header file. */
#cmakedefine HAVE_ARPA_INET_H 1
-/* Define to 1 if you have the <arpa/nameser.h> header file. */
-#cmakedefine HAVE_ARPA_NAMESER_H 1
-
/* Define to 1 if you have the `bpf_image' function. */
#cmakedefine HAVE_BPF_IMAGE 1
@@ -56,9 +53,6 @@
/* Define to 1 if you have the `dladdr' function. */
#cmakedefine HAVE_DLADDR 1
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#cmakedefine HAVE_DLFCN_H 1
-
/* Define to 1 if you have the <fcntl.h> header file. */
#cmakedefine HAVE_FCNTL_H 1
@@ -128,9 +122,6 @@
/* Define to use libpcap library */
#cmakedefine HAVE_LIBPCAP 1
-/* Define to use libportaudio library */
-#cmakedefine HAVE_LIBPORTAUDIO 1
-
/* Define to 1 if you have the `smi' library (-lsmi). */
#cmakedefine HAVE_LIBSMI 1
@@ -161,9 +152,6 @@
/* Define to use MIT kerberos */
#cmakedefine HAVE_MIT_KERBEROS 1
-/* Define to 1 if you have the `mkdtemp' function. */
-#cmakedefine HAVE_MKDTEMP 1
-
/* Define to 1 if you have the `mkstemps' function. */
#cmakedefine HAVE_MKSTEMPS 1
@@ -191,9 +179,6 @@
/* VHT_CAPABILITY is supported */
#cmakedefine HAVE_NL80211_VHT_CAPABILITY 1
-/* Define to 1 if you have the <Ntddndis.h> header file. */
-#cmakedefine HAVE_NTDDNDIS_H 1
-
/* Define to 1 if you have macOS frameworks */
#cmakedefine HAVE_MACOS_FRAMEWORKS 1
@@ -261,9 +246,6 @@
/* Define to 1 if you have the popcount function. */
#cmakedefine HAVE_POPCOUNT 1
-/* Define to 1 if you have the <portaudio.h> header file. */
-#cmakedefine HAVE_PORTAUDIO_H 1
-
/* Define to 1 if you have the <pwd.h> header file. */
#cmakedefine HAVE_PWD_H 1
@@ -309,9 +291,6 @@
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#cmakedefine HAVE_SYS_IOCTL_H 1
-/* Define to 1 if you have the <sys/param.h> header file. */
-#cmakedefine HAVE_SYS_PARAM_H 1
-
/* Define to 1 if you have the <sys/socket.h> header file. */
#cmakedefine HAVE_SYS_SOCKET_H 1
@@ -420,9 +399,6 @@
typedef int ssize_t;
# endif
- /* FIXME: Detection doesn't work */
-# define HAVE_NTDDNDIS_H 1
-
/*
* Flex (v 2.5.35) uses this symbol to "exclude" unistd.h
*/