annotate nt/src.m.windowsnt.h @ 142:1856695b1fa9 r20-2b5

Import from CVS: tag r20-2b5
author cvs
date Mon, 13 Aug 2007 09:33:18 +0200
parents 4be1180a9e89
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
1 /* Machine description file for Windows NT.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
2
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
3 Copyright (C) 1993, 1994 Free Software Foundation, Inc.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
4
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
5 This file is part of GNU Emacs.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
6
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
7 GNU Emacs is free software; you can redistribute it and/or modify
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
8 it under the terms of the GNU General Public License as published by
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
9 the Free Software Foundation; either version 2, or (at your option)
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
10 any later version.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
11
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
12 GNU Emacs is distributed in the hope that it will be useful,
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
15 GNU General Public License for more details.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
16
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
17 You should have received a copy of the GNU General Public License
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
18 along with GNU Emacs; see the file COPYING. If not, write to
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
20 Boston, MA 02111-1307, USA. */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
21
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
22 /* Synched up with: FSF 19.31. */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
23
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
24 /* The following line tells the configuration script what sort of
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
25 operating system this machine is likely to run.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
26 USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
27
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
28 /* Define BIG_ENDIAN iff lowest-numbered byte in a word
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
29 is the most significant byte. */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
30
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
31 /* #define BIG_ENDIAN */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
32
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
33 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
34 * group of arguments and treat it as an array of the arguments. */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
35
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
36 #define NO_ARG_ARRAY
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
37
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
38 /* Define WORD_MACHINE if addresses and such have
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
39 * to be corrected before they can be used as byte counts. */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
40
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
41 #define WORD_MACHINE
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
42
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
43 /* Now define a symbol for the cpu type, if your compiler
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
44 does not define it automatically:
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
45 Ones defined so far include vax, m68000, ns16000, pyramid,
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
46 orion, tahoe, APOLLO and many others */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
47
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
48 /* Use type int rather than a union, to represent Lisp_Object */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
49 /* This is desirable for most machines. */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
50
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
51 #define NO_UNION_TYPE
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
52
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
53 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
54 the 24-bit bit field into an int. In other words, if bit fields
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
55 are always unsigned.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
56
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
57 If you use NO_UNION_TYPE, this flag does not matter. */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
58
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
59 #define EXPLICIT_SIGN_EXTEND
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
60
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
61 /* Data type of load average, as read out of kmem. */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
62
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
63 #define LOAD_AVE_TYPE long
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
64
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
65 /* Convert that into an integer that is 100 for a load average of 1.0 */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
66
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
67 #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE)
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
68
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
69 /* Define CANNOT_DUMP on machines where unexec does not work.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
70 Then the function dump-emacs will not be defined
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
71 and temacs will do (load "loadup") automatically unless told otherwise. */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
72
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
73
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
74 #if 0
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
75 #define CANNOT_DUMP 1
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
76 #define CANNOT_UNEXEC 1
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
77 #endif
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
78
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
79 /* Start and end of text and data. */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
80 #define DATA_END get_data_end ()
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
81 #define DATA_START get_data_start ()
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
82
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
83 /* Define VIRT_ADDR_VARIES if the virtual addresses of
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
84 pure and impure space as loaded can vary, and even their
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
85 relative order cannot be relied on.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
86
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
87 Otherwise Emacs assumes that text space precedes data space,
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
88 numerically. */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
89
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
90 /* Text does precede data space, but this is never a safe assumption. */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
91 #define VIRT_ADDR_VARIES
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
92
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
93 /* Define C_ALLOCA if this machine does not support a true alloca
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
94 and the one written in C should be used instead.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
95 Define HAVE_ALLOCA to say that the system provides a properly
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
96 working alloca function and it should be used.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
97 Define neither one if an assembler-language alloca
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
98 in the file alloca.s should be used. */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
99
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
100 /* #define C_ALLOCA */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
101 #include <malloc.h>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
102 #define HAVE_ALLOCA
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
103
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
104 /* Define NO_REMAP if memory segmentation makes it not work well
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
105 to change the boundary between the text section and data section
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
106 when Emacs is dumped. If you define this, the preloaded Lisp
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
107 code will not be sharable; but that's better than failing completely. */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
108
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
109 /* #define NO_REMAP */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
110
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
111 /* Some really obscure 4.2-based systems (like Sequent DYNIX)
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
112 * do not support asynchronous I/O (using SIGIO) on sockets,
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
113 * even though it works fine on tty's. If you have one of
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
114 * these systems, define the following, and then use it in
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
115 * config.h (or elsewhere) to decide when (not) to use SIGIO.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
116 *
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
117 * You'd think this would go in an operating-system description file,
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
118 * but since it only occurs on some, but not all, BSD systems, the
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
119 * reasonable place to select for it is in the machine description
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
120 * file.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
121 */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
122
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
123 /* #define NO_SOCK_SIGIO */
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
124
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
125 /* After adding support for a new system, modify the large case
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
126 statement in the `configure' script to recognize reasonable
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
127 configuration names, and add a description of the system to
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
128 `etc/MACHINES'.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
129
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
130 If you've just fixed a problem in an existing configuration file,
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
131 you should also check `etc/MACHINES' to make sure its descriptions
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents:
diff changeset
132 of known problems in that configuration should be updated. */