Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > media > main-src > by-pkgid > f2c9a24e570f82c24fd7074143d03478 > files > 45

nss_ldap-253-42.el5.src.rpm

#include <ldap.h>
#include <stdio.h>
int
main(int argc, char **argv)
{
	printf("%d\n", LDAP_VENDOR_VERSION);
	return 0;
}