Mercurial > hg > xemacs-beta
comparison lwlib/config.h.in @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 84b14dcb0985 |
children | c33ae14dd6d0 |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
27 | 27 |
28 #undef NEED_MOTIF | 28 #undef NEED_MOTIF |
29 #undef NEED_ATHENA | 29 #undef NEED_ATHENA |
30 #undef NEED_LUCID | 30 #undef NEED_LUCID |
31 | 31 |
32 /* The path to the Athena widgets - the usual value is `X11/Xaw' */ | 32 /* The exact path to the Athena header files depends on which `flavor' |
33 #undef ATHENA_H_PATH | 33 of Athena is being used - hence configure defines them for us. */ |
34 | 34 |
35 /* For use in #include statements. | 35 #undef ATHENA_Scrollbar_h_ |
36 You can't use macros directly within the <> of a #include statement. | 36 #undef ATHENA_Dialog_h_ |
37 The multiply nested macros are necessary to make old gcc's happy. */ | 37 #undef ATHENA_Form_h_ |
38 #define INCLUDE_GLUE_2(dirname,basename) <##dirname##/##basename##> | 38 #undef ATHENA_Command_h_ |
39 #define INCLUDE_GLUE_1(dirname,basename) INCLUDE_GLUE_2(dirname,basename) | 39 #undef ATHENA_Label_h_ |
40 #define ATHENA_INCLUDE(header_file) INCLUDE_GLUE_1(ATHENA_H_PATH,header_file) | 40 #undef ATHENA_LabelP_h_ |
41 | 41 #undef ATHENA_Toggle_h_ |
42 #undef ATHENA_ToggleP_h_ | |
43 #undef ATHENA_AsciiText_h_ | |
44 #undef ATHENA_XawInit_h_ | |
42 | 45 |
43 #endif /* _LWLIB_CONFIG_H_ */ | 46 #endif /* _LWLIB_CONFIG_H_ */ |