From 51edcea156dd949e402ca3868eca33e1a4421533 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 6 Jun 2005 05:52:07 +0000 Subject: r7322: the beginnings of a in-tree heimdal (This used to be commit e6a2174050bb55afb32d54b8cfe12c7358bf98f2) --- source4/heimdal_build/config.h | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 source4/heimdal_build/config.h (limited to 'source4/heimdal_build/config.h') diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h new file mode 100644 index 0000000000..375239c459 --- /dev/null +++ b/source4/heimdal_build/config.h @@ -0,0 +1,38 @@ +/* + this is a replacement config.h for building the heimdal parts of the + Samba source tree +*/ + +/* bring in the samba4 config.h */ +#include "include/config.h" + +#define RCSID(msg) \ +static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } + +#ifdef VOID_RETSIGTYPE +#define SIGRETURN(x) return +#else +#define SIGRETURN(x) return (RETSIGTYPE)(x) +#endif + +#ifndef MAXPATHLEN +#define MAXPATHLEN (1024+4) +#endif + +/* path to sysconf - should we force this to samba LIBDIR ? */ +#define SYSCONFDIR "/etc" + +#define KRB5 + +/* Maximum values on all known systems */ +#define MaxHostNameLen (64+4) +#define MaxPathLen (1024+4) + +#define HAVE_H_ERRNO + +#define HAVE_LONG_LONG 1 + +#define VERSIONLIST {"Lorikeet-Heimdal, Modified for Samba4 0.7rc1"} + + +#undef HAVE_DLOPEN -- cgit