Initial import
[samba] / packaging / Debian / debian-unstable / patches / cups.patch
1 --- samba-3.0.10.orig/source/include/includes.h
2 +++ samba-3.0.10/source/include/includes.h
3 @@ -940,10 +940,7 @@
4  #endif
5  
6  #ifndef DEFAULT_PRINTING
7 -#ifdef HAVE_CUPS
8 -#define DEFAULT_PRINTING PRINT_CUPS
9 -#define PRINTCAP_NAME "cups"
10 -#elif defined(SYSV)
11 +#if defined(SYSV)
12  #define DEFAULT_PRINTING PRINT_SYSV
13  #define PRINTCAP_NAME "lpstat"
14  #else