summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/hello/config.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-24 22:34:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-24 22:34:22 +0000
commit698b292f610f4b1963c3ad2f7d64e1bf3017d14b (patch)
tree74fb730c74f55b82f7f5b528106386da8f2bb389 /c/src/ada-tests/samples/hello/config.h
parent2002-10-24 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-698b292f610f4b1963c3ad2f7d64e1bf3017d14b.tar.bz2
2002-10-24 Joel Sherrill <joel@OARcorp.com>
* samples/hello/config.h: Change CONFIGURE_SPTEST to CONFIGURE_APPLICATION to reflect current usage. * support/init.c: Include stdlib.h not unistd.h to remove warning.
Diffstat (limited to 'c/src/ada-tests/samples/hello/config.h')
-rw-r--r--c/src/ada-tests/samples/hello/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/ada-tests/samples/hello/config.h b/c/src/ada-tests/samples/hello/config.h
index 32dae5a93d..ee19e526c0 100644
--- a/c/src/ada-tests/samples/hello/config.h
+++ b/c/src/ada-tests/samples/hello/config.h
@@ -16,12 +16,14 @@
/* configuration information */
-#define CONFIGURE_SPTEST
+#define CONFIGURE_APPLICATION
#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
+#define CONFIGURE_MAXIMUM_TASKS 2
+
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20