summaryrefslogtreecommitdiff
path: root/net/samba/files/patch-include-includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba/files/patch-include-includes.h')
-rw-r--r--net/samba/files/patch-include-includes.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/samba/files/patch-include-includes.h b/net/samba/files/patch-include-includes.h
new file mode 100644
index 000000000000..f426392920b2
--- /dev/null
+++ b/net/samba/files/patch-include-includes.h
@@ -0,0 +1,14 @@
+--- include/includes.h.orig Sat Oct 13 17:09:21 2001
++++ include/includes.h Fri Jan 11 22:12:06 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"