summaryrefslogtreecommitdiff
path: root/source3/include
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
commit43dd09f9da14eb54f957c4f63e714d27400ad944 (patch)
tree9666c4e866e64e7524347dff6e3960b1df88ea4d /source3/include
parentf0039da19654f0d75617e96d67054d1d1990515d (diff)
downloadsamba-43dd09f9da14eb54f957c4f63e714d27400ad944.tar.gz
samba-43dd09f9da14eb54f957c4f63e714d27400ad944.tar.bz2
samba-43dd09f9da14eb54f957c4f63e714d27400ad944.zip
another fix for bug 761; don't default to bsd printing on linux
(This used to be commit d58139d64f37fe9fec34492d7857257d9ad4a808)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 09822daf55..03b6b7165a 100644
--- a/source3/include/includes.h
+++ b/source3/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