summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-18 15:00:26 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-18 15:00:26 +0000
commitfe94afd52b965a2b60a418ca85298146653c707a (patch)
tree857fe78addf7865ad9b57398c53af535201c036f /rsyslog.h
parent4501b6c4e1efd31d7e275320ff693d5f22d70e62 (diff)
downloadrsyslog-fe94afd52b965a2b60a418ca85298146653c707a.tar.gz
rsyslog-fe94afd52b965a2b60a418ca85298146653c707a.tar.xz
rsyslog-fe94afd52b965a2b60a418ca85298146653c707a.zip
code cleanups thanks to Michael Biebl
----------------------------------------------------------------------
Diffstat (limited to 'rsyslog.h')
-rw-r--r--rsyslog.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/rsyslog.h b/rsyslog.h
index 91d781ee..cf950d98 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -43,10 +43,6 @@
# define _FILE_OFFSET_BITS 64
#endif
-#ifndef _GNU_SOURCE
-# define _GNU_SOURCE 1
-#endif
-
/* The error codes below are orginally "borrowed" from
* liblogging. As such, we reserve values up to -2999
* just in case we need to borrow something more ;)