From: Daniel Stenberg Date: Wed, 10 Mar 2004 10:19:32 +0000 (+0000) Subject: Nah, ignore the OS define in here. This is being included by ares and it X-Git-Tag: curl-7_11_1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b45d50ccc26e172dbad499c258c2bf70777f9026;p=thirdparty%2Fcurl.git Nah, ignore the OS define in here. This is being included by ares and it certainly doesn't need the OS define. --- diff --git a/lib/setup.h b/lib/setup.h index cd5f9d92ba..a8b44134c2 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -112,10 +112,6 @@ typedef unsigned char bool; #include #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)