Mercurial > hg > xemacs-beta
comparison lwlib/config.h.in @ 434:9d177e8d4150 r21-2-25
Import from CVS: tag r21-2-25
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:30:53 +0200 |
parents | 3ecd8885ac67 |
children | 84b14dcb0985 |
comparison
equal
deleted
inserted
replaced
433:892ca416f0fb | 434:9d177e8d4150 |
---|---|
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' */ | |
33 #undef ATHENA_H_PATH | |
34 | |
35 /* For use in #include statements. This extra level of macro indirection | |
36 is necessary because you can't use macros directly within <> or "" */ | |
37 #define ATHENA_INCLUDE(header_file) <ATHENA_H_PATH/header_file> | |
38 | |
39 | |
32 #endif /* _LWLIB_CONFIG_H_ */ | 40 #endif /* _LWLIB_CONFIG_H_ */ |