Fix compilation on AmigaOS4

svn path=/trunk/netsurf/; revision=10755
This commit is contained in:
Chris Young 2010-09-11 17:45:23 +00:00
parent bf11d92769
commit 4cbb19f218

View File

@ -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