summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2004-09-02 05:50:38 +0000
committerKevin E Martin <kem@kem.org>2004-09-02 05:50:38 +0000
commitb9e86e763abd12686a648c4c4a5ecc20e017170e (patch)
tree3db3443902f83efb5801a3fdb650cdd38f30d893
parent735853aa5531434c951de4c2cd2b75b8ce7148ba (diff)
Clean up defines for Xprint support and fix BuildServersOnly build forrel-0-6-1XORG-6_8_1XORG-6_8_0XORG-6_7_99_904
libXaw.
-rw-r--r--xset.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xset.c b/xset.c
index c89eebe..c2c4ab3 100644
--- a/xset.c
+++ b/xset.c
@@ -88,7 +88,7 @@ in this Software without prior written authorization from The Open Group.
static Status set_font_cache(Display *, long, long, long);
static void query_cache_status(Display *dpy);
#endif
-#ifdef XPRINT
+#ifdef INCLUDE_XPRINT_SUPPORT
#include <X11/extensions/Print.h>
#endif
@@ -356,7 +356,7 @@ for (i = 1; i < argc; ) {
}
}
#endif
-#ifdef XPRINT
+#ifdef INCLUDE_XPRINT_SUPPORT
else if (strcmp(arg, "rehashprinterlist") == 0) { /* rehash list of printers */
short dummy;
if (XpQueryVersion(dpy, &dummy, &dummy)) {
@@ -1513,7 +1513,7 @@ usage(char *fmt, ...)
fprintf (stderr, " Show font cache statistics:\n");
fprintf (stderr, "\t fc s\n");
#endif
-#ifdef XPRINT
+#ifdef INCLUDE_XPRINT_SUPPORT
fprintf (stderr, " To control Xprint features:\n");
fprintf (stderr, "\t rehashprinterlist Recomputes the list of available printers\n");
#endif