]> granicus.if.org Git - apache/commit
Move all APR functions related to strings to their own directory, and
authorRyan Bloom <rbb@apache.org>
Fri, 21 Jul 2000 19:50:58 +0000 (19:50 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 21 Jul 2000 19:50:58 +0000 (19:50 +0000)
commit22d9fbdec042264bb0eb22d3c6a060e477791ab1
treead347d8d26dca91b745d4d632f01f9388175a892
parent71afb1fe1ca1a275e1363f3a5aa31eaf78d5df55
Move all APR functions related to strings to their own directory, and
create a new header for those functions.  This is the first step to
removing the apr/lib directory completely, and moving those files/functions
to descriptive directories.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85867 13f79535-47bb-0310-9956-ffa450edef68
37 files changed:
modules/aaa/mod_access.c
modules/aaa/mod_auth.c
modules/filters/mod_include.c
modules/generators/mod_asis.c
modules/generators/mod_autoindex.c
modules/generators/mod_cgi.c
modules/generators/mod_cgid.c
modules/http/http_core.c
modules/http/http_protocol.c
modules/http/http_request.c
modules/http/mod_mime.c
modules/loggers/mod_log_config.c
modules/mappers/mod_actions.c
modules/mappers/mod_alias.c
modules/mappers/mod_dir.c
modules/mappers/mod_imap.c
modules/mappers/mod_negotiation.c
modules/mappers/mod_userdir.c
modules/metadata/mod_env.c
modules/metadata/mod_setenvif.c
server/config.c
server/connection.c
server/listen.c
server/log.c
server/main.c
server/mpm/beos/beos.c
server/mpm/dexter/dexter.c
server/mpm/mpmt_beos/mpmt_beos.c
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/prefork/prefork.c
server/util.c
server/util_md5.c
server/util_script.c
server/util_uri.c
server/util_xml.c
server/vhost.c
support/htpasswd.c