diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 5c5b49ef1b2..ee91135ffcd 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: July 12, 2009

+

Last Updated: July 18, 2009

@@ -2384,10 +2384,6 @@ extern void up_ledoff(int led); CONFIG_THTTPD_CGI_TIMELIMIT: How many seconds to allow CGI programs to run before killing them. -
  • - CONFIG_THTTPD_CGI_OUTFD: In NuttX, CGI cannot use stdout for output. - Rather, it must use this file descriptor number. -
  • CONFIG_THTTPD_CHARSET- The default character set name to use with text MIME types.