annotate lwlib/config.h.in @ 424:11054d720c21 r21-2-20

Import from CVS: tag r21-2-20
author cvs
date Mon, 13 Aug 2007 11:26:11 +0200
parents 697ef44129c6
children
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
185
3d6bfa290dbd Import from CVS: tag r20-3b19
cvs
parents: 177
diff changeset
32 #endif /* _LWLIB_CONFIG_H_ */