]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 28 Dec 2009 02:41:01 +0000 (02:41 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 28 Dec 2009 02:41:01 +0000 (02:41 +0000)
config/config.h.in
magick/magick-config.h

index e8a5c64bd4bca53031f780f664a7d7c8d64d8d4b..a803bf872acc6c3505387d1fb18dfb913dcff0a8 100644 (file)
 /* 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
 
 /* 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
index 3d42c667f2f9da8b851771b386f3cf05c31ae1cb..b3f615dc0f220c1c05be27d983b539e57ef06998 100644 (file)
 /* 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 */
 
 /* 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 */