aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/linux.h')
-rw-r--r--src/include/port/linux.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/port/linux.h b/src/include/port/linux.h
index f6aacc67ff2..c7d88e396cd 100644
--- a/src/include/port/linux.h
+++ b/src/include/port/linux.h
@@ -1,9 +1,3 @@
-/* Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise */
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE 1
-#endif
-
-
#if defined(__i386__) || defined(__x86_64__)
typedef unsigned char slock_t;