summaryrefslogtreecommitdiff
path: root/source3/include/printing.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-03-07 23:24:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:54 -0500
commita26386ec92a44ba1f28427abbd1bb6c534dc0232 (patch)
treee314eefd96acb79d15db3aeed84cf3dd16ab6d1b /source3/include/printing.h
parentd3e3bd77a0caa8faaf06630f03270b4ae67caafa (diff)
downloadsamba-a26386ec92a44ba1f28427abbd1bb6c534dc0232.tar.gz
samba-a26386ec92a44ba1f28427abbd1bb6c534dc0232.tar.bz2
samba-a26386ec92a44ba1f28427abbd1bb6c534dc0232.zip
r5685: BUG 1881: only define PRINT_SPOOL_PREFIX if it is not already defined
(This used to be commit a42e3fc63cdbabd96f05e6af64344e1489ebf9da)
Diffstat (limited to 'source3/include/printing.h')
-rw-r--r--source3/include/printing.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/printing.h b/source3/include/printing.h
index fd1e7e43e4..43ff8dd39e 100644
--- a/source3/include/printing.h
+++ b/source3/include/printing.h
@@ -75,7 +75,9 @@ extern struct printif cups_printif;
#define MAX_CACHE_VALID_TIME 3600
+#ifndef PRINT_SPOOL_PREFIX
#define PRINT_SPOOL_PREFIX "smbprn."
+#endif
#define PRINT_DATABASE_VERSION 5
/* There can be this many printing tdb's open, plus any locked ones. */