From: Gerald Carter Date: Mon, 7 Mar 2005 23:24:19 +0000 (+0000) Subject: r5685: BUG 1881: only define PRINT_SPOOL_PREFIX if it is not already defined X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a42e3fc63cdbabd96f05e6af64344e1489ebf9da;p=thirdparty%2Fsamba.git r5685: BUG 1881: only define PRINT_SPOOL_PREFIX if it is not already defined --- diff --git a/source/include/printing.h b/source/include/printing.h index fd1e7e43e4e..43ff8dd39e8 100644 --- a/source/include/printing.h +++ b/source/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. */