From bfb9c3ea86bbd4bef6ab96906fa5eb3fd7ef5c4e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 1 May 2000 05:42:09 +0000 Subject: allow a DEFAULT_PRINTING to be specified in CFLAGS (This used to be commit 80ebb0ad5499745f988921eceb4584b43ef9aaf1) --- source3/include/includes.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index b71a5ee3d3..bb5d8192cb 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -46,9 +46,13 @@ #endif #ifdef LINUX +#ifndef DEFAULT_PRINTING #define DEFAULT_PRINTING PRINT_BSD +#endif +#ifndef PRINTCAP_NAME #define PRINTCAP_NAME "/etc/printcap" #endif +#endif #ifdef RELIANTUNIX /* -- cgit