WinCE cross compilation adjustments:
authorYang Tse <yangsita@gmail.com>
Wed, 14 May 2008 13:54:36 +0000 (13:54 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 14 May 2008 13:54:36 +0000 (13:54 +0000)
HAVE_WINSOCK2_H shall not be defined.
HAVE_WS2TCPIP_H shall not be defined.

acinclude.m4
ares/acinclude.m4

index 9c5ff05..7c98371 100644 (file)
@@ -112,7 +112,7 @@ AC_DEFUN([CURL_CHECK_HEADER_WINSOCK2], [
 #include <windows.h>
 #include <winsock2.h>
       ],[
-#ifdef __CYGWIN__
+#if defined(__CYGWIN__) || defined(_WIN32_WCE)
         HAVE_WINSOCK2_H shall not be defined.
 #else
         int dummy=2*IPPROTO_ESP;
@@ -150,7 +150,7 @@ AC_DEFUN([CURL_CHECK_HEADER_WS2TCPIP], [
 #include <winsock2.h>
 #include <ws2tcpip.h>
       ],[
-#ifdef __CYGWIN__
+#if defined(__CYGWIN__) || defined(_WIN32_WCE)
         HAVE_WS2TCPIP_H shall not be defined.
 #else
         int dummy=2*IP_PKTINFO;
index fb00d09..5665950 100644 (file)
@@ -90,7 +90,7 @@ AC_DEFUN([CURL_CHECK_HEADER_WINSOCK2], [
 #include <windows.h>
 #include <winsock2.h>
       ],[
-#ifdef __CYGWIN__
+#if defined(__CYGWIN__) || defined(_WIN32_WCE)
         HAVE_WINSOCK2_H shall not be defined.
 #else
         int dummy=2*IPPROTO_ESP;
@@ -128,7 +128,7 @@ AC_DEFUN([CURL_CHECK_HEADER_WS2TCPIP], [
 #include <winsock2.h>
 #include <ws2tcpip.h>
       ],[
-#ifdef __CYGWIN__
+#if defined(__CYGWIN__) || defined(_WIN32_WCE)
         HAVE_WS2TCPIP_H shall not be defined.
 #else
         int dummy=2*IP_PKTINFO;