1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00

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
This commit is contained in:
Andrew Tridgell 2009-08-06 07:38:43 +10:00
parent 39b0158373
commit e2aa38a201

View File

@ -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 */