提交 f95808e8 编写于 作者: U Ulf Möller

NO_SYSLOG is defined for MSDOS anyway. just don't include the Unix

header...
上级 b70dcdfc
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册