ssi.c File Reference

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
#define SSI_TYPE_ECHO   0x04

Functions

void NutRegisterSsi (void)
 Register SSI handler for shtml files.
int NutRegisterSsiVarHandler (char *(*handler)(char *name, REQUEST *req))
 Register SSI handler for variables.

Variables

char * cgiBinPath

© 2000-2010 by contributors - visit http://www.ethernut.de/