Go to the source code of this file.
Defines | |
#define | BUFSIZE 512 |
#define | MIN(a, b) (a<b?a:b) |
#define | SSI_TYPE_FILE 0x01 |
#define | SSI_TYPE_VIRTUAL 0x02 |
#define | SSI_TYPE_EXEC 0x03 |
Functions | |
void | NutRegisterSsi (void) |
Register SSI handler for shtml files. |