mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
autoconf for hyc
This commit is contained in:
parent
0552b1c53f
commit
343e2df772
2 changed files with 669 additions and 645 deletions
|
|
@ -574,6 +574,9 @@
|
|||
/* Define if you have the <winsock.h> header file. */
|
||||
#undef HAVE_WINSOCK_H
|
||||
|
||||
/* Define if you have the <winsock2.h> header file. */
|
||||
#undef HAVE_WINSOCK2_H
|
||||
|
||||
/* Define if you have the V3 library (-lV3). */
|
||||
#undef HAVE_LIBV3
|
||||
|
||||
|
|
@ -646,6 +649,9 @@
|
|||
/* define if you have winsock */
|
||||
#undef HAVE_WINSOCK
|
||||
|
||||
/* define if you have winsock2 */
|
||||
#undef HAVE_WINSOCK2
|
||||
|
||||
/* define if you have res_query() */
|
||||
#undef HAVE_RES_QUERY
|
||||
|
||||
|
|
@ -763,6 +769,9 @@
|
|||
/* define if NDBM is available */
|
||||
#undef HAVE_NDBM
|
||||
|
||||
/* define if LDAP libs are dynamic */
|
||||
#undef LDAP_LIBS_DYNAMIC
|
||||
|
||||
/* define if you have -lwrap */
|
||||
#undef HAVE_TCPD
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue