mmanders 01/11/26 11:32:45 Modified: jk/native/apache-1.3 mod_jk.c Log: Added NetWare specific defines back into this file since they are ONLY related to this file (because of Winsock used to build this module). Revision Changes Path 1.22 +14 -1 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c Index: mod_jk.c =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- mod_jk.c 2001/11/21 00:09:22 1.21 +++ mod_jk.c 2001/11/26 19:32:45 1.22 @@ -61,7 +61,7 @@ * Author: Gal Shachor <[EMAIL PROTECTED]> * * Dan Milstein <[EMAIL PROTECTED]> * * Henri Gomez <[EMAIL PROTECTED]> * - * Version: $Revision: 1.21 $ * + * Version: $Revision: 1.22 $ * ***************************************************************************/ /* @@ -79,6 +79,19 @@ #include "util_script.h" #include "util_date.h" #include "http_conf_globals.h" + +/* + * These defines are specific to this file and need to remain here for the + * NetWare connector. + */ +#ifdef NETWARE +#define _SYS_TYPES_H_ +#define _NETDB_H_INCLUDED +#define _IN_ +#define _INET_ +#define _SYS_TIMEVAL_H_ +#define _SYS_SOCKET_H_ +#endif /* * Jakarta (jk_) include files
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>