summaryrefslogtreecommitdiff
path: root/source3/include/printing.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-08-23 19:06:20 +0000
committerTim Potter <tpot@samba.org>2001-08-23 19:06:20 +0000
commitd1f53e404496dff10df7dc5e5b58ed676982c955 (patch)
treed43108f7f1a4fe99602b919032166e5935411413 /source3/include/printing.h
parent2f6486b55f05947205c380e071b16cd40af4d057 (diff)
downloadsamba-d1f53e404496dff10df7dc5e5b58ed676982c955.tar.gz
Fixed detection of CUPS. We need to check for the presence of the cups
header files as well as libcups. (This used to be commit 2dbb41a7b88e7fad63579111aaab4a1cd28c54d5)
Diffstat (limited to 'source3/include/printing.h')
-rw-r--r--source3/include/printing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/printing.h b/source3/include/printing.h
index 676a0c74bfe..ee0b25d63fd 100644
--- a/source3/include/printing.h
+++ b/source3/include/printing.h
@@ -57,9 +57,9 @@ struct printif
extern struct printif generic_printif;
-#ifdef HAVE_LIBCUPS
+#ifdef HAVE_CUPS
extern struct printif cups_printif;
-#endif /* HAVE_LIBCUPS */
+#endif /* HAVE_CUPS */
#define PRINT_MAX_JOBID 10000
#define UNIX_JOB_START PRINT_MAX_JOBID