Mercurial > emacs
annotate src/s/esix.h @ 60356:3f394ef46f57
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-151
Merge from gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 34-35)
- Merge from emacs--cvs-trunk--0
- Update from CVS
2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/message.el (message-get-reply-headers, message-followup):
Mention related variables `message-use-followup-to' and
`message-use-mail-followup-to', in the information buffer.
* lisp/gnus/nnweb.el (nnweb-type-definition): Use groups.google.de instead
of broken groups(-beta).google.com.
2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
* man/gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 03 Mar 2005 23:02:21 +0000 |
parents | 695cf19ef79e |
children | 375f2633d815 |
rev | line source |
---|---|
457 | 1 /* Definitions for ESIX, a variant of v.5.3 for the 386. */ |
2 /* These are based on reports for ESIX 5.3.2 D. */ | |
3 | |
4 #include "usg5-3.h" | |
5 | |
6 /* Some versions of V.3 have this, but not all. ESIX does. */ | |
7 #define HAVE_PTYS | |
8 #define SYSV_PTYS | |
9 | |
10 /* Have -lg be used for debugging. */ | |
11 #undef LIBS_DEBUG | |
12 #define LIBS_DEBUG -lg | |
13 | |
14 /* If using Roell's X server, define X11R4 */ | |
15 #ifdef X11R4 /* Roell's X server */ | |
16 #define select sys_select /* Emacs select() not good enough? */ | |
17 #undef LIBX11_SYSTEM | |
18 #define LIBX11_SYSTEM -lpt | |
19 #endif /* X11R4 */ | |
20 | |
21 /* ESIX does not need <sys/sioctl.h>, but needs <sys/ptem.h> */ | |
22 #define NO_SIOCTL_H | |
23 #define NEED_PTEM_H | |
24 #define BROKEN_FIONREAD | |
52401 | 25 |
26 /* arch-tag: d66e6a70-0812-437d-aa35-9b01bd474941 | |
27 (do not change this comment) */ |