Now requires an OS string defined by the config*.h file

This commit is contained in:
Daniel Stenberg 2004-03-10 08:15:50 +00:00
parent f9e1f32adb
commit bc6f3beb9c

View 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) && \