forked from mirrors/tftp-hpa-google
Add a few feature test macros to benefit Digital Unix
This commit is contained in:
parent
69b2544ed0
commit
b1c150eb35
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ dnl Needed on some glibc systems
|
|||
CFLAGS="$CFLAGS -D_BSD_SOURCE"
|
||||
CFLAGS="$CFLAGS -D_ISO9X_SOURCE"
|
||||
|
||||
dnl Needed on Digital Unix
|
||||
CFLAGS="$CFLAGS -D_OSF_SOURCE"
|
||||
CFLAGS="$CFLAGS -D_XOPEN_SOURCE_EXTENDED"
|
||||
|
||||
AC_C_CONST
|
||||
AC_C_INLINE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue