From: Gunter Knauf Date: Sun, 4 Jul 2004 15:37:25 +0000 (+0000) Subject: removed now obsolete ifdef. Shouldnt the other ifdefs be inside the else as they... X-Git-Tag: curl-7_12_1~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90af60a6ef0e04d9aef4c3335cb0fcd7435dd19c;p=curl removed now obsolete ifdef. Shouldnt the other ifdefs be inside the else as they are in ./src/setup.h ? --- diff --git a/lib/setup.h b/lib/setup.h index 2ee7ee267..fff697471 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -46,10 +46,6 @@ #endif #endif -#ifdef NETWARE -/* hand-modified NetWare config.h! */ -#include "config-netware.h" -#endif #ifdef macintosh /* hand-modified MacOS config.h! */ #include "config-mac.h"