Message118473
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. |
|
Date |
User |
Action |
Args |
2010-10-12 21:03:38 | pitrou | set | recipients:
+ pitrou, exarkun, r.david.murray, lekma, nvetoshkin, BreamoreBoy |
2010-10-12 21:03:38 | pitrou | set | messageid: <1286917418.07.0.907180981236.issue7523@psf.upfronthosting.co.za> |
2010-10-12 21:03:36 | pitrou | link | issue7523 messages |
2010-10-12 21:03:36 | pitrou | create | |
|