1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r5043: this broke more systems than it helped. Remove it and try to work

around broken solaris headers some other way.
This commit is contained in:
Andrew Tridgell 2005-01-27 11:07:23 +00:00 committed by Gerald (Jerry) Carter
parent 11277ddb4c
commit 1333522a6b

View File

@ -9,15 +9,6 @@ AC_SUBST(SONAMEFLAG)
AC_SUBST(PICFLAG)
AC_DEFINE([_GNU_SOURCE],[],[Pull in GNU extensions])
# The definition of _GNU_SOURCE potentially causes a change of the value
# of _XOPEN_SOURCE. So define it only conditionally.
AH_VERBATIM([_XOPEN_SOURCE],
[/* Define on UNIX to activate XPG/5 features. */
#if !defined(_XOPEN_SOURCE)
# define _XOPEN_SOURCE
#endif])
AC_SYS_LARGEFILE
#