From e2aa38a20175430ae1ef7540a8ca7cdf0c4e955e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 6 Aug 2009 07:38:43 +1000 Subject: 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 --- source3/include/includes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index 8fb240f26c..a636716c22 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 */ -- cgit