summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in79
-rw-r--r--test/logresolve.c2
-rw-r--r--test/rotatelogs.c2
-rw-r--r--test/suexec.c2
4 files changed, 48 insertions, 37 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 2c6a35381..2224118c1 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -91,37 +91,48 @@ depend:
&& rm Makefile.new
# DO NOT REMOVE
-ab_apr.o: ab_apr.c ../include/apr_network_io.h \
- ../include/apr_general.h $(INCDIR)/apr_config.h \
- ../include/apr_errno.h ../include/apr_file_io.h
-client.o: client.c ../include/apr_network_io.h \
- ../include/apr_general.h $(INCDIR)/apr_config.h \
- ../include/apr_errno.h
-server.o: server.c ../include/apr_network_io.h \
- ../include/apr_general.h $(INCDIR)/apr_config.h \
- ../include/apr_errno.h
-testargs.o: testargs.c ../include/apr_file_io.h \
- ../include/apr_general.h $(INCDIR)/apr_config.h \
- ../include/apr_errno.h $(INCDIR)/apr_lib.h $(INCDIR)/hsregex.h
-testfile.o: testfile.c ../include/apr_file_io.h \
- ../include/apr_general.h $(INCDIR)/apr_config.h \
- ../include/apr_errno.h $(INCDIR)/apr_lib.h $(INCDIR)/hsregex.h
-testproc.o: testproc.c ../include/apr_thread_proc.h \
- ../include/apr_file_io.h ../include/apr_general.h \
- $(INCDIR)/apr_config.h ../include/apr_errno.h \
- $(INCDIR)/apr_win.h $(INCDIR)/apr_lib.h $(INCDIR)/hsregex.h
-testsig.o: testsig.c ../include/apr_thread_proc.h \
- ../include/apr_file_io.h ../include/apr_general.h \
- $(INCDIR)/apr_config.h ../include/apr_errno.h \
- $(INCDIR)/apr_win.h $(INCDIR)/apr_lib.h $(INCDIR)/hsregex.h
-testsock.o: testsock.c ../include/apr_thread_proc.h \
- ../include/apr_file_io.h ../include/apr_general.h \
- $(INCDIR)/apr_config.h ../include/apr_errno.h \
- $(INCDIR)/apr_win.h $(INCDIR)/apr_lib.h $(INCDIR)/hsregex.h
-testthread.o: testthread.c ../include/apr_thread_proc.h \
- ../include/apr_file_io.h ../include/apr_general.h \
- $(INCDIR)/apr_config.h ../include/apr_errno.h \
- $(INCDIR)/apr_win.h ../include/apr_lock.h
-testtime.o: testtime.c ../include/apr_time.h \
- ../include/apr_general.h $(INCDIR)/apr_config.h \
- ../include/apr_errno.h
+ab_apr.o: ab_apr.c $(INCDIR)/apr_network_io.h \
+ $(INCDIR)/apr_general.h $(INCDIR)/apr_config.h \
+ $(INCDIR)/apr_errno.h $(INCDIR)/apr_file_io.h $(INCDIR)/apr_time.h
+abc.o: abc.c $(INCDIR)/apr_file_io.h $(INCDIR)/apr_general.h \
+ $(INCDIR)/apr_config.h $(INCDIR)/apr_errno.h
+client.o: client.c $(INCDIR)/apr_network_io.h \
+ $(INCDIR)/apr_general.h $(INCDIR)/apr_config.h \
+ $(INCDIR)/apr_errno.h
+htdigest.o: htdigest.c $(INCDIR)/apr_lib.h $(INCDIR)/apr_general.h \
+ $(INCDIR)/apr_config.h $(INCDIR)/apr_errno.h \
+ $(INCDIR)/apr_file_io.h $(INCDIR)/hsregex.h $(INCDIR)/apr_md5.h
+htpasswd.o: htpasswd.c $(INCDIR)/apr_signal.h \
+ $(INCDIR)/apr_general.h $(INCDIR)/apr_config.h \
+ $(INCDIR)/apr_errno.h $(INCDIR)/apr_lib.h $(INCDIR)/apr_file_io.h \
+ $(INCDIR)/hsregex.h
+logresolve.o: logresolve.c $(INCDIR)/apr_config.h
+rotatelogs.o: rotatelogs.c $(INCDIR)/apr_config.h
+server.o: server.c $(INCDIR)/apr_network_io.h \
+ $(INCDIR)/apr_general.h $(INCDIR)/apr_config.h \
+ $(INCDIR)/apr_errno.h
+suexec.o: suexec.c $(INCDIR)/apr_config.h suexec.h
+testargs.o: testargs.c $(INCDIR)/apr_file_io.h \
+ $(INCDIR)/apr_general.h $(INCDIR)/apr_config.h \
+ $(INCDIR)/apr_errno.h $(INCDIR)/apr_lib.h $(INCDIR)/hsregex.h
+testfile.o: testfile.c $(INCDIR)/apr_file_io.h \
+ $(INCDIR)/apr_general.h $(INCDIR)/apr_config.h \
+ $(INCDIR)/apr_errno.h $(INCDIR)/apr_lib.h $(INCDIR)/hsregex.h
+testproc.o: testproc.c $(INCDIR)/apr_thread_proc.h \
+ $(INCDIR)/apr_file_io.h $(INCDIR)/apr_general.h \
+ $(INCDIR)/apr_config.h $(INCDIR)/apr_errno.h $(INCDIR)/apr_win.h \
+ $(INCDIR)/apr_lib.h $(INCDIR)/hsregex.h
+testsig.o: testsig.c $(INCDIR)/apr_thread_proc.h \
+ $(INCDIR)/apr_file_io.h $(INCDIR)/apr_general.h \
+ $(INCDIR)/apr_config.h $(INCDIR)/apr_errno.h $(INCDIR)/apr_win.h \
+ $(INCDIR)/apr_lib.h $(INCDIR)/hsregex.h
+testsock.o: testsock.c $(INCDIR)/apr_thread_proc.h \
+ $(INCDIR)/apr_file_io.h $(INCDIR)/apr_general.h \
+ $(INCDIR)/apr_config.h $(INCDIR)/apr_errno.h $(INCDIR)/apr_win.h \
+ $(INCDIR)/apr_lib.h $(INCDIR)/hsregex.h
+testthread.o: testthread.c $(INCDIR)/apr_thread_proc.h \
+ $(INCDIR)/apr_file_io.h $(INCDIR)/apr_general.h \
+ $(INCDIR)/apr_config.h $(INCDIR)/apr_errno.h $(INCDIR)/apr_win.h \
+ $(INCDIR)/apr_lock.h
+testtime.o: testtime.c $(INCDIR)/apr_time.h $(INCDIR)/apr_general.h \
+ $(INCDIR)/apr_config.h $(INCDIR)/apr_errno.h
diff --git a/test/logresolve.c b/test/logresolve.c
index bcdc6e51b..c7ee9b8f7 100644
--- a/test/logresolve.c
+++ b/test/logresolve.c
@@ -39,7 +39,7 @@
* that one of these matches the original address.
*/
-#include "ap_config.h"
+#include "apr_config.h"
#include <sys/types.h>
#include <ctype.h>
diff --git a/test/rotatelogs.c b/test/rotatelogs.c
index dc6bd9772..7e91c0975 100644
--- a/test/rotatelogs.c
+++ b/test/rotatelogs.c
@@ -10,7 +10,7 @@
#define BUFSIZE 65536
#define MAX_PATH 1024
-#include "ap_config.h"
+#include "apr_config.h"
#include <time.h>
#include <errno.h>
#include <fcntl.h>
diff --git a/test/suexec.c b/test/suexec.c
index 3114b5e21..e981b41bb 100644
--- a/test/suexec.c
+++ b/test/suexec.c
@@ -71,7 +71,7 @@
*
*/
-#include "ap_config.h"
+#include "apr_config.h"
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/types.h>