From 8f6ad301913dc5ddfda7823510c17b8ce61df51c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 9 Jul 2001 21:20:20 +0000 Subject: A patch from Michal Moskal to include partial IPV6 support. This adds things like gethostbyname2(). Off by defaut, of course, --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 96f1d88a1..98ab12ede 100644 --- a/Makefile +++ b/Makefile @@ -98,6 +98,11 @@ uClibc_config.h: Makefile Config @echo "#endif" >> uClibc_config.h @echo "#define linux 1" >> uClibc_config.h @echo "#define __linux__ 1" >> uClibc_config.h + @if [ "$(INCLUDE_IPV6)" = "true" ] ; then \ + echo "#define __UCLIBC_HAS_IPV6__ 1" >> uClibc_config.h ; \ + else \ + echo "#undef __UCLIBC_HAS_IPV6__" >> uClibc_config.h ; \ + fi @if [ "$(HAS_MMU)" = "true" ] ; then \ echo "#define __UCLIBC_HAS_MMU__ 1" >> uClibc_config.h ; \ else \ -- cgit v1.2.3