aboutsummaryrefslogtreecommitdiff
path: root/net/samba3/files/patch-includes.h
blob: 25653af85e5bf00b5beab94f3ab2f3aa82239524 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- 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 */