diff --git a/lib/setup.h b/lib/setup.h index 1c9c16fd31df0f8c62da74c07248366318c011e2..cd5f9d92ba37d06b908d3d86a5f68d45c0282714 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) && \