Use ntvfs session close to close downstream session
[Samba/vfs_proxy.git] / source4 / heimdal_build / config.h
blobe15c6effa8207e3a7192eaf7472149469e2236f5
1 /*
2 this is a replacement config.h for building the heimdal parts of the
3 Samba source tree
4 */
6 #ifndef HAVE_HEIMDAL_CONFIG_H
7 #define HAVE_HEIMDAL_CONFIG_H
9 #include "include/config.h"
10 #include "../replace/replace.h"
12 #define RCSID(msg) struct __rcsid { int __rcsdi; }
13 #define KRB5
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
22 #define HDB_DB_DIR ""
24 #undef HAVE_KRB5_ENCRYPT_BLOCK
26 #endif