From 727c3bfdebf67e306e1ab15bb533e67b1e1b9090 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 16 Dec 2003 02:59:30 +0000 Subject: make sure we have a value for DEFAULT_PRINTING on all platforms (This used to be commit d0bef33ffa21ce5caaf8e052cbbd2bb32db40b0c) --- source4/include/includes.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/include') 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 -- cgit