summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-09 05:48:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-09 05:48:04 +0000
commit1908a5f262cda890def157d925dc949c3e8f5991 (patch)
tree31353f531c98ce44c4a4d0de535d88a98460b413 /cpukit
parentRemove. (diff)
downloadrtems-1908a5f262cda890def157d925dc949c3e8f5991.tar.bz2
2010-06-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am, configure.ac: Remove support for httpd (GoAhead). * aclocal/enable-httpd.m4: Remove.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/Makefile.am1
-rw-r--r--cpukit/configure.ac4
3 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index c508edc0f8..8cb86856ff 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-09 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * Makefile.am, configure.ac: Remove support for httpd (GoAhead).
+ * aclocal/enable-httpd.m4: Remove.
+
2010-06-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libcsupport/include/rtems/libio.h: Documentation.
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 11df9c0c93..b62b3a0dd6 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -20,7 +20,6 @@ SUBDIRS += wrapup
SUBDIRS += zlib
# applications
-SUBDIRS += httpd
SUBDIRS += ftpd
SUBDIRS += telnetd
SUBDIRS += pppd
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index ad250b4ec0..2493b7f29f 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -18,7 +18,6 @@ RTEMS_ENABLE_POSIX
RTEMS_ENABLE_ITRON
RTEMS_ENABLE_RTEMS_DEBUG
RTEMS_ENABLE_NETWORKING
-RTEMS_ENABLE_HTTPD
RTEMS_ENABLE_SHTTPD
RTEMS_ENV_RTEMSCPU
@@ -275,8 +274,6 @@ AM_CONDITIONAL(HAS_MP,test x"$enable_multiprocessing" = x"yes" )
AM_CONDITIONAL(HAS_PTHREADS,test x"$rtems_cv_HAS_POSIX_API" = x"yes")
AM_CONDITIONAL(LIBITRON,test x"$rtems_cv_HAS_ITRON_API" = x"yes")
AM_CONDITIONAL(LIBNETWORKING,test x"$rtems_cv_HAS_NETWORKING" = x"yes")
-AM_CONDITIONAL([LIBHTTPD],[test x"$rtems_cv_HAS_NETWORKING" = xyes \
-&& test x"$enable_httpd" = xyes])
AM_CONDITIONAL([LIBSHTTPD],[test x"$rtems_cv_HAS_NETWORKING" = xyes \
&& test x"$enable_shttpd" = xyes])
@@ -339,7 +336,6 @@ libmisc/Makefile
libi2c/Makefile
libmd/Makefile
zlib/Makefile
-httpd/Makefile
ftpd/Makefile
telnetd/Makefile
pppd/Makefile