upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / srclib / apr / test / nw_misc.c
1 #include <netware.h>
2 #include <screen.h>
3 #include "test_apr.h"
4
5 void _NonAppStop( void )
6 {
7   if (getenv("_IN_NETWARE_BASH_") == NULL)
8     pressanykey();
9 }
10
11 static void test_not_impl(CuTest *tc)
12 {
13     CuNotImpl(tc, "Test not implemented on this platform yet");
14 }
15