diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 752d3d6fb..2c16adbac 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -669,8 +669,6 @@ endif @echo $(DL)#endif$(DL) >> $@ ifdef CABUNDLE @echo $(DL)#define CURL_CA_BUNDLE "$(CABUNDLE)"$(DL) >> $@ -else - @echo $(DL)#define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE")$(DL) >> $@ endif $(EXPORTF): $(CURL_INC)/curl/curl.h $(CURL_INC)/curl/easy.h $(CURL_INC)/curl/multi.h $(CURL_INC)/curl/mprintf.h diff --git a/lib/config-dos.h b/lib/config-dos.h index aa83c4be5..349e75639 100644 --- a/lib/config-dos.h +++ b/lib/config-dos.h @@ -151,8 +151,6 @@ #define ssize_t int #endif -#define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE") - /* Target HAVE_x section */ #if defined(DJGPP)