summaryrefslogtreecommitdiffstats
path: root/net/samba3/files/patch-includes.h
blob: d041b5d22e49ad1b94b14b2ea4da05f4a13b7985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- include/includes.h.orig	Tue Apr  2 17:23:04 2002
+++ include/includes.h	Tue Apr  2 17:23:08 2002
@@ -27,6 +27,11 @@
 
 #include "local.h"
 
+#ifdef __FreeBSD__
+#define DEFAULT_PRINTING PRINT_BSD
+#define PRINTCAP_NAME "/etc/printcap"
+#endif /* __FreeBSD__ */
+
 #ifdef AIX
 #define DEFAULT_PRINTING PRINT_AIX
 #define PRINTCAP_NAME "/etc/qconfig"
OpenPOWER on IntegriCloud