diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-06-22 14:56:47 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-06-22 14:56:47 +0000 |
commit | 1e640499c09d6e010d1476e92c3932864ca97ced (patch) | |
tree | 68e15b1208aa5e6fa299f64f9e3a6d67a0f447a2 /syslogd.c | |
parent | 6f6387ab8d99d2ba5ecd5c953f36c995bc5082ab (diff) | |
download | rsyslog-1e640499c09d6e010d1476e92c3932864ca97ced.tar.gz rsyslog-1e640499c09d6e010d1476e92c3932864ca97ced.tar.xz rsyslog-1e640499c09d6e010d1476e92c3932864ca97ced.zip |
this looks like 0.9.0 - even man pages are done ;)
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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\ |