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: [email protected]
For additional commands, e-mail: [email protected]