* Makefile.am: "make dep-am".
[deliverable/binutils-gdb.git] / bfd / hosts / alphavms.h
index 38f815392f1d89802854c8984c5e03cf0e1f65e8..e77c21ff232ecad54998110b10a38a2267dba2fb 100644 (file)
@@ -1,5 +1,5 @@
 /* alphavms.h -- BFD definitions for an openVMS host
-   Copyright 1996 Free Software Foundation, Inc.
+   Copyright 1996, 2000 Free Software Foundation, Inc.
    Written by Klaus Kämpf (kkaempf@progis.de)
    of proGIS Softwareentwicklung, Aachen, Germany
 
@@ -25,7 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <ctype.h>
 #include <string.h>
 #include <sys/file.h>
 #include <stdlib.h>
@@ -62,4 +61,8 @@ typedef BFD_HOST_64_BIT int64_type;
 
 #define NO_FCNTL 1
 
+#ifndef O_ACCMODE
+#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
+#endif
+
 extern int getpagesize PARAMS ((void));
This page took 0.023406 seconds and 4 git commands to generate.