aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-10 10:19:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-10 10:19:32 +0000
commitb45d50ccc26e172dbad499c258c2bf70777f9026 (patch)
treea34442b5c3d4258789d7cb31a7dc4eadde1664ae
parent78e0ba82b01a8fe63f3413f2fa89b63b09b7c535 (diff)
Nah, ignore the OS define in here. This is being included by ares and it
certainly doesn't need the OS define.
-rw-r--r--lib/setup.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/setup.h b/lib/setup.h
index cd5f9d92b..a8b44134c 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -112,10 +112,6 @@ typedef unsigned char bool;
#include <floss.h>
#endif
-#ifndef OS
-#error "There is no OS string defined!"
-#endif
-
#if defined(HAVE_X509_H) && defined(HAVE_SSL_H) && defined(HAVE_RSA_H) && \
defined(HAVE_PEM_H) && defined(HAVE_ERR_H) && defined(HAVE_CRYPTO_H) && \
defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)