diff options
Diffstat (limited to 'net/samba/files/patch-source-include-includes.h')
| -rw-r--r-- | net/samba/files/patch-source-include-includes.h | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/net/samba/files/patch-source-include-includes.h b/net/samba/files/patch-source-include-includes.h new file mode 100644 index 000000000000..9596eee19536 --- /dev/null +++ b/net/samba/files/patch-source-include-includes.h @@ -0,0 +1,14 @@ +--- source/include/includes.h.orig	Sat Oct 13 17:09:21 2001 ++++ source/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" | 
