3 # Need this for access to many modern library features
4 CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"
6 # HP's compiler likes the spelling +O2 not -O2, so adjust default CFLAGS
7 if test "$GCC" != yes ; then
11 # Extra CFLAGS for code that will go into a shared library
12 if test "$GCC" = yes ; then
18 # Pick right test-and-set (TAS) code. We need out-of-line assembler
22 if test "$GCC" != yes ; then