annotate src/s/sol2-6.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 9a68f1087040
children ed20cbe62401
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
47342
5bdc7af4b905 Fix typo. Add comment.
Markus Rost <rost@math.uni-bielefeld.de>
parents: 47336
diff changeset
1 /* Handle Solaris 2.6. */
5bdc7af4b905 Fix typo. Add comment.
Markus Rost <rost@math.uni-bielefeld.de>
parents: 47336
diff changeset
2
5bdc7af4b905 Fix typo. Add comment.
Markus Rost <rost@math.uni-bielefeld.de>
parents: 47336
diff changeset
3 #include "sol2-5.h"
47336
bda7415eabf8 New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4
47473
3897ddfbb1f5 (UNEXEC): Comment out definition.
Richard M. Stallman <rms@gnu.org>
parents: 47342
diff changeset
5 #if 0 /* dldump does not handle all the extensions used by GNU ld. */
47336
bda7415eabf8 New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 #undef UNEXEC
bda7415eabf8 New file.
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 #define UNEXEC unexsol.o
47473
3897ddfbb1f5 (UNEXEC): Comment out definition.
Richard M. Stallman <rms@gnu.org>
parents: 47342
diff changeset
8 #endif
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 47473
diff changeset
9
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 47473
diff changeset
10 /* arch-tag: 71ea3857-89dc-4395-9623-77964e6ed3ca
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 47473
diff changeset
11 (do not change this comment) */