summaryrefslogtreecommitdiff
path: root/http
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 /http
parent7787e73f58a42e134d7caf409b1ae1aaaf06277e (diff)
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* init.c: Replace CONFIGURE_TEST_XXX with CONFIGURE_APPLICATION_XXX.
Diffstat (limited to 'http')
-rw-r--r--http/ChangeLog4
-rw-r--r--http/init.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/http/ChangeLog b/http/ChangeLog
index 8a59d16..1882560 100644
--- a/http/ChangeLog
+++ b/http/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * init.c: Replace CONFIGURE_TEST_XXX with CONFIGURE_APPLICATION_XXX.
+
2000-12-14 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.
diff --git a/http/init.c b/http/init.c
index 9ade8c4..ab8f14d 100644
--- a/http/init.c
+++ b/http/init.c
@@ -9,8 +9,8 @@
#define USE_FTPD
#define TEST_INIT
-#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_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20
#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM