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