]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/util-int.c
don't define NEED_COPY_HOSTENT in the decleration
[openldap] / libraries / libldap / util-int.c
index ff002eb9f65d688ec7af555936ab30364cc95eb4..9e8a59fdedabe9159116b73393c0e2e9016990aa 100644 (file)
@@ -98,7 +98,6 @@ char *ldap_pvt_ctime( const time_t *tp, char *buf )
 static char *safe_realloc( char **buf, int len );
 
 #if !defined(HAVE_GETHOSTBYNAME_R) && defined(LDAP_R_COMPILE)
-# define NEED_COPY_HOSTENT
 static int copy_hostent( struct hostent *res, char **buf, struct hostent * src );
 #endif