summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-04-22 05:09:35 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-04-22 05:09:35 +0000
commitc2365ea6569e27fb3c4e6dbb8cf0379147b5e92a (patch)
treebee4974ef61d9a8f0661f8b0d49106b27b9f249a /test
parent0c21d100c2de24eb5b5018e00e6acaa3e3bba84f (diff)
downloadlibapr-c2365ea6569e27fb3c4e6dbb8cf0379147b5e92a.tar.gz
apr_config.h is private and should not be used by test programs.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59921 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/testdso.c1
-rw-r--r--test/testoc.c1
-rw-r--r--test/testshmem.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/test/testdso.c b/test/testdso.c
index d34b2a78d..ecc6eeaa1 100644
--- a/test/testdso.c
+++ b/test/testdso.c
@@ -1,4 +1,3 @@
-#include "apr_config.h"
#include "apr_general.h"
#include "apr_pools.h"
#include "apr_errno.h"
diff --git a/test/testoc.c b/test/testoc.c
index 60b32bbf7..146df695b 100644
--- a/test/testoc.c
+++ b/test/testoc.c
@@ -56,7 +56,6 @@
#include "apr_errno.h"
#include "apr_general.h"
#include "apr_lib.h"
-#include "apr_config.h"
#include "errno.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/test/testshmem.c b/test/testshmem.c
index 702b8b91e..1da1e28f8 100644
--- a/test/testshmem.c
+++ b/test/testshmem.c
@@ -57,7 +57,6 @@
#include "apr_errno.h"
#include "apr_general.h"
#include "apr_lib.h"
-#include "apr_config.h"
#include "errno.h"
#include <stdio.h>
#include <stdlib.h>