1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-10 05:44:20 +03:00

r25597: HPUX doesn't have INET_ADDRSTRLEN defined

metze
(This used to be commit f9696109cc)
This commit is contained in:
Stefan Metzmacher
2007-10-10 07:18:24 +00:00
committed by Gerald (Jerry) Carter
parent 26d4d7543b
commit 39f5745c16

View File

@@ -110,4 +110,8 @@ char *rep_inet_ntoa(struct in_addr ip);
#define INADDR_NONE 0xffffffff
#endif
#ifndef INET_ADDRSTRLEN
#define INET_ADDRSTRLEN 16
#endif
#endif