]> git.sur5r.net Git - openldap/commit
Improved ldap_int_strtok. If strtok_r does not exists, it will be worked
authorBart Hartgers <bart@openldap.org>
Thu, 14 Jan 1999 15:19:29 +0000 (15:19 +0000)
committerBart Hartgers <bart@openldap.org>
Thu, 14 Jan 1999 15:19:29 +0000 (15:19 +0000)
commitf6a47058b65c36c1cf06331cc672c735eae2bd62
tree0ec1b9fd3a3f44292fa49b2256e358c702824a6f
parentb7beec16639919fa80f76f0e72db9afde77d32be
Improved ldap_int_strtok. If strtok_r does not exists, it will be worked
simulated with strspn and strpbrk. If strspn or strpbrk aren't there, they
will be supplied.
In addition, the memory-handling of the ldap_int_gethostby's is better now.
configure.in
libraries/libldap/util-int.c