to match the other h-* files.
#include <string.h>
#include <sys/file.h>
-#include "fopen-same.h"
-
#ifndef O_ACCMODE
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
#endif
#define SEEK_CUR 1
#define POSIX_UTIME
+#define HAVE_PROCFS /* This host has /proc support */
extern PROTO(int, abort,(void));
extern PROTO(int, close,(int));
typedef unsigned short uint16_type;
typedef int int32_type;
typedef unsigned int uint32_type;
+
+#include "fopen-same.h"
/* SVR4 Unix host system */
+
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
#define SEEK_CUR 1
#define POSIX_UTIME
+#define HAVE_PROCFS /* This host has /proc support */
extern PROTO(int, abort,(void));
extern PROTO(int, close,(int));
typedef unsigned short uint16_type;
typedef int int32_type;
typedef unsigned int uint32_type;
+
#include "fopen-same.h"