1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

general checkin

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@103 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich
2007-05-26 00:21:51 +00:00
parent aa4d1bdc09
commit c928b27cd9
6 changed files with 30 additions and 32 deletions

View File

@ -57,7 +57,7 @@ menu "CGI"
config CONFIG_HTTP_HAS_CGI
bool "Enable CGI"
default n
default y
depends on !CONFIG_PLATFORM_WIN32
help
Enable the CGI capability. Not available on Win32 platforms.
@ -100,13 +100,13 @@ endmenu
config CONFIG_HTTP_DIRECTORIES
bool "Enable Directory Listing"
default n
default y
help
Enable directory listing.
config CONFIG_HTTP_HAS_AUTHORIZATION
bool "Enable authorization"
default n
default y
help
Pages/directories can have passwords associated with them.