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