summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-03-04 15:18:36 +0000
committerGerald Carter <jerry@samba.org>2004-03-04 15:18:36 +0000
commitd58139d64f37fe9fec34492d7857257d9ad4a808 (patch)
treec21ef42e7eacf00ceafdb6e0ca01e9d9b7adad55
parentaad6eb2240393931940c982e25a981ce32264f38 (diff)
downloadsamba-d58139d64f37fe9fec34492d7857257d9ad4a808.tar.gz
samba-d58139d64f37fe9fec34492d7857257d9ad4a808.tar.xz
samba-d58139d64f37fe9fec34492d7857257d9ad4a808.zip
another fix for bug 761; don't default to bsd printing on linux
-rw-r--r--source/include/includes.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 09822daf551..03b6b7165a9 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -45,15 +45,6 @@
#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
* the parameter containing the format, and a2 the index of the first