summaryrefslogtreecommitdiff
path: root/src/ctime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctime.c')
-rw-r--r--src/ctime.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ctime.c b/src/ctime.c
index 1688069..61cf4e3 100644
--- a/src/ctime.c
+++ b/src/ctime.c
@@ -48,6 +48,9 @@ static const char * const azCompileOpt[] = {
#ifdef SQLITE_COVERAGE_TEST
"COVERAGE_TEST",
#endif
+#ifdef SQLITE_CURDIR
+ "CURDIR",
+#endif
#ifdef SQLITE_DEBUG
"DEBUG",
#endif