From b0d62523965eb0e29b41f6e9986faf12f7bb53ef Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 8 Jul 1999 00:09:04 +0000 Subject: [PATCH] NEED_AF_INET6 and HAVE_SA_LEN are now obsolete --- config.h.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config.h.in b/config.h.in index 56799e92d8..de91891b98 100644 --- a/config.h.in +++ b/config.h.in @@ -24,12 +24,6 @@ /* define if you need inet_pton() */ #undef NEED_INET_PTON -/* define if you need AF_INET6 */ -#undef NEED_AF_INET6 - -/* define if your struct sockaddr has a sa_len member */ -#undef HAVE_SA_LEN - /* define if your system needs pthread_init() before using pthreads */ #undef NEED_PTHREAD_INIT