annotate lwlib/config.h.in @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents f220cc83d72e
children b8cc9ab3f761
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
157
6b37e6ddd302 Import from CVS: tag r20-3b5
cvs
parents: 149
diff changeset
1 /* Lwlib site configuration template file. -*- C -*-
6b37e6ddd302 Import from CVS: tag r20-3b5
cvs
parents: 149
diff changeset
2 Copyright (C) 1997 Sun Microsystems, Inc.
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
3
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
4 This file is part of XEmacs.
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
5
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
6 XEmacs is free software; you can redistribute it and/or modify it
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
7 under the terms of the GNU General Public License as published by the
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
8 Free Software Foundation; either version 2, or (at your option) any
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
9 later version.
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
10
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
11 XEmacs is distributed in the hope that it will be useful, but WITHOUT
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
14 for more details.
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
15
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
16 You should have received a copy of the GNU General Public License
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
17 along with XEmacs; see the file COPYING. If not, write to
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
19 Boston, MA 02111-1307, USA. */
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
20
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
21 /* Not in FSF. */
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
22
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 159
diff changeset
23 #ifndef _LWLIB_CONFIG_H_
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 159
diff changeset
24 #define _LWLIB_CONFIG_H_
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
25
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 159
diff changeset
26 #include <../src/config.h>
157
6b37e6ddd302 Import from CVS: tag r20-3b5
cvs
parents: 149
diff changeset
27
6b37e6ddd302 Import from CVS: tag r20-3b5
cvs
parents: 149
diff changeset
28 #undef NEED_MOTIF
6b37e6ddd302 Import from CVS: tag r20-3b5
cvs
parents: 149
diff changeset
29 #undef NEED_ATHENA
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 185
diff changeset
30 #undef NEED_LUCID
149
538048ae2ab8 Import from CVS: tag r20-3b1
cvs
parents:
diff changeset
31
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 243
diff changeset
32 /* The path to the Athena widgets - the usual value is `X11/Xaw' */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 243
diff changeset
33 #undef ATHENA_H_PATH
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 243
diff changeset
34
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 243
diff changeset
35 /* For use in #include statements.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 243
diff changeset
36 You can't use macros directly within the <> of a #include statement.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 243
diff changeset
37 The multiply nested macros are necessary to make old gcc's happy.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 243
diff changeset
38 However, those nested macros are too much for AIX xlc to deal with. */
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 243
diff changeset
39 #if defined(_AIX) && !defined(__GNUC__)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 243
diff changeset
40 #define ATHENA_INCLUDE(header_file) <ATHENA_H_PATH/header_file>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 243
diff changeset
41 #else
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 243
diff changeset
42 #define INCLUDE_GLUE_2(dirname,basename) <##dirname##/##basename##>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 243
diff changeset
43 #define INCLUDE_GLUE_1(dirname,basename) INCLUDE_GLUE_2(dirname,basename)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 243
diff changeset
44 #define ATHENA_INCLUDE(header_file) INCLUDE_GLUE_1(ATHENA_H_PATH,header_file)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 243
diff changeset
45 #endif
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 243
diff changeset
46
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 177
diff changeset
47 #endif /* _LWLIB_CONFIG_H_ */