From: Andrew Tridgell Date: Wed, 5 Aug 2009 21:38:43 +0000 (+1000) Subject: define uwrap_enabled() on Samba3 X-Git-Tag: talloc-2.0.0~464^2~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2aa38a20175430ae1ef7540a8ca7cdf0c4e955e;p=thirdparty%2Fsamba.git define uwrap_enabled() on Samba3 s3 doesn't use uwrap yet, but it uses some common coe in lib/, and so needs a dummy version of the uwrap_enabled() macro --- diff --git a/source3/include/includes.h b/source3/include/includes.h index 8fb240f26c6..a636716c22d 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -1112,4 +1112,7 @@ void in6_addr_to_sockaddr_storage(struct sockaddr_storage *ss, struct in6_addr ip); #endif +/* samba3 doesn't use uwrap yet */ +#define uwrap_enabled() 0 + #endif /* _INCLUDES_H */