1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-08 05:57:51 +03:00

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

around broken solaris headers some other way.
(This used to be commit 1333522a6beea8d474aa36390acbd265b63413d3)
This commit is contained in:
Andrew Tridgell 2005-01-27 11:07:23 +00:00 committed by Gerald (Jerry) Carter
parent 9794a64ab1
commit 193d1c0b74

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
#