diff options
Diffstat (limited to '')
-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__) |