http://www.jwz.org/xscreensaver/xscreensaver-5.09.tar.gz
[xscreensaver] / config.h-vms
index 5dd8158bbd7c55142e5af30ab27ada5fdcfbfd62..7a30b1966e6253c4cd6cb77dc3f8d420d4b48272 100644 (file)
  */
 #define HAVE_MOTIF 1
 
-/*  Define this if you don't have Motif, but you have Athena (-Xaw).
+/*  Define this if you have the XmComboBox Motif widget (Motif 2.0.)
  */
-#undef HAVE_ATHENA
-
-/*  Define this if you have Athena, and the version you have includes the
- *  XawViewportSetCoordinates function in Viewport.h (some old versions of
- *  the library didn't have this function.)
- */
-#undef HAVE_XawViewportSetCoordinates
+#undef HAVE_XMCOMBOBOX
 
 /*  Define this if you have the XPM library installed.  Some of the demos can
  *  make use of this if it is available.
  */
 #undef HAVE_XSHM_EXTENSION
 
-/*  Some screenhacks like to run an external program to generate random pieces
-    of text; set this to the one you like ("yow" and "fortune" are the most
-    likely prospects.)  Note that this is just the default; X resources can
-    be used to override it.
- */
-#define ZIPPY_PROGRAM "fortune"
-
-
 
 /* *************************************************************************
                        CONFIGURING PASSWORD AUTHENTICATION