annotate src/s/msdos.h @ 108252:623b349bb7c2

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 06 May 2010 03:24:12 +0000
parents 06c34f190db1
children ffcbc15ab440
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5503
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 /* System description file for MS-DOS
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
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,
106815
1d1d5d9bd884 Add 2010 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 105979
diff changeset
4 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
5503
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 This file is part of GNU Emacs.
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
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
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
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
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
12
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
13 GNU Emacs is distributed in the hope that it will be useful,
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
16 GNU General Public License for more details.
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
17
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
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
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
20
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
21 /* Note: lots of stuff here was taken from s-msdos.h in demacs. */
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
22
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
23
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
24 /*
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
25 * Define symbols to identify the version of Unix this is.
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
26 * Define all the symbols that apply correctly.
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
27 */
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
28
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
29 #ifndef MSDOS
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
30 #define MSDOS
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
31 #endif
9798
05a06f8f244d (DOS_NT): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 9721
diff changeset
32
13177
439506fa922e Check that DJGPP v. 1 is used.
Kim F. Storm <storm@cua.dk>
parents: 13041
diff changeset
33 #ifndef __DJGPP__
439506fa922e Check that DJGPP v. 1 is used.
Kim F. Storm <storm@cua.dk>
parents: 13041
diff changeset
34 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
35 #endif
439506fa922e Check that DJGPP v. 1 is used.
Kim F. Storm <storm@cua.dk>
parents: 13041
diff changeset
36
9798
05a06f8f244d (DOS_NT): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 9721
diff changeset
37 #define DOS_NT /* MSDOS or WINDOWSNT */
16220
02044b05d8e0 Replaced symbol BSD with BSD_SYSTEM.
Karl Heuer <kwzh@gnu.org>
parents: 15220
diff changeset
38 #undef BSD_SYSTEM
5503
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
39
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
40 /* SYSTEM_TYPE should indicate the kind of system you are using.
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
41 It sets the Lisp variable system-type. */
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
42
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
43 #define SYSTEM_TYPE "ms-dos"
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
44
17453
42bddf2eebad (SYMS_SYSTEM): Add `syms_of_win16select'.
Eli Zaretskii <eliz@gnu.org>
parents: 16220
diff changeset
45 #define SYMS_SYSTEM syms_of_dosfns();syms_of_msdos();syms_of_win16select()
5503
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
46
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
47 #define SYSV_SYSTEM_DIR
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
48
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
49 /* Define this symbol if your system has the functions bcopy, etc. */
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
50
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
51 #define BSTRING
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
52
8250
9198d6e1f11c (HAVE_VOLATILE): Define.
Richard M. Stallman <rms@gnu.org>
parents: 8199
diff changeset
53 /* Define this is the compiler understands `volatile'. */
9198d6e1f11c (HAVE_VOLATILE): Define.
Richard M. Stallman <rms@gnu.org>
parents: 8199
diff changeset
54 #define HAVE_VOLATILE
9198d6e1f11c (HAVE_VOLATILE): Define.
Richard M. Stallman <rms@gnu.org>
parents: 8199
diff changeset
55
9198d6e1f11c (HAVE_VOLATILE): Define.
Richard M. Stallman <rms@gnu.org>
parents: 8199
diff changeset
56
5503
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
57 /* subprocesses should be defined if you want to
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
58 have code for asynchronous subprocesses
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
59 (as used in M-x compile and M-x shell).
96923
d89afa2b4c2f * config.in: Regenerate.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 96721
diff changeset
60 This is the only system that needs this. */
5503
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
61
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
62 #undef subprocesses
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
63
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
64 /* If your system uses COFF (Common Object File Format) then define the
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
65 preprocessor symbol "COFF". */
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
66
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
67 #define COFF
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
68
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
69 /* Here, on a separate page, add any special hacks needed
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
70 to make Emacs work on this system. For example,
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
71 you might define certain system call names that don't
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
72 exist on your system, or that do different things on
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
73 your system and must be used only through an encapsulation
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
74 (Which you should place, by convention, in sysdep.c). */
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
75
15172
4745198895b6 (GMALLOC_INHIBIT_VALLOC): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 15003
diff changeset
76 /* Avoid incompatibilities between gmalloc.c and system header files
4745198895b6 (GMALLOC_INHIBIT_VALLOC): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 15003
diff changeset
77 in how to declare valloc. */
4745198895b6 (GMALLOC_INHIBIT_VALLOC): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 15003
diff changeset
78 #define GMALLOC_INHIBIT_VALLOC
4745198895b6 (GMALLOC_INHIBIT_VALLOC): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 15003
diff changeset
79
97654
912b1321ba0d (USER_FULL_NAME): Define.
Eli Zaretskii <eliz@gnu.org>
parents: 97142
diff changeset
80 /* This overrides the default value on editfns.c, since DJGPP
912b1321ba0d (USER_FULL_NAME): Define.
Eli Zaretskii <eliz@gnu.org>
parents: 97142
diff changeset
81 does not have pw->pw_gecos. */
912b1321ba0d (USER_FULL_NAME): Define.
Eli Zaretskii <eliz@gnu.org>
parents: 97142
diff changeset
82 #define USER_FULL_NAME (getenv ("NAME"))
912b1321ba0d (USER_FULL_NAME): Define.
Eli Zaretskii <eliz@gnu.org>
parents: 97142
diff changeset
83
5503
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
84 /* setjmp and longjmp can safely replace _setjmp and _longjmp,
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
85 but they will run slower. */
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
86
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
87 #define _setjmp setjmp
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
88 #define _longjmp longjmp
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
89
14970
78a622f19f7f (DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
90 #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
91 #define TEXT_START &start
78a622f19f7f (DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
92
78a622f19f7f (DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
93 #define _NAIVE_DOS_REGS
78a622f19f7f (DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
94
5503
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
95 #define ORDINARY_LINK
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
96
9572
b36d5e88cccc *** empty log message ***
Morten Welinder <terra@diku.dk>
parents: 8892
diff changeset
97 /* command.com does not understand `...` so we define this. */
5503
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
98 #define LIB_GCC -Lgcc
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
99 #define SEPCHAR ';'
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
100
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
101 #define NULL_DEVICE "nul"
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
102
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
103 #define HAVE_INVERSE_HYPERBOLIC
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
104 #define FLOAT_CHECK_DOMAIN
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
105
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
106 /* When $TERM is "internal" then this is substituted: */
96363
f9d35151b907 American English spelling fix.
Glenn Morris <rgm@gnu.org>
parents: 96303
diff changeset
107 #define INTERNAL_TERMINAL "pc|bios|IBM PC with color display:\
26730
d19a69fd704a (INTERNAL_TERMINAL): Add entries for color support.
Eli Zaretskii <eliz@gnu.org>
parents: 17453
diff changeset
108 :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
109 :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
110 :AB=<BG %d>:AF=<FG %d>:op=<DefC>:"
5503
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
111
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
112 /* Define this to a function (Fdowncase, Fupcase) if your file system
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
113 likes that */
15220
069fc3f2c2b4 (FILE_SYSTEM_CASE): Call Fmsdos_downcase_filename instead of Fdowncase.
Richard M. Stallman <rms@gnu.org>
parents: 15172
diff changeset
114 #define FILE_SYSTEM_CASE Fmsdos_downcase_filename
5503
003e84b91d21 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
115
10500
4d77d5230bff (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 9798
diff changeset
116 /* 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
117 #define DEVICE_SEP ':'
4d77d5230bff (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 9798
diff changeset
118
4d77d5230bff (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 9798
diff changeset
119 /* 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
120 #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
121 #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
122
6382
16e6eb4c5afa use bcopy when moving gap.
Karl Heuer <kwzh@gnu.org>
parents: 5503
diff changeset
123 /* bcopy under djgpp is quite safe */
16e6eb4c5afa use bcopy when moving gap.
Karl Heuer <kwzh@gnu.org>
parents: 5503
diff changeset
124 #define GAP_USE_BCOPY
16e6eb4c5afa use bcopy when moving gap.
Karl Heuer <kwzh@gnu.org>
parents: 5503
diff changeset
125 #define BCOPY_UPWARD_SAFE 1
16e6eb4c5afa use bcopy when moving gap.
Karl Heuer <kwzh@gnu.org>
parents: 5503
diff changeset
126 #define BCOPY_DOWNWARD_SAFE 1
8199
04a19fb09fb3 (HAVE_MOUSE, PURESIZE): Definitions moved here.
Richard M. Stallman <rms@gnu.org>
parents: 7668
diff changeset
127
8796
e4e935319d55 Define MODE_LINE_BINARY_TEXT.
Karl Heuer <kwzh@gnu.org>
parents: 8250
diff changeset
128 /* Mode line description of a buffer's type. */
e4e935319d55 Define MODE_LINE_BINARY_TEXT.
Karl Heuer <kwzh@gnu.org>
parents: 8250
diff changeset
129 #define MODE_LINE_BINARY_TEXT(buf) (NILP(buf->buffer_file_type) ? "T" : "B")
e4e935319d55 Define MODE_LINE_BINARY_TEXT.
Karl Heuer <kwzh@gnu.org>
parents: 8250
diff changeset
130
8199
04a19fb09fb3 (HAVE_MOUSE, PURESIZE): Definitions moved here.
Richard M. Stallman <rms@gnu.org>
parents: 7668
diff changeset
131 /* 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
132 #define HAVE_MOUSE
9572
b36d5e88cccc *** empty log message ***
Morten Welinder <terra@diku.dk>
parents: 8892
diff changeset
133
13849
067fae3cb66e (HAVE_MENUS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 13613
diff changeset
134 /* We canuse mouse menus. */
067fae3cb66e (HAVE_MENUS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 13613
diff changeset
135 #define HAVE_MENUS
067fae3cb66e (HAVE_MENUS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 13613
diff changeset
136
9572
b36d5e88cccc *** empty log message ***
Morten Welinder <terra@diku.dk>
parents: 8892
diff changeset
137 /* Define one of these for easier conditionals. */
b36d5e88cccc *** empty log message ***
Morten Welinder <terra@diku.dk>
parents: 8892
diff changeset
138 #ifdef HAVE_X_WINDOWS
105802
16436901d3db (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
Eli Zaretskii <eliz@gnu.org>
parents: 100951
diff changeset
139 /* We need a little extra space, see ../../lisp/loadup.el and the
16436901d3db (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
Eli Zaretskii <eliz@gnu.org>
parents: 100951
diff changeset
140 commentary below, in the non-X branch. The 140KB number was
16436901d3db (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
Eli Zaretskii <eliz@gnu.org>
parents: 100951
diff changeset
141 measured on GNU/Linux and on MS-WIndows. */
105979
b7172a719841 (SYSTEM_PURESIZE_EXTRA): Revert last change.
Eli Zaretskii <eliz@gnu.org>
parents: 105883
diff changeset
142 #define SYSTEM_PURESIZE_EXTRA (-170000+140000)
107736
1f5000fd5ff7 Remove all uses of LIBX11_SYSTEM.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107733
diff changeset
143 #define LIBS_SYSTEM -lxext -lsys
9572
b36d5e88cccc *** empty log message ***
Morten Welinder <terra@diku.dk>
parents: 8892
diff changeset
144 #else
105802
16436901d3db (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
Eli Zaretskii <eliz@gnu.org>
parents: 100951
diff changeset
145 /* We need a little extra space, see ../../lisp/loadup.el.
16436901d3db (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
Eli Zaretskii <eliz@gnu.org>
parents: 100951
diff changeset
146 As of 20091024, DOS-specific files use up 62KB of pure space. But
16436901d3db (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
Eli Zaretskii <eliz@gnu.org>
parents: 100951
diff changeset
147 overall, we end up wasting 130KB of pure space, because
16436901d3db (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
Eli Zaretskii <eliz@gnu.org>
parents: 100951
diff changeset
148 BASE_PURESIZE starts at 1.47MB, while we need only 1.3MB (including
16436901d3db (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
Eli Zaretskii <eliz@gnu.org>
parents: 100951
diff changeset
149 non-DOS specific files and load history; the latter is about 55K,
16436901d3db (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
Eli Zaretskii <eliz@gnu.org>
parents: 100951
diff changeset
150 but depends on the depth of the top-level Emacs directory in the
16436901d3db (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
Eli Zaretskii <eliz@gnu.org>
parents: 100951
diff changeset
151 directory tree). Given the unknown policy of different DPMI
16436901d3db (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
Eli Zaretskii <eliz@gnu.org>
parents: 100951
diff changeset
152 hosts regarding loading of untouched pages, I'm not going to risk
16436901d3db (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
Eli Zaretskii <eliz@gnu.org>
parents: 100951
diff changeset
153 enlarging Emacs footprint by another 100+ KBytes. */
105979
b7172a719841 (SYSTEM_PURESIZE_EXTRA): Revert last change.
Eli Zaretskii <eliz@gnu.org>
parents: 105883
diff changeset
154 #define SYSTEM_PURESIZE_EXTRA (-170000+65000)
9572
b36d5e88cccc *** empty log message ***
Morten Welinder <terra@diku.dk>
parents: 8892
diff changeset
155 #endif
28364
e24d2e75dea0 (GC_SETJMP_WORKS): Define.
Gerd Moellmann <gerd@gnu.org>
parents: 27638
diff changeset
156
35553
79eb2dc0229e Fix a typo in a comment.
Eli Zaretskii <eliz@gnu.org>
parents: 35451
diff changeset
157 /* Tell the garbage collector that setjmp is known to save all
28364
e24d2e75dea0 (GC_SETJMP_WORKS): Define.
Gerd Moellmann <gerd@gnu.org>
parents: 27638
diff changeset
158 registers relevant for conservative garbage collection in the
e24d2e75dea0 (GC_SETJMP_WORKS): Define.
Gerd Moellmann <gerd@gnu.org>
parents: 27638
diff changeset
159 jmp_buf. */
e24d2e75dea0 (GC_SETJMP_WORKS): Define.
Gerd Moellmann <gerd@gnu.org>
parents: 27638
diff changeset
160
e24d2e75dea0 (GC_SETJMP_WORKS): Define.
Gerd Moellmann <gerd@gnu.org>
parents: 27638
diff changeset
161 #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
162 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 44631
diff changeset
163
107767
ca372bf64063 * m/intel386.h (NO_REMAP): Move definition ...
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107736
diff changeset
164 #define NO_REMAP
ca372bf64063 * m/intel386.h (NO_REMAP): Move definition ...
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107736
diff changeset
165
107823
46975e084e0c * s/msdos.h (UNEXEC): New definition.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107767
diff changeset
166 #define UNEXEC unexec.o
46975e084e0c * s/msdos.h (UNEXEC): New definition.
Dan Nicolaescu <dann@ics.uci.edu>
parents: 107767
diff changeset
167
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 44631
diff changeset
168 /* arch-tag: d184f860-815d-4ff4-8187-d05c0f3c37d0
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 44631
diff changeset
169 (do not change this comment) */