From 5963c721d6b81882b5941b1bfd741177418b2d30 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 18 Dec 2007 16:07:23 +0000 Subject: code cleanups thanks to Michael Biebl --- rsyslog.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rsyslog.h') diff --git a/rsyslog.h b/rsyslog.h index b6e17d55..c08c5db9 100644 --- a/rsyslog.h +++ b/rsyslog.h @@ -24,10 +24,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 ;) -- cgit