X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lwlib%2Flwlib-config.c;h=7da6b51f5342b10e9cb2890f8def067cf45d8bfa;hp=f2c6edf5fa0156b7a425bd07ac38872b3eabbdc2;hb=ea1ea793fe6e244ef5555ed983423a204101af13;hpb=399b9f4466f37412410de8ec4a08e3dc5504ad10 diff --git a/lwlib/lwlib-config.c b/lwlib/lwlib-config.c index f2c6edf..7da6b51 100644 --- a/lwlib/lwlib-config.c +++ b/lwlib/lwlib-config.c @@ -88,3 +88,13 @@ int lwlib_dialogs_athena; 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