comparison lwlib/lwlib.c @ 81371:477e245e6cf5

Link to xaw3d if available.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 13 Jun 2007 17:34:12 +0000
parents 3cceb2f916b0
children 107ccd98fa12 3619e7770f2e
comparison
equal deleted inserted replaced
81370:a5376379eaae 81371:477e245e6cf5
46 #if defined (USE_LUCID) 46 #if defined (USE_LUCID)
47 #define USE_XAW 47 #define USE_XAW
48 #endif /* not USE_MOTIF && USE_LUCID */ 48 #endif /* not USE_MOTIF && USE_LUCID */
49 #endif 49 #endif
50 #if defined (USE_XAW) 50 #if defined (USE_XAW)
51 #ifdef HAVE_XAW3D
52 #include <X11/Xaw3d/Paned.h>
53 #else /* !HAVE_XAW3D */
51 #include <X11/Xaw/Paned.h> 54 #include <X11/Xaw/Paned.h>
55 #endif /* HAVE_XAW3D */
52 #include "lwlib-Xaw.h" 56 #include "lwlib-Xaw.h"
53 #endif 57 #endif
54 58
55 #if !defined (USE_LUCID) && !defined (USE_MOTIF) 59 #if !defined (USE_LUCID) && !defined (USE_MOTIF)
56 #error At least one of USE_LUCID or USE_MOTIF must be defined. 60 #error At least one of USE_LUCID or USE_MOTIF must be defined.