1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

allow a DEFAULT_PRINTING to be specified in CFLAGS

This commit is contained in:
Andrew Tridgell -
parent 5341597de6
commit 80ebb0ad54

View File

@ -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
/*