aboutsummaryrefslogtreecommitdiff
path: root/src/config-amigaos.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-07-13 18:06:40 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-07-13 18:06:40 +0000
commit16bbd13af7244cc0967d9f12327f63ffcaeac4bd (patch)
tree345f4e74a520be8b1ef6cae6bd9a171938198b79 /src/config-amigaos.h
parentee0666c8df0022a13fd478fe4a916f647a6338c5 (diff)
Diego Casorran patches to make (lib)curl build fine on Amiga again
Diffstat (limited to 'src/config-amigaos.h')
-rw-r--r--src/config-amigaos.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/config-amigaos.h b/src/config-amigaos.h
index 0f904a30f..e067c9662 100644
--- a/src/config-amigaos.h
+++ b/src/config-amigaos.h
@@ -17,14 +17,20 @@
#define HAVE_SYS_TIME_H 1
#define HAVE_TIME_H 1
#define TIME_WITH_SYS_TIME 1
-#define HAVE_TERMIOS_H 1
-#define HAVE_FTRUNCATE 1
+
+#if 0
+# define HAVE_TERMIOS_H 1
+# define HAVE_FTRUNCATE 1
+#endif
#define HAVE_PWD_H 1
#ifndef F_OK
# define F_OK 0
#endif
+#ifndef O_RDONLY
+# define O_RDONLY 0x0000 /* open for reading only */
+#endif
#ifndef LONG_MAX
# define LONG_MAX 0x7fffffffL /* max value for a long */
#endif