allow a DEFAULT_PRINTING to be specified in CFLAGS
authorAndrew Tridgell <tridge@samba.org>
Mon, 1 May 2000 05:42:09 +0000 (05:42 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 1 May 2000 05:42:09 +0000 (05:42 +0000)
(This used to be commit 80ebb0ad5499745f988921eceb4584b43ef9aaf1)

source3/include/includes.h

index b71a5ee3d3d3f2fc50a6a25e0b2c3265fab1ee82..bb5d8192cbf4d0deabf30d0315179540536e0aa1 100644 (file)
 #endif
 
 #ifdef LINUX
+#ifndef DEFAULT_PRINTING
 #define DEFAULT_PRINTING PRINT_BSD
+#endif
+#ifndef PRINTCAP_NAME
 #define PRINTCAP_NAME "/etc/printcap"
 #endif
+#endif
 
 #ifdef RELIANTUNIX
 /*