Mercurial > emacs
annotate src/s/osf5-0.h @ 53786:8aea816df4cc
* xselect.c: Include termhooks.h and X11/Xproto.h
(x_check_property_data, x_fill_property_data)
(x_property_data_to_lisp, mouse_position_for_drop)
(Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
(Fx_send_client_event): Moved here from xfns.c.
(syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 03 Feb 2004 16:34:57 +0000 |
parents | 695cf19ef79e |
children | 375f2633d815 |
rev | line source |
---|---|
29916 | 1 #define OSF5 |
2 #include "osf1.h" | |
29964
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
3 |
34430
7a1ddacf0683
Update comment about _XOPEN_SOURCE.
Gerd Moellmann <gerd@gnu.org>
parents:
31947
diff
changeset
|
4 /* It's enough to define _OSF_SOURCE instead of _BSD. */ |
39744
03cf4a916248
(C_SWITCH_SYSTEM) [!__GNUC__]: Add `-nointrinsics'
Gerd Moellmann <gerd@gnu.org>
parents:
34757
diff
changeset
|
5 |
29964
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
6 #undef C_SWITCH_SYSTEM |
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
7 #define C_SWITCH_SYSTEM -D_OSF_SOURCE |
34430
7a1ddacf0683
Update comment about _XOPEN_SOURCE.
Gerd Moellmann <gerd@gnu.org>
parents:
31947
diff
changeset
|
8 |
34757 | 9 #ifndef NSIG /* _OSF_SOURCE seems to get us this */ |
29964
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
10 #define NSIG __sys_nsig |
34757 | 11 #endif |
29964
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
12 |
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
13 /* We have missing/inconsistent prototypes on 5.0, at least. */ |
29916 | 14 #define INHIBIT_X11R6_XIM |
31947
44a6d62deb2b
Define REL_ALLOC_MMAP, not REL_ALLOC_MMAP.
Dave Love <fx@gnu.org>
parents:
29964
diff
changeset
|
15 |
44a6d62deb2b
Define REL_ALLOC_MMAP, not REL_ALLOC_MMAP.
Dave Love <fx@gnu.org>
parents:
29964
diff
changeset
|
16 #define USE_MMAP_FOR_BUFFERS 1 |
48079
e10305e7e6a0
(C_SWITCH_SYSTEM): Revert last change (fixed by
Dave Love <fx@gnu.org>
parents:
39744
diff
changeset
|
17 |
e10305e7e6a0
(C_SWITCH_SYSTEM): Revert last change (fixed by
Dave Love <fx@gnu.org>
parents:
39744
diff
changeset
|
18 #define TERMINFO |
e10305e7e6a0
(C_SWITCH_SYSTEM): Revert last change (fixed by
Dave Love <fx@gnu.org>
parents:
39744
diff
changeset
|
19 #define LIBS_TERMCAP -lcurses |
48557
5ebd400725b6
(WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
Dave Love <fx@gnu.org>
parents:
48079
diff
changeset
|
20 |
5ebd400725b6
(WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
Dave Love <fx@gnu.org>
parents:
48079
diff
changeset
|
21 #define GC_SETJMP_WORKS 1 |
5ebd400725b6
(WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
Dave Love <fx@gnu.org>
parents:
48079
diff
changeset
|
22 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
52401 | 23 |
24 /* arch-tag: 89580064-dd8c-4533-a47c-0f92d8090945 | |
25 (do not change this comment) */ |