summaryrefslogtreecommitdiff
path: root/test/testproc.c
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-12-20 19:09:14 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-12-20 19:09:14 +0000
commit99457c81177f279140cdd91a62851ac309a2d5c0 (patch)
tree7704e00a1a86890e7950503fcc7274d05542019e /test/testproc.c
parentae3ade9f9436ab7fa40f30699f6150edbcff2c10 (diff)
downloadapr-99457c81177f279140cdd91a62851ac309a2d5c0.tar.gz
Making the APR tests run on NetWare
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64201 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testproc.c')
-rw-r--r--test/testproc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testproc.c b/test/testproc.c
index 1c231c009..cdc538e2e 100644
--- a/test/testproc.c
+++ b/test/testproc.c
@@ -62,6 +62,8 @@
/* 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