diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-16 02:59:30 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-16 02:59:30 +0000 |
commit | 727c3bfdebf67e306e1ab15bb533e67b1e1b9090 (patch) | |
tree | 71ad12afd7cbb6929a4d3c5288a912ce2053cc1c /source4/include | |
parent | c35b032180d28dcb11e93a8cd1e9dedd0feeefd1 (diff) | |
download | samba-727c3bfdebf67e306e1ab15bb533e67b1e1b9090.tar.gz samba-727c3bfdebf67e306e1ab15bb533e67b1e1b9090.tar.bz2 samba-727c3bfdebf67e306e1ab15bb533e67b1e1b9090.zip |
make sure we have a value for DEFAULT_PRINTING on all platforms
(This used to be commit d0bef33ffa21ce5caaf8e052cbbd2bb32db40b0c)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/includes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index 305875cae0..b3f98d2f2c 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -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 |