diff options
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 3 |
1 files changed, 2 insertions, 1 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) >> $@ |