Merge branch 'master' of ssh://git.samba.org/data/git/samba into singlelib
[gd/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 #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 RCSID(msg) struct __rcsid { int __rcsdi; }
13 #define KRB5
14
15 /* This needs to be defined for roken too */
16 #ifdef VOID_RETSIGTYPE
17 #define SIGRETURN(x) return
18 #else
19 #define SIGRETURN(x) return (RETSIGTYPE)(x)
20 #endif
21
22 #define HDB_DB_DIR ""
23
24 #undef HAVE_KRB5_ENCRYPT_BLOCK
25
26 #endif