diff --git a/utils/config.h b/utils/config.h index 7a1f7fbc6..4445f8cfb 100644 --- a/utils/config.h +++ b/utils/config.h @@ -104,7 +104,7 @@ char *realpath(const char *path, char *resolved_path); #define WITH_THEME_INSTALL #endif -#if defined(__amigaos4__) +#if defined(__amigaos4__) || defined(__AMIGA__) #define NO_IPV6 #endif