~vcs-imports/samba/main

« back to all changes in this revision

Viewing changes to packaging/Debian/debian-unstable/patches/cups.patch

  • Committer: jerry
  • Date: 2006-07-14 21:48:39 UTC
  • Revision ID: vcs-imports@canonical.com-20060714214839-586d8c489a8fcead
gutting trunk to move to svn:externals

Show diffs side-by-side

added added

removed removed

Lines of Context:
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