mirror of
https://github.com/samba-team/samba.git
synced 2025-11-15 16:23:49 +03:00
make sure we have a value for DEFAULT_PRINTING on all platforms
This commit is contained in:
@@ -45,14 +45,12 @@
|
||||
#undef HAVE_TERMIOS_H
|
||||
#endif
|
||||
|
||||
#ifdef LINUX
|
||||
#ifndef DEFAULT_PRINTING
|
||||
#define DEFAULT_PRINTING PRINT_BSD
|
||||
#endif
|
||||
#ifndef PRINTCAP_NAME
|
||||
#define PRINTCAP_NAME "/etc/printcap"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
/** Use gcc attribute to check printf fns. a1 is the 1-based index of
|
||||
|
||||
Reference in New Issue
Block a user