s3: Add an async smbsock_connect
[Samba.git] / source4 / heimdal_build / config.h
blob6a82637b2d305bfc6199043404b7316f31e4579b
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 #if !defined(HAVE_DIRFD) && !defined(HAVE_DIRFD_DECL) && !defined(dirfd)
13 #define dirfd(d) (-1)
14 #endif
16 #define RCSID(msg) struct __rcsid { int __rcsdi; }
17 #define KRB5
19 /* This needs to be defined for roken too */
20 #ifdef VOID_RETSIGTYPE
21 #define SIGRETURN(x) return
22 #else
23 #define SIGRETURN(x) return (RETSIGTYPE)(x)
24 #endif
26 #define HDB_DB_DIR ""
28 #undef HAVE_KRB5_ENCRYPT_BLOCK
30 #endif