You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fu...@apache.org on 2011/09/14 16:55:12 UTC

svn commit: r1170664 - /tomcat/jk/trunk/native/apache-1.3/mod_jk.c

Author: fuankg
Date: Wed Sep 14 14:55:12 2011
New Revision: 1170664

URL: http://svn.apache.org/viewvc?rev=1170664&view=rev
Log:
Undef the Winsock2 define.

Modified:
    tomcat/jk/trunk/native/apache-1.3/mod_jk.c

Modified: tomcat/jk/trunk/native/apache-1.3/mod_jk.c
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/apache-1.3/mod_jk.c?rev=1170664&r1=1170663&r2=1170664&view=diff
==============================================================================
--- tomcat/jk/trunk/native/apache-1.3/mod_jk.c (original)
+++ tomcat/jk/trunk/native/apache-1.3/mod_jk.c Wed Sep 14 14:55:12 2011
@@ -50,6 +50,7 @@
 #define _INET_
 #define _SYS_TIMEVAL_H_
 #define _SYS_SOCKET_H_
+#undef  ntohs
 #endif
 #include "jk_global.h"
 #include "jk_util.h"



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org