From 564d5cd2c48b9d9debccf03433cfee282040e2da Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 12 Jan 2010 13:24:33 +1100 Subject: s4:heimdal New files and supporting logic for heimdal update --- source4/heimdal_build/roken.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'source4/heimdal_build/roken.h') diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index 2d46767e1b..c95e6dfaef 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/heimdal_build/roken.h @@ -10,6 +10,8 @@ /* path to sysconf - should we force this to samba LIBDIR ? */ #define SYSCONFDIR "/etc" +#define rk_PATH_DELIM '/' + /* HDB module dir - set to Samba LIBDIR/hdb ? */ #define HDBDIR "/usr/heimdal/lib" #define LIBDIR "/usr/heimdal/lib" @@ -27,7 +29,7 @@ #define VERSION "Samba" #define ROKEN_LIB_FUNCTION - +#define ROKEN_LIB_CALL #define GETHOSTBYADDR_PROTO_COMPATIBLE #define GETSERVBYNAME_PROTO_COMPATIBLE #define OPENLOG_PROTO_COMPATIBLE @@ -105,6 +107,10 @@ #define HAVE_INET_ATON #endif +#ifndef HAVE_GETTIMEOFDAY +#define HAVE_GETTIMEOFDAY +#endif + /* we lie about having pidfile() so that NetBSD5 can compile. Nothing in the parts of heimdal we use actually uses pidfile(), and we don't use it in Samba, so this works, although its ugly */ -- cgit