* hosts/h-*.h: Configure fopen using ../include/fopen-*.h
rather than N copies of the same lines.
This commit is contained in:
parent
c0fcc20765
commit
a5431adc97
17 changed files with 19 additions and 256 deletions
|
@ -1,4 +1,5 @@
|
|||
/* Amiga Unix host system */
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
@ -9,22 +10,7 @@
|
|||
#include <string.h>
|
||||
#include <sys/file.h>
|
||||
|
||||
/* Macros for the 'type' part of an fopen, freopen or fdopen.
|
||||
<Read|Write>[Update]<Binary file><text file>
|
||||
*/
|
||||
#define FOPEN_RB "r"
|
||||
#define FOPEN_WB "w"
|
||||
#define FOPEN_AB "a"
|
||||
#define FOPEN_RUB "r+"
|
||||
#define FOPEN_WUB "w+"
|
||||
#define FOPEN_AUB "a+"
|
||||
#define FOPEN_RT "r"
|
||||
#define FOPEN_WT "w"
|
||||
#define FOPEN_AT "a"
|
||||
#define FOPEN_RUT "r+"
|
||||
#define FOPEN_WUT "w+"
|
||||
#define FOPEN_AUT "a+"
|
||||
|
||||
#include "fopen-same.h"
|
||||
|
||||
#ifndef O_ACCMODE
|
||||
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
||||
|
|
|
@ -79,18 +79,4 @@ typedef unsigned short uint16_type;
|
|||
typedef int int32_type;
|
||||
typedef unsigned int uint32_type;
|
||||
|
||||
/* Macros for the 'type' part of an fopen, freopen or fdopen.
|
||||
<Read|Write>[Update]<Binary file><text file>
|
||||
*/
|
||||
#define FOPEN_RB "r"
|
||||
#define FOPEN_WB "w"
|
||||
#define FOPEN_AB "a"
|
||||
#define FOPEN_RUB "r+"
|
||||
#define FOPEN_WUB "w+"
|
||||
#define FOPEN_AUB "a+"
|
||||
#define FOPEN_RT "r"
|
||||
#define FOPEN_WT "w"
|
||||
#define FOPEN_AT "a"
|
||||
#define FOPEN_RUT "r+"
|
||||
#define FOPEN_WUT "w+"
|
||||
#define FOPEN_AUT "a+"
|
||||
#include "fopen-same.h"
|
||||
|
|
|
@ -25,18 +25,4 @@ extern PROTO(void, bzero,(char *, int));
|
|||
|
||||
|
||||
|
||||
/* Macros for the 'type' part of an fopen, freopen or fdopen.
|
||||
<Read|Write>[Update]<Binary file><text file>
|
||||
*/
|
||||
#define FOPEN_RB "r"
|
||||
#define FOPEN_WB "w"
|
||||
#define FOPEN_AB "a"
|
||||
#define FOPEN_RUB "r+"
|
||||
#define FOPEN_WUB "w+"
|
||||
#define FOPEN_AUB "a+"
|
||||
#define FOPEN_RT "r"
|
||||
#define FOPEN_WT "w"
|
||||
#define FOPEN_AT "a"
|
||||
#define FOPEN_RUT "r+"
|
||||
#define FOPEN_WUT "w+"
|
||||
#define FOPEN_AUT "a+"
|
||||
#include "fopen-same.h"
|
||||
|
|
|
@ -27,18 +27,5 @@ typedef short int16_type;
|
|||
typedef unsigned short uint16_type;
|
||||
typedef int int32_type;
|
||||
typedef unsigned int uint32_type;
|
||||
/* Macros for the 'type' part of an fopen, freopen or fdopen.
|
||||
<Read|Write>[Update]<Binary file><text file>
|
||||
*/
|
||||
#define FOPEN_RB "rb"
|
||||
#define FOPEN_WB "wb"
|
||||
#define FOPEN_AB "ab"
|
||||
#define FOPEN_RUB "r+b"
|
||||
#define FOPEN_WUB "w+b"
|
||||
#define FOPEN_AUB "a+b"
|
||||
#define FOPEN_RT "r"
|
||||
#define FOPEN_WT "w"
|
||||
#define FOPEN_AT "a"
|
||||
#define FOPEN_RUT "r+"
|
||||
#define FOPEN_WUT "w+"
|
||||
#define FOPEN_AUT "a+"
|
||||
|
||||
#include "fopen-bin.h"
|
||||
|
|
|
@ -31,18 +31,4 @@
|
|||
typedef int int32_type;
|
||||
typedef unsigned int uint32_type;
|
||||
|
||||
/* Macros for the 'type' part of an fopen, freopen or fdopen.
|
||||
<Read|Write>[Update]<Binary file><text file>
|
||||
*/
|
||||
#define FOPEN_RB "rb"
|
||||
#define FOPEN_WB "wb"
|
||||
#define FOPEN_AB "ab"
|
||||
#define FOPEN_RUB "r+b"
|
||||
#define FOPEN_WUB "w+b"
|
||||
#define FOPEN_AUB "a+b"
|
||||
#define FOPEN_RT "r"
|
||||
#define FOPEN_WT "w"
|
||||
#define FOPEN_AT "a"
|
||||
#define FOPEN_RUT "r+"
|
||||
#define FOPEN_WUT "w+"
|
||||
#define FOPEN_AUT "a+"
|
||||
#include "fopen-bin.h"
|
||||
|
|
|
@ -36,18 +36,4 @@ typedef short int16_type;
|
|||
typedef unsigned short uint16_type;
|
||||
typedef int int32_type;
|
||||
typedef unsigned int uint32_type;
|
||||
/* Macros for the 'type' part of an fopen, freopen or fdopen.
|
||||
<Read|Write>[Update]<Binary file><text file>
|
||||
*/
|
||||
#define FOPEN_RB "r"
|
||||
#define FOPEN_WB "w"
|
||||
#define FOPEN_AB "a"
|
||||
#define FOPEN_RUB "r+"
|
||||
#define FOPEN_WUB "w+"
|
||||
#define FOPEN_AUB "a+"
|
||||
#define FOPEN_RT "r"
|
||||
#define FOPEN_WT "w"
|
||||
#define FOPEN_AT "a"
|
||||
#define FOPEN_RUT "r+"
|
||||
#define FOPEN_WUT "w+"
|
||||
#define FOPEN_AUT "a+"
|
||||
#include "fopen-same.h"
|
||||
|
|
|
@ -63,18 +63,4 @@ typedef unsigned short uint16_type;
|
|||
typedef int int32_type;
|
||||
typedef unsigned int uint32_type;
|
||||
|
||||
/* Macros for the 'type' part of an fopen, freopen or fdopen.
|
||||
<Read|Write>[Update]<Binary file><text file>
|
||||
*/
|
||||
#define FOPEN_RB "r"
|
||||
#define FOPEN_WB "w"
|
||||
#define FOPEN_AB "a"
|
||||
#define FOPEN_RUB "r+"
|
||||
#define FOPEN_WUB "w+"
|
||||
#define FOPEN_AUB "a+"
|
||||
#define FOPEN_RT "r"
|
||||
#define FOPEN_WT "w"
|
||||
#define FOPEN_AT "a"
|
||||
#define FOPEN_RUT "r+"
|
||||
#define FOPEN_WUT "w+"
|
||||
#define FOPEN_AUT "a+"
|
||||
#include "fopen-same.h"
|
||||
|
|
|
@ -43,18 +43,4 @@ typedef short int16_type;
|
|||
typedef unsigned short uint16_type;
|
||||
typedef int int32_type;
|
||||
typedef unsigned int uint32_type;
|
||||
/* Macros for the 'type' part of an fopen, freopen or fdopen.
|
||||
<Read|Write>[Update]<Binary file><text file>
|
||||
*/
|
||||
#define FOPEN_RB "r"
|
||||
#define FOPEN_WB "w"
|
||||
#define FOPEN_AB "a"
|
||||
#define FOPEN_RUB "r+"
|
||||
#define FOPEN_WUB "w+"
|
||||
#define FOPEN_AUB "a+"
|
||||
#define FOPEN_RT "r"
|
||||
#define FOPEN_WT "w"
|
||||
#define FOPEN_AT "a"
|
||||
#define FOPEN_RUT "r+"
|
||||
#define FOPEN_WUT "w+"
|
||||
#define FOPEN_AUT "a+"
|
||||
#include "fopen-same.h"
|
||||
|
|
|
@ -65,18 +65,4 @@ typedef unsigned short uint16_type;
|
|||
typedef int int32_type;
|
||||
typedef unsigned int uint32_type;
|
||||
|
||||
/* Macros for the 'type' part of an fopen, freopen or fdopen.
|
||||
<Read|Write>[Update]<Binary file><text file>
|
||||
*/
|
||||
#define FOPEN_RB "r"
|
||||
#define FOPEN_WB "w"
|
||||
#define FOPEN_AB "a"
|
||||
#define FOPEN_RUB "r+"
|
||||
#define FOPEN_WUB "w+"
|
||||
#define FOPEN_AUB "a+"
|
||||
#define FOPEN_RT "r"
|
||||
#define FOPEN_WT "w"
|
||||
#define FOPEN_AT "a"
|
||||
#define FOPEN_RUT "r+"
|
||||
#define FOPEN_WUT "w+"
|
||||
#define FOPEN_AUT "a+"
|
||||
#include "fopen-same.h"
|
||||
|
|
|
@ -60,18 +60,4 @@ typedef short int16_type;
|
|||
typedef unsigned short uint16_type;
|
||||
typedef int int32_type;
|
||||
typedef unsigned int uint32_type;
|
||||
/* Macros for the 'type' part of an fopen, freopen or fdopen.
|
||||
<Read|Write>[Update]<Binary file><text file>
|
||||
*/
|
||||
#define FOPEN_RB "r"
|
||||
#define FOPEN_WB "w"
|
||||
#define FOPEN_AB "a"
|
||||
#define FOPEN_RUB "r+"
|
||||
#define FOPEN_WUB "w+"
|
||||
#define FOPEN_AUB "a+"
|
||||
#define FOPEN_RT "r"
|
||||
#define FOPEN_WT "w"
|
||||
#define FOPEN_AT "a"
|
||||
#define FOPEN_RUT "r+"
|
||||
#define FOPEN_WUT "w+"
|
||||
#define FOPEN_AUT "a+"
|
||||
#include "fopen-same.h"
|
||||
|
|
|
@ -38,18 +38,4 @@ typedef unsigned short uint16_type;
|
|||
typedef int int32_type;
|
||||
typedef unsigned int uint32_type;
|
||||
|
||||
/* Macros for the 'type' part of an fopen, freopen or fdopen.
|
||||
<Read|Write>[Update]<Binary file><text file>
|
||||
*/
|
||||
#define FOPEN_RB "r"
|
||||
#define FOPEN_WB "w"
|
||||
#define FOPEN_AB "a"
|
||||
#define FOPEN_RUB "r+"
|
||||
#define FOPEN_WUB "w+"
|
||||
#define FOPEN_AUB "a+"
|
||||
#define FOPEN_RT "r"
|
||||
#define FOPEN_WT "w"
|
||||
#define FOPEN_AT "a"
|
||||
#define FOPEN_RUT "r+"
|
||||
#define FOPEN_WUT "w+"
|
||||
#define FOPEN_AUT "a+"
|
||||
#include "fopen-same.h"
|
||||
|
|
|
@ -33,18 +33,4 @@ typedef unsigned short uint16_type;
|
|||
typedef int int32_type;
|
||||
typedef unsigned int uint32_type;
|
||||
|
||||
/* Macros for the 'type' part of an fopen, freopen or fdopen.
|
||||
<Read|Write>[Update]<Binary file><text file>
|
||||
*/
|
||||
#define FOPEN_RB "r"
|
||||
#define FOPEN_WB "w"
|
||||
#define FOPEN_AB "a"
|
||||
#define FOPEN_RUB "r+"
|
||||
#define FOPEN_WUB "w+"
|
||||
#define FOPEN_AUB "a+"
|
||||
#define FOPEN_RT "r"
|
||||
#define FOPEN_WT "w"
|
||||
#define FOPEN_AT "a"
|
||||
#define FOPEN_RUT "r+"
|
||||
#define FOPEN_WUT "w+"
|
||||
#define FOPEN_AUT "a+"
|
||||
#include "fopen-same.h"
|
||||
|
|
|
@ -33,18 +33,4 @@ typedef short int16_type;
|
|||
typedef unsigned short uint16_type;
|
||||
typedef int int32_type;
|
||||
typedef unsigned int uint32_type;
|
||||
/* Macros for the 'type' part of an fopen, freopen or fdopen.
|
||||
<Read|Write>[Update]<Binary file><text file>
|
||||
*/
|
||||
#define FOPEN_RB "r"
|
||||
#define FOPEN_WB "w"
|
||||
#define FOPEN_AB "a"
|
||||
#define FOPEN_RUB "r+"
|
||||
#define FOPEN_WUB "w+"
|
||||
#define FOPEN_AUB "a+"
|
||||
#define FOPEN_RT "r"
|
||||
#define FOPEN_WT "w"
|
||||
#define FOPEN_AT "a"
|
||||
#define FOPEN_RUT "r+"
|
||||
#define FOPEN_WUT "w+"
|
||||
#define FOPEN_AUT "a+"
|
||||
#include "fopen-same.h"
|
||||
|
|
|
@ -121,18 +121,4 @@ typedef struct {
|
|||
#define uint64_typeLOW(x) (uint32_type)(((x) & 0xffffffff))
|
||||
#define uint64_typeHIGH(x) (uint32_type)(((x) >> 32) & 0xffffffff)
|
||||
#endif
|
||||
/* Macros for the 'type' part of an fopen, freopen or fdopen.
|
||||
<Read|Write>[Update]<Binary file><text file>
|
||||
*/
|
||||
#define FOPEN_RB "r"
|
||||
#define FOPEN_WB "w"
|
||||
#define FOPEN_AB "a"
|
||||
#define FOPEN_RUB "r+"
|
||||
#define FOPEN_WUB "w+"
|
||||
#define FOPEN_AUB "a+"
|
||||
#define FOPEN_RT "r"
|
||||
#define FOPEN_WT "w"
|
||||
#define FOPEN_AT "a"
|
||||
#define FOPEN_RUT "r+"
|
||||
#define FOPEN_WUT "w+"
|
||||
#define FOPEN_AUT "a+"
|
||||
#include "fopen-same.h"
|
||||
|
|
|
@ -131,18 +131,4 @@ typedef struct {
|
|||
#endif
|
||||
|
||||
|
||||
/* Macros for the 'type' part of an fopen, freopen or fdopen.
|
||||
<Read|Write>[Update]<Binary file><text file>
|
||||
*/
|
||||
#define FOPEN_RB "r"
|
||||
#define FOPEN_WB "w"
|
||||
#define FOPEN_AB "a"
|
||||
#define FOPEN_RUB "r+"
|
||||
#define FOPEN_WUB "w+"
|
||||
#define FOPEN_AUB "a+"
|
||||
#define FOPEN_RT "r"
|
||||
#define FOPEN_WT "w"
|
||||
#define FOPEN_AT "a"
|
||||
#define FOPEN_RUT "r+"
|
||||
#define FOPEN_WUT "w+"
|
||||
#define FOPEN_AUT "a+"
|
||||
#include "fopen-same.h"
|
||||
|
|
|
@ -68,18 +68,4 @@ typedef unsigned short uint16_type;
|
|||
typedef int int32_type;
|
||||
typedef unsigned int uint32_type;
|
||||
|
||||
/* Macros for the 'type' part of an fopen, freopen or fdopen.
|
||||
<Read|Write>[Update]<Binary file><text file>
|
||||
*/
|
||||
#define FOPEN_RB "r"
|
||||
#define FOPEN_WB "w"
|
||||
#define FOPEN_AB "a"
|
||||
#define FOPEN_RUB "r+"
|
||||
#define FOPEN_WUB "w+"
|
||||
#define FOPEN_AUB "a+"
|
||||
#define FOPEN_RT "r"
|
||||
#define FOPEN_WT "w"
|
||||
#define FOPEN_AT "a"
|
||||
#define FOPEN_RUT "r+"
|
||||
#define FOPEN_WUT "w+"
|
||||
#define FOPEN_AUT "a+"
|
||||
#include "fopen-same.h"
|
||||
|
|
|
@ -32,18 +32,4 @@ typedef short int16_type;
|
|||
typedef unsigned short uint16_type;
|
||||
typedef int int32_type;
|
||||
typedef unsigned int uint32_type;
|
||||
/* Macros for the 'type' part of an fopen, freopen or fdopen.
|
||||
<Read|Write>[Update]<Binary file><text file>
|
||||
*/
|
||||
#define FOPEN_RB "r"
|
||||
#define FOPEN_WB "w"
|
||||
#define FOPEN_AB "a"
|
||||
#define FOPEN_RUB "r+"
|
||||
#define FOPEN_WUB "w+"
|
||||
#define FOPEN_AUB "a+"
|
||||
#define FOPEN_RT "r"
|
||||
#define FOPEN_WT "w"
|
||||
#define FOPEN_AT "a"
|
||||
#define FOPEN_RUT "r+"
|
||||
#define FOPEN_WUT "w+"
|
||||
#define FOPEN_AUT "a+"
|
||||
#include "fopen-same.h"
|
||||
|
|
Loading…
Reference in a new issue