Mercurial > emacs
annotate src/s/usg5-4.h @ 20816:6397d7a97277
(float_to_string): Handle infinities and NaN specially.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 02 Feb 1998 01:09:35 +0000 |
parents | 090728aee80a |
children | 17d161505a18 |
rev | line source |
---|---|
456 | 1 /* Definitions file for GNU Emacs running on AT&T's System V Release 4 |
1039 | 2 Copyright (C) 1987, 1990 Free Software Foundation, Inc. |
456 | 3 |
4 This file is part of GNU Emacs. | |
5 | |
1039 | 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 | |
3699 | 8 the Free Software Foundation; either version 2, or (at your option) |
1039 | 9 any later version. |
456 | 10 |
1039 | 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 | |
14186
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
13529
diff
changeset
|
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
ee40177f6c68
Update FSF's address in the preamble.
Erik Naggum <erik@naggum.no>
parents:
13529
diff
changeset
|
19 Boston, MA 02111-1307, USA. */ |
456 | 20 |
21 /* This file written by James Van Artsdalen of Dell Computer Corporation. | |
2116
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
22 * james@bigtex.cactus.org. Subsequently improved for Dell 2.2 by Eric |
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
23 * S. Raymond <esr@snark.thyrsus.com>. |
456 | 24 */ |
25 | |
26 /* Use the SysVr3 file for at least base configuration. */ | |
27 | |
1868
f84d4b4b53da
* s/usg5-4.h: #include "usg5-3.h", not "s-usg5-3.h".
Jim Blandy <jimb@redhat.com>
parents:
1179
diff
changeset
|
28 #include "usg5-3.h" |
456 | 29 |
30 #define USG5_4 | |
31 | |
32 /* We do have multiple jobs. Handle ^Z. */ | |
33 | |
34 #undef NOMULTIPLEJOBS | |
35 | |
1179 | 36 #define LIBS_SYSTEM -lsocket -lnsl -lelf |
37 #define ORDINARY_LINK | |
456 | 38 |
4336
96d3869ae231
(bzero, bcmp, bcopy): New macros.
Richard M. Stallman <rms@gnu.org>
parents:
4295
diff
changeset
|
39 #if 0 |
2116
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
40 #ifdef ORDINARY_LINK |
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
41 #define LIB_STANDARD -lc /usr/ucblib/libucb.a |
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
42 #else |
1179 | 43 #define START_FILES pre-crt0.o /usr/ccs/lib/crt1.o /usr/ccs/lib/crti.o /usr/ccs/lib/values-Xt.o |
44 #define LIB_STANDARD -lc /usr/ucblib/libucb.a /usr/ccs/lib/crtn.o | |
45 #endif | |
4336
96d3869ae231
(bzero, bcmp, bcopy): New macros.
Richard M. Stallman <rms@gnu.org>
parents:
4295
diff
changeset
|
46 #else |
96d3869ae231
(bzero, bcmp, bcopy): New macros.
Richard M. Stallman <rms@gnu.org>
parents:
4295
diff
changeset
|
47 |
96d3869ae231
(bzero, bcmp, bcopy): New macros.
Richard M. Stallman <rms@gnu.org>
parents:
4295
diff
changeset
|
48 #ifdef ORDINARY_LINK |
96d3869ae231
(bzero, bcmp, bcopy): New macros.
Richard M. Stallman <rms@gnu.org>
parents:
4295
diff
changeset
|
49 #define LIB_STANDARD |
96d3869ae231
(bzero, bcmp, bcopy): New macros.
Richard M. Stallman <rms@gnu.org>
parents:
4295
diff
changeset
|
50 #else |
96d3869ae231
(bzero, bcmp, bcopy): New macros.
Richard M. Stallman <rms@gnu.org>
parents:
4295
diff
changeset
|
51 #define START_FILES pre-crt0.o /usr/ccs/lib/crt1.o /usr/ccs/lib/crti.o /usr/ccs/lib/values-Xt.o |
96d3869ae231
(bzero, bcmp, bcopy): New macros.
Richard M. Stallman <rms@gnu.org>
parents:
4295
diff
changeset
|
52 #define LIB_STANDARD -lc /usr/ccs/lib/crtn.o |
96d3869ae231
(bzero, bcmp, bcopy): New macros.
Richard M. Stallman <rms@gnu.org>
parents:
4295
diff
changeset
|
53 #endif |
96d3869ae231
(bzero, bcmp, bcopy): New macros.
Richard M. Stallman <rms@gnu.org>
parents:
4295
diff
changeset
|
54 #endif |
456 | 55 |
2116
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
56 /* there are no -lg libraries on this system, and no libPW */ |
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
57 |
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
58 #define LIBS_DEBUG |
13529
1ebbef179f1e
(LIBS_STANDARD): Definition deleted.
Richard M. Stallman <rms@gnu.org>
parents:
13466
diff
changeset
|
59 /* This is turned off because nobody actually uses LIBS_STANDARD (Nov 1995). |
1ebbef179f1e
(LIBS_STANDARD): Definition deleted.
Richard M. Stallman <rms@gnu.org>
parents:
13466
diff
changeset
|
60 That name is a typo. The next step is to delete this entirely. */ |
1ebbef179f1e
(LIBS_STANDARD): Definition deleted.
Richard M. Stallman <rms@gnu.org>
parents:
13466
diff
changeset
|
61 /* #define LIBS_STANDARD -lc */ |
2116
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
62 |
1039 | 63 /* No <sioctl.h> */ |
456 | 64 |
1039 | 65 #define NO_SIOCTL_H |
456 | 66 |
67 /* Undump with ELF */ | |
68 | |
69 #undef COFF | |
70 | |
71 #define UNEXEC unexelf.o | |
72 | |
8300
95b09cdfc59d
Move #undef static before the includes.
Richard M. Stallman <rms@gnu.org>
parents:
8283
diff
changeset
|
73 /* <sys/stat.h> *defines* stat(2) as a static function. If "static" |
95b09cdfc59d
Move #undef static before the includes.
Richard M. Stallman <rms@gnu.org>
parents:
8283
diff
changeset
|
74 * is blank, then many files will have a public definition for stat(2). |
95b09cdfc59d
Move #undef static before the includes.
Richard M. Stallman <rms@gnu.org>
parents:
8283
diff
changeset
|
75 */ |
95b09cdfc59d
Move #undef static before the includes.
Richard M. Stallman <rms@gnu.org>
parents:
8283
diff
changeset
|
76 |
95b09cdfc59d
Move #undef static before the includes.
Richard M. Stallman <rms@gnu.org>
parents:
8283
diff
changeset
|
77 #undef static |
95b09cdfc59d
Move #undef static before the includes.
Richard M. Stallman <rms@gnu.org>
parents:
8283
diff
changeset
|
78 |
456 | 79 /* Get FIONREAD from <sys/filio.h>. Get <sys/ttold.h> to get struct |
80 * tchars. But get <termio.h> first to make sure ttold.h doesn't | |
81 * interfere. And don't try to use SIGIO yet. | |
82 */ | |
83 | |
13466
e31afd8b6355
Always include sys/wait.h unless NOT_C_CODE;
Richard M. Stallman <rms@gnu.org>
parents:
12734
diff
changeset
|
84 #ifndef NOT_C_CODE |
e31afd8b6355
Always include sys/wait.h unless NOT_C_CODE;
Richard M. Stallman <rms@gnu.org>
parents:
12734
diff
changeset
|
85 #include <sys/wait.h> |
e31afd8b6355
Always include sys/wait.h unless NOT_C_CODE;
Richard M. Stallman <rms@gnu.org>
parents:
12734
diff
changeset
|
86 #endif |
e31afd8b6355
Always include sys/wait.h unless NOT_C_CODE;
Richard M. Stallman <rms@gnu.org>
parents:
12734
diff
changeset
|
87 |
456 | 88 #ifdef emacs |
15844
090728aee80a
Don't include filio.h if NO_FILIO_H.
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
89 #ifndef NO_FILIO_H |
456 | 90 #include <sys/filio.h> |
15844
090728aee80a
Don't include filio.h if NO_FILIO_H.
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
91 #endif |
456 | 92 #include <termio.h> |
93 #include <sys/ttold.h> | |
94 #include <signal.h> | |
1039 | 95 #include <sys/stream.h> |
96 #include <sys/stropts.h> | |
97 #include <sys/termios.h> | |
456 | 98 #undef SIGIO |
99 #endif | |
100 | |
2116
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
101 /* Some SVr4s don't define NSIG in sys/signal.h for ANSI environments; |
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
102 * instead, there's a system variable _sys_nsig. Unfortunately, we need the |
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
103 * constant to dimension an array. So wire in the appropriate value here. |
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
104 */ |
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
105 |
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
106 #ifndef NSIG |
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
107 #define NSIG 32 |
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
108 #endif |
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
109 |
456 | 110 /* We need bss_end from emacs.c for undumping */ |
111 | |
112 #ifndef USG_SHARED_LIBRARIES | |
113 #define USG_SHARED_LIBRARIES | |
114 #endif | |
115 | |
116 /* We can support this */ | |
117 | |
118 #define CLASH_DETECTION | |
119 | |
120 #define HAVE_PTYS | |
2116
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
121 #define HAVE_TERMIOS |
4295
04801cc935e6
(BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
Richard M. Stallman <rms@gnu.org>
parents:
3824
diff
changeset
|
122 #undef BROKEN_TIOCGWINSZ |
04801cc935e6
(BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
Richard M. Stallman <rms@gnu.org>
parents:
3824
diff
changeset
|
123 #undef BROKEN_TIOCGETC |
456 | 124 |
125 /* It is possible to receive SIGCHLD when there are no children | |
126 waiting, because a previous waitsys(2) cleaned up the carcass of child | |
127 without clearing the SIGCHLD pending info. So, use a non-blocking | |
128 wait3 instead, which maps to waitpid(2) in SysVr4. */ | |
129 | |
130 #define HAVE_WAIT_HEADER | |
131 #define WAITTYPE int | |
132 #define wait3(status, options, rusage) \ | |
8283
32427329c42c
(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
Richard M. Stallman <rms@gnu.org>
parents:
7947
diff
changeset
|
133 waitpid ((pid_t) -1, (status), (options)) |
456 | 134 #define WRETCODE(w) (w >> 8) |
135 | |
136 /* TIOCGPGRP is broken in SysVr4, so we can't send signals to PTY | |
137 subprocesses the usual way. But TIOCSIGNAL does work for PTYs, and | |
138 this is all we need. */ | |
139 | |
140 #define TIOCSIGSEND TIOCSIGNAL | |
141 | |
142 /* This change means that we don't loop through allocate_pty too many | |
143 times in the (rare) event of a failure. */ | |
144 | |
145 #undef FIRST_PTY_LETTER | |
146 #define FIRST_PTY_LETTER 'z' | |
147 | |
148 /* This sets the name of the master side of the PTY. */ | |
149 | |
150 #define PTY_NAME_SPRINTF strcpy (pty_name, "/dev/ptmx"); | |
151 | |
152 /* This sets the name of the slave side of the PTY. On SysVr4, | |
153 grantpt(3) forks a subprocess, so keep sigchld_handler() from | |
154 intercepting that death. If any child but grantpt's should die | |
155 within, it should be caught after sigrelse(2). */ | |
156 | |
8283
32427329c42c
(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
Richard M. Stallman <rms@gnu.org>
parents:
7947
diff
changeset
|
157 #define PTY_TTY_NAME_SPRINTF \ |
32427329c42c
(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
Richard M. Stallman <rms@gnu.org>
parents:
7947
diff
changeset
|
158 { \ |
32427329c42c
(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
Richard M. Stallman <rms@gnu.org>
parents:
7947
diff
changeset
|
159 char *ptsname (), *ptyname; \ |
32427329c42c
(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
Richard M. Stallman <rms@gnu.org>
parents:
7947
diff
changeset
|
160 \ |
32427329c42c
(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
Richard M. Stallman <rms@gnu.org>
parents:
7947
diff
changeset
|
161 sighold (SIGCLD); \ |
32427329c42c
(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
Richard M. Stallman <rms@gnu.org>
parents:
7947
diff
changeset
|
162 if (grantpt (fd) == -1) \ |
32427329c42c
(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
Richard M. Stallman <rms@gnu.org>
parents:
7947
diff
changeset
|
163 { close (fd); return -1; } \ |
32427329c42c
(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
Richard M. Stallman <rms@gnu.org>
parents:
7947
diff
changeset
|
164 sigrelse (SIGCLD); \ |
32427329c42c
(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
Richard M. Stallman <rms@gnu.org>
parents:
7947
diff
changeset
|
165 if (unlockpt (fd) == -1) \ |
32427329c42c
(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
Richard M. Stallman <rms@gnu.org>
parents:
7947
diff
changeset
|
166 { close (fd); return -1; } \ |
32427329c42c
(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
Richard M. Stallman <rms@gnu.org>
parents:
7947
diff
changeset
|
167 if (!(ptyname = ptsname (fd))) \ |
32427329c42c
(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
Richard M. Stallman <rms@gnu.org>
parents:
7947
diff
changeset
|
168 { close (fd); return -1; } \ |
32427329c42c
(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
Richard M. Stallman <rms@gnu.org>
parents:
7947
diff
changeset
|
169 strncpy (pty_name, ptyname, sizeof (pty_name)); \ |
32427329c42c
(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
Richard M. Stallman <rms@gnu.org>
parents:
7947
diff
changeset
|
170 pty_name[sizeof (pty_name) - 1] = 0; \ |
456 | 171 } |
172 | |
173 /* Push various streams modules onto a PTY channel. */ | |
174 | |
175 #define SETUP_SLAVE_PTY \ | |
176 if (ioctl (xforkin, I_PUSH, "ptem") == -1) \ | |
177 fatal ("ioctl I_PUSH ptem", errno); \ | |
178 if (ioctl (xforkin, I_PUSH, "ldterm") == -1) \ | |
179 fatal ("ioctl I_PUSH ldterm", errno); \ | |
180 if (ioctl (xforkin, I_PUSH, "ttcompat") == -1) \ | |
181 fatal ("ioctl I_PUSH ttcompat", errno); | |
182 | |
2116
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
183 /* Undo the SVr3 X11 library definition */ |
2165
c84b2198f633
* s/usg5-4.h: Remove extraneous text after #undef LIB_X11_LIB.
Jim Blandy <jimb@redhat.com>
parents:
2116
diff
changeset
|
184 #undef LIB_X11_LIB |
2116
76df2de3dd55
* s/usg5-4.h: Changes from Eric Raymond:
Jim Blandy <jimb@redhat.com>
parents:
1868
diff
changeset
|
185 |
1039 | 186 /* The definition of this in s-usg5-3.h is not needed in 5.4. */ |
187 /* liblnsl_s should never be used. The _s suffix implies a shared | |
188 library, as opposed to a DLL. Share libraries were used in SVR3, and are | |
189 available only in order to allow SVR3 binaries to run. They should not be | |
190 linked in to new binaries. -- caraway!pinkas@caraway.intel.com. */ | |
191 #undef LIBX10_SYSTEM | |
192 #undef LIBX11_SYSTEM | |
456 | 193 |
1039 | 194 /* Tell x11term.c and keyboard.c we have the system V streams feature. */ |
195 #define SYSV_STREAMS | |
196 | |
197 /* This definition was suggested for next release. | |
198 So give it a try. */ | |
199 #define HAVE_SOCKETS | |
4336
96d3869ae231
(bzero, bcmp, bcopy): New macros.
Richard M. Stallman <rms@gnu.org>
parents:
4295
diff
changeset
|
200 |
8283
32427329c42c
(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
Richard M. Stallman <rms@gnu.org>
parents:
7947
diff
changeset
|
201 #define bcopy(src,dst,n) memmove (dst,src,n) |
32427329c42c
(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
Richard M. Stallman <rms@gnu.org>
parents:
7947
diff
changeset
|
202 #define bcmp(src,dst,n) memcmp (src,dst,n) |
32427329c42c
(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
Richard M. Stallman <rms@gnu.org>
parents:
7947
diff
changeset
|
203 #define bzero(s,n) memset (s,0,n) |