annotate src/s/isc2-2.h @ 19860:c17fd465ea95 libc-970911 libc-970912 libc-970913 libc-970914 libc-970915 libc-970916 libc-970917 libc-970918 libc-970919 libc-970920 libc-970921 libc-970922 libc-970923 libc-970924 libc-970925 libc-970926 libc-970927 libc-970928 libc-970929 libc-970930 libc-971001 libc-971018 libc-971019 libc-971020 libc-971021 libc-971022 libc-971023 libc-971024 libc-971025 libc-971026 libc-971027 libc-971028 libc-971029 libc-971030 libc-971031 libc-971101 libc-971102 libc-971103 libc-971104 libc-971105 libc-971106 libc-971107 libc-971108 libc-971109 libc-971110 libc-971111 libc-971112 libc-971113 libc-971114 libc-971115 libc-971116 libc-971117 libc-971118 libc-971120 libc-971121 libc-971122 libc-971123 libc-971124 libc-971125 libc-971126 libc-971127 libc-971128 libc-971129 libc-971130 libc-971201 libc-971203 libc-971204 libc-971205 libc-971206 libc-971207 libc-971208 libc-971209 libc-971210 libc-971211 libc-971212 libc-971213 libc-971214 libc-971217 libc-971218 libc-971219 libc-971220 libc-971221 libc-971222 libc-971223 libc-971224 libc-971225 libc-971226 libc-971227 libc-971228 libc-971229 libc-971230 libc-971231 libc-980103 libc-980104 libc-980105 libc-980106 libc-980107 libc-980108 libc-980109 libc-980110 libc-980111 libc-980112 libc-980114 libc-980115 libc-980116 libc-980117 libc-980118 libc-980119 libc-980120 libc-980121 libc-980122 libc-980123 libc-980124 libc-980125 libc-980126 libc-980127 libc-980128

