annotate src/s/ultrix4-3.h @ 43498:ecd03935bb98

(global-set-key, local-set-key): Undo 2002-02-06 change (no longer accept a symbol for the KEY argument).
author Kim F. Storm <storm@cua.dk>
date Sat, 23 Feb 2002 22:26:44 +0000
parents 06cce6ea9dd0
children 695cf19ef79e
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