]> git.sur5r.net Git - openldap/commit
Move libldap/strdup.c to string.c.
authorKurt Zeilenga <kurt@openldap.org>
Fri, 22 Jan 1999 04:33:29 +0000 (04:33 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 22 Jan 1999 04:33:29 +0000 (04:33 +0000)
commitddb0752b8f2a3e141467ef484d532d8f79b8879b
tree81125f8874a5ae7d565b463df29928d3e4b9b474
parent2a7794de09821978467a0f993f7223dea276011e
Move libldap/strdup.c to string.c.
libldap/string.c will hold various string.h replacements.
Removed liblutil/strdup.c
Moved ldap_pvt_strtok to string.c.
Moved prototype of ldap_pvt_strtok to <ac/string.h>.
Added #define strtok_r ldap_pvt_strtok (if strtok_r doesn't exist).
configure
configure.in
include/ac/string.h
include/ldap_pvt.h
libraries/libldap/Makefile.in
libraries/libldap/strdup.c [deleted file]
libraries/libldap/util-int.c
libraries/libldap_r/Makefile.in
libraries/liblutil/strdup.c [deleted file]