From f5ff74e1315f61ab2dcd6c627632c4a100274d2e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 14 Jul 1999 13:29:35 +0000 Subject: [PATCH] make the default printing model on all Linux systems BSD --- source/include/includes.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/include/includes.h b/source/include/includes.h index 5418b34450f..3b8339e8fc8 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -45,6 +45,11 @@ #undef HAVE_TERMIOS_H #endif +#ifdef LINUX +#define DEFAULT_PRINTING PRINT_BSD +#define PRINTCAP_NAME "/etc/printcap" +#endif + #ifdef RELIANTUNIX /* * has to be included before any other to get -- 2.11.4.GIT