1
0
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:
Björn Jacke 2016-12-08 17:56:24 +01:00 committed by Bjoern Jacke
parent ab8616f20c
commit bfc6adfb20

View File

@ -365,4 +365,8 @@ struct addrinfo {
#endif /* HAVE_LINUX_IPV6_V6ONLY_26 */
#endif /* HAVE_IPV6 */
#ifndef SCOPE_DELIMITER
#define SCOPE_DELIMITER '%'
#endif
#endif