From: ayin Date: Mon, 25 Jun 2007 23:11:23 +0000 (+0000) Subject: Define _XOPEN_SOURCE to 500 on Solaris to enable the required namespace. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ef7e075f561b2e160b35b9b9952cc0137155eb23;p=dana%2Furxvt.git Define _XOPEN_SOURCE to 500 on Solaris to enable the required namespace. --- 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