From 1e640499c09d6e010d1476e92c3932864ca97ced Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 22 Jun 2005 14:56:47 +0000 Subject: this looks like 0.9.0 - even man pages are done ;) --- syslogd.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'syslogd.c') diff --git a/syslogd.c b/syslogd.c index bcfdce49..410d10f4 100644 --- a/syslogd.c +++ b/syslogd.c @@ -101,6 +101,13 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +#ifndef NOLARGEFILE +# define _GNU_SOURCE +# define _LARGEFILE_SOURCE +# define _LARGEFILE64_SOURCE +# define _FILE_OFFSET_BITS 64 +#endif + #if !defined(lint) && !defined(NO_SCCS) char copyright2[] = "@(#) Copyright (c) 1983, 1988 Regents of the University of California.\n\ -- cgit v1.2.3