1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-22 05:57:43 +03:00

r5685: BUG 1881: only define PRINT_SPOOL_PREFIX if it is not already defined

(This used to be commit a42e3fc63cdbabd96f05e6af64344e1489ebf9da)
This commit is contained in:
Gerald Carter 2005-03-07 23:24:19 +00:00 committed by Gerald (Jerry) Carter
parent d3e3bd77a0
commit a26386ec92

View File

@ -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. */