summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-05-01 05:42:09 +0000
committerAndrew Tridgell <tridge@samba.org>2000-05-01 05:42:09 +0000
commitbfb9c3ea86bbd4bef6ab96906fa5eb3fd7ef5c4e (patch)
treef2b53dd16669e62aea1242e709bb2053ce630b60 /source3
parent3cc5f0dd154f00923d313729922047fc170c7228 (diff)
downloadsamba-bfb9c3ea86bbd4bef6ab96906fa5eb3fd7ef5c4e.tar.gz
samba-bfb9c3ea86bbd4bef6ab96906fa5eb3fd7ef5c4e.tar.bz2
samba-bfb9c3ea86bbd4bef6ab96906fa5eb3fd7ef5c4e.zip
allow a DEFAULT_PRINTING to be specified in CFLAGS
(This used to be commit 80ebb0ad5499745f988921eceb4584b43ef9aaf1)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/includes.h4
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
/*