From 2a5826d250b8bc957b45a9a0a01e1c087a9036ac Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Tue, 1 Sep 2009 19:27:59 +0000 Subject: [PATCH] Define some windows specific header files svn path=/trunk/; revision=29660 --- cmakeconfig.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index e27ede8e7c..39a1f1aaa1 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -130,6 +130,9 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_NTDDNDIS_H 1 + /* Define to 1 if you have OS X frameworks */ #cmakedefine HAVE_OS_X_FRAMEWORKS 1 @@ -227,6 +230,12 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_UNISTD_H 1 +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_WINDOWS_H 1 + +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_WINSOCK2_H 1 + /* HTML viewer, e.g. mozilla */ #cmakedefine HTML_VIEWER