Samba 3: added Samba 3.0.24 sources
[tomato.git] / release / src / router / samba3 / packaging / Debian / debian-sarge / patches / cups.patch
blob8b1b8653d92af39dc43fcdf55ece6e6cb5f8e138
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
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