From: cristy Date: Mon, 28 Dec 2009 02:41:01 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~10233 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f078d9204829ecfd25ea9a31b1d0670d5653b426;p=imagemagick --- diff --git a/config/config.h.in b/config/config.h.in index e8a5c64bd..a803bf872 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -869,9 +869,6 @@ /* enable run-time bounds-checking */ #undef _FORTIFY_SOURCE -/* Enable all API extensions (for GNU Linux libc) */ -#undef _GNU_SOURCE - /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ #undef _LARGEFILE_SOURCE @@ -881,9 +878,6 @@ /* Define to 1 if on MINIX. */ #undef _MINIX -/* Enable all API extensions (for NetBSD) */ -#undef _NETBSD_SOURCE - /* Define to 2 if the system does not provide POSIX.1 features except with this defined. */ #undef _POSIX_1_SOURCE diff --git a/magick/magick-config.h b/magick/magick-config.h index 3d42c667f..b3f615dc0 100644 --- a/magick/magick-config.h +++ b/magick/magick-config.h @@ -1294,11 +1294,6 @@ /* enable run-time bounds-checking */ /* #undef _FORTIFY_SOURCE */ -/* Enable all API extensions (for GNU Linux libc) */ -#ifndef MAGICKCORE__GNU_SOURCE -#define MAGICKCORE__GNU_SOURCE 1 -#endif - /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ /* #undef _LARGEFILE_SOURCE */ @@ -1308,9 +1303,6 @@ /* Define to 1 if on MINIX. */ /* #undef _MINIX */ -/* Enable all API extensions (for NetBSD) */ -/* #undef _NETBSD_SOURCE */ - /* Define to 2 if the system does not provide POSIX.1 features except with this defined. */ /* #undef _POSIX_1_SOURCE */