summaryrefslogtreecommitdiffstats
path: root/rpc_demo
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 15:11:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 15:11:36 +0000
commit5c663c09d093ef551aa7348eebf89ba1eea75196 (patch)
tree6c6944dd6a72cd36ed5c1836e4f1f35fbbe1a4dd /rpc_demo
parent2007-03-13 Joel Sherrill <joel@OARcorp.com> (diff)
downloadnetwork-demos-5c663c09d093ef551aa7348eebf89ba1eea75196.tar.bz2
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* init.c: Replace CONFIGURE_TEST_XXX with CONFIGURE_APPLICATION_XXX.
Diffstat (limited to 'rpc_demo')
-rw-r--r--rpc_demo/ChangeLog4
-rw-r--r--rpc_demo/init.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/rpc_demo/ChangeLog b/rpc_demo/ChangeLog
index e4acd95..63107c7 100644
--- a/rpc_demo/ChangeLog
+++ b/rpc_demo/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * init.c: Replace CONFIGURE_TEST_XXX with CONFIGURE_APPLICATION_XXX.
+
2003-01-28 Joel Sherrill <joel@OARcorp.com>
* init.c: Increase number of file descriptors and use IMFS instead of
diff --git a/rpc_demo/init.c b/rpc_demo/init.c
index 2e9981f..f662a41 100644
--- a/rpc_demo/init.c
+++ b/rpc_demo/init.c
@@ -12,8 +12,8 @@
#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
#define STACK_CHECKER_ON 1
-#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
-#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
+#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
+#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_MAXIMUM_USER_EXTENSIONS 2
#define CONFIGURE_MAXIMUM_SEMAPHORES 20
#define CONFIGURE_MAXIMUM_TASKS 12