mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
replace: make sure we have a SCOPE_DELIMITER define
Signed-off-by: Bjoern Jacke <bj@sernet.de> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
ab8616f20c
commit
bfc6adfb20
@ -365,4 +365,8 @@ struct addrinfo {
|
||||
#endif /* HAVE_LINUX_IPV6_V6ONLY_26 */
|
||||
#endif /* HAVE_IPV6 */
|
||||
|
||||
#ifndef SCOPE_DELIMITER
|
||||
#define SCOPE_DELIMITER '%'
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user