From bc6f3beb9c4870cdb9aff6931fd964f769316935 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 10 Mar 2004 08:15:50 +0000
Subject: [PATCH] Now requires an OS string defined by the config*.h file

---
 lib/setup.h | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/lib/setup.h b/lib/setup.h
index 1c9c16fd31..cd5f9d92ba 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -113,11 +113,7 @@ typedef unsigned char bool;
 #endif
 
 #ifndef OS
-#ifdef WIN32
-#define OS "win32"
-#else
-#define OS "unknown"
-#endif
+#error "There is no OS string defined!"
 #endif
 
 #if defined(HAVE_X509_H) && defined(HAVE_SSL_H) && defined(HAVE_RSA_H) && \
-- 
GitLab