update copyrights in config dir.
[official-gcc.git] / gcc / config / winnt / win-nt.h
blobf123b0497fc9d19ab218442b3550073323f90cf4
1 /* Operating system specific defines to be used when targeting GCC for
2 Windows NT 3.x.
3 Copyright (C) 1994, 1995, 1997 Free Software Foundation, Inc.
4 Contributed by Douglas B. Rupp (drupp@cs.washington.edu).
6 This file is part of GNU CC.
8 GNU CC is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
13 GNU CC is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with GNU CC; see the file COPYING. If not, write to
20 the Free Software Foundation, 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA. */
23 #define TARGET_MEM_FUNCTIONS
25 #undef STARTFILE_SPEC
26 #define STARTFILE_SPEC ""
28 #undef LINK_SPEC
29 #define LINK_SPEC "-stack 5000000,5000000 -noinhibit-exec %{g}"
31 #undef CPP_SPEC
32 #define CPP_SPEC ""
34 #undef STANDARD_EXEC_PREFIX
35 #define STANDARD_EXEC_PREFIX ""
37 #undef STANDARD_STARTFILE_PREFIX
38 #define STANDARD_STARTFILE_PREFIX ""
40 #undef TOOLDIR_BASE_PREFIX
41 #define TOOLDIR_BASE_PREFIX ""
43 #ifdef STANDARD_INCLUDE_DIR
44 #undef STANDARD_INCLUDE_DIR
45 #endif
46 #define STANDARD_INCLUDE_DIR ""
48 #undef LOCAL_INCLUDE_DIR
49 #define LOCAL_INCLUDE_DIR ""
51 #undef INCLUDE_DEFAULTS
52 #define INCLUDE_DEFAULTS \
53 { \
54 { 0, 0, 0, 0 } \
57 #undef STDC_VALUE
58 #define STDC_VALUE 0
60 /* Enable parsing of #pragma pack(push,<n>) and #pragma pack(pop). */
61 #define HANDLE_PRAGMA_PACK_PUSH_POP 1