From df31d32b411022d130b078de177cfa40b7bf6cde Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 22 Jan 2006 19:35:08 +0000 Subject: Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt --- extra/locale/gen_collate.c | 5 ----- extra/locale/gen_locale.c | 1 - extra/locale/gen_wc8bit.c | 1 - extra/locale/gen_wctype.c | 2 -- extra/locale/tst_nl_langinfo.c | 2 -- 5 files changed, 11 deletions(-) (limited to 'extra') diff --git a/extra/locale/gen_collate.c b/extra/locale/gen_collate.c index 0a41a6215..7d90bcd71 100644 --- a/extra/locale/gen_collate.c +++ b/extra/locale/gen_collate.c @@ -15,11 +15,6 @@ * */ - -#ifndef _GNU_SOURCE -#define _GNU_SOURCE -#endif - #include #include #include diff --git a/extra/locale/gen_locale.c b/extra/locale/gen_locale.c index 388f543c5..b44be318e 100644 --- a/extra/locale/gen_locale.c +++ b/extra/locale/gen_locale.c @@ -1,4 +1,3 @@ -#define _GNU_SOURCE #include #include #include diff --git a/extra/locale/gen_wc8bit.c b/extra/locale/gen_wc8bit.c index 510b4e25f..cf72a180c 100644 --- a/extra/locale/gen_wc8bit.c +++ b/extra/locale/gen_wc8bit.c @@ -1,4 +1,3 @@ -#define _GNU_SOURCE #include #include #include diff --git a/extra/locale/gen_wctype.c b/extra/locale/gen_wctype.c index 72be49c40..c29c1b952 100644 --- a/extra/locale/gen_wctype.c +++ b/extra/locale/gen_wctype.c @@ -1,5 +1,3 @@ - -#define _GNU_SOURCE #include #include #include diff --git a/extra/locale/tst_nl_langinfo.c b/extra/locale/tst_nl_langinfo.c index 373f9343c..fcf2fe2eb 100644 --- a/extra/locale/tst_nl_langinfo.c +++ b/extra/locale/tst_nl_langinfo.c @@ -1,5 +1,3 @@ -#define _GNU_SOURCE - #include #include #include -- cgit v1.2.3