Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 233409
Collapse All | Expand All

(-)configure.ac.~1~ (-16 lines)
Lines 212-233 Link Here
212
	echo "Not using asynchronous dns lookups"
212
	echo "Not using asynchronous dns lookups"
213
fi
213
fi
214
214
215
dnl +-------------------------------------------------------------------+
216
dnl | Checking for Linux TCP/IP stack                                   |
217
dnl +-------------------------------------------------------------------+
218
AC_CHECK_DECL(TCP_KEEPCNT, [ac_use_keepalives=yes], [ac_use_keepalives=no], [
219
#include <sys/socket.h>
220
#include <netinet/in.h>
221
#include <netinet/ip.h>
222
#include <netinet/tcp.h>
223
])
224
225
use_keepalives=no
226
if test x$ac_use_keepalives != xno; then
227
	use_keepalives=yes
228
	AC_DEFINE(USE_TCP_KEEPALIVES, 1, [Whether to use Linux TCP keepalives])
229
fi
230
231
dnl +-------------+
215
dnl +-------------+
232
dnl | Build Flags |--------------------------------------------
216
dnl | Build Flags |--------------------------------------------
233
dnl +-------------+
217
dnl +-------------+

Return to bug 233409