summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-08-18 11:30:05 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-08-18 11:30:05 +0000
commit9c2fe904ad9a703f1ea71436e26aa1643f8337d3 (patch)
tree7ef84b8a910e8b7755d666fe15f23087a0b68081 /config.h.in
parent9b4ed6689660825a5edb3153c8608a7d15b6ee1e (diff)
Relevant BUGIDs: none
Purpose of commit: bugfix Commit summary: --------------- configure should set _GNU_SOURCE/_BSD_SOURCE
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 0e3c0e40..5094d463 100644
--- a/config.h.in
+++ b/config.h.in
@@ -234,6 +234,11 @@
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
+/* Enable GNU extensions on systems that have them. */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#endif
+
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES