mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
cleanup
This commit is contained in:
parent
04b93e2628
commit
c0f8e30d22
1 changed files with 2 additions and 2 deletions
|
|
@ -50,12 +50,12 @@
|
|||
#endif
|
||||
|
||||
#if defined(HAVE_GETHOSTBYNAME_R) && \
|
||||
(GETHOSTBYNAME_R_NARGS > 6 || GETHOSTBYNAME_R_NARGS < 5)
|
||||
(GETHOSTBYNAME_R_NARGS < 5) || (6 < GETHOSTBYNAME_R_NARGS)
|
||||
/* Don't know how to handle this version, pretend it's not there */
|
||||
# undef HAVE_GETHOSTBYNAME_R
|
||||
#endif
|
||||
#if defined(HAVE_GETHOSTBYADDR_R) && \
|
||||
(GETHOSTBYADDR_R_NARGS > 8 || GETHOSTBYADDR_R_NARGS < 7)
|
||||
(GETHOSTBYADDR_R_NARGS < 7) || (8 < GETHOSTBYADDR_R_NARGS)
|
||||
/* Don't know how to handle this version, pretend it's not there */
|
||||
# undef HAVE_GETHOSTBYADDR_R
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue