diff options
Diffstat (limited to 'config/irix5.3')
-rw-r--r-- | config/irix5.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/irix5.3 b/config/irix5.3 index acc375e..c0064ef 100644 --- a/config/irix5.3 +++ b/config/irix5.3 @@ -17,7 +17,7 @@ CC=cc RANLIB=: # What must *always* be present for things to compile correctly? -CFLAGS="$CFLAGS -ansi -fullwarn -woff 799" +CFLAGS="$CFLAGS -U_POSIX_SOURCE -ansi -fullwarn -woff 799" #CPPFLAGS="$CPPFLAGS -I." # What compiler flags should be used for code development? |