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
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__)
 
gt; around commit decorationsJohn Keeping 2013-05-22Makefile: fix parallel "make test"John Keeping 2013-05-18cache.c: fix cache_lsJohn Keeping 2013-05-13t0109: "function" is a bash-ismJohn Keeping 2013-05-13New mailing list.Jason A. Donenfeld 2013-04-30ui-snapshot: do not access $HOMEJason A. Donenfeld 2013-04-27t0001: validate Git -rcN version numbers correctlyJohn Keeping 2013-04-27git: update to 1.8.2.2John Keeping 2013-04-17scan-tree: fix regression in section-from-path=-1John Keeping 2013-04-15t0001: ignore ".dirty" suffix on Git versionJohn Keeping 2013-04-15tests: set TEST_OUTPUT_DIRECTORY to the CGit test directoryJohn Keeping 2013-04-15t0109: test more URLsJohn Keeping 2013-04-10cgitrc.5.txt: Specify when scan-path must be defined before.Jason A. Donenfeld 2013-04-10ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer 2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer 2013-04-10tests/: Do not use `sed -i`Lukas Fleischer 2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld 2013-04-10t0109: chain operations with &&John Keeping 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer