diff options
author | June McEnroe <june@causal.agency> | 2020-07-18 12:46:11 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-18 12:46:11 -0400 |
commit | 49841c58cd80e8ec6818db2298c35372fd12fd2e (patch) | |
tree | 1b6e906ebe452e20af9c2551436ef9eaac951832 | |
parent | Filter networks with only private contexts (diff) | |
download | scooper-49841c58cd80e8ec6818db2298c35372fd12fd2e.tar.gz scooper-49841c58cd80e8ec6818db2298c35372fd12fd2e.zip |
Remove kcgi 0.11 compatibility
-rw-r--r-- | server.h | 5 |
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__) |