aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile.netware3
-rw-r--r--src/Makefile.netware3
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index 2b4090e01..a1f3ff1ee 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -547,7 +547,8 @@ ifdef WITH_SSH2
@echo $(DL)#define HAVE_LIBSSH2_H 1$(DL) >> $@
endif
ifdef WITH_IDN
- @echo $(DL)#define USE_LIBIDN 1$(DL) >> $@
+ @echo $(DL)#define HAVE_LIBIDN 1$(DL) >> $@
+ @echo $(DL)#define HAVE_TLD_H 1$(DL) >> $@
endif
@echo $(DL)#ifdef __GNUC__$(DL) >> $@
@echo $(DL)#define HAVE_VARIADIC_MACROS_GCC 1$(DL) >> $@
diff --git a/src/Makefile.netware b/src/Makefile.netware
index c8081e55c..25e2115ea 100644
--- a/src/Makefile.netware
+++ b/src/Makefile.netware
@@ -535,7 +535,8 @@ ifdef WITH_SSH2
@echo $(DL)#define HAVE_LIBSSH2_H 1$(DL) >> $@
endif
ifdef WITH_IDN
- @echo $(DL)#define USE_LIBIDN 1$(DL) >> $@
+ @echo $(DL)#define HAVE_LIBIDN 1$(DL) >> $@
+ @echo $(DL)#define HAVE_TLD_H 1$(DL) >> $@
endif
@echo $(DL)#ifdef __GNUC__$(DL) >> $@
@echo $(DL)#define HAVE_VARIADIC_MACROS_GCC 1$(DL) >> $@