mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 13:37:02 +03:00
Fix compilation on AmigaOS4
svn path=/trunk/netsurf/; revision=10755
This commit is contained in:
parent
bf11d92769
commit
4cbb19f218
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user