Mercurial > ecos-v3_0-branch
changeset 955:1b02e87dfe40
* cdl/httpd.cdl: Only build monitor in CDL option.
| author | jlarmour |
|---|---|
| date | Wed, 23 Apr 2003 03:02:54 +0000 |
| parents | 47dcd8174e3a |
| children | d9b26cfc0657 |
| files | packages/net/httpd/current/ChangeLog packages/net/httpd/current/cdl/httpd.cdl |
| diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/net/httpd/current/ChangeLog +++ b/packages/net/httpd/current/ChangeLog @@ -1,3 +1,7 @@ +2003-04-23 Bob Koninckx <bob.koninckx@mech.kuleuven.ac.be> + + * cdl/httpd.cdl: Only build monitor in CDL option. + 2003-03-17 Nick Garnett <nickg@balti.calivar.com> * src/monitor.c (cyg_monitor_network): Added monitoring of Mbufs
--- a/packages/net/httpd/current/cdl/httpd.cdl +++ b/packages/net/httpd/current/cdl/httpd.cdl @@ -69,7 +69,7 @@ cdl_package CYGPKG_HTTPD { delivering arbitrary web content." compile httpd.c - compile -library=libextras.a init.cxx monitor.c + compile -library=libextras.a init.cxx cdl_option CYGNUM_HTTPD_SERVER_PORT { display "HTTP port"
