summaryrefslogtreecommitdiff
path: root/test/testoc.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2004-03-14 13:16:06 +0000
committerRyan Bloom <rbb@apache.org>2004-03-14 13:16:06 +0000
commit5df38bb065e735065aeecd4432b6f0333555cc2e (patch)
tree0392067537abc95160b458928209f7102160edb3 /test/testoc.c
parent6fa22bda694f6b71b7e9ebdf8e47b438ad15f779 (diff)
downloadapr-5df38bb065e735065aeecd4432b6f0333555cc2e.tar.gz
Remove some common macros to test_apr.h
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64986 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testoc.c')
-rw-r--r--test/testoc.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/testoc.c b/test/testoc.c
index 58f891ddd..f5c79fba2 100644
--- a/test/testoc.c
+++ b/test/testoc.c
@@ -22,15 +22,6 @@
#if APR_HAS_OTHER_CHILD
-/* XXX I'm sure there has to be a better way to do this ... */
-#ifdef WIN32
-#define EXTENSION ".exe"
-#elif NETWARE
-#define EXTENSION ".nlm"
-#else
-#define EXTENSION
-#endif
-
static char reasonstr[256];
static void ocmaint(int reason, void *data, int status)