diff options
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index a5e0345c9..546086796 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -454,6 +454,7 @@ ifdef ENABLE_IPV6 @echo $(DL)#define ENABLE_IPV6 1$(DL) >> $@ @echo $(DL)#define HAVE_FREEADDRINFO 1$(DL) >> $@ @echo $(DL)#define HAVE_GETADDRINFO 1$(DL) >> $@ + @echo $(DL)#define HAVE_SIN6_SCOPE_ID 1$(DL) >> $@ endif endif @echo $(DL)#define USE_MANUAL 1$(DL) >> $@ |