diff options
author | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2002-05-10 03:56:19 +0000 |
---|---|---|
committer | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2002-05-10 03:56:19 +0000 |
commit | 33d5607d07aff4bf73f6031c4082806b35756164 (patch) | |
tree | 3b77a136d1f99cbde19eadcbc251c92324fcd789 /test/testdso.c | |
parent | ee68d189ffc8d836f31d8efc876e7b1b71e65073 (diff) | |
download | libapr-33d5607d07aff4bf73f6031c4082806b35756164.tar.gz |
Address PR 8963
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63381 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testdso.c')
-rw-r--r-- | test/testdso.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/testdso.c b/test/testdso.c index 156260290..4231dcb04 100644 --- a/test/testdso.c +++ b/test/testdso.c @@ -67,11 +67,11 @@ #ifdef NETWARE #define LIB_NAME "mod_test.nlm" #else - #ifndef BEOS - #define LIB_NAME ".libs/mod_test.so" - #else - #define LIB_NAME "mod_test.so" - #endif +# ifndef BEOS +# define LIB_NAME ".libs/mod_test.so" +# else +# define LIB_NAME "mod_test.so" +# endif #endif int main (int argc, char ** argv) |