Delete Win32 test with testreq.pem and req: there is already a test with
[openssl.git] / e_os.h
diff --git a/e_os.h b/e_os.h
index b105fa91994165cc31902b6358c12443e03457c1..eb5c7bf696e4b30309e38b963feec2a0b4dfdaeb 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -102,6 +102,9 @@ extern "C" {
 #ifdef WIN32
 #define get_last_sys_error()   GetLastError()
 #define clear_sys_error()      SetLastError(0)
+#if !defined(WINNT)
+#define WIN_CONSOLE_BUG
+#endif
 #else
 #define get_last_sys_error()   errno
 #define clear_sys_error()      errno=0
@@ -143,6 +146,12 @@ extern "C" {
 
 #ifndef S_IFMT
 #define S_IFMT _S_IFMT
+
+#if !defined(WINNT)
+#define NO_SYSLOG
+#endif
+#define NO_DIRENT
+
 #endif
 
 #define strncasecmp(a,b,c)     strnicmp((a),(b),(c))