mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
r1988: Let Samba use all POSIX features available on VOS.
paulg (This used to be commit a489ea5ebec852c33c4d659893144b0577ee8af1)
This commit is contained in:
parent
ef7c734976
commit
0be0e8effc
@ -110,8 +110,8 @@ case "$host_os" in
|
||||
*-D_POSIX_C_SOURCE*)
|
||||
;;
|
||||
*)
|
||||
CPPFLAGS="$CPPFLAGS -D_POSIX_C_SOURCE=199506L"
|
||||
AC_DEFINE(_POSIX_C_SOURCE, 199506L, [Whether to enable POSIX support])
|
||||
CPPFLAGS="$CPPFLAGS -D_POSIX_C_SOURCE=200112L"
|
||||
AC_DEFINE(_POSIX_C_SOURCE, 200112L, [Whether to enable POSIX support])
|
||||
;;
|
||||
esac
|
||||
case "$CPPFLAGS" in
|
||||
|
Loading…
x
Reference in New Issue
Block a user