annotate lwlib/config.h.in @ 406:b8cc9ab3f761 r21-2-33

Import from CVS: tag r21-2-33
author cvs
date Mon, 13 Aug 2007 11:17:09 +0200
parents 74fd4e045ea6
children de805c49cfc1
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
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 398
diff changeset
34 #ifdef ATHENA_H_PATH
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 398
diff changeset
35 # define ATHENA_INCLUDE(file) SMART_INCLUDE (ATHENA_H_PATH,file)
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 243
diff changeset
36 #else
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 398
diff changeset
37 # define ATHENA_INCLUDE(file) <file>
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 243
diff changeset
38 #endif
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 243
diff changeset
39
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 177
diff changeset
40 #endif /* _LWLIB_CONFIG_H_ */