summary refs log tree commit diff
path: root/server.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-18 12:46:11 -0400
committerJune McEnroe <june@causal.agency>2020-07-18 12:46:11 -0400
commit49841c58cd80e8ec6818db2298c35372fd12fd2e (patch)
tree1b6e906ebe452e20af9c2551436ef9eaac951832 /server.h
parentFilter networks with only private contexts (diff)
downloadscooper-49841c58cd80e8ec6818db2298c35372fd12fd2e.tar.gz
scooper-49841c58cd80e8ec6818db2298c35372fd12fd2e.zip
Remove kcgi 0.11 compatibility
Diffstat (limited to '')
-rw-r--r--server.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/server.h b/server.h
index 4607d76..504a6f6 100644
--- a/server.h
+++ b/server.h
@@ -25,11 +25,6 @@
 #include <kcgihtml.h>
 #include <sqlite3.h>
 
-#if KCGI_VMAJOR == 0 && KCGI_VMINOR < 12
-#define khttp_urlpart(...) kutil_urlpart(NULL, __VA_ARGS__)
-#define khttp_urlpartx(...) kutil_urlpartx(NULL, __VA_ARGS__)
-#endif
-
 // Why does it return (const unsigned char *)?
 #define sqlite3_column_text(...) (const char *)sqlite3_column_text(__VA_ARGS__)