Mercurial > hg > xemacs-beta
comparison lwlib/config.h.in @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | b8cc9ab3f761 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
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 #ifdef ATHENA_H_PATH | 34 |
35 # define ATHENA_INCLUDE(file) SMART_INCLUDE (ATHENA_H_PATH,file) | 35 #undef ATHENA_Scrollbar_h_ |
36 #else | 36 #undef ATHENA_Dialog_h_ |
37 # define ATHENA_INCLUDE(file) <file> | 37 #undef ATHENA_Form_h_ |
38 #endif | 38 #undef ATHENA_Command_h_ |
39 #undef ATHENA_Label_h_ | |
40 #undef ATHENA_LabelP_h_ | |
41 #undef ATHENA_Toggle_h_ | |
42 #undef ATHENA_ToggleP_h_ | |
43 #undef ATHENA_AsciiText_h_ | |
44 #undef ATHENA_XawInit_h_ | |
39 | 45 |
40 #endif /* _LWLIB_CONFIG_H_ */ | 46 #endif /* _LWLIB_CONFIG_H_ */ |