DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12695>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12695

FD_SIZESET info as requested

           Summary: FD_SIZESET info as requested
           Product: Apache httpd-1.3
           Version: 1.3.26
          Platform: Other
               URL: http://httpd.apache.org/docs/misc/descriptors.html
        OS/Version: AIX
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Documentation
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: [EMAIL PROTECTED]


The relevant include file on AIX 5.1 reads:

/*
 * Select uses bit masks of file descriptors.
 * These macros manipulate such bit fields.
 * FD_SETSIZE may be defined by the user to the maximum valued file
 * descriptor to be selected; the default here should be == OPEN_MAX
 */
#ifndef FD_SETSIZE
#define FD_SETSIZE     32767    /* must be == OPEN_MAX in <limits.h> */
#endif

Incidentically, this is exactly the same as found under 4.3.3.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to