Mercurial > emacs
annotate src/s/isc3-0.h @ 10258:0bcc67b3fe66
(mouse-minibuffer-check, mouse-drag-mode-line)
(mouse-yank-at-click, mouse-yank-secondary, mouse-choose-completion):
Run mouse-leave-buffer-hook.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 26 Dec 1994 05:09:41 +0000 |
parents | 7a0412e09bdb |
children | 92d4e8fc0942 |
rev | line source |
---|---|
2001 | 1 /* s- file for Interactive (ISC) Unix version 3.0 on the 386. */ |
2 | |
4433
4e1ad3204620
Don't mention dir `s/' in #include.
Richard M. Stallman <rms@gnu.org>
parents:
4180
diff
changeset
|
3 #include "isc2-2.h" |
2001 | 4 |
8892 | 5 /* This has been moved into isc2-2.h. */ |
6 /* #define HAVE_SOCKETS */ | |
2001 | 7 |
8 /* This appears on 3.0, presumably as part of what SunSoft call X2. */ | |
9 #undef NO_X_DESTROY_DATABASE | |
10 | |
3402 | 11 /* People say that using -traditional causes lossage with `const', |
12 so we might as well try getting rid of -traditional. */ | |
13 #undef C_SWITCH_SYSTEM | |
3636
77fd17ffc0d6
* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents:
3402
diff
changeset
|
14 |
3637
6ac165163a9b
* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents:
3636
diff
changeset
|
15 /* We indirectly #include s/usg5-3.h, which says to use libX11_s and |
6ac165163a9b
* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents:
3636
diff
changeset
|
16 libc_s. Martin Tomes <mt00@controls.eurotherm.co.uk> says that ISC |
6ac165163a9b
* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents:
3636
diff
changeset
|
17 has no libX11_s, and that linking with libc_s causes sbrk not to work. */ |
3636
77fd17ffc0d6
* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents:
3402
diff
changeset
|
18 #undef LIB_X11_LIB |
3637
6ac165163a9b
* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents:
3636
diff
changeset
|
19 #undef LIBX11_SYSTEM |
6ac165163a9b
* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents:
3636
diff
changeset
|
20 #define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc |
3762
5de0e54e03ab
* s/isc3-0.h (memmove): #define this to call safe_bcopy.
Jim Blandy <jimb@redhat.com>
parents:
3637
diff
changeset
|
21 |
8531
4ae54c3e1dc3
(NEED_SIOCTL): moved from isc-4.0.h, and disabled BROKEN_TIOCGWINSZ since it
Karl Heuer <kwzh@gnu.org>
parents:
7578
diff
changeset
|
22 /* TIOCGWINSZ isn't broken; you just have to know where to find it. */ |
4ae54c3e1dc3
(NEED_SIOCTL): moved from isc-4.0.h, and disabled BROKEN_TIOCGWINSZ since it
Karl Heuer <kwzh@gnu.org>
parents:
7578
diff
changeset
|
23 #undef BROKEN_TIOCGWINSZ |
4ae54c3e1dc3
(NEED_SIOCTL): moved from isc-4.0.h, and disabled BROKEN_TIOCGWINSZ since it
Karl Heuer <kwzh@gnu.org>
parents:
7578
diff
changeset
|
24 #define NEED_SIOCTL |
4ae54c3e1dc3
(NEED_SIOCTL): moved from isc-4.0.h, and disabled BROKEN_TIOCGWINSZ since it
Karl Heuer <kwzh@gnu.org>
parents:
7578
diff
changeset
|
25 |
4ae54c3e1dc3
(NEED_SIOCTL): moved from isc-4.0.h, and disabled BROKEN_TIOCGWINSZ since it
Karl Heuer <kwzh@gnu.org>
parents:
7578
diff
changeset
|
26 /* This does no harm, and is necessary for some ANSI compilers. */ |
4ae54c3e1dc3
(NEED_SIOCTL): moved from isc-4.0.h, and disabled BROKEN_TIOCGWINSZ since it
Karl Heuer <kwzh@gnu.org>
parents:
7578
diff
changeset
|
27 #define C_SWITCH_SYSTEM -D_SYSV3 |
7578
f5aa65299489
(EXTRA_INITIALIZE): Define here.
Richard M. Stallman <rms@gnu.org>
parents:
4433
diff
changeset
|
28 |
f5aa65299489
(EXTRA_INITIALIZE): Define here.
Richard M. Stallman <rms@gnu.org>
parents:
4433
diff
changeset
|
29 /* This works around a bug in ISC 4.0 and 3.0; it fails |
8531
4ae54c3e1dc3
(NEED_SIOCTL): moved from isc-4.0.h, and disabled BROKEN_TIOCGWINSZ since it
Karl Heuer <kwzh@gnu.org>
parents:
7578
diff
changeset
|
30 to clear the "POSIX process" flag on an exec. |
4ae54c3e1dc3
(NEED_SIOCTL): moved from isc-4.0.h, and disabled BROKEN_TIOCGWINSZ since it
Karl Heuer <kwzh@gnu.org>
parents:
7578
diff
changeset
|
31 It won't be needed for 4.1. */ |
10180 | 32 /* neg@brooktrout.com reported that he did not have this function |
10181 | 33 on ISC 3.0.1. I don't know who to believe or what to do, |
10180 | 34 so I am leaving it alone until someone tells me |
35 precisely when this function is needed -- rms. */ | |
7578
f5aa65299489
(EXTRA_INITIALIZE): Define here.
Richard M. Stallman <rms@gnu.org>
parents:
4433
diff
changeset
|
36 #define EXTRA_INITIALIZE __setostype (0) |