rbb 00/11/12 18:57:25
Modified: src/lib/apr/include apr.hw Log: Make Win32 compile again by defining APR_INADDR_NONE in apr.hw. Submitted by: Branko Čibej" <[EMAIL PROTECTED]> Revision Changes Path 1.35 +5 -0 apache-2.0/src/lib/apr/include/apr.hw Index: apr.hw =================================================================== RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr.hw,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- apr.hw 2000/11/02 15:24:08 1.34 +++ apr.hw 2000/11/13 02:57:25 1.35 @@ -160,6 +160,11 @@ */ #define APR_HAS_UNICODE_FS 1 +/* Not all platforms have a real INADDR_NONE. This macro replaces INADDR_NONE + * on all platforms. + */ +#define APR_INADDR_NONE INADDR_NONE + /* Typedefs that APR needs. */ typedef short apr_int16_t;