summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-04-22 06:16:50 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-04-22 06:16:50 +0000
commit027b764b33be081453d79af7d4c88626d164641d (patch)
treea93c6f45aa3188d67e255a5de1b372f748aff66a /test
parentf053384d7a6c870a4e98e221ffb115e673d4cf45 (diff)
downloadlibapr-027b764b33be081453d79af7d4c88626d164641d.tar.gz
Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.
This should make the fact that this is a private header file more obvious. This also updates all of the references to apr_config.h git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index a9c57f1ed..62bdc4a55 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -130,7 +130,7 @@ client.o: client.c $(INCDIR)/apr_network_io.h \
htdigest.o: htdigest.c $(INCDIR)/apr_lib.h $(INCDIR)/apr_general.h \
$(INCDIR)/apr.h $(INCDIR)/apr_errno.h $(INCDIR)/apr_file_io.h \
$(INCDIR)/apr_time.h $(INCDIR)/apr_thread_proc.h \
- $(INCDIR)/apr_md5.h $(INCDIR)/apr_config.h
+ $(INCDIR)/apr_md5.h $(INCDIR)/apr_private.h
mod_test.o: mod_test.c
server.o: server.c $(INCDIR)/apr_network_io.h \
$(INCDIR)/apr_general.h $(INCDIR)/apr.h $(INCDIR)/apr_errno.h \