From ef7e075f561b2e160b35b9b9952cc0137155eb23 Mon Sep 17 00:00:00 2001 From: ayin Date: Mon, 25 Jun 2007 23:11:23 +0000 Subject: [PATCH] Define _XOPEN_SOURCE to 500 on Solaris to enable the required namespace. --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index deae5119..eb53a31a 100644 --- a/configure.ac +++ b/configure.ac @@ -80,9 +80,7 @@ AC_DEFINE(_GNU_SOURCE, 1, Use all glibc features.) case $host in *-*-solaris* ) - AC_DEFINE(_XOPEN_SOURCE_EXTENDED, 1, Needed to get declarations for msg_control and msg_controllen on Solaris) - AC_DEFINE(_XOPEN_SOURCE, 2, Needed to get declarations for msg_control and msg_controllen on Solaris) - AC_DEFINE(__EXTENSIONS__, 1, Needed to get declarations for msg_control and msg_controllen on Solaris) + AC_DEFINE(_XOPEN_SOURCE, 500, Needed to get declarations for msg_control and msg_controllen on Solaris) ;; esac -- 2.34.1