From f2fc13115a90ba2ca575352b04bd8abf7af64d23 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 28 Jun 2005 12:41:03 +0000 Subject: fixed some issues on FreeBSD --- outchannel.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'outchannel.c') 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. -- cgit