From e3073b6623e2f28f260d22a9cc8a0a1206e648b6 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 12 Dec 2010 11:37:14 +0000 Subject: OS4's Roadshow doesn't have IPv6 yet svn path=/trunk/netsurf/; revision=11031 --- utils/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils') diff --git a/utils/config.h b/utils/config.h index a2b7f28cb..7a1f7fbc6 100644 --- a/utils/config.h +++ b/utils/config.h @@ -104,6 +104,9 @@ char *realpath(const char *path, char *resolved_path); #define WITH_THEME_INSTALL #endif +#if defined(__amigaos4__) + #define NO_IPV6 +#endif /* Configuration sanity checks: */ #if defined(WITH_NS_SVG) && defined(WITH_RSVG) -- cgit v1.2.3