made an accepted socket non-block

This commit is contained in:
hyunghwan.chung
2018-01-14 15:38:06 +00:00
parent 2255425b3f
commit 8eae9095c1
5 changed files with 28 additions and 1 deletions

View File

@ -3,6 +3,9 @@
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
/* Define to 1 if you have the `accept4' function. */
#undef HAVE_ACCEPT4
/* Define to 1 if you have the `acosq' function. */
#undef HAVE_ACOSQ