comparison src/xfns.c @ 81374:c567f60cd935

Link to xaw3d if available.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 13 Jun 2007 17:35:14 +0000
parents 7edf1ae10375
children 7d290e488d73
comparison
equal deleted inserted replaced
81373:6f4d6c8ae117 81374:c567f60cd935
70 70
71 #ifdef USE_X_TOOLKIT 71 #ifdef USE_X_TOOLKIT
72 #include <X11/Shell.h> 72 #include <X11/Shell.h>
73 73
74 #ifndef USE_MOTIF 74 #ifndef USE_MOTIF
75 #ifdef HAVE_XAW3D
76 #include <X11/Xaw3d/Paned.h>
77 #include <X11/Xaw/Label.h>
78 #else /* !HAVE_XAW3D */
75 #include <X11/Xaw/Paned.h> 79 #include <X11/Xaw/Paned.h>
76 #include <X11/Xaw/Label.h> 80 #include <X11/Xaw/Label.h>
81 #endif /* HAVE_XAW3D */
77 #endif /* USE_MOTIF */ 82 #endif /* USE_MOTIF */
78 83
79 #ifdef USG 84 #ifdef USG
80 #undef USG /* ####KLUDGE for Solaris 2.2 and up */ 85 #undef USG /* ####KLUDGE for Solaris 2.2 and up */
81 #include <X11/Xos.h> 86 #include <X11/Xos.h>