• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/packaging/Debian/debian-unstable/patches/
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
15