changeset 4499:9cd1dca94b2a

IPv6 and socklen_t are not actually used in the core, remove the checks for them.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 21 Apr 2008 16:36:07 +0300
parents e8b8b22ce567
children d9bdbb610452
files configure.ac
diffstat 1 files changed, 0 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Apr 21 16:10:32 2008 +0300
+++ b/configure.ac	Mon Apr 21 16:36:07 2008 +0300
@@ -127,26 +127,6 @@
 
 
 ### ---------------------------------------------------------------------------
-dnl Check if socklen_t is defined
-dnl =============================
-AUD_TRY_COMPILE([for socklen_t], [have_socklen_t], [
-#include <sys/types.h>
-#include <sys/socket.h>
-], [socklen_t s;],, [
-    AC_DEFINE([socklen_t], [int], [Define to int if the socklen_t type is missing])
-])
-
-
-### ---------------------------------------------------------------------------
-dnl IPv6 support
-dnl ============
-AUD_ARG_SIMPLE([ipv6], [no],
-[  --enable-ipv6                Enable IPv6 support],
-[USE_IPV6],, [Define if building with IPv6 support])
-
-
-
-### ---------------------------------------------------------------------------
 dnl Plugin stuff
 dnl ========================
 dnl Ok, first we find out what flags we need to use.
@@ -171,7 +151,6 @@
 esac
 
 
-
 ### ---------------------------------------------------------------------------
 dnl Chardet support
 dnl ===============