1 /* System V Release 4 Unix host system */
16 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
22 #define HAVE_PROCFS /* This host has /proc support */
24 extern void abort PARAMS ((void));
25 extern int close PARAMS ((int));
26 extern void exit PARAMS ((int));
27 extern int fclose PARAMS ((FILE*));
28 extern void free PARAMS ((PTR));
29 extern int fseek PARAMS ((FILE*, long, int));
30 extern int getgid PARAMS (());
31 extern int getuid PARAMS (());
32 extern PTR malloc PARAMS ((unsigned));
33 extern void perror PARAMS ((CONST char *));
34 extern int qsort PARAMS ((void *data, int els, int siz, int func()));
35 extern PTR realloc PARAMS ((PTR, unsigned));
37 extern char *getenv();
47 extern int vfprintf();
52 #include "fopen-same.h"