Mercurial > hg > xemacs-beta
annotate lwlib/config.h.in @ 5402:308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Thu, 14 Oct 2010 17:15:20 +0200 |
parents | 04bc9d2f42c7 |
children |
rev | line source |
---|---|
428 | 1 /* Lwlib site configuration template file. -*- C -*- |
2 Copyright (C) 1997 Sun Microsystems, Inc. | |
3 | |
4 This file is part of XEmacs. | |
5 | |
5402
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
2286
diff
changeset
|
6 XEmacs is free software: you can redistribute it and/or modify it |
428 | 7 under the terms of the GNU General Public License as published by the |
5402
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
2286
diff
changeset
|
8 Free Software Foundation, either version 3 of the License, or (at your |
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
2286
diff
changeset
|
9 option) any later version. |
428 | 10 |
11 XEmacs is distributed in the hope that it will be useful, but WITHOUT | |
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
14 for more details. | |
15 | |
16 You should have received a copy of the GNU General Public License | |
5402
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
2286
diff
changeset
|
17 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. */ |
428 | 18 |
19 /* Not in FSF. */ | |
20 | |
21 #ifndef _LWLIB_CONFIG_H_ | |
22 #define _LWLIB_CONFIG_H_ | |
23 | |
458 | 24 #include "../src/config.h" |
2286 | 25 #include "../src/compiler.h" |
428 | 26 |
27 #undef NEED_MOTIF | |
28 #undef NEED_ATHENA | |
29 #undef NEED_LUCID | |
30 | |
442 | 31 /* The exact path to the Athena header files depends on which `flavor' |
32 of Athena is being used - hence configure defines them for us. */ | |
434 | 33 |
442 | 34 #undef ATHENA_Scrollbar_h_ |
35 #undef ATHENA_Dialog_h_ | |
36 #undef ATHENA_Form_h_ | |
37 #undef ATHENA_Command_h_ | |
38 #undef ATHENA_Label_h_ | |
39 #undef ATHENA_LabelP_h_ | |
40 #undef ATHENA_Toggle_h_ | |
41 #undef ATHENA_ToggleP_h_ | |
42 #undef ATHENA_AsciiText_h_ | |
43 #undef ATHENA_XawInit_h_ | |
434 | 44 |
428 | 45 #endif /* _LWLIB_CONFIG_H_ */ |