X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lwlib%2Flwlib-config.c;h=7da6b51f5342b10e9cb2890f8def067cf45d8bfa;hb=6ea9e612056ffdae141f444c5901d782af8d78ce;hp=f2c6edf5fa0156b7a425bd07ac38872b3eabbdc2;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 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