make sure we have a value for DEFAULT_PRINTING on all platforms
authorAndrew Tridgell <tridge@samba.org>
Tue, 16 Dec 2003 02:59:30 +0000 (02:59 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 16 Dec 2003 02:59:30 +0000 (02:59 +0000)
source/include/includes.h

index 305875cae03bf46264bdaa7a1db35ee44ba78e12..b3f98d2f2c2ffff87054b4375b736b91fa6ea047 100644 (file)
 #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