Sync up with chise-base-0_25-1.
[chise/xemacs-chise.git] / lwlib / lwlib-config.c
index f2c6edf..7da6b51 100644 (file)
@@ -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