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:
parent
5341597de6
commit
80ebb0ad54
@ -46,9 +46,13 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef LINUX
|
#ifdef LINUX
|
||||||
|
#ifndef DEFAULT_PRINTING
|
||||||
#define DEFAULT_PRINTING PRINT_BSD
|
#define DEFAULT_PRINTING PRINT_BSD
|
||||||
|
#endif
|
||||||
|
#ifndef PRINTCAP_NAME
|
||||||
#define PRINTCAP_NAME "/etc/printcap"
|
#define PRINTCAP_NAME "/etc/printcap"
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef RELIANTUNIX
|
#ifdef RELIANTUNIX
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user