summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/config.h2
1 files changed, 1 insertions, 1 deletions
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