forked from mirrors/tftp-hpa-google
Define _GNU_SOURCE
This commit is contained in:
parent
4cee9cc9ee
commit
7976458c8b
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ CFLAGS="$CFLAGS -D_XOPEN_SOURCE"
|
||||||
CFLAGS="$CFLAGS -D__EXTENSIONS__"
|
CFLAGS="$CFLAGS -D__EXTENSIONS__"
|
||||||
|
|
||||||
dnl Needed on some glibc systems
|
dnl Needed on some glibc systems
|
||||||
CFLAGS="$CFLAGS -D_BSD_SOURCE"
|
CFLAGS="$CFLAGS -D_GNU_SOURCE"
|
||||||
CFLAGS="$CFLAGS -D_ISO9X_SOURCE"
|
|
||||||
|
|
||||||
dnl Needed on Digital Unix
|
dnl Needed on Digital Unix
|
||||||
CFLAGS="$CFLAGS -D_OSF_SOURCE"
|
CFLAGS="$CFLAGS -D_OSF_SOURCE"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue