From 5457dd83f04724d117d29f5c6b899201955fc0e6 Mon Sep 17 00:00:00 2001 From: Karl Heyes Date: Tue, 18 Mar 2003 01:40:40 +0000 Subject: [PATCH] we need to define an API level we want for certain systems like solaris svn path=/trunk/icecast/; revision=4509 --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 63483f2b..272ea002 100644 --- a/configure.in +++ b/configure.in @@ -12,6 +12,7 @@ dnl Set some options based on environment SOCKET_LIBS= +AC_DEFINE(_XOPEN_SOURCE, 500, [Define if you have POSIX and XPG specifications]) if test -z "$GCC"; then case $host in *-*-irix*)