aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/awk.h b/awk.h
index cfcce86c..5af489e0 100644
--- a/awk.h
+++ b/awk.h
@@ -43,10 +43,6 @@
#include <config.h>
#endif
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE 1 /* enable GNU extensions */
-#endif /* _GNU_SOURCE */
-
#if defined(tandem_for_real) && ! defined(_SCO_DS)
#define _XOPEN_SOURCE_EXTENDED 1
#endif