1 /* alphavms.h -- BFD definitions for an openVMS host
2 Copyright 1996, 2000, 2001, 2005, 2007, 2008, 2009
3 Free Software Foundation, Inc.
4 Written by Klaus Kämpf (kkaempf@progis.de)
5 of proGIS Softwareentwicklung, Aachen, Germany
7 This file is part of BFD, the Binary File Descriptor library.
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3 of the License, or
12 (at your option) any later version.
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
22 MA 02110-1301, USA. */
25 #error sysdep.h must be included in lieu of config.h
35 #include <sys/types.h>
44 #include "filenames.h"
45 #include "fopen-vms.h"
50 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
53 extern int getpagesize (void);
54 extern char *stpcpy (char *, const char *);
57 #define gettext(Msgid) (Msgid)
58 #define dgettext(Domainname, Msgid) (Msgid)
59 #define dcgettext(Domainname, Msgid, Category) (Msgid)
60 #define textdomain(Domainname) while (0) /* nothing */
61 #define bindtextdomain(Domainname, Dirname) while (0) /* nothing */
62 #define _(String) (String)
63 #define N_(String) (String)