From: Ulf Möller Date: Fri, 10 Mar 2000 23:45:51 +0000 (+0000) Subject: NO_SYSLOG is defined for MSDOS anyway. just don't include the Unix X-Git-Tag: OpenSSL_0_9_5a-beta1~65 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f95808e8a5dde9699a852c0376508f5472fff8c6;p=oweals%2Fopenssl.git NO_SYSLOG is defined for MSDOS anyway. just don't include the Unix header... --- 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