diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 /* |