annotate src/s/ultrix4-3.h @ 90200:f9a65d7ebd29

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 459-473) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 86-87) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 07 Jul 2005 12:43:14 +0000
parents 68c22ea6027c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10151
cb2401f4c61f Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 #include "bsd4-3.h"
cb2401f4c61f Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
cb2401f4c61f Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 #define NEED_UNISTD_H
cb2401f4c61f Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4 #define HAVE_TERMIOS
cb2401f4c61f Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 #define PREFER_VSUSP
cb2401f4c61f Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6
cb2401f4c61f Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 /* Must set the line discipline to this, to make termio work. */
cb2401f4c61f Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8 #define SET_LINE_DISCIPLINE TERMIODISC
22828
06cce6ea9dd0 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents: 10151
diff changeset
9
06cce6ea9dd0 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents: 10151
diff changeset
10 #ifndef NOT_C_CODE
06cce6ea9dd0 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents: 10151
diff changeset
11 /* The address of this is used, but Ultrix header files don't declare it. */
06cce6ea9dd0 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents: 10151
diff changeset
12 extern double rint ();
06cce6ea9dd0 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents: 10151
diff changeset
13 #endif
89909
68c22ea6027c Sync to HEAD
Kenichi Handa <handa@m17n.org>
parents: 88123
diff changeset
14
68c22ea6027c Sync to HEAD
Kenichi Handa <handa@m17n.org>
parents: 88123
diff changeset
15 /* arch-tag: 927a396a-d50f-494b-960b-533671184ce1
68c22ea6027c Sync to HEAD
Kenichi Handa <handa@m17n.org>
parents: 88123
diff changeset
16 (do not change this comment) */