This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zosh
Recipients
Date 2005-04-15.08:21:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1254741

_SGIAPI is defined in /usr/include/standards.h:
#define _SGIAPI         ((defined(_SGI_SOURCE) && \
                        NO_POSIX && _NO_XOPEN4 && _NO_XOPEN5) || \
                        (_ANSIMODE && _NO_POSIX && _NO_XOPEN4 && 
_NO_XOPEN5))

standards.h contains some comments when e. g. _SGI_SOURCE  and
other symbols are defined. Refer to the attached  file.
History
Date User Action Args
2007-08-23 14:30:54adminlinkissue1178510 messages
2007-08-23 14:30:54admincreate