Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 2a1ece78211696ff7ef2e4d3c77d68fc > files > 17

nss_ldap-265-8.fc15.src.rpm

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