annotate src/s/dgux.h @ 35453:26726eff41ca zsh-sync-ognus-2

2001-01-21 ShengHuo ZHU <zsh@cs.rochester.edu> * message.el (message-forward): Use mule4. * mm-util.el (mm-string-as-unibyte): New. * message.el (message-forward): Use it. * message.el (message-cite-original-without-signature): Don't peel off the blank line. (message-get-reply-headers): Add Cc if it is not in follow-to. * message.el (message-send-mail): Content-Type may not be there. By Alberto Lusiani. * gnus-art.el (article-display-x-face): Insert X-Face if there is not. * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is one. * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs. (gnus-remove-some-windows): Ditto. * mm-decode.el (mm-interactively-view-part): Don't copy-sequence handle. * gnus-art.el (gnus-mime-view-part): Copy it. (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles. * nnmail.el (nnmail-get-new-mail): Find group only if file is not orig-file. Use ',source. * nnslashdot.el (nnslashdot-request-list): Get the right year. By Lars Magne Ingebrigtsen. * pop3.el (pop3-get-message-count): Andrew Innes <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
author ShengHuo ZHU <zsh@cs.rochester.edu>
date Sun, 21 Jan 2001 05:33:42 +0000
parents e36f3a1efa2b
children 695cf19ef79e d7ddb3e565de
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1 /* Definitions file for GNU Emacs running on Data General's DG/UX
7236
b7d077dccd9e Remove the SVR4 macro. Move the kernel INTERRUPT_INPUT bug note to
Paul Reilly <pmr@pajato.com>
parents: 7131
diff changeset
2 version 4.32 upto and including 5.4.1.
26090
63fd40a97a75 s/usg5-4.h:
Paul Eggert <eggert@twinsun.com>
parents: 18096
diff changeset
3 Copyright (C) 1994, 1999 Free Software Foundation, Inc.
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
4
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
5 This file is part of GNU Emacs.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
6
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
7 GNU Emacs is free software; you can redistribute it and/or modify
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
8 it under the terms of the GNU General Public License as published by
3699
7be0f0a02725 Updated GPL version to 2.
Jim Blandy <jimb@redhat.com>
parents: 3601
diff changeset
9 the Free Software Foundation; either version 2, or (at your option)
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
10 any later version.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
11
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
12 GNU Emacs is distributed in the hope that it will be useful,
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
15 GNU General Public License for more details.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
16
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
17 You should have received a copy of the GNU General Public License
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
18 along with GNU Emacs; see the file COPYING. If not, write to
14186
ee40177f6c68 Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents: 13462
diff changeset
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
ee40177f6c68 Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents: 13462
diff changeset
20 Boston, MA 02111-1307, USA. */
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
21
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
22 /*
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
23 * Define symbols to identify the version of Unix this is.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
24 * Define all the symbols that apply correctly.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
25 */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
26
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
27 /* #define UNIPLUS */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
28 /* #define USG5 */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
29 /* #define USG */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
30 /* #define HPUX */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
31 /* #define UMAX */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
32 /* #define BSD4_1 */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
33 #define BSD4_2
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
34 #define BSD4_3
3600
c0b91ff8928a * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
35 #define BSD4_4
16222
e6423699f21c Replaced symbol BSD with BSD_SYSTEM.
Karl Heuer <kwzh@gnu.org>
parents: 14186
diff changeset
36 #define BSD_SYSTEM
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
37
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
38 /* SYSTEM_TYPE should indicate the kind of system you are using.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
39 It sets the Lisp variable system-type. */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
40
5258
8415001e90e2 (SYSTEM_TYPE): Make it dgux.
Richard M. Stallman <rms@gnu.org>
parents: 5094
diff changeset
41 #define SYSTEM_TYPE "dgux"
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
42
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
43 /* NOMULTIPLEJOBS should be defined if your system's shell
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
44 does not have "job control" (the ability to stop a program,
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
45 run some other program, then continue the first one). */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
46
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
47 /* #define NOMULTIPLEJOBS */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
48
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
49 /* Emacs can read input using SIGIO and buffering characters itself,
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
50 or using CBREAK mode and making C-g cause SIGINT.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
51 The choice is controlled by the variable interrupt_input.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
52 Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO)
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
53
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
54 SIGIO can be used only on systems that implement it (4.2 and 4.3).
3591
507f64624555 Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents: 3584
diff changeset
55 CBREAK mode has two disadvantages
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
56 1) At least in 4.2, it is impossible to handle the Meta key properly.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
57 I hear that in system V this problem does not exist.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
58 2) Control-G causes output to be discarded.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
59 I do not know whether this can be fixed in system V.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
60
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
61 Another method of doing input is planned but not implemented.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
62 It would have Emacs fork off a separate process
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
63 to read the input and send it to the true Emacs process
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
64 through a pipe.
5008
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
65
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
66 */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
67
7236
b7d077dccd9e Remove the SVR4 macro. Move the kernel INTERRUPT_INPUT bug note to
Paul Reilly <pmr@pajato.com>
parents: 7131
diff changeset
68 #define INTERRUPT_INPUT
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
69
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
70 /*
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
71 * Define HAVE_SOCKETS if the system supports sockets.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
72 */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
73
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
74 #define HAVE_SOCKETS
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
75
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
76 /*
3600
c0b91ff8928a * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
77 * Define HAVE_UNIX_DOMAIN if the system supports Unix
c0b91ff8928a * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
78 * domain sockets.
c0b91ff8928a * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
79 */
5008
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
80
3600
c0b91ff8928a * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
81 #define HAVE_UNIX_DOMAIN
5008
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
82
3600
c0b91ff8928a * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
83 /*
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
84 * Define HAVE_PTYS if the system supports pty devices.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
85 */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
86
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
87 #define HAVE_PTYS
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
88
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
89 /*
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
90 * Define NONSYSTEM_DIR_LIBRARY to make Emacs emulate
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
91 * The 4.2 opendir, etc., library functions.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
92 */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
93
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
94 /* #define NONSYSTEM_DIR_LIBRARY */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
95
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
96 /* Define this symbol if your system has the functions bcopy, etc. */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
97
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
98 #define BSTRING
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
99
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
100 /* subprocesses should be defined if you want to
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
101 have code for asynchronous subprocesses
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
102 (as used in M-x compile and M-x shell).
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
103 This is generally OS dependent, and not supported
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
104 under most USG systems. */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
105
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
106 #define subprocesses
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
107
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
108 /* If your system uses COFF (Common Object File Format) then define the
2010
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
109 preprocessor symbol "COFF".
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
110
2318
50737ca2fd45 Decide automatically whether to use COFF or ELF.
Richard M. Stallman <rms@gnu.org>
parents: 2302
diff changeset
111 DGUX can use either COFF or ELF; the default is ELF.
50737ca2fd45 Decide automatically whether to use COFF or ELF.
Richard M. Stallman <rms@gnu.org>
parents: 2302
diff changeset
112 To compile for COFF (or BCS) use the TARGET_BINARY_INTERFACE
50737ca2fd45 Decide automatically whether to use COFF or ELF.
Richard M. Stallman <rms@gnu.org>
parents: 2302
diff changeset
113 environment variable. */
2010
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
114
2318
50737ca2fd45 Decide automatically whether to use COFF or ELF.
Richard M. Stallman <rms@gnu.org>
parents: 2302
diff changeset
115 #if defined(_DGUXCOFF_TARGET) || defined(_DGUXBCS_TARGET)
50737ca2fd45 Decide automatically whether to use COFF or ELF.
Richard M. Stallman <rms@gnu.org>
parents: 2302
diff changeset
116 #undef ELF
50737ca2fd45 Decide automatically whether to use COFF or ELF.
Richard M. Stallman <rms@gnu.org>
parents: 2302
diff changeset
117 #ifndef COFF
50737ca2fd45 Decide automatically whether to use COFF or ELF.
Richard M. Stallman <rms@gnu.org>
parents: 2302
diff changeset
118 #define COFF
50737ca2fd45 Decide automatically whether to use COFF or ELF.
Richard M. Stallman <rms@gnu.org>
parents: 2302
diff changeset
119 #endif /* COFF */
50737ca2fd45 Decide automatically whether to use COFF or ELF.
Richard M. Stallman <rms@gnu.org>
parents: 2302
diff changeset
120 #else /* defined(_DGUXCOFF_TARGET) || defined(_DGUXBCS_TARGET) */
50737ca2fd45 Decide automatically whether to use COFF or ELF.
Richard M. Stallman <rms@gnu.org>
parents: 2302
diff changeset
121 #undef COFF
2010
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
122 #ifndef ELF
2318
50737ca2fd45 Decide automatically whether to use COFF or ELF.
Richard M. Stallman <rms@gnu.org>
parents: 2302
diff changeset
123 #define ELF
50737ca2fd45 Decide automatically whether to use COFF or ELF.
Richard M. Stallman <rms@gnu.org>
parents: 2302
diff changeset
124 #endif /* ELF */
50737ca2fd45 Decide automatically whether to use COFF or ELF.
Richard M. Stallman <rms@gnu.org>
parents: 2302
diff changeset
125 #endif /* defined(_DGUXCOFF_TARGET) || defined(_DGUXBCS_TARGET) */
2010
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
126
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
127 #ifndef COFF /* People will probably find this apparently unreliable
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
128 till the NFS dumping bug is fixed. */
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
129
2010
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
130 /* It is possible to undump to ELF with DG/UX 5.4, but for revisions below
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
131 5.4.1 the undump MUST be done on a local file system, or the kernel will
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
132 panic. ELF executables have the advantage of using shared libraries,
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
133 while COFF executables will still work on 4.2x systems. */
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
134
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
135 #define UNEXEC unexelf.o
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
136
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
137 /* This makes sure that all segments in the executable are undumped,
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
138 not just text, data, and bss. In the case of Mxdb and shared
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
139 libraries, additional information is stored in other sections.
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
140 It does not hurt to have this defined if you don't use Mxdb or
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
141 shared libraries. In fact, it makes no difference. */
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
142
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
143 /* Necessary for shared libraries and Mxdb debugging information. */
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
144 #define USG_SHARED_LIBRARIES
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
145 #endif
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
146
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
147 /* define MAIL_USE_FLOCK if the mailer uses flock
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
148 to interlock access to /usr/spool/mail/$USER.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
149 The alternative is that a lock file named
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
150 /usr/spool/mail/$USER.lock. */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
151
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
152 /* #define MAIL_USE_FLOCK */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
153
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
154 /* Define CLASH_DETECTION if you want lock files to be written
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
155 so that Emacs can tell instantly when you try to modify
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
156 a file that someone else has modified in his Emacs. */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
157
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
158 /* #define CLASH_DETECTION */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
159
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
160 /* Define a replacement for the baud rate switch, since DG/UX uses a different
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
161 from BSD. */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
162
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
163 #define BAUD_CONVERT { 0, 110, 134, 150, 300, 600, 1200, 1800, 2400, \
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
164 4800, 9600, 19200, 38400 }
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
165
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
166 /*
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
167 * Make WM Interface Compliant.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
168 */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
169
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
170 #define XICCC
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
171
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
172 /* Here, on a separate page, add any special hacks needed
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
173 to make Emacs work on this system. For example,
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
174 you might define certain system call names that don't
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
175 exist on your system, or that do different things on
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
176 your system and must be used only through an encapsulation
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
177 (Which you should place, by convention, in sysdep.c). */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
178
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
179 /* Some compilers tend to put everything declared static
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
180 into the initialized data area, which becomes pure after dumping Emacs.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
181 On these systems, you must #define static as nothing to foil this.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
182 Note that emacs carefully avoids static vars inside functions. */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
183
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
184 /* #define static */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
185
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
186 /* DG/UX SPECIFIC ADDITIONS TO TEMPLATE FOLLOW: */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
187
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
188 /* Use the Berkeley flavors of the library routines, instead of System V. */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
189
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
190 #define setpgrp(pid,pgrp) setpgrp2(pid,pgrp)
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
191 #define getpgrp(pid) getpgrp2(pid)
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
192
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
193 /* Act like Berkeley. */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
194
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
195 #define _setjmp(env) sigsetjmp(env,0)
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
196 #define _longjmp(env,val) longjmp(env,val)
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
197
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
198 /* Use TERMINFO instead of termcap */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
199
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
200 #define TERMINFO
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
201
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
202 /*
5258
8415001e90e2 (SYSTEM_TYPE): Make it dgux.
Richard M. Stallman <rms@gnu.org>
parents: 5094
diff changeset
203 * Send signals to subprocesses using characters.
8415001e90e2 (SYSTEM_TYPE): Make it dgux.
Richard M. Stallman <rms@gnu.org>
parents: 5094
diff changeset
204 *
8415001e90e2 (SYSTEM_TYPE): Make it dgux.
Richard M. Stallman <rms@gnu.org>
parents: 5094
diff changeset
205 */
8415001e90e2 (SYSTEM_TYPE): Make it dgux.
Richard M. Stallman <rms@gnu.org>
parents: 5094
diff changeset
206
8415001e90e2 (SYSTEM_TYPE): Make it dgux.
Richard M. Stallman <rms@gnu.org>
parents: 5094
diff changeset
207 #define SIGNALS_VIA_CHARACTERS
8415001e90e2 (SYSTEM_TYPE): Make it dgux.
Richard M. Stallman <rms@gnu.org>
parents: 5094
diff changeset
208
8415001e90e2 (SYSTEM_TYPE): Make it dgux.
Richard M. Stallman <rms@gnu.org>
parents: 5094
diff changeset
209 /*
3600
c0b91ff8928a * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
210 * Define HAVE_TERMIOS since this is POSIX,
5008
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
211 * for terminal control. Prevent redundant inclusion of termio.h.
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
212 */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
213
3600
c0b91ff8928a * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
214 #define HAVE_TERMIOS
5008
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
215 #define NO_TERMIO
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
216
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
217 /*
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
218 * Use a Berkeley style sys/wait.h.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
219 * This makes WIF* macros operate on structures instead of ints.
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
220 */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
221
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
222 #define _BSD_WAIT_FLAVOR
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
223
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
224 /*
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
225 * Use BSD and POSIX-style signals. This is crucial!
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
226 */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
227
4995
51d0545729fa (SYSTEM_MALLOC): Turn off.
Richard M. Stallman <rms@gnu.org>
parents: 4485
diff changeset
228 /* #define SYSTEM_MALLOC */
3584
06708f4682d0 * s/dgux.h: Move #definition of SYSTEM_MALLOC outside of
Jim Blandy <jimb@redhat.com>
parents: 3544
diff changeset
229
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
230 /* MAKING_MAKEFILE must be defined in "ymakefile" before including config.h */
13462
3096bad240b3 Test NOT_C_CODE instead of THIS_IS_YMAKEFILE.
Richard M. Stallman <rms@gnu.org>
parents: 10760
diff changeset
231 #ifndef NOT_C_CODE
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
232
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
233 /* Make sure signal.h is included so macros below don't mess with it. */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
234 /* DG/UX include files prevent multiple inclusion. */
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
235
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
236 #include <signal.h>
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
237
3600
c0b91ff8928a * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
238 /* but undefine the sigmask and sigpause macros since they will get
c0b91ff8928a * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
239 #define'd later. */
c0b91ff8928a * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
240 #undef sigmask
c0b91ff8928a * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
241 #undef sigpause
c0b91ff8928a * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
242
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
243 #define POSIX_SIGNALS
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
244
18096
25c6c100c16b (signal): Define only if not NO_DGUX_SIGNAL_REDEF.
Richard M. Stallman <rms@gnu.org>
parents: 16222
diff changeset
245 #ifndef NO_DGUX_SIGNAL_REDEF
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
246 /* Can't use sys_signal because then etc/server.c would need sysdep.o. */
3600
c0b91ff8928a * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
247 extern struct sigaction act, oact;
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
248 #define signal(SIG,FUNC) berk_signal(SIG,FUNC)
18096
25c6c100c16b (signal): Define only if not NO_DGUX_SIGNAL_REDEF.
Richard M. Stallman <rms@gnu.org>
parents: 16222
diff changeset
249 #endif
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
250
13462
3096bad240b3 Test NOT_C_CODE instead of THIS_IS_YMAKEFILE.
Richard M. Stallman <rms@gnu.org>
parents: 10760
diff changeset
251 #endif /* not NOT_C_CODE */
3096bad240b3 Test NOT_C_CODE instead of THIS_IS_YMAKEFILE.
Richard M. Stallman <rms@gnu.org>
parents: 10760
diff changeset
252
3096bad240b3 Test NOT_C_CODE instead of THIS_IS_YMAKEFILE.
Richard M. Stallman <rms@gnu.org>
parents: 10760
diff changeset
253 #ifndef __GNUC__
3096bad240b3 Test NOT_C_CODE instead of THIS_IS_YMAKEFILE.
Richard M. Stallman <rms@gnu.org>
parents: 10760
diff changeset
254 #error You must use GCC to compiler Emascs on DGUX
3096bad240b3 Test NOT_C_CODE instead of THIS_IS_YMAKEFILE.
Richard M. Stallman <rms@gnu.org>
parents: 10760
diff changeset
255 #endif
3600
c0b91ff8928a * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
256
7236
b7d077dccd9e Remove the SVR4 macro. Move the kernel INTERRUPT_INPUT bug note to
Paul Reilly <pmr@pajato.com>
parents: 7131
diff changeset
257 #define ORDINARY_LINK
3600
c0b91ff8928a * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
258 #define START_FILES pre-crt0.o
c0b91ff8928a * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
259 #define LIB_GCC /usr/lib/gcc/libgcc.a
3005
8a5b38421850 (NO_GET_LOAD_AVG): Define, if __GNUC__.
Richard M. Stallman <rms@gnu.org>
parents: 2318
diff changeset
260
3046
965eb3b38ba2 (NO_GET_LOAD_AVG): Test _M88KBCS_TARGET, not __GNUC__.
Richard M. Stallman <rms@gnu.org>
parents: 3005
diff changeset
261 #ifdef _M88KBCS_TARGET
3005
8a5b38421850 (NO_GET_LOAD_AVG): Define, if __GNUC__.
Richard M. Stallman <rms@gnu.org>
parents: 2318
diff changeset
262 /* Karl Berry says: the environment
8a5b38421850 (NO_GET_LOAD_AVG): Define, if __GNUC__.
Richard M. Stallman <rms@gnu.org>
parents: 2318
diff changeset
263 recommended by gcc (88/open, a.k.a. m88kbcs) doesn't support some system
8a5b38421850 (NO_GET_LOAD_AVG): Define, if __GNUC__.
Richard M. Stallman <rms@gnu.org>
parents: 2318
diff changeset
264 functions, and gcc doesn't make it easy to switch environments. */
8a5b38421850 (NO_GET_LOAD_AVG): Define, if __GNUC__.
Richard M. Stallman <rms@gnu.org>
parents: 2318
diff changeset
265 #define NO_GET_LOAD_AVG
8a5b38421850 (NO_GET_LOAD_AVG): Define, if __GNUC__.
Richard M. Stallman <rms@gnu.org>
parents: 2318
diff changeset
266 #endif
2010
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
267
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
268 /* definitions for xmakefile production */
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
269 #ifdef COFF
5008
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
270
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
271 /* Define the following to use all of the available pty's. */
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
272
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
273 #define PTY_ITERATION \
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
274 for (c = 'p'; c < 't'; c++) \
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
275 for (i = 0; (((c == 'p') && (i < 64)) || ((c != 'p') && (i < 16))); i++)
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
276
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
277 #define PTY_NAME_SPRINTF \
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
278 if (c == 'p') \
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
279 sprintf (pty_name, "/dev/pty%c%d", c, i); \
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
280 else \
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
281 sprintf (pty_name, "/dev/pty%c%x", c, i);
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
282
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
283 #define PTY_TTY_NAME_SPRINTF \
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
284 if (c == 'p') \
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
285 sprintf (pty_name, "/dev/tty%c%d", c, i); \
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
286 else \
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
287 sprintf (pty_name, "/dev/tty%c%x", c, i);
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
288
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
289 #define C_DEBUG_SWITCH -g
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
290
2010
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
291 #else /* not COFF */
50b1987ff38a (ELF): Handle this parameter.
Richard M. Stallman <rms@gnu.org>
parents: 1549
diff changeset
292
7236
b7d077dccd9e Remove the SVR4 macro. Move the kernel INTERRUPT_INPUT bug note to
Paul Reilly <pmr@pajato.com>
parents: 7131
diff changeset
293 /* We are generating ELF object format. This makes the system more
b7d077dccd9e Remove the SVR4 macro. Move the kernel INTERRUPT_INPUT bug note to
Paul Reilly <pmr@pajato.com>
parents: 7131
diff changeset
294 SVR4 like. */
b7d077dccd9e Remove the SVR4 macro. Move the kernel INTERRUPT_INPUT bug note to
Paul Reilly <pmr@pajato.com>
parents: 7131
diff changeset
295
b7d077dccd9e Remove the SVR4 macro. Move the kernel INTERRUPT_INPUT bug note to
Paul Reilly <pmr@pajato.com>
parents: 7131
diff changeset
296 #define SVR4
b7d077dccd9e Remove the SVR4 macro. Move the kernel INTERRUPT_INPUT bug note to
Paul Reilly <pmr@pajato.com>
parents: 7131
diff changeset
297
5094
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
298 /* Pseudo-terminal support under SVR4 only loops to deal with errors. */
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
299
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
300 #define PTY_ITERATION for (i = 0; i < 1; i++)
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
301
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
302 /* This sets the name of the master side of the PTY. */
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
303
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
304 #define PTY_NAME_SPRINTF strcpy (pty_name, "/dev/ptmx");
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
305
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
306 /* This sets the name of the slave side of the PTY. On SysVr4,
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
307 grantpt(3) forks a subprocess, so keep sigchld_handler() from
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
308 intercepting that death. If any child but grantpt's should die
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
309 within, it should be caught after sigrelse(2). */
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
310
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
311 #define PTY_TTY_NAME_SPRINTF \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
312 { \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
313 char *ptsname(), *ptyname; \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
314 \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
315 sigblock(sigmask(SIGCLD)); \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
316 if (grantpt(fd) == -1) \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
317 fatal("could not grant slave pty"); \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
318 sigunblock(sigmask(SIGCLD)); \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
319 if (unlockpt(fd) == -1) \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
320 fatal("could not unlock slave pty"); \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
321 if (!(ptyname = ptsname(fd))) \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
322 fatal ("could not enable slave pty"); \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
323 strncpy(pty_name, ptyname, sizeof(pty_name)); \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
324 pty_name[sizeof(pty_name) - 1] = 0; \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
325 }
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
326
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
327 /* Push various streams modules onto a PTY channel. */
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
328
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
329 #define SETUP_SLAVE_PTY \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
330 if (ioctl (xforkin, I_PUSH, "ptem") == -1) \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
331 fatal ("ioctl I_PUSH ptem", errno); \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
332 if (ioctl (xforkin, I_PUSH, "ldterm") == -1) \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
333 fatal ("ioctl I_PUSH ldterm", errno); \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
334 if (ioctl (xforkin, I_PUSH, "ttcompat") == -1) \
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
335 fatal ("ioctl I_PUSH ttcompat", errno);
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
336
10209
6a4d66df8a31 (C_DEBUG_SWITCH): Define this only if __GNUC__.
Richard M. Stallman <rms@gnu.org>
parents: 8892
diff changeset
337 #ifdef __GNUC__
7236
b7d077dccd9e Remove the SVR4 macro. Move the kernel INTERRUPT_INPUT bug note to
Paul Reilly <pmr@pajato.com>
parents: 7131
diff changeset
338 #define C_DEBUG_SWITCH -g -V2 -mversion-03.00 -mstandard
10209
6a4d66df8a31 (C_DEBUG_SWITCH): Define this only if __GNUC__.
Richard M. Stallman <rms@gnu.org>
parents: 8892
diff changeset
339 #endif
5094
8b59fb13665e (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF):
Richard M. Stallman <rms@gnu.org>
parents: 5062
diff changeset
340
7236
b7d077dccd9e Remove the SVR4 macro. Move the kernel INTERRUPT_INPUT bug note to
Paul Reilly <pmr@pajato.com>
parents: 7131
diff changeset
341 #endif /* ELF */
3601
d83673a740e8 * s/dgux.h (BROKEN_FASYNC): #define this.
Jim Blandy <jimb@redhat.com>
parents: 3600
diff changeset
342
5008
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
343 /* Extra stuff which probably should be someplace else but is here out
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
344 of expediency. */
4485
6e6fd9ff650f (HAVE_VFORK): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 3699
diff changeset
345
5008
0f979427b6ac (INTERRUPT_INPUT): Undefined.
Richard M. Stallman <rms@gnu.org>
parents: 4995
diff changeset
346 #define LIB_X11_LIB -lX11
10760
3d5e9b84bc8f (LIB_MOTIF): Add -lgen to provide provide the symbols
Paul Reilly <pmr@pajato.com>
parents: 10209
diff changeset
347 #define LIB_MOTIF -lXm -lgen
5966
cef67aeae92b (BSD_PGRPS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5919
diff changeset
348
cef67aeae92b (BSD_PGRPS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5919
diff changeset
349 /* Process groups work in the traditional BSD manner. */
cef67aeae92b (BSD_PGRPS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5919
diff changeset
350
cef67aeae92b (BSD_PGRPS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5919
diff changeset
351 #define BSD_PGRPS