summaryrefslogtreecommitdiffstats
path: root/syslogd.h
blob: 39e79da475a47ea9b0d956405da5982fd41d4b3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* common header for syslogd */
#if defined(__GLIBC__)
#define dprintf mydprintf
#endif /* __GLIBC__ */
void dprintf(char *, ...);

#ifndef	NOLARGEFILE
#	define _GNU_SOURCE
#	define _LARGEFILE_SOURCE  
#	define _LARGEFILE64_SOURCE  
#	define _FILE_OFFSET_BITS 64
#endif