1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
|
#endif
#ifdef AF_IPX
egrep_cpp_yes
#endif
], [
AC_DEFINE(OF_HAVE_IPX, 1, [Whether we have IPX/SPX])
AC_SUBST(OF_IPX_SOCKET_M, OFIPXSocket.m)
AC_SUBST(OF_IPX_SOCKET_TESTS_M, OFIPXSocketTests.m)
AC_SUBST(OF_SPX_SOCKET_M, OFSPXSocket.m)
AC_SUBST(OF_SPX_SOCKET_TESTS_M, OFSPXSocketTests.m)
])
])
AC_CHECK_FUNCS(paccept accept4, break)
AC_CHECK_FUNCS(kqueue1 kqueue, [
AC_DEFINE(HAVE_KQUEUE, 1, [Whether we have kqueue])
|
|
<
<
<
|
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
|
#endif
#ifdef AF_IPX
egrep_cpp_yes
#endif
], [
AC_DEFINE(OF_HAVE_IPX, 1, [Whether we have IPX/SPX])
AC_SUBST(USE_SRCS_IPX, '${SRCS_IPX}')
])
])
AC_CHECK_FUNCS(paccept accept4, break)
AC_CHECK_FUNCS(kqueue1 kqueue, [
AC_DEFINE(HAVE_KQUEUE, 1, [Whether we have kqueue])
|