diff options
author | Kevin E Martin <kem@kem.org> | 2004-09-02 05:50:38 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2004-09-02 05:50:38 +0000 |
commit | b9e86e763abd12686a648c4c4a5ecc20e017170e (patch) | |
tree | 3db3443902f83efb5801a3fdb650cdd38f30d893 | |
parent | 735853aa5531434c951de4c2cd2b75b8ce7148ba (diff) |
Clean up defines for Xprint support and fix BuildServersOnly build forrel-0-6-1lg3d-rel-0-7-0lg3d-baseXORG-6_8_1XORG-6_8_0XORG-6_7_99_904
libXaw.
-rw-r--r-- | xset.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |