2 a wrapper to override some of the defines that the heimdal roken system looks at
7 /* path to sysconf - should we force this to samba LIBDIR ? */
8 #define SYSCONFDIR "/etc"
10 /* HDB module dir - set to Samba LIBDIR/hdb ? */
11 #define HDBDIR "/usr/heimdal/lib"
12 #define LIBDIR "/usr/heimdal/lib"
14 /* Maximum values on all known systems */
15 #define MaxHostNameLen (64+4)
16 #define MaxPathLen (1024+4)
21 #define VERSIONLIST {"Lorikeet-Heimdal, Modified for Samba4 0.8pre"}
23 #define VERSION "Samba"
25 #define ROKEN_LIB_FUNCTION
27 #define GETHOSTBYADDR_PROTO_COMPATIBLE
28 #define GETSERVBYNAME_PROTO_COMPATIBLE
29 #define OPENLOG_PROTO_COMPATIBLE
30 #define GETSOCKNAME_PROTO_COMPATIBLE
32 /* even if we do have dlopen, we don't want heimdal using it */
35 /* we need to tell roken about the functions that Samba replaces in lib/replace */
37 #define HAVE_SETEUID 1
52 #ifndef HAVE_STRCASECMP
53 #define HAVE_STRCASECMP
88 #if (__GNUC__ >= 3) && (__GNUC_MINOR__ >= 1 )
89 #ifndef HAVE___ATTRIBUTE__
90 #define HAVE___ATTRIBUTE__
94 #include "system/network.h"
97 * we don't want that roken.h.in includes socket_wrapper
98 * we include socket_wrapper via "system/network.h"
100 #undef SOCKET_WRAPPER_REPLACE
101 #include "heimdal/lib/roken/roken.h.in"
103 extern const char *heimdal_version
;
104 extern const char *heimdal_long_version
;