1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r25597: HPUX doesn't have INET_ADDRSTRLEN defined

metze
(This used to be commit f9696109cc8f4646599f73b78e1eacd94d1a6c2c)
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