summaryrefslogtreecommitdiff
path: root/net/samba3/files/patch-includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba3/files/patch-includes.h')
-rw-r--r--net/samba3/files/patch-includes.h23
1 files changed, 18 insertions, 5 deletions
diff --git a/net/samba3/files/patch-includes.h b/net/samba3/files/patch-includes.h
index 3a087eb7e363..25653af85e5b 100644
--- a/net/samba3/files/patch-includes.h
+++ b/net/samba3/files/patch-includes.h
@@ -1,12 +1,25 @@
---- include/includes.h.orig Sat Mar 30 23:30:18 2002
-+++ include/includes.h Sat Mar 30 23:31:07 2002
-@@ -1117,5 +1117,9 @@
+--- 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"
+@@ -1119,6 +1124,10 @@
+ for snprintf and vsnprintf */
#define slprintf snprintf
#define vslprintf vsnprintf
-
++
+#ifndef PAM_AUTHTOK_RECOVER_ERR
+#define PAM_AUTHTOK_RECOVER_ERR PAM_AUTHTOK_RECOVERY_ERR
+#endif
-+
+
#endif /* _INCLUDES_H */