git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84000
13f79535-47bb-0310-9956-
ffa450edef68
#define MALFORMED_MESSAGE "malformed header from script. Bad header="
#define MALFORMED_HEADER_LENGTH_TO_SHOW 30
+#if defined(OS2) || defined(WIN32)
/* If a request includes query info in the URL (stuff after "?"), and
* the query info does not contain "=" (indicative of a FORM submission),
* then this routine is called to create the argument list to be passed
av[idx] = NULL;
return av;
}
-
+#endif /* defined(OS2) || defined(WIN32) */
static char *http2env(ap_context_t *a, char *w)
{