summaryrefslogtreecommitdiff
path: root/utils/config.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-12-12 11:37:14 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-12-12 11:37:14 +0000
commite3073b6623e2f28f260d22a9cc8a0a1206e648b6 (patch)
tree75b34bfd07dfe48b234f9b3261d737723fc05d8c /utils/config.h
parenta5b5eedd507bf480ed6964fd5ba69e6d89377497 (diff)
downloadnetsurf-e3073b6623e2f28f260d22a9cc8a0a1206e648b6.tar.gz
netsurf-e3073b6623e2f28f260d22a9cc8a0a1206e648b6.tar.bz2
OS4's Roadshow doesn't have IPv6 yet
svn path=/trunk/netsurf/; revision=11031
Diffstat (limited to 'utils/config.h')
-rw-r--r--utils/config.h3
1 files changed, 3 insertions, 0 deletions
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)