Initial import
[samba] / debian / patches / cups.patch
1 Index: samba-3.0.21c/source/include/includes.h
2 ===================================================================
3 --- samba-3.0.21c.orig/source/include/includes.h        2006-02-25 11:57:11.836310142 +0100
4 +++ samba-3.0.21c/source/include/includes.h     2006-02-25 11:58:13.919783766 +0100
5 @@ -1068,10 +1068,7 @@
6  #endif
7  
8  #ifndef DEFAULT_PRINTING
9 -#ifdef HAVE_CUPS
10 -#define DEFAULT_PRINTING PRINT_CUPS
11 -#define PRINTCAP_NAME "cups"
12 -#elif defined(SYSV)
13 +#if defined(SYSV)
14  #define DEFAULT_PRINTING PRINT_SYSV
15  #define PRINTCAP_NAME "lpstat"
16  #else