From f88d817dcac470b4f3f531453d2e7b255e85cf68 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 23 Sep 2020 12:44:42 -0400 Subject: Generalize IPV6_V6ONLY usage Some platforms other than Linux may implement this socket option. --- config.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'config.sh') diff --git a/config.sh b/config.sh index 6e6aafa..e1dfa97 100644 --- a/config.sh +++ b/config.sh @@ -30,12 +30,6 @@ do esac done -case "$(uname)" in - Linux) - CFLAGS="$CFLAGS -DLINUX" - ;; -esac - subdir() { eval ". $srcdir/$1/configure" } -- cgit v1.2.3