]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/ldap-int.h
Remove LDAP_PORT dependencies so that ldap.conf defaults take over.
[openldap] / libraries / libldap / ldap-int.h
index 09628931fc7cbc8a1f1b265c122208888313c896..4b95a75f4f6b3f49e4152c97a1dfe109a633109d 100644 (file)
@@ -242,12 +242,7 @@ BerElement *ldap_build_search_req( LDAP *ld, char *base, int scope,
 /*
  * in strdup.c
  */
-#ifdef HAVE_STRDUP
-#define      ldap_strdup(s)    strdup(s)
-extern char *strdup();
-#else
-extern char *ldap_strdup LDAP_P(( const char * ));
-#endif
+char *ldap_strdup LDAP_P(( const char * ));
 
 /*
  * in unbind.c