Mercurial > emacs
annotate src/s/osf5-0.h @ 73269:aeb79612dc36
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 145-148)
- Merge from emacs--devo--0
- Update from CVS
2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/gnus-sum.el (gnus-summary-make-menu-bar): Clarify
gnus-summary-limit-to-articles.
2006-10-04 Romain Francoise <romain@orebokech.com>
* lisp/gnus/gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
Moved here (and renamed) from gnus-registry.el.
* lisp/gnus/gnus-registry.el: Require gnus-util.
Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/pop3.el (pop3-authentication-scheme): Clarify doc.
(pop3-movemail): Warn about pop3-leave-mail-on-server.
2006-10-04 Dave Love <fx@gnu.org>
* lisp/gnus/pop3.el (pop3-authentication-scheme): Add custom version.
2006-10-04 Jesper Harder <harder@ifa.au.dk>
* lisp/gnus/pop3.el (pop3-leave-mail-on-server): Don't quote nil in
doc string. Improve doc string.
2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-util.el (gnus-with-local-quit): New macro.
* lisp/gnus/gnus-demon.el (gnus-demon): Replace with-local-quit with it.
2006-10-06 Reiner Steib <Reiner.Steib@gmx.de>
* man/gnus.texi (Image Enhancements): Update for Emacs 22.
* man/gnus-faq.texi ([1.3]): Update.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-466
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 07 Oct 2006 01:51:54 +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) */ |