aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.netware
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.netware')
-rw-r--r--src/Makefile.netware3
1 files changed, 2 insertions, 1 deletions
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) >> $@