summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-06-22 14:56:47 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-06-22 14:56:47 +0000
commit1e640499c09d6e010d1476e92c3932864ca97ced (patch)
tree68e15b1208aa5e6fa299f64f9e3a6d67a0f447a2 /syslogd.c
parent6f6387ab8d99d2ba5ecd5c953f36c995bc5082ab (diff)
downloadrsyslog-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.c7
1 files changed, 7 insertions, 0 deletions
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\