diff lwlib/lwlib.c @ 6306:19fc40b33f52

*** empty log message ***
author Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
date Fri, 11 Mar 1994 15:15:31 +0000
parents 65beaa9aa1e4
children f3fe542e8cd7
line wrap: on
line diff
--- a/lwlib/lwlib.c	Fri Mar 11 10:36:17 1994 +0000
+++ b/lwlib/lwlib.c	Fri Mar 11 15:15:31 1994 +0000
@@ -48,6 +48,10 @@
 #endif
 #if defined (USE_MOTIF)
 #include "lwlib-Xm.h"
+#else /* not USE_MOTIF */
+#if defined (USE_LUCID)
+#define USE_XAW
+#endif /* not USE_MOTIF && USE_LUCID */
 #endif
 #if defined (USE_OLIT)
 #include "lwlib-Xol.h"