diff options
-rw-r--r-- | lib/setup.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/setup.h b/lib/setup.h index 1c9c16fd3..cd5f9d92b 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) && \ |