summaryrefslogtreecommitdiffstats
path: root/rubbos/app/httpd-2.0.64/srclib/apr-util/test/nw_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'rubbos/app/httpd-2.0.64/srclib/apr-util/test/nw_misc.c')
-rw-r--r--rubbos/app/httpd-2.0.64/srclib/apr-util/test/nw_misc.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/rubbos/app/httpd-2.0.64/srclib/apr-util/test/nw_misc.c b/rubbos/app/httpd-2.0.64/srclib/apr-util/test/nw_misc.c
new file mode 100644
index 00000000..91874411
--- /dev/null
+++ b/rubbos/app/httpd-2.0.64/srclib/apr-util/test/nw_misc.c
@@ -0,0 +1,17 @@
+#include <stdlib.h>
+#include <netware.h>
+#include <screen.h>
+
+void _NonAppStop( void )
+{
+ if (getenv("_IN_NETWARE_BASH_") == NULL)
+ pressanykey();
+}
+
+/*
+static void test_not_impl(CuTest *tc)
+{
+ CuNotImpl(tc, "Test not implemented on this platform yet");
+}
+*/
+