]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove unused hard-coded definition of a SHELL_PATH.
authorCliff Woolley <jwoolley@apache.org>
Fri, 12 Oct 2001 21:39:40 +0000 (21:39 +0000)
committerCliff Woolley <jwoolley@apache.org>
Fri, 12 Oct 2001 21:39:40 +0000 (21:39 +0000)
Submitted by: Hiten Pandya <hpandya@lycos.co.uk>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91453 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_cgid.c

index 46aa2f0f5267aae8abcb65dd38c16b17c5dd88a4..5d3c4e7006e5be4aeacf336e5b2f78fc2e151c61 100644 (file)
@@ -146,8 +146,6 @@ static int is_scriptaliased(request_rec *r)
 #define DEFAULT_BUFBYTES 1024 
 #define DEFAULT_SOCKET "logs/cgisock"
 
-#define SHELL_PATH "/bin/sh"
-
 #define CGI_REQ 1
 #define SSI_REQ 2