]> granicus.if.org Git - curl/commitdiff
Now requires an OS string defined by the config*.h file
authorDaniel Stenberg <daniel@haxx.se>
Wed, 10 Mar 2004 08:15:50 +0000 (08:15 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 10 Mar 2004 08:15:50 +0000 (08:15 +0000)
lib/setup.h

index 1c9c16fd31df0f8c62da74c07248366318c011e2..cd5f9d92ba37d06b908d3d86a5f68d45c0282714 100644 (file)
@@ -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) && \