summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 29ab074..263b534 100644
--- a/src/main.c
+++ b/src/main.c
@@ -775,6 +775,9 @@ void show_version_and_quit() {
#ifdef DFLT_PAGER
sc_info("-DDFLT_PAGER=\"%s\"", DFLT_PAGER);
#endif
+#ifdef HISTORY_FOLDER
+ sc_info("-DHISTORY_FOLDER=\"%s\"", HISTORY_FOLDER);
+#endif
#ifdef HISTORY_FILE
sc_info("-DHISTORY_FILE=\"%s\"", HISTORY_FILE);
#endif