mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 04:07:33 +08:00
2010-06-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am, configure.ac: Remove support for shttpd. * aclocal/enable-shttpd.m4: Remove.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-06-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am, configure.ac: Remove support for shttpd.
|
||||
* aclocal/enable-shttpd.m4: Remove.
|
||||
|
||||
2010-06-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am, configure.ac: Remove support for httpd (GoAhead).
|
||||
|
||||
@@ -23,7 +23,6 @@ SUBDIRS += zlib
|
||||
SUBDIRS += ftpd
|
||||
SUBDIRS += telnetd
|
||||
SUBDIRS += pppd
|
||||
SUBDIRS += shttpd
|
||||
SUBDIRS += mghttpd
|
||||
|
||||
noinst_DATA = preinstall-stamp
|
||||
|
||||
@@ -18,7 +18,6 @@ RTEMS_ENABLE_POSIX
|
||||
RTEMS_ENABLE_ITRON
|
||||
RTEMS_ENABLE_RTEMS_DEBUG
|
||||
RTEMS_ENABLE_NETWORKING
|
||||
RTEMS_ENABLE_SHTTPD
|
||||
|
||||
RTEMS_ENV_RTEMSCPU
|
||||
RTEMS_CHECK_RTEMS_DEBUG
|
||||
@@ -274,8 +273,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([LIBSHTTPD],[test x"$rtems_cv_HAS_NETWORKING" = xyes \
|
||||
&& test x"$enable_shttpd" = xyes])
|
||||
|
||||
AM_CONDITIONAL([NEED_SYS_CDEFS_H],[test x"$NEED_SYS_CDEFS_H" = x"yes"])
|
||||
AM_CONDITIONAL([NEED_SYS_QUEUE_H],[test x"$NEED_SYS_QUEUE_H" = x"yes"])
|
||||
@@ -339,7 +336,6 @@ zlib/Makefile
|
||||
ftpd/Makefile
|
||||
telnetd/Makefile
|
||||
pppd/Makefile
|
||||
shttpd/Makefile
|
||||
mghttpd/Makefile
|
||||
wrapup/Makefile])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user