Add shttpd.

This commit is contained in:
Ralf Corsepius
2007-06-11 13:32:25 +00:00
parent 86b9f754b5
commit 31903f07ef
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ SUBDIRS += httpd
SUBDIRS += ftpd
SUBDIRS += telnetd
SUBDIRS += pppd
SUBDIRS += shttpd
noinst_DATA = preinstall-stamp
preinstall-stamp:

View File

@@ -48,6 +48,7 @@ AS_IF([test x"${RTEMS_CPU}" = x"unix"],[
# Not really used by this configure script
# FIXME: They should be eliminated if possible.
AC_CHECK_FUNCS([strsep strcasecmp snprintf])
AC_CHECK_FUNCS([strdup strndup strncasecmp])
AC_CHECK_FUNCS([bcopy bcmp])
AC_CHECK_FUNCS([isascii fileno])
@@ -347,6 +348,7 @@ httpd/Makefile
ftpd/Makefile
telnetd/Makefile
pppd/Makefile
shttpd/Makefile
wrapup/Makefile])
AC_CONFIG_COMMANDS([preinstall-stamp],