Lines 25-31
Link Here
|
25 |
#include "scan.h" |
25 |
#include "scan.h" |
26 |
|
26 |
|
27 |
/* uncomment the following line to enable support for CGI */ |
27 |
/* uncomment the following line to enable support for CGI */ |
28 |
#define CGI |
28 |
// #define CGI |
29 |
|
29 |
|
30 |
#ifdef CGI |
30 |
#ifdef CGI |
31 |
/* uncomment the following line to enable support for "index.cgi" |
31 |
/* uncomment the following line to enable support for "index.cgi" |
Lines 39-45
Link Here
|
39 |
|
39 |
|
40 |
/* uncomment the following line to enable support for autogenerated |
40 |
/* uncomment the following line to enable support for autogenerated |
41 |
* directory-listings for directories without index */ |
41 |
* directory-listings for directories without index */ |
42 |
#define DIR_LIST |
42 |
/* #define DIR_LIST */ |
43 |
|
43 |
|
44 |
#ifdef DIR_LIST |
44 |
#ifdef DIR_LIST |
45 |
/* uncomment the following line to enable support for system symlink |
45 |
/* uncomment the following line to enable support for system symlink |