From 4cbb19f2184bc69c408bfffd32b70390f634314c Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 11 Sep 2010 17:45:23 +0000 Subject: Fix compilation on AmigaOS4 svn path=/trunk/netsurf/; revision=10755 --- utils/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/config.h b/utils/config.h index f618102a2..92d0e64b9 100644 --- a/utils/config.h +++ b/utils/config.h @@ -45,7 +45,7 @@ char *strcasestr(const char *haystack, const char *needle); #if (_POSIX_C_SOURCE - 0) >= 200809L #define HAVE_FDOPENDIR #else -#if defined(riscos) +#if defined(riscos) || defined(__amigaos4__) #undef HAVE_FDOPENDIR #else #define HAVE_FDOPENDIR -- cgit v1.2.3