Mercurial > emacs
annotate src/s/sco4.h @ 13728:4b7903cfa7ee
(bibtex-auto-fill-function): Adapted for use with
changed autofill policy of emacs-19.30 (uses now fill-prefix
instead of indent-line-function).
(bibtex-indent-line-function): Removed (not used any more).
(bibtex-make-field): Was broken when called
non-interactively.
(bibtex-make-field): Point is now placed on closing
brace or quote (suggested by Karl Eichwalder <ke@ke.Central.DE>).
(bibtex-clean-entry): Comma after last field isn't
deleted anymore (new standard in BibTeX 0.99 and 1.xx).
(bibtex-enclosing-reference-maybe-empty-head): Works with entries
with comma after last field.
(bibtex-reference): Permits entries with comma after last field.
(bibtex-font-lock-keywords): Enhanced to support new field-name
characters (suggested by Martin Maechler
<maechler@stat.math.ethz.ch>).
(bibtex-field-name): Now numbers (not as the first sign), dashes,
and underscores are allowed (suggested by Martin Maechler
<maechler@stat.math.ethz.ch> and Oren Patashnik
<opbibtex@labrea.Stanford.EDU>).
(bibtex-make-field): Was broken on lines containing
non-parenthesized entries (reported by Karl Eichwalder
<ke@ke.Central.DE>).
(bibtex-validate-buffer): Changed so that preamble
references are ignored (same as string entries) (reported by
Martin Maechler <maechler@stat.math.ethz.ch>).
(bibtex-enclosing-reference-maybe-empty-head):
New function to be used in case reference head may be empty.
(bibtex-clean-entry, bibtex-pop-previous, bibtex-pop-next): Uses
now bibtex-enclosing-reference-maybe-empty-head.
(bibtex-mode): Added support for font-lock mode.
(bibtex-font-lock-keywords): New variable with font-lock keywords
for BibTeX mode.
(bibtex-make-optional-field): Not longer interactive
(suggested by Karl Eichwalder <karl@pertron.central.de>).
(bibtex-maintain-sorted-entries): Set to nil, since it
requires more user attention and more restricted files to have
this set to t.
(bibtex-maintain-sorted-entries,
bibtex-sort-ignore-string-entries): Made buffer local, since it
may depend on the buffer which preferences to use.
(bibtex-validate-buffer): Looking for correct sort order only when
bibtex-maintain-sorted-entries is non-nil.
Put a comment in the `KNOWN BUGS' section about the
quote-inside-quotes problem.
(whole file): Changed string `true' in some documentation strings
to `non-nil' (e.g. `if variable has a true/non-nil value').
(bibtex-mode-map): Changed `move/edit' to `bibtex-edit'.
(bibtex-sort-entries): Now works correctly with
`@String' entries inside BibTeX files (i.e. after the occurence of
other references).
(bibtex-validate-buffer): Inserted code which looks if entries are
balanced (a single non-escaped quote inside braces was not
detected till now, but bibtex-sort-entries stumbles about it).
(bibtex-entry): bibtex-move-outside-of-entry is only
called when bibtex-maintain-sorted-entries is nil (otherwise
bibtex-find-entry-location determines the correct location).
(bibtex-find-entry-location): Now uses binary search. As before,
it assumes that the buffer is sorted without duplicates (but as
before it is only called when bibtex-maintain-sorted-entries is
t). Ignores `@String' entries if told so via variable
bibtex-sort-ignore-string-entries.
(bibtex-clean-entry): Respect
bibtex-maintain-sorted-entries when inserting autokey.
(bibtex-validate-buffer): Searching whole buffer for duplicates
and correct order is now done directly instead of calling
bibtex-find-entry-location (since this is to be reprogrammed to
use a binary search instead a sequential one).
(bibtex-parse-keys): May now be called with an
optional parameter which (if t) tells bibtex-parse-keys that it
should abort if input is pending.
(bibtex-mode): The instance of bibtex-parse-keys called in
auto-save-mode-hook is now called with this new parameter set to
t, so an auto-save caused by exceeding auto-save-interval is now
aborted immediately if user is still typing.
(bibtex-print-help-message, bibtex-clean-entry): Use
now constant strings instead of custom ones.
(bibtex-clean-entry): Changed the call of
bibtex-enclosing-reference to a more specific call so entries
without a key (here allowed) can be handled.
(bibtex-reference-key): Cleared off parentheses (caused string
entries enclosed by parentheses instead of braces to be not added
to bibtex-completion-candidates).
(bibtex-complete-string): Made it use bibtex-string.
(bibtex-keys,
bibtex-buffer-last-parsed-for-keys-tick): New buffer-local
variables to make parsing of BibTeX buffer for reference keys
(needed by TAB completion in minibuffer when entering key) more
occasional.
(bibtex-parse-keys): New function to parse for keys (functionality
was partially included in bibtex-entry).
(bibtex-entry): Changed to use bibtex-parse-keys.
(bibtex-mode): Installs bibtex-parse-keys as an
auto-save-mode-hook, so whole buffer is parsed at most when it is
autosaved.
(bibtex-clean-entry): Calls bibtex-parse-keys on the new entry, so
bibtex-keys remains consistent for new entries that are finished
by calling this function (most should).
(bibtex-inside-field): Be independent on current
setting of bibtex-field-right-delimiter (allows more intermixing
between quotes and braces).
(bibtex-make-field): Last change didn't make it work correctly
when called non-interactively by bibtex-entry (fixed).
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 13 Dec 1995 20:26:13 +0000 |
parents | f6486db20e4f |
children | ee40177f6c68 |
rev | line source |
---|---|
2679 | 1 /* System description file for SCO 3.2v4. |
7307 | 2 Copyright (C) 1993, 1994 Free Software Foundation, Inc. |
2679 | 3 |
4 This file is part of GNU Emacs. | |
5 | |
6 GNU Emacs is free software; you can redistribute it and/or modify | |
7 it under the terms of the GNU General Public License as published by | |
8 the Free Software Foundation; either version 2, or (at your option) | |
9 any later version. | |
10 | |
11 GNU Emacs is distributed in the hope that it will be useful, | |
12 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 GNU General Public License for more details. | |
15 | |
16 You should have received a copy of the GNU General Public License | |
17 along with GNU Emacs; see the file COPYING. If not, write to | |
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |
19 | |
20 /* Contributed by Ian Lance Taylor, ian@cygnus.com. */ | |
21 | |
22 /* SCO is sort of like SVR3. */ | |
23 #include "usg5-3.h" | |
12535 | 24 #define SCO_R4 |
2679 | 25 |
4833
9b9d3d777a66
(SYSTEM_TYPE): Put into #if 0.
Richard M. Stallman <rms@gnu.org>
parents:
4253
diff
changeset
|
26 #if 0 /* Turned off rather than make the Lisp code check for this. -- rms. |
9b9d3d777a66
(SYSTEM_TYPE): Put into #if 0.
Richard M. Stallman <rms@gnu.org>
parents:
4253
diff
changeset
|
27 I am assuming that (at least most of) the tests for usg-unix-v |
9b9d3d777a66
(SYSTEM_TYPE): Put into #if 0.
Richard M. Stallman <rms@gnu.org>
parents:
4253
diff
changeset
|
28 do the right thing for sco3.2v4 also. Things that *might* be wrong |
9b9d3d777a66
(SYSTEM_TYPE): Put into #if 0.
Richard M. Stallman <rms@gnu.org>
parents:
4253
diff
changeset
|
29 as a result of turning off these lines include the values of |
9b9d3d777a66
(SYSTEM_TYPE): Put into #if 0.
Richard M. Stallman <rms@gnu.org>
parents:
4253
diff
changeset
|
30 ange-ftp-remote-shell-file-name (now remsh) |
9b9d3d777a66
(SYSTEM_TYPE): Put into #if 0.
Richard M. Stallman <rms@gnu.org>
parents:
4253
diff
changeset
|
31 dired-chown-program (now just chown) |
9b9d3d777a66
(SYSTEM_TYPE): Put into #if 0.
Richard M. Stallman <rms@gnu.org>
parents:
4253
diff
changeset
|
32 lpr-command (now lp) |
9b9d3d777a66
(SYSTEM_TYPE): Put into #if 0.
Richard M. Stallman <rms@gnu.org>
parents:
4253
diff
changeset
|
33 nntp-buggy-select (now t) |
9b9d3d777a66
(SYSTEM_TYPE): Put into #if 0.
Richard M. Stallman <rms@gnu.org>
parents:
4253
diff
changeset
|
34 rmail-spool-directory (now /usr/mail?) |
9b9d3d777a66
(SYSTEM_TYPE): Put into #if 0.
Richard M. Stallman <rms@gnu.org>
parents:
4253
diff
changeset
|
35 and the actions of the function print-region-1. */ |
9b9d3d777a66
(SYSTEM_TYPE): Put into #if 0.
Richard M. Stallman <rms@gnu.org>
parents:
4253
diff
changeset
|
36 |
2679 | 37 /* SYSTEM_TYPE should indicate the kind of system you are using. */ |
38 #undef SYSTEM_TYPE | |
39 #define SYSTEM_TYPE "SCO 3.2v4" | |
4833
9b9d3d777a66
(SYSTEM_TYPE): Put into #if 0.
Richard M. Stallman <rms@gnu.org>
parents:
4253
diff
changeset
|
40 #endif |
2679 | 41 |
42 /* SCO supports job control. */ | |
43 #undef NOMULTIPLEJOBS | |
44 | |
45 /* SCO has termios. */ | |
46 #define HAVE_TERMIOS | |
47 | |
48 /* SCO has ptys with unusual names. */ | |
49 #define HAVE_PTYS | |
50 | |
3236
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
51 #define PTY_ITERATION \ |
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
52 for (i = 0; ; i++) |
2679 | 53 #define PTY_NAME_SPRINTF \ |
3236
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
54 sprintf (pty_name, "/dev/ptyp%d", i); |
2679 | 55 #define PTY_TTY_NAME_SPRINTF \ |
3236
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
56 sprintf (pty_name, "/dev/ttyp%d", i); |
2679 | 57 |
3236
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
58 /* Sockets are an option on SCO. If you have X, you have them. |
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
59 They also exist if you have TCP, but we don't know how to test |
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
60 for that. */ |
2679 | 61 #ifdef HAVE_X_WINDOWS |
62 #define HAVE_SOCKETS | |
63 #endif | |
64 | |
11692
b7c7710644d3
[!__GNUC__] (LINKER): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
11369
diff
changeset
|
65 /* Must use 'cc' to link when build with motif toolkit. */ |
b7c7710644d3
[!__GNUC__] (LINKER): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
11369
diff
changeset
|
66 #ifndef __GNUC__ |
b7c7710644d3
[!__GNUC__] (LINKER): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
11369
diff
changeset
|
67 #define LINKER cc |
b7c7710644d3
[!__GNUC__] (LINKER): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
11369
diff
changeset
|
68 #endif |
b7c7710644d3
[!__GNUC__] (LINKER): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
11369
diff
changeset
|
69 |
5148
c3594b90f0ab
(LIBX11_SYSTEM): Override the definition.
Richard M. Stallman <rms@gnu.org>
parents:
5127
diff
changeset
|
70 /* This is safe since we already assumed HAVE_SOCKET |
c3594b90f0ab
(LIBX11_SYSTEM): Override the definition.
Richard M. Stallman <rms@gnu.org>
parents:
5127
diff
changeset
|
71 if using X windows. */ |
c3594b90f0ab
(LIBX11_SYSTEM): Override the definition.
Richard M. Stallman <rms@gnu.org>
parents:
5127
diff
changeset
|
72 #undef LIBX11_SYSTEM |
c3594b90f0ab
(LIBX11_SYSTEM): Override the definition.
Richard M. Stallman <rms@gnu.org>
parents:
5127
diff
changeset
|
73 #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s -lsocket |
c3594b90f0ab
(LIBX11_SYSTEM): Override the definition.
Richard M. Stallman <rms@gnu.org>
parents:
5127
diff
changeset
|
74 |
4253
42472fd44436
(HAVE_SOCKETS): Define, if HAVE_INET_SOCKETS
Richard M. Stallman <rms@gnu.org>
parents:
3236
diff
changeset
|
75 #ifdef HAVE_INET_SOCKETS /* This comes from autoconf. */ |
42472fd44436
(HAVE_SOCKETS): Define, if HAVE_INET_SOCKETS
Richard M. Stallman <rms@gnu.org>
parents:
3236
diff
changeset
|
76 #define HAVE_SOCKETS |
42472fd44436
(HAVE_SOCKETS): Define, if HAVE_INET_SOCKETS
Richard M. Stallman <rms@gnu.org>
parents:
3236
diff
changeset
|
77 #endif |
42472fd44436
(HAVE_SOCKETS): Define, if HAVE_INET_SOCKETS
Richard M. Stallman <rms@gnu.org>
parents:
3236
diff
changeset
|
78 |
2679 | 79 #ifdef HAVE_SOCKETS |
5203
ff53ad0b94ed
(LIBS_SYSTEM): Always define this one way or another.
Richard M. Stallman <rms@gnu.org>
parents:
5148
diff
changeset
|
80 #define LIBS_SYSTEM -lsocket -lPW |
3236
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
81 |
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
82 /* SCO has gettimeofday in socket library */ |
5031
cad49955c59e
(HAVE_GETTIMEOFDAY): Don't define if already defined.
Richard M. Stallman <rms@gnu.org>
parents:
4834
diff
changeset
|
83 /* Autoconf should determine this, but for now, |
cad49955c59e
(HAVE_GETTIMEOFDAY): Don't define if already defined.
Richard M. Stallman <rms@gnu.org>
parents:
4834
diff
changeset
|
84 play safe to avoid error rather than deleting this |
cad49955c59e
(HAVE_GETTIMEOFDAY): Don't define if already defined.
Richard M. Stallman <rms@gnu.org>
parents:
4834
diff
changeset
|
85 and risking the wrong result. */ |
cad49955c59e
(HAVE_GETTIMEOFDAY): Don't define if already defined.
Richard M. Stallman <rms@gnu.org>
parents:
4834
diff
changeset
|
86 #ifndef HAVE_GETTIMEOFDAY |
3236
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
87 #define HAVE_GETTIMEOFDAY |
2679 | 88 #endif |
5031
cad49955c59e
(HAVE_GETTIMEOFDAY): Don't define if already defined.
Richard M. Stallman <rms@gnu.org>
parents:
4834
diff
changeset
|
89 #endif |
2679 | 90 |
5203
ff53ad0b94ed
(LIBS_SYSTEM): Always define this one way or another.
Richard M. Stallman <rms@gnu.org>
parents:
5148
diff
changeset
|
91 /* This enables configure to tell that we have alloca. */ |
ff53ad0b94ed
(LIBS_SYSTEM): Always define this one way or another.
Richard M. Stallman <rms@gnu.org>
parents:
5148
diff
changeset
|
92 #ifndef LIBS_SYSTEM |
ff53ad0b94ed
(LIBS_SYSTEM): Always define this one way or another.
Richard M. Stallman <rms@gnu.org>
parents:
5148
diff
changeset
|
93 #define LIBS_SYSTEM -lPW |
ff53ad0b94ed
(LIBS_SYSTEM): Always define this one way or another.
Richard M. Stallman <rms@gnu.org>
parents:
5148
diff
changeset
|
94 #endif |
ff53ad0b94ed
(LIBS_SYSTEM): Always define this one way or another.
Richard M. Stallman <rms@gnu.org>
parents:
5148
diff
changeset
|
95 |
5127
e1a169a43ac5
(HAVE_GETTIMEOFDAY): Define only if HAVE_SOCKETS.
Richard M. Stallman <rms@gnu.org>
parents:
5102
diff
changeset
|
96 #ifdef HAVE_X11R5 |
e1a169a43ac5
(HAVE_GETTIMEOFDAY): Define only if HAVE_SOCKETS.
Richard M. Stallman <rms@gnu.org>
parents:
5102
diff
changeset
|
97 /* configure can't get this right linking fails unless -lsocket is used. */ |
e1a169a43ac5
(HAVE_GETTIMEOFDAY): Define only if HAVE_SOCKETS.
Richard M. Stallman <rms@gnu.org>
parents:
5102
diff
changeset
|
98 #undef HAVE_XSCREENNUMBEROFSCREEN |
e1a169a43ac5
(HAVE_GETTIMEOFDAY): Define only if HAVE_SOCKETS.
Richard M. Stallman <rms@gnu.org>
parents:
5102
diff
changeset
|
99 #define HAVE_XSCREENNUMBEROFSCREEN |
e1a169a43ac5
(HAVE_GETTIMEOFDAY): Define only if HAVE_SOCKETS.
Richard M. Stallman <rms@gnu.org>
parents:
5102
diff
changeset
|
100 #endif |
e1a169a43ac5
(HAVE_GETTIMEOFDAY): Define only if HAVE_SOCKETS.
Richard M. Stallman <rms@gnu.org>
parents:
5102
diff
changeset
|
101 |
2679 | 102 /* We don't have -loldX, and we don't need it. */ |
103 #define LIB_XMENU_LIB | |
104 | |
105 /* SCO does have TIOCGWINSZ. */ | |
106 #undef BROKEN_TIOCGWINSZ | |
107 #define NEED_PTEM_H | |
108 | |
109 /* We need to link with crt1.o and crtn.o. */ | |
110 #define START_FILES pre-crt0.o /lib/crt1.o | |
111 #define LIB_STANDARD -lc /lib/crtn.o | |
3236
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
112 |
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
113 /* Send signals to subprocesses by "typing" signal chars at them. */ |
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
114 #define SIGNALS_VIA_CHARACTERS |
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
115 |
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
116 /* Specify program for etc/fakemail to run. Define SMAIL if you are |
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
117 using smail, don't for MMDF. */ |
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
118 |
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
119 #ifdef SMAIL |
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
120 #define MAIL_PROGRAM_NAME "/bin/smail -q0" |
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
121 #else |
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
122 #define MAIL_PROGRAM_NAME "/usr/lib/mail/execmail" |
328132ed483c
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.
Richard M. Stallman <rms@gnu.org>
parents:
2989
diff
changeset
|
123 #endif |
5436
513e73023f78
(bcopy, bzero, bcmp): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
5203
diff
changeset
|
124 |
513e73023f78
(bcopy, bzero, bcmp): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
5203
diff
changeset
|
125 /* miano@acosta.enet.dec.com says these are needed. */ |
513e73023f78
(bcopy, bzero, bcmp): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
5203
diff
changeset
|
126 #define bcopy(b1,b2,len) memmove (b2, b1, len) |
513e73023f78
(bcopy, bzero, bcmp): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
5203
diff
changeset
|
127 #define bzero(b,len) memset (b, 0, len) |
513e73023f78
(bcopy, bzero, bcmp): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
5203
diff
changeset
|
128 #define bcmp(b1,b2,len) memcmp (b1, b2, len) |
7413
39ba97525390
(PREFER_VSUSP): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
129 |
39ba97525390
(PREFER_VSUSP): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
130 /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ |
39ba97525390
(PREFER_VSUSP): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7307
diff
changeset
|
131 #define PREFER_VSUSP |
8932
cdc7e11a5ca8
(POSIX_SIGNALS): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8892
diff
changeset
|
132 |
cdc7e11a5ca8
(POSIX_SIGNALS): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8892
diff
changeset
|
133 /* wjs@wang.com (William Smith) says this is needed on 3.2.4.2. */ |
cdc7e11a5ca8
(POSIX_SIGNALS): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8892
diff
changeset
|
134 #define POSIX_SIGNALS |
11369
36b641f83e0c
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8932
diff
changeset
|
135 |
36b641f83e0c
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8932
diff
changeset
|
136 /* wjs@wiis.wang.com says SCO 3.2 v4.2 "has sockets", |
36b641f83e0c
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8932
diff
changeset
|
137 but only for network connections. |
36b641f83e0c
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8932
diff
changeset
|
138 It doesn't have the kind of sockets that emacsclient.c |
36b641f83e0c
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8932
diff
changeset
|
139 and emacsserver.c would use. */ |
36b641f83e0c
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8932
diff
changeset
|
140 #define NO_SOCKETS_IN_FILE_SYSTEM |