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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-06-21 23:30 ------- It looks to me that this code is defining the select() stuff if compiling on some level of TPF that doesn't define it already, and that the TPF level is checked via including <strings.h> then seeing if __strings_h got defined. This isn't the normal define-FD_SETSIZE-before-system-headers-if-you-want-it-larger-than-default idiom. IOW, the code breaks if we apply the patch you suggested. The code was added to Apache 1.3 back in 1999 but with no commit message other than "Add support for standalone mode in TPF". To my knowledge, nobody has used Apache 2.0 on TPF, but I can't confirm. Thanks for using Apache! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
