Antoine Pitrou <pit...@free.fr> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7523>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to