Define __APPLE_USER_RFC_2292 so the IPv6 socket options are exposed on OSX
[freeradius.git] / configure
index d695103..8ec93a7 100755 (executable)
--- a/configure
+++ b/configure
@@ -7238,6 +7238,9 @@ case "$host" in
   *-darwin*)
     CFLAGS="$CFLAGS -DDARWIN"
     LIBS="-framework DirectoryService $LIBS"
+
+$as_echo "#define __APPLE_USE_RFC_2292 1" >>confdefs.h
+
     ;;
 esac