NO_SYSLOG is defined for MSDOS anyway. just don't include the Unix
header...
This commit is contained in:
parent
b70dcdfc3f
commit
f95808e8a5
@ -68,14 +68,12 @@
|
||||
|
||||
#if defined(WIN32)
|
||||
# include <process.h>
|
||||
#elif defined (MSDOS)
|
||||
# define NO_SYSLOG
|
||||
#elif defined(VMS) || defined(__VMS)
|
||||
# include <opcdef.h>
|
||||
# include <descrip.h>
|
||||
#elif defined(__ultrix)
|
||||
# include <sys/syslog.h>
|
||||
#else
|
||||
#elif !defined(MSDOS) /* Unix */
|
||||
# include <syslog.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user