mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-11 09:40:11 -04:00
ITS#9739 libldap: more Windows tweaks
Add missing autoconf #defines
This commit is contained in:
parent
2356f4f633
commit
de9dfffba5
1 changed files with 10 additions and 0 deletions
|
|
@ -39,5 +39,15 @@
|
|||
#ifndef HAVE_LOCALTIME_R
|
||||
#undef HAVE_LOCALTIME_R
|
||||
#endif /* HAVE_LOCALTIME_R */
|
||||
#ifndef HAVE_GETADDRINFO
|
||||
#undef HAVE_GETADDRINFO
|
||||
#endif /* HAVE_GETADDRINFO */
|
||||
#ifndef HAVE_GETNAMEINFO
|
||||
#undef HAVE_GETNAMEINFO
|
||||
#endif /* HAVE_GETNAMEINFO */
|
||||
#ifndef HAVE_GAI_STRERROR
|
||||
#undef HAVE_GAI_STRERROR
|
||||
#endif /* HAVE_GAI_STRERROR */
|
||||
|
||||
|
||||
#endif /* LDAP_LIBCONFIG */
|
||||
|
|
|
|||
Loading…
Reference in a new issue