another fix for bug 761; don't default to bsd printing on linux
authorGerald Carter <jerry@samba.org>
Thu, 4 Mar 2004 15:18:36 +0000 (15:18 +0000)
committerGerald Carter <jerry@samba.org>
Thu, 4 Mar 2004 15:18:36 +0000 (15:18 +0000)
(This used to be commit d58139d64f37fe9fec34492d7857257d9ad4a808)

source3/include/includes.h

index 09822daf55120934d32ce7626e3dd4badedbbdf9..03b6b7165a98808870ea3fe0e2166ffb6a5d29ca 100644 (file)
 #undef HAVE_TERMIOS_H
 #endif
 
-#ifdef LINUX
-#ifndef DEFAULT_PRINTING
-#define DEFAULT_PRINTING PRINT_BSD
-#endif
-#ifndef PRINTCAP_NAME
-#define PRINTCAP_NAME "/etc/printcap"
-#endif
-#endif
-
 #ifdef __GNUC__
 /** Use gcc attribute to check printf fns.  a1 is the 1-based index of
  * the parameter containing the format, and a2 the index of the first