annotate src/s/ultrix4-3.h @ 57941:68ea73fe257b

* gtkutil.h: Declare use_old_gtk_file_dialog. * gtkutil.c: Make use_old_gtk_file_dialog non-static. (xg_initialize): Moved DEFVAR_BOOL for use_old_gtk_file_dialog ... * xfns.c (syms_of_xfns): ... to here.
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 04 Nov 2004 15:05:27 +0000
parents 695cf19ef79e
children 375f2633d815
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
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 22828
diff changeset
14
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 22828
diff changeset
15 /* arch-tag: 927a396a-d50f-494b-960b-533671184ce1
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 22828
diff changeset
16 (do not change this comment) */