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)
|
#if defined(WIN32)
|
||||||
# include <process.h>
|
# include <process.h>
|
||||||
#elif defined (MSDOS)
|
|
||||||
# define NO_SYSLOG
|
|
||||||
#elif defined(VMS) || defined(__VMS)
|
#elif defined(VMS) || defined(__VMS)
|
||||||
# include <opcdef.h>
|
# include <opcdef.h>
|
||||||
# include <descrip.h>
|
# include <descrip.h>
|
||||||
#elif defined(__ultrix)
|
#elif defined(__ultrix)
|
||||||
# include <sys/syslog.h>
|
# include <sys/syslog.h>
|
||||||
#else
|
#elif !defined(MSDOS) /* Unix */
|
||||||
# include <syslog.h>
|
# include <syslog.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user