375239c459422fc4c6530a2e439c27ee1286370e
[sfrench/samba-autobuild/.git] / source4 / heimdal_build / config.h
1 /*
2   this is a replacement config.h for building the heimdal parts of the
3   Samba source tree
4 */
5
6 /* bring in the samba4 config.h */
7 #include "include/config.h"
8
9 #define RCSID(msg) \
10 static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
11
12 #ifdef VOID_RETSIGTYPE
13 #define SIGRETURN(x) return
14 #else
15 #define SIGRETURN(x) return (RETSIGTYPE)(x)
16 #endif
17
18 #ifndef MAXPATHLEN
19 #define MAXPATHLEN (1024+4)
20 #endif
21
22 /* path to sysconf - should we force this to samba LIBDIR ? */
23 #define SYSCONFDIR "/etc"
24
25 #define KRB5
26
27 /* Maximum values on all known systems */
28 #define MaxHostNameLen (64+4)
29 #define MaxPathLen (1024+4)
30
31 #define HAVE_H_ERRNO
32
33 #define HAVE_LONG_LONG 1
34
35 #define VERSIONLIST {"Lorikeet-Heimdal, Modified for Samba4 0.7rc1"}
36
37
38 #undef HAVE_DLOPEN