1999-08-26 09:30:50 +00:00
|
|
|
/* Configuration for GNU C-compiler for openVMS/Alpha.
|
2002-02-01 18:16:02 +00:00
|
|
|
Copyright (C) 1996, 1997, 2001 Free Software Foundation, Inc.
|
1999-08-26 09:30:50 +00:00
|
|
|
Contributed by Klaus Kaempf (kkaempf@progis.de).
|
|
|
|
|
2004-07-28 03:11:36 +00:00
|
|
|
This file is part of GCC.
|
1999-08-26 09:30:50 +00:00
|
|
|
|
2004-07-28 03:11:36 +00:00
|
|
|
GCC is free software; you can redistribute it and/or modify
|
1999-08-26 09:30:50 +00:00
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 2, or (at your option)
|
|
|
|
any later version.
|
|
|
|
|
2004-07-28 03:11:36 +00:00
|
|
|
GCC is distributed in the hope that it will be useful,
|
1999-08-26 09:30:50 +00:00
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
2004-07-28 03:11:36 +00:00
|
|
|
along with GCC; see the file COPYING. If not, write to
|
1999-08-26 09:30:50 +00:00
|
|
|
the Free Software Foundation, 59 Temple Place - Suite 330,
|
|
|
|
Boston, MA 02111-1307, USA. */
|
|
|
|
|
|
|
|
/* A couple of conditionals for execution machine are controlled here. */
|
|
|
|
#ifndef VMS
|
|
|
|
#define VMS
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* Define a local equivalent (sort of) for unlink */
|
|
|
|
#define unlink remove
|
|
|
|
|
2002-02-01 18:16:02 +00:00
|
|
|
/* Causes exit() to be redefined to __posix_exit() and
|
|
|
|
Posix compatible failure and success codes to be used */
|
|
|
|
#define _POSIX_EXIT 1
|
1999-08-26 09:30:50 +00:00
|
|
|
|
2002-02-01 18:16:02 +00:00
|
|
|
/* Open files in stream mode if not otherwise explicitly specified */
|
|
|
|
#define __UNIX_FOPEN 1
|
1999-08-26 09:30:50 +00:00
|
|
|
|
2002-05-09 20:02:13 +00:00
|
|
|
/* Write to stdout using fputc to avoid record terminators in pipes */
|
|
|
|
#define __UNIX_FWRITE 1
|
|
|
|
|
1999-08-26 09:30:50 +00:00
|
|
|
#define STDC_HEADERS 1
|
|
|
|
|
2002-02-01 18:16:02 +00:00
|
|
|
#define HOST_EXECUTABLE_SUFFIX ".exe"
|
|
|
|
#define HOST_OBJECT_SUFFIX ".obj"
|
1999-08-26 09:30:50 +00:00
|
|
|
|
2002-02-01 18:16:02 +00:00
|
|
|
#define DUMPFILE_FORMAT "_%02d_"
|