From 98a8103a3b1e58d1493249805ffa4fa1cc1abc81 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Fri, 12 Nov 2004 11:45:05 +0000 Subject: Netware target (hosted on Linux gcc) doesn't support or need __declspec. --- include/curl/curl.h | 3 +-- lib/Makefile.netware | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/include/curl/curl.h b/include/curl/curl.h index 3015ad795..772fb6087 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -51,8 +51,7 @@ extern "C" { * Decorate exportable functions for Win32 and Netware DLL linking. * This avoids using a .def file for building libcurl.dll. */ -#if (defined(WIN32) || defined(_WIN32) || defined(NETWARE)) && \ - !defined(CURL_STATICLIB) +#if (defined(WIN32) || defined(_WIN32)) && !defined(CURL_STATICLIB) #if defined(BUILDING_LIBCURL) #define CURL_EXTERN __declspec(dllexport) #else diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 2f3391b54..b7554cabb 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -70,7 +70,7 @@ CP = cp -afv MPKXDC = mkxdc # Global flags for all compilers -CFLAGS = $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -DBUILDING_LIBCURL -nostdinc +CFLAGS = $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc ifeq ($(CC),mwccnlm) LD = mwldnlm -- cgit v1.2.3