cfg_http.h
Go to the documentation of this file.
00001
00038 #ifndef CFG_HTTP_H
00039 #define CFG_HTTP_H
00040 
00047 #define HTTP_LOG_LEVEL      LOG_LVL_INFO
00048 
00055 #define HTTP_LOG_FORMAT     LOG_FMT_VERBOSE
00056 
00062 #define HTTP_DEFAULT_PAGE      "index.htm"
00063 
00064 #endif /* CFG_HTTP_H */