summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-10-25 23:16:50 -0400
committerDrew DeVault <sir@cmpwn.com>2020-10-25 23:16:50 -0400
commitcc1bd152e30e14827d2a002fef99384f418c22ab (patch)
tree9362291ad4d52508bf605dc51e698e5aa79e1f99 /include/config.h
parent8baeb5a51c4dfa03956887ade2ef77295f17c95e (diff)
downloadgmnisrv-cc1bd152e30e14827d2a002fef99384f418c22ab.tar.gz
gmnisrv-cc1bd152e30e14827d2a002fef99384f418c22ab.tar.xz
gmnisrv-cc1bd152e30e14827d2a002fef99384f418c22ab.zip
Initial support for CGI scripts
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index a489f2d..3a7d7b4 100644
--- a/include/config.h
+++ b/include/config.h
@@ -27,6 +27,7 @@ struct gmnisrv_route {
char *root;
char *index;
bool autoindex;
+ bool cgi;
struct gmnisrv_route *next;
};