summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-22 19:35:08 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-22 19:35:08 +0000
commitdf31d32b411022d130b078de177cfa40b7bf6cde (patch)
tree0604126022fcad298f377155a756b42e28882177 /extra
parentd98307c5af70386c4480deff87c7c9921d801c7c (diff)
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt
Diffstat (limited to 'extra')
-rw-r--r--extra/locale/gen_collate.c5
-rw-r--r--extra/locale/gen_locale.c1
-rw-r--r--extra/locale/gen_wc8bit.c1
-rw-r--r--extra/locale/gen_wctype.c2
-rw-r--r--extra/locale/tst_nl_langinfo.c2
5 files changed, 0 insertions, 11 deletions
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 <stddef.h>
#include <stdio.h>
#include <stdlib.h>
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 <stdio.h>
#include <stdlib.h>
#include <string.h>
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 <stdio.h>
#include <stdlib.h>
#include <string.h>
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 <stdio.h>
#include <stdlib.h>
#include <string.h>
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 <locale.h>
#include <stdio.h>
#include <stdlib.h>