Mercurial > hg > xemacs-beta
diff lwlib/lwlib-config.c @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | f220cc83d72e |
children | 697ef44129c6 |
line wrap: on
line diff
--- a/lwlib/lwlib-config.c Mon Aug 13 11:12:06 2007 +0200 +++ b/lwlib/lwlib-config.c Mon Aug 13 11:13:30 2007 +0200 @@ -88,3 +88,13 @@ int lwlib_does_not_support_dialogs; # endif #endif + +#ifdef LWLIB_WIDGETS_MOTIF +int lwlib_widgets_motif; +#else +# ifdef LWLIB_WIDGETS_ATHENA +int lwlib_widgets_athena; +# else +int lwlib_does_not_support_widgets; +# endif +#endif