From f95808e8a5dde9699a852c0376508f5472fff8c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Fri, 10 Mar 2000 23:45:51 +0000 Subject: [PATCH] NO_SYSLOG is defined for MSDOS anyway. just don't include the Unix header... --- crypto/bio/bss_log.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crypto/bio/bss_log.c b/crypto/bio/bss_log.c index 8d08f86c27..50863fb9b2 100644 --- a/crypto/bio/bss_log.c +++ b/crypto/bio/bss_log.c @@ -68,14 +68,12 @@ #if defined(WIN32) # include -#elif defined (MSDOS) -# define NO_SYSLOG #elif defined(VMS) || defined(__VMS) # include # include #elif defined(__ultrix) # include -#else +#elif !defined(MSDOS) /* Unix */ # include #endif -- 2.25.1