summaryrefslogtreecommitdiffstats
path: root/outchannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'outchannel.c')
-rw-r--r--outchannel.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/outchannel.c b/outchannel.c
index 6efd0256..cade0492 100644
--- a/outchannel.c
+++ b/outchannel.c
@@ -1,10 +1,3 @@
-#ifndef NOLARGEFILE
-# define _GNU_SOURCE
-# define _LARGEFILE_SOURCE
-# define _LARGEFILE64_SOURCE
-# define _FILE_OFFSET_BITS 64
-#endif
-
/* This is the output channel processing code of rsyslog.
* Output channels - in the long term - will define how
* messages will be sent to whatever file or other medium.