summary refs log tree commit diff
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
parentFilter networks with only private contexts (diff)
downloadscooper-49841c58cd80e8ec6818db2298c35372fd12fd2e.tar.gz
scooper-49841c58cd80e8ec6818db2298c35372fd12fd2e.zip
Remove kcgi 0.11 compatibility
-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__)
 
pan>Install mandoc on macOSJune McEnroe 2020-09-11Rewrite install script yet againJune McEnroe 2020-09-11Remove NetBSD from install scriptJune McEnroe 2020-09-11Use MacPorts rather than pkgsrcJune McEnroe 2020-09-11Add debian VM name to sshJune McEnroe 2020-09-11Add influencer tweetJune McEnroe 2020-09-10Add The Kingdom of GodsJune McEnroe 2020-09-07Add SunglassesJune McEnroe 2020-09-06Add Between the BreathsJune McEnroe 2020-09-04Open /dev/tty in nudgeJune McEnroe 2020-09-04Add nudgeJune McEnroe 2020-09-03Build fbclock with -lzJune McEnroe 2020-08-29Add tweets from retweetsJune McEnroe