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:
parent
39b0158373
commit
e2aa38a201
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user