1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r25714: [libreplace] move define of a constant to near to the others

metze
(This used to be commit 8bd2cf71be)
This commit is contained in:
Stefan Metzmacher 2007-10-24 12:55:40 +02:00
parent 1cfd89c6aa
commit c01f61340b

View File

@ -212,6 +212,10 @@ struct addrinfo
#define INET6_ADDRSTRLEN 46
#endif
#ifndef HOST_NAME_MAX
#define HOST_NAME_MAX 256
#endif
#ifndef HAVE_SOCKLEN_T
typedef int socklen_t;
#endif
@ -230,10 +234,6 @@ typedef unsigned short int sa_family_t;
#endif
#endif
#ifndef HOST_NAME_MAX
#define HOST_NAME_MAX 256
#endif
#ifdef SOCKET_WRAPPER
#ifndef SOCKET_WRAPPER_NOT_REPLACE
#define SOCKET_WRAPPER_REPLACE