summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-03-04 15:19:00 +0000
committerGerald Carter <jerry@samba.org>2004-03-04 15:19:00 +0000
commit0b975dd7c64e94c7bcad9d7628005b16e9006424 (patch)
treeb7b1c18d04932598e07cc01bb64ce28228cb57eb /source3
parent1fcc87b8148be2ca7fa73f18a19c677c3f4fbab4 (diff)
downloadsamba-0b975dd7c64e94c7bcad9d7628005b16e9006424.tar.gz
samba-0b975dd7c64e94c7bcad9d7628005b16e9006424.tar.bz2
samba-0b975dd7c64e94c7bcad9d7628005b16e9006424.zip
another fix for bug 761; don't default to bsd printing on linux
(This used to be commit 29bc83080f47b2f945686e706f2cfef221ac3795)
Diffstat (limited to 'source3')
-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 a594e309df..01822d7c00 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