summaryrefslogtreecommitdiff
path: root/utils/config.h
diff options
context:
space:
mode:
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)