From b9e86e763abd12686a648c4c4a5ecc20e017170e Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Thu, 2 Sep 2004 05:50:38 +0000 Subject: Clean up defines for Xprint support and fix BuildServersOnly build for libXaw. --- xset.c | 6 +++--- 1 file 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 #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 -- cgit v1.2.3