/* -*-C-*-
-$Id: option.c,v 1.37 1994/04/30 06:25:16 cph Exp $
+$Id: option.c,v 1.38 1994/11/20 00:57:29 cph Exp $
-Copyright (c) 1990-1994 Massachusetts Institute of Technology
+Copyright (c) 1990-94 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
#include "obstack.h"
#include "config.h"
#include "osenv.h"
+#include "osfs.h"
#include <sys/stat.h>
extern char * getenv ();
#include <io.h>
#include <string.h>
#else
-extern int access ();
extern int strlen ();
#endif
# define FILE_ABSOLUTE(filename) (((filename) [0]) == SUB_DIRECTORY_DELIMITER)
#endif
-#define FILE_READABLE(filename) ((access ((filename), 4)) >= 0)
+#define FILE_READABLE(filename) ((OS_file_access ((filename), 4)) >= 0)
\f
static int option_summary;
static int option_large_sizes;