Mercurial > emacs
annotate src/s/isc2-2.h @ 13230:ad1d4be6bb8d libc-951018 libc-951029 libc-951031 libc-951101 libc-951102 libc-951103 libc-951104 libc-951105 libc-951106 libc-951107 libc-951108 libc-951109 libc-951110 libc-951111 libc-951112 libc-951113 libc-951114 libc-951115 libc-951116 libc-951117 libc-951118 libc-951119 libc-951120 libc-951121 libc-951122 libc-951123 libc-951124 libc-951125 libc-951126 libc-951127 libc-951128 libc-951129 libc-951130
* config.guess: Recognize HP model 819 machines has having
a PA 1.1 processor.
author | Jeff Law <law@redhat.com> |
---|---|
date | Mon, 16 Oct 1995 15:40:29 +0000 |
parents | a47af2f30446 |
children | 65d38521e620 |
rev | line source |
---|---|
456 | 1 /* system description file for Interactive (ISC) Unix version 2.2 on |
2 the 386. */ | |
3 | |
4 #include "usg5-3.h" | |
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 | 11 |
12 /* Although ISC has sockets, again in -linet, again it's not what Emacs | |
13 needs. With this defined, interrupt-shell-subjob and the like do | |
14 nothing. --karl@cs.umb.edu | |
15 #define HAVE_SOCKETS */ | |
16 | |
17 | |
18 /* 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
|
19 stabs-in-coff output, so Emacs can be debugged. --karl@cs.umb.edu. */ |
2002 | 20 #define USG_SHARED_LIBRARIES |
21 | |
22 /* We can support lock files. */ | |
23 #define CLASH_DETECTION | |
24 #define NO_FCHMOD | |
25 | |
456 | 26 #define HAVE_PTYS |
27 #define MAXNAMLEN 512 | |
28 #define O_NDELAY O_NONBLOCK | |
29 #define MEMORY_IN_STRING_H | |
2002 | 30 |
4779
611531d01474
* Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents:
3824
diff
changeset
|
31 /* 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
|
32 contrary!). */ |
611531d01474
* Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents:
3824
diff
changeset
|
33 #define MEMMOVE_MISSING |
611531d01474
* Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents:
3824
diff
changeset
|
34 |
611531d01474
* Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents:
3824
diff
changeset
|
35 /* 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
|
36 #define SIGNALS_VIA_CHARACTERS |
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 /* -lPW is only needed if not using Gcc. We used to include -lcposix here |
9911 | 39 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
|
40 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
|
41 #if defined (__GNUC__) |
611531d01474
* Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents:
3824
diff
changeset
|
42 # define LIB_STANDARD -lcposix -lc |
611531d01474
* Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents:
3824
diff
changeset
|
43 #else /* !__GNUC__ */ |
611531d01474
* Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents:
3824
diff
changeset
|
44 # define LIB_STANDARD -lPW -lc |
611531d01474
* Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents:
3824
diff
changeset
|
45 #endif /* !__GNUC__ */ |
2002 | 46 |
47 #define NO_X_DESTROY_DATABASE | |
524 | 48 |
2002 | 49 /* May be needed to avoid undefined symbols such as gethostname, |
50 inet_addr, gethostbyname, socket, connect, ... But if we are not | |
51 compiling with X support, it's not needed. */ | |
52 #ifdef HAVE_X_WINDOWS | |
524 | 53 #define LIBS_SYSTEM -linet |
2002 | 54 #endif |
524 | 55 |
56 /* This system has job control. */ | |
57 #undef NOMULTIPLEJOBS | |
2002 | 58 |
59 /* Inhibit asm code in netinet/in.h. Strictly speaking, only necessary | |
60 when -traditional is being used, but it doesn't hurt to | |
61 unconditionally define this. */ | |
62 #define NO_ASM | |
63 | |
4779
611531d01474
* Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents:
3824
diff
changeset
|
64 /* -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
|
65 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
|
66 on do this. */ |
611531d01474
* Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents:
3824
diff
changeset
|
67 #if !defined (__GNUC__) || __GNUC__ < 2 |
611531d01474
* Added fixes from Karl Berry for ISC-2.2.
Brian Fox <bfox@gnu.org>
parents:
3824
diff
changeset
|
68 # define C_SWITCH_SYSTEM -traditional |
2002 | 69 #endif |
70 | |
71 /* Some versions of ISC are said to define S_IFLNK even tho | |
72 they don't really support symlinks. */ | |
73 #undef S_IFLNK |