]> git.sesse.net Git - vlc/commit
* modules/control/http.c: Added an id="include" macro to include
authorChristophe Massiot <massiot@videolan.org>
Fri, 12 Aug 2005 19:11:54 +0000 (19:11 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 12 Aug 2005 19:11:54 +0000 (19:11 +0000)
commitbb137a2792b665978c3b836778fbd4ec1c61c975
treeecf6a62155da05607a9c075e6687c9af15fd782d
parent28e27d84bdca0e3f64dfb32ace81017c28380c29
 * modules/control/http.c: Added an id="include" macro to include
   another file. Also reduced MAX_DIR_PATH_LENGTH to 2560 since
   allocating anything larger than 4kB on the stack is likely to break
   on many OSes.
modules/control/http.c
src/misc/httpd.c