611bf2fe0c90344aee4bad2819962a6481cc740f
[abartlet/samba.git/.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 #ifndef HAVE_HEIMDAL_CONFIG_H
7 #define HAVE_HEIMDAL_CONFIG_H
8
9 #include "include/config.h"
10 #include "../replace/replace.h"
11
12 #define VERSIONLIST {"Lorikeet-Heimdal, Modified for Samba4"}
13
14 #define VERSION "Samba"
15
16 #define PACKAGE VERSION
17 #define PACKAGE_BUGREPORT "https://bugzilla.samba.org/"
18 #define PACKAGE_VERSION VERSION
19
20 #define RCSID(msg) struct __rcsid { int __rcsdi; }
21 #define KRB5
22
23 /* This needs to be defined for roken too */
24 #ifdef VOID_RETSIGTYPE
25 #define SIGRETURN(x) return
26 #else
27 #define SIGRETURN(x) return (RETSIGTYPE)(x)
28 #endif
29
30 #define HDB_DB_DIR ""
31
32 #undef HAVE_KRB5_ENCRYPT_BLOCK
33
34 /* Because it can't be defined in roken.h */
35 #ifndef USE_HCRYPTO_IMATH
36 #define USE_HCRYPTO_IMATH
37 #endif
38
39 /*Workaround for heimdal define vs samba define*/
40 #ifdef HAVE_LIBINTL_H
41 #define LIBINTL
42 #endif
43
44 #endif