aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2017-10-25 17:42:15 -0700
committerAnders Broman <a.broman58@gmail.com>2017-10-26 07:08:41 +0000
commitbfad9c56f9e65eafba00f97e5e649842782eb2e1 (patch)
tree7e2596f74d4be0f001afefebbfcf8d6e0c4bfd9a /cmakeconfig.h.in
parent859405fd2dd7b76e00d650e1674db2378e05beff (diff)
CMake: Don't check for windows.h or winsock2.h.
If we're building on Windows we're going to have windows.h and winsock2.h. Don't bother checking for them. Change-Id: I0004c44d7364ab3f41682f34b8c84cd8617c9603 Reviewed-on: https://code.wireshark.org/review/24068 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.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index fe5491cc08..994411a6a7 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -363,12 +363,6 @@
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine HAVE_UNISTD_H 1
-/* Define to 1 if you have the <windows.h> header file. */
-#cmakedefine HAVE_WINDOWS_H 1
-
-/* Define to 1 if you have the <winsock2.h> header file. */
-#cmakedefine HAVE_WINSOCK2_H 1
-
/* Name of package */
#cmakedefine PACKAGE