diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-15 10:33:47 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-15 10:33:47 +0000 |
commit | caf76db7c08183bc23167687702cb8652c254337 (patch) | |
tree | 281794d7358fa1c53ee11a104a67f600fbb00ff9 /syslogd.h | |
parent | f820d0ac236f6953e7bd5d115775a8751837ef4f (diff) | |
download | rsyslog-caf76db7c08183bc23167687702cb8652c254337.tar.gz rsyslog-caf76db7c08183bc23167687702cb8652c254337.tar.xz rsyslog-caf76db7c08183bc23167687702cb8652c254337.zip |
prepared for new parse object; now removed allmost all liblogging borrowed
code
Diffstat (limited to 'syslogd.h')
-rw-r--r-- | syslogd.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -4,9 +4,4 @@ #endif /* __GLIBC__ */ void dprintf(char *, ...); -#ifndef NOLARGEFILE -# define _GNU_SOURCE -# define _LARGEFILE_SOURCE -# define _LARGEFILE64_SOURCE -# define _FILE_OFFSET_BITS 64 -#endif +#include "rsyslog.h" |