diff options
Diffstat (limited to 'src/config-amigaos.h')
| -rw-r--r-- | src/config-amigaos.h | 10 | 
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 | 
