Mercurial > emacs
annotate src/s/msdos.h @ 96269:603f00a9cc21
Comment typo.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Wed, 25 Jun 2008 07:49:12 +0000 |
| parents | 1f134b61867c |
| children | ddedcecb18ef |
| rev | line source |
|---|---|
| 5503 | 1 /* System description file for MS-DOS |
| 2 | |
|
94715
1f134b61867c
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
92159
diff
changeset
|
3 Copyright (C) 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, |
|
1f134b61867c
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
92159
diff
changeset
|
4 2007, 2008 Free Software Foundation, Inc. |
| 5503 | 5 |
| 6 This file is part of GNU Emacs. | |
| 7 | |
|
94715
1f134b61867c
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
92159
diff
changeset
|
8 GNU Emacs is free software: you can redistribute it and/or modify |
| 5503 | 9 it under the terms of the GNU General Public License as published by |
|
94715
1f134b61867c
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
92159
diff
changeset
|
10 the Free Software Foundation, either version 3 of the License, or |
|
1f134b61867c
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
92159
diff
changeset
|
11 (at your option) any later version. |
| 5503 | 12 |
| 13 GNU Emacs 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. | |
| 17 | |
| 18 You should have received a copy of the GNU General Public License | |
|
94715
1f134b61867c
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
92159
diff
changeset
|
19 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 5503 | 20 |
| 21 /* Note: lots of stuff here was taken from s-msdos.h in demacs. */ | |
| 22 | |
| 23 | |
| 24 /* | |
| 25 * Define symbols to identify the version of Unix this is. | |
| 26 * Define all the symbols that apply correctly. | |
| 27 */ | |
| 28 | |
| 29 /* #define UNIPLUS */ | |
| 30 /* #define USG5 */ | |
| 31 /* #define USG */ | |
| 32 /* #define HPUX */ | |
| 33 /* #define UMAX */ | |
| 34 /* #define BSD4_1 */ | |
| 35 /* #define BSD4_2 */ | |
| 36 /* #define BSD4_3 */ | |
|
16220
02044b05d8e0
Replaced symbol BSD with BSD_SYSTEM.
Karl Heuer <kwzh@gnu.org>
parents:
15220
diff
changeset
|
37 /* #define BSD_SYSTEM */ |
| 5503 | 38 /* #define VMS */ |
| 39 #ifndef MSDOS | |
| 40 #define MSDOS | |
| 41 #endif | |
| 9798 | 42 |
|
13177
439506fa922e
Check that DJGPP v. 1 is used.
Kim F. Storm <storm@cua.dk>
parents:
13041
diff
changeset
|
43 #ifdef __GO32__ |
|
439506fa922e
Check that DJGPP v. 1 is used.
Kim F. Storm <storm@cua.dk>
parents:
13041
diff
changeset
|
44 #ifndef __DJGPP__ |
|
439506fa922e
Check that DJGPP v. 1 is used.
Kim F. Storm <storm@cua.dk>
parents:
13041
diff
changeset
|
45 #define __DJGPP__ 1 /* V2 defines __DJGPP__ == 2 */ |
|
439506fa922e
Check that DJGPP v. 1 is used.
Kim F. Storm <storm@cua.dk>
parents:
13041
diff
changeset
|
46 #endif |
|
439506fa922e
Check that DJGPP v. 1 is used.
Kim F. Storm <storm@cua.dk>
parents:
13041
diff
changeset
|
47 #else |
|
439506fa922e
Check that DJGPP v. 1 is used.
Kim F. Storm <storm@cua.dk>
parents:
13041
diff
changeset
|
48 You lose; /* Emacs for DOS must be compiled with DJGPP */ |
|
439506fa922e
Check that DJGPP v. 1 is used.
Kim F. Storm <storm@cua.dk>
parents:
13041
diff
changeset
|
49 #endif |
|
439506fa922e
Check that DJGPP v. 1 is used.
Kim F. Storm <storm@cua.dk>
parents:
13041
diff
changeset
|
50 |
| 9798 | 51 #define DOS_NT /* MSDOS or WINDOWSNT */ |
|
16220
02044b05d8e0
Replaced symbol BSD with BSD_SYSTEM.
Karl Heuer <kwzh@gnu.org>
parents:
15220
diff
changeset
|
52 #undef BSD_SYSTEM |
| 5503 | 53 #undef VMS |
| 54 | |
| 55 /* SYSTEM_TYPE should indicate the kind of system you are using. | |
| 56 It sets the Lisp variable system-type. */ | |
| 57 | |
| 58 #define SYSTEM_TYPE "ms-dos" | |
| 59 | |
|
17453
42bddf2eebad
(SYMS_SYSTEM): Add `syms_of_win16select'.
Eli Zaretskii <eliz@gnu.org>
parents:
16220
diff
changeset
|
60 #define SYMS_SYSTEM syms_of_dosfns();syms_of_msdos();syms_of_win16select() |
| 5503 | 61 |
| 62 /* NOMULTIPLEJOBS should be defined if your system's shell | |
| 63 does not have "job control" (the ability to stop a program, | |
| 64 run some other program, then continue the first one). */ | |
| 65 | |
| 66 #define NOMULTIPLEJOBS | |
| 67 | |
| 68 /* Emacs can read input using SIGIO and buffering characters itself, | |
| 69 or using CBREAK mode and making C-g cause SIGINT. | |
| 70 The choice is controlled by the variable interrupt_input. | |
| 71 Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO) | |
| 72 | |
| 73 SIGIO can be used only on systems that implement it (4.2 and 4.3). | |
| 14036 | 74 CBREAK mode has two disadvantages |
| 5503 | 75 1) At least in 4.2, it is impossible to handle the Meta key properly. |
| 76 I hear that in system V this problem does not exist. | |
| 77 2) Control-G causes output to be discarded. | |
| 78 I do not know whether this can be fixed in system V. | |
| 79 | |
| 80 Another method of doing input is planned but not implemented. | |
| 81 It would have Emacs fork off a separate process | |
| 82 to read the input and send it to the true Emacs process | |
| 83 through a pipe. | |
| 84 */ | |
| 85 | |
| 86 /* #define INTERRUPT_INPUT */ | |
| 87 | |
| 88 /* Letter to use in finding device name of first pty, | |
| 89 if system supports pty's. 'a' means it is /dev/ptya0 */ | |
| 90 | |
| 91 /* #define FIRST_PTY_LETTER 'a' */ | |
| 92 | |
| 93 /* | |
| 94 * Define HAVE_PTYS if the system supports pty devices. | |
| 95 */ | |
| 96 | |
| 97 /* #define HAVE_PTYS */ | |
| 98 | |
| 99 /* | |
| 100 * Define NONSYSTEM_DIR_LIBRARY to make Emacs emulate | |
| 101 * The 4.2 opendir, etc., library functions. | |
| 102 */ | |
| 103 | |
| 104 /* #define NONSYSTEM_DIR_LIBRARY */ | |
| 105 | |
| 106 #define SYSV_SYSTEM_DIR | |
| 107 | |
| 108 /* Define this symbol if your system has the functions bcopy, etc. */ | |
| 109 | |
| 110 #define BSTRING | |
| 111 | |
|
8250
9198d6e1f11c
(HAVE_VOLATILE): Define.
Richard M. Stallman <rms@gnu.org>
parents:
8199
diff
changeset
|
112 /* Define this is the compiler understands `volatile'. */ |
|
9198d6e1f11c
(HAVE_VOLATILE): Define.
Richard M. Stallman <rms@gnu.org>
parents:
8199
diff
changeset
|
113 #define HAVE_VOLATILE |
|
9198d6e1f11c
(HAVE_VOLATILE): Define.
Richard M. Stallman <rms@gnu.org>
parents:
8199
diff
changeset
|
114 |
|
9198d6e1f11c
(HAVE_VOLATILE): Define.
Richard M. Stallman <rms@gnu.org>
parents:
8199
diff
changeset
|
115 |
| 5503 | 116 /* subprocesses should be defined if you want to |
| 117 have code for asynchronous subprocesses | |
| 118 (as used in M-x compile and M-x shell). | |
| 119 This is generally OS dependent, and not supported | |
| 120 under most USG systems. */ | |
| 121 | |
| 122 #undef subprocesses | |
| 123 | |
| 124 /* If your system uses COFF (Common Object File Format) then define the | |
| 125 preprocessor symbol "COFF". */ | |
| 126 | |
| 127 #define COFF | |
| 128 | |
| 129 /* define MAIL_USE_FLOCK if the mailer uses flock | |
| 130 to interlock access to /usr/spool/mail/$USER. | |
| 131 The alternative is that a lock file named | |
| 132 /usr/spool/mail/$USER.lock. */ | |
| 133 | |
| 134 /* #define MAIL_USE_FLOCK */ | |
| 135 | |
| 136 /* Define CLASH_DETECTION if you want lock files to be written | |
| 137 so that Emacs can tell instantly when you try to modify | |
| 138 a file that someone else has modified in his Emacs. */ | |
| 139 | |
| 140 /* #define CLASH_DETECTION */ | |
| 141 | |
| 142 /* Here, on a separate page, add any special hacks needed | |
| 143 to make Emacs work on this system. For example, | |
| 144 you might define certain system call names that don't | |
| 145 exist on your system, or that do different things on | |
| 146 your system and must be used only through an encapsulation | |
| 147 (Which you should place, by convention, in sysdep.c). */ | |
| 148 | |
|
15172
4745198895b6
(GMALLOC_INHIBIT_VALLOC): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
15003
diff
changeset
|
149 /* Avoid incompatibilities between gmalloc.c and system header files |
|
4745198895b6
(GMALLOC_INHIBIT_VALLOC): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
15003
diff
changeset
|
150 in how to declare valloc. */ |
|
4745198895b6
(GMALLOC_INHIBIT_VALLOC): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
15003
diff
changeset
|
151 #define GMALLOC_INHIBIT_VALLOC |
|
4745198895b6
(GMALLOC_INHIBIT_VALLOC): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
15003
diff
changeset
|
152 |
| 5503 | 153 /* setjmp and longjmp can safely replace _setjmp and _longjmp, |
| 154 but they will run slower. */ | |
| 155 | |
| 156 #define _setjmp setjmp | |
| 157 #define _longjmp longjmp | |
| 158 | |
|
14970
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
159 #if __DJGPP__ < 2 |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
160 |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
161 /* New chdir () routine. |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
162 DJGPP v2.0 and later doesn't need it because its chdir() does |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
163 set the drive itself. */ |
| 5503 | 164 #ifdef chdir |
| 165 #undef chdir | |
| 166 #endif | |
| 167 #define chdir sys_chdir | |
| 168 | |
|
14970
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
169 #define LIBS_SYSTEM -lpc /* isn't required in DJGPP v2.0, either */ |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
170 |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
171 #endif /* __DJGPP__ < 2 */ |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
172 |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
173 #if __DJGPP__ > 1 |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
174 |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
175 #define DATA_START (&etext + 1) |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
176 #define TEXT_START &start |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
177 #define TEXT_END &etext |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
178 |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
179 #define _NAIVE_DOS_REGS |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
180 |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
181 #else /* not __DJGPP__ > 1 */ |
| 5503 | 182 |
| 183 /* This somehow needs to be defined even though we use COFF. */ | |
| 184 #define TEXT_START -1 | |
| 185 | |
|
14970
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
186 #endif /* not __DJGPP__ > 1 */ |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
187 |
| 5503 | 188 #define ORDINARY_LINK |
| 189 | |
| 9572 | 190 /* command.com does not understand `...` so we define this. */ |
| 5503 | 191 #define LIB_GCC -Lgcc |
| 192 #define SEPCHAR ';' | |
| 193 | |
| 194 #define NULL_DEVICE "nul" | |
| 195 | |
|
14970
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
196 #if __DJGPP__ < 2 |
| 5503 | 197 #define O_RDONLY 0x0001 |
| 198 #define O_WRONLY 0x0002 | |
| 199 #define O_RDWR 0x0004 | |
| 200 #define O_CREAT 0x0100 | |
| 201 #define O_TRUNC 0x0200 | |
| 202 #define O_EXCL 0x0400 | |
| 203 #define O_APPEND 0x0800 | |
| 204 #define O_TEXT 0x4000 | |
| 205 #define O_BINARY 0x8000 | |
|
14970
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
206 #define NO_MATHERR |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
207 #endif |
| 5503 | 208 |
| 209 #define HAVE_INVERSE_HYPERBOLIC | |
| 210 #define FLOAT_CHECK_DOMAIN | |
| 211 | |
| 212 /* When $TERM is "internal" then this is substituted: */ | |
| 213 #define INTERNAL_TERMINAL "pc|bios|IBM PC with colour display:\ | |
|
26730
d19a69fd704a
(INTERNAL_TERMINAL): Add entries for color support.
Eli Zaretskii <eliz@gnu.org>
parents:
17453
diff
changeset
|
214 :co#80:li#25:Co#16:pa#256:km:ms:cm=<CM>:cl=<CL>:ce=<CE>:\ |
|
27638
4b7038d296bb
Add capabilities se, so, us, ue, md, mh, mb, mr, and me to the fake
Eli Zaretskii <eliz@gnu.org>
parents:
27593
diff
changeset
|
215 :se=</SO>:so=<SO>:us=<UL>:ue=</UL>:md=<BD>:mh=<DIM>:mb=<BL>:mr=<RV>:me=<NV>:\ |
|
26730
d19a69fd704a
(INTERNAL_TERMINAL): Add entries for color support.
Eli Zaretskii <eliz@gnu.org>
parents:
17453
diff
changeset
|
216 :AB=<BG %d>:AF=<FG %d>:op=<DefC>:" |
| 5503 | 217 |
| 218 /* Define this to a function (Fdowncase, Fupcase) if your file system | |
| 219 likes that */ | |
|
15220
069fc3f2c2b4
(FILE_SYSTEM_CASE): Call Fmsdos_downcase_filename instead of Fdowncase.
Richard M. Stallman <rms@gnu.org>
parents:
15172
diff
changeset
|
220 #define FILE_SYSTEM_CASE Fmsdos_downcase_filename |
| 5503 | 221 |
|
10500
4d77d5230bff
(DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
9798
diff
changeset
|
222 /* Define this to be the separator between devices and paths */ |
|
4d77d5230bff
(DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
9798
diff
changeset
|
223 #define DEVICE_SEP ':' |
|
4d77d5230bff
(DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
9798
diff
changeset
|
224 |
|
4d77d5230bff
(DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
9798
diff
changeset
|
225 /* We'll support either convention on MSDOG. */ |
|
4d77d5230bff
(DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
9798
diff
changeset
|
226 #define IS_DIRECTORY_SEP(_c_) ((_c_) == '/' || (_c_) == '\\') |
|
4d77d5230bff
(DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
9798
diff
changeset
|
227 #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_) || IS_DEVICE_SEP (_c_)) |
|
4d77d5230bff
(DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
9798
diff
changeset
|
228 |
|
13041
140467bd68ba
(LOCALTIME_CACHE, tzset): New macros.
Paul Eggert <eggert@twinsun.com>
parents:
12345
diff
changeset
|
229 /* Call init_gettimeofday when TZ changes. */ |
|
14970
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
230 #if __DJGPP__ < 2 |
|
13041
140467bd68ba
(LOCALTIME_CACHE, tzset): New macros.
Paul Eggert <eggert@twinsun.com>
parents:
12345
diff
changeset
|
231 #define LOCALTIME_CACHE |
|
140467bd68ba
(LOCALTIME_CACHE, tzset): New macros.
Paul Eggert <eggert@twinsun.com>
parents:
12345
diff
changeset
|
232 #define tzset init_gettimeofday |
|
14970
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
233 #endif |
|
13041
140467bd68ba
(LOCALTIME_CACHE, tzset): New macros.
Paul Eggert <eggert@twinsun.com>
parents:
12345
diff
changeset
|
234 |
| 6382 | 235 /* bcopy under djgpp is quite safe */ |
| 236 #define GAP_USE_BCOPY | |
| 237 #define BCOPY_UPWARD_SAFE 1 | |
| 238 #define BCOPY_DOWNWARD_SAFE 1 | |
|
8199
04a19fb09fb3
(HAVE_MOUSE, PURESIZE): Definitions moved here.
Richard M. Stallman <rms@gnu.org>
parents:
7668
diff
changeset
|
239 |
| 8796 | 240 /* Mode line description of a buffer's type. */ |
| 241 #define MODE_LINE_BINARY_TEXT(buf) (NILP(buf->buffer_file_type) ? "T" : "B") | |
| 242 | |
|
14970
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
243 /* Do we have POSIX signals? */ |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
244 #if __DJGPP__ > 1 |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
245 #define POSIX_SIGNALS |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
246 #endif |
|
78a622f19f7f
(DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
247 |
|
8199
04a19fb09fb3
(HAVE_MOUSE, PURESIZE): Definitions moved here.
Richard M. Stallman <rms@gnu.org>
parents:
7668
diff
changeset
|
248 /* We have (the code to control) a mouse. */ |
|
04a19fb09fb3
(HAVE_MOUSE, PURESIZE): Definitions moved here.
Richard M. Stallman <rms@gnu.org>
parents:
7668
diff
changeset
|
249 #define HAVE_MOUSE |
| 9572 | 250 |
| 13849 | 251 /* We canuse mouse menus. */ |
| 252 #define HAVE_MENUS | |
| 253 | |
| 9572 | 254 /* We have support for faces. */ |
| 255 #define HAVE_FACES | |
| 256 | |
| 257 /* Define one of these for easier conditionals. */ | |
| 258 #ifdef HAVE_X_WINDOWS | |
| 259 /* We need a little extra space, see ../../lisp/loadup.el */ | |
| 260 #define SYSTEM_PURESIZE_EXTRA 15000 | |
| 261 #define LIBX11_SYSTEM -lxext -lsys | |
| 262 #else | |
| 263 /* We need a little extra space, see ../../lisp/loadup.el */ | |
|
44631
edee6e4af0f2
(SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
Eli Zaretskii <eliz@gnu.org>
parents:
39935
diff
changeset
|
264 #define SYSTEM_PURESIZE_EXTRA 50000 |
| 9572 | 265 #endif |
| 28364 | 266 |
| 35553 | 267 /* Tell the garbage collector that setjmp is known to save all |
| 28364 | 268 registers relevant for conservative garbage collection in the |
| 269 jmp_buf. */ | |
| 270 | |
| 271 #define GC_SETJMP_WORKS 1 | |
|
35451
a600f3477e8f
(GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
Eli Zaretskii <eliz@gnu.org>
parents:
28364
diff
changeset
|
272 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 52401 | 273 |
| 274 /* arch-tag: d184f860-815d-4ff4-8187-d05c0f3c37d0 | |
| 275 (do not change this comment) */ |
