summaryrefslogtreecommitdiff
path: root/utils/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/config.h')
-rw-r--r--utils/config.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/utils/config.h b/utils/config.h
index cfb9d83c3..2af38c0a3 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -59,19 +59,6 @@ char *strcasestr(const char *haystack, const char *needle);
char *strchrnul(const char *s, int c);
#endif
-/* Although these are in POSIX and implemented most places, RISC OS is
- * missing them.
- */
-#if (defined(riscos))
-#undef HAVE_PREAD
-#undef HAVE_PWRITE
-ssize_t pread(int fd, void *buf, size_t count, off_t offset);
-ssize_t pwrite(int fd, const void *buf, size_t count, off_t offset);
-#else
-#define HAVE_PREAD
-#define HAVE_PWRITE
-#endif
-
#define HAVE_SYS_SELECT
#define HAVE_INETATON
#if (defined(_WIN32))