summaryrefslogtreecommitdiff
path: root/test/testproc.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/testproc.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/testproc.c')
-rw-r--r--test/testproc.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/testproc.c b/test/testproc.c
index b000526fd..2fb809aa6 100644
--- a/test/testproc.c
+++ b/test/testproc.c
@@ -20,15 +20,6 @@
#include "apr_strings.h"
#include "test_apr.h"
-/* 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
-
#define TESTSTR "This is a test"
static apr_proc_t newproc;