--- ./cgi.c.orig 2006-12-13 19:45:51.000000000 -0500 +++ ./cgi.c 2009-11-09 17:15:57.000000000 -0500 @@ -57,13 +57,6 @@ #endif /* INTERFACE */ /* -** Provide a reliable implementation of a caseless string comparison -** function. -*/ -#define stricmp sqlite3StrICmp -extern int sqlite3StrICmp(const char*, const char*); - -/* ** The body of the HTTP reply text is stored here. */ static int nAllocTxt = 0; /* Amount of space allocated for HTTP reply text */ @@ -669,17 +662,17 @@ nArg = tokenize_line(zLine, sizeof(azArg)/sizeof(azArg[0]), azArg); for(i=0; i