__USE_GNU is an internal define not meant for people to use

SVN revision: 33618
This commit is contained in:
Mike Frysinger 2008-01-26 05:52:47 +00:00
parent 5a351ab3da
commit 2f8cb706fd
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ AC_SUBST(fnmatch_libs)
dnl These are needed for fmemopen/open_memstream
AC_DEFINE(_GNU_SOURCE, , [Enable GNU extensions])
AC_DEFINE(__USE_GNU, , [Enable GNU extensions])
AC_CHECK_FUNCS(fmemopen open_memstream realpath)