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 pitrou
Recipients BreamoreBoy, exarkun, lekma, nvetoshkin, pitrou, r.david.murray
Date 2010-10-12.21:03:36
SpamBayes Score 0.0005694883
Marked as misclassified No
Message-id <1286917418.07.0.907180981236.issue7523@psf.upfronthosting.co.za>
In-reply-to
Content
You can check accept4() presence by adding it to the AC_CHECK_FUNCS macro in configure.in around line 2553, and add the corresponding HAVE_ACCEPT4 lines in pyconfig.h.in. Then run "autoconf" and you will have access to a HAVE_ACCEPT4 constant when accept4() exists.

By the way, you shouldn't use C++-style comments ("// ..."), because some C compilers refuse them.
History
Date User Action Args
2010-10-12 21:03:38pitrousetrecipients: + pitrou, exarkun, r.david.murray, lekma, nvetoshkin, BreamoreBoy
2010-10-12 21:03:38pitrousetmessageid: <1286917418.07.0.907180981236.issue7523@psf.upfronthosting.co.za>
2010-10-12 21:03:36pitroulinkissue7523 messages
2010-10-12 21:03:36pitroucreate