DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29670>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29670 #define FD_SETSIZE in ./os/tpf/os.h has no effect Summary: #define FD_SETSIZE in ./os/tpf/os.h has no effect Product: Apache httpd-2.0 Version: 2.0-HEAD Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] FD_SETSIZE has to defined first in ./os/tpf/os.h. See patch: Index: httpd-2.X//os/tpf/os.h =================================================================== RCS file: /opt/projects/CVSROOT/navajo/src/org/apache/httpd-2.X/os/tpf/os.h,v retrieving revision 1.3 diff -c -r1.3 os.h *** httpd-2.X//os/tpf/os.h 2004/03/19 16:08:17 1.3 --- httpd-2.X//os/tpf/os.h 2004/06/18 12:17:46 *************** *** 28,39 **** * and prototypes of OS specific functions defined in os.c or os-inline.c */ #include "apr.h" #include "ap_config.h" #include <strings.h> #ifndef __strings_h - #define FD_SETSIZE 2048 typedef long fd_mask; --- 28,40 ---- * and prototypes of OS specific functions defined in os.c or os-inline.c */ + #define FD_SETSIZE 2048 + #include "apr.h" #include "ap_config.h" #include <strings.h> #ifndef __strings_h typedef long fd_mask; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