typos.
author Jeff Law <law@redhat.com>
date Wed, 10 Sep 1997 21:16:20 +0000
parents b5239b500b27
children 695cf19ef79e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
456
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1 /* system description file for Interactive (ISC) Unix version 2.2 on
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
2 the 386. */
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
3
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
4 #include "usg5-3.h"
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
5
13029
a47af2f30446 (BROKEN_SELECT_NON_X): Define this instead of turning
Karl Heuer <kwzh@gnu.org>
parents: 9911
diff changeset
6 /* select (in -linet) works okay on X ptys, but not on the serial port.
a47af2f30446 (BROKEN_SELECT_NON_X): Define this instead of turning
Karl Heuer <kwzh@gnu.org>
parents: 9911
diff changeset
7 karl@cs.umb.edu says that with that select call, subprocesses made by
a47af2f30446 (BROKEN_SELECT_NON_X): Define this instead of turning
Karl Heuer <kwzh@gnu.org>
parents: 9911
diff changeset
8 (e.g.) M-x grep don't exit cleanly, they just hang. Similar problems
a47af2f30446 (BROKEN_SELECT_NON_X): Define this instead of turning
Karl Heuer <kwzh@gnu.org>
parents: 9911
diff changeset
9 have been observed in ISC 3.0. */
a47af2f30446 (BROKEN_SELECT_NON_X): Define this instead of turning
Karl Heuer <kwzh@gnu.org>
parents: 9911
diff changeset
10 #define BROKEN_SELECT_NON_X
2002
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
11
14442
b5239b500b27 (HAVE_SOCKETS): Moved here from s/isc4-1.h.
Karl Heuer <kwzh@gnu.org>
parents: 13528
diff changeset
12 /* karl@cs.umb.edu says that ISC's socket support (in -linet) isn't
b5239b500b27 (HAVE_SOCKETS): Moved here from s/isc4-1.h.
Karl Heuer <kwzh@gnu.org>
parents: 13528
diff changeset
13 what Emacs needs; it makes interrupt-shell-subjob and the like do
b5239b500b27 (HAVE_SOCKETS): Moved here from s/isc4-1.h.
Karl Heuer <kwzh@gnu.org>
parents: 13528
diff changeset
14 nothing. But that appears to have been another manifestation of
b5239b500b27 (HAVE_SOCKETS): Moved here from s/isc4-1.h.
Karl Heuer <kwzh@gnu.org>
parents: 13528
diff changeset
15 the broken select, so it should now be safe to define this again. */
b5239b500b27 (HAVE_SOCKETS): Moved here from s/isc4-1.h.
Karl Heuer <kwzh@gnu.org>
parents: 13528
diff changeset
16 #define HAVE_SOCKETS
2002
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
17
14442
b5239b500b27 (HAVE_SOCKETS): Moved here from s/isc4-1.h.
Karl Heuer <kwzh@gnu.org>
parents: 13528
diff changeset
18 #define NO_SOCKETS_IN_FILE_SYSTEM
b5239b500b27 (HAVE_SOCKETS): Moved here from s/isc4-1.h.
Karl Heuer <kwzh@gnu.org>
parents: 13528
diff changeset
19 #define NEED_NET_ERRNO_H
2002
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
20
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
21 /* This keeps the .cdbx section that gcc puts out when generating
4779
611531d01474 * Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents: 3824
diff changeset
22 stabs-in-coff output, so Emacs can be debugged. --karl@cs.umb.edu. */
2002
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
23 #define USG_SHARED_LIBRARIES
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
24
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
25 /* We can support lock files. */
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
26 #define CLASH_DETECTION
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
27 #define NO_FCHMOD
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
28
456
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
29 #define HAVE_PTYS
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
30 #define MAXNAMLEN 512
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
31 #define O_NDELAY O_NONBLOCK
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
32 #define MEMORY_IN_STRING_H
2002
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
33
4779
611531d01474 * Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents: 3824
diff changeset
34 /* Tell gmalloc.c that we don't have memmove (system include files to the
611531d01474 * Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents: 3824
diff changeset
35 contrary!). */
611531d01474 * Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents: 3824
diff changeset
36 #define MEMMOVE_MISSING
611531d01474 * Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents: 3824
diff changeset
37
611531d01474 * Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents: 3824
diff changeset
38 /* Send a signal to a subprocess by "typing" a signal character. */
611531d01474 * Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents: 3824
diff changeset
39 #define SIGNALS_VIA_CHARACTERS
611531d01474 * Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents: 3824
diff changeset
40
611531d01474 * Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents: 3824
diff changeset
41 /* -lPW is only needed if not using Gcc. We used to include -lcposix here
9911
b155247be266 Fix typos in comment.
Karl Heuer <kwzh@gnu.org>
parents: 9043
diff changeset
42 for the rename function, but some people say ISC's rename doesn't
4779
611531d01474 * Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents: 3824
diff changeset
43 work correctly with Emacs so we use Emacs' emulation instead. */
611531d01474 * Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents: 3824
diff changeset
44 #if defined (__GNUC__)
13464
65d38521e620 (LIB_STANDARD_1): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 13029
diff changeset
45 # define LIB_STANDARD_1 -lcposix
4779
611531d01474 * Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents: 3824
diff changeset
46 #else /* !__GNUC__ */
13464
65d38521e620 (LIB_STANDARD_1): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 13029
diff changeset
47 # define LIB_STANDARD_1 -lPW
4779
611531d01474 * Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents: 3824
diff changeset
48 #endif /* !__GNUC__ */
2002
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
49
13464
65d38521e620 (LIB_STANDARD_1): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 13029
diff changeset
50 /* LIB_STANDARD_1 is used both here and in LIBS_SYSTEM
65d38521e620 (LIB_STANDARD_1): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 13029
diff changeset
51 (the latter for the sake of configure). */
65d38521e620 (LIB_STANDARD_1): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 13029
diff changeset
52 #define LIB_STANDARD LIB_STANDARD_1 -lc
65d38521e620 (LIB_STANDARD_1): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 13029
diff changeset
53
2002
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
54 #define NO_X_DESTROY_DATABASE
524
79ea818b6aed entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
55
13464
65d38521e620 (LIB_STANDARD_1): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 13029
diff changeset
56 /* -linet may be needed to avoid undefined symbols such as gethostname,
14442
b5239b500b27 (HAVE_SOCKETS): Moved here from s/isc4-1.h.
Karl Heuer <kwzh@gnu.org>
parents: 13528
diff changeset
57 inet_addr, gethostbyname, socket, connect, ... */
13528
628ea901db49 (LIBS_SYSTEM): Fix typo in prev change.
Richard M. Stallman <rms@gnu.org>
parents: 13464
diff changeset
58 #define LIBS_SYSTEM -linet LIB_STANDARD_1
524
79ea818b6aed entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
59
79ea818b6aed entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
60 /* This system has job control. */
79ea818b6aed entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
61 #undef NOMULTIPLEJOBS
2002
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
62
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
63 /* Inhibit asm code in netinet/in.h. Strictly speaking, only necessary
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
64 when -traditional is being used, but it doesn't hurt to
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
65 unconditionally define this. */
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
66 #define NO_ASM
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
67
4779
611531d01474 * Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents: 3824
diff changeset
68 /* -traditional is not necessary if the system header files are fixed to
611531d01474 * Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents: 3824
diff changeset
69 define getc and putc in the absence of _POSIX_SOURCE. GCC's from 2.4.4
611531d01474 * Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents: 3824
diff changeset
70 on do this. */
611531d01474 * Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents: 3824
diff changeset
71 #if !defined (__GNUC__) || __GNUC__ < 2
611531d01474 * Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents: 3824
diff changeset
72 # define C_SWITCH_SYSTEM -traditional
2002
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
73 #endif
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
74
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
75 /* Some versions of ISC are said to define S_IFLNK even tho
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
76 they don't really support symlinks. */
4c9113b2d6e0 (S_IFLNK): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 524
diff changeset
77 #undef S_IFLNK