summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorSosthène Guédon <sosthene.gued@gmail.com>2019-06-16 11:47:39 +0200
committerSosthène Guédon <sosthene.gued@gmail.com>2019-06-16 11:47:39 +0200
commitd610f7f7a993d627627c8454c0bc6ff3500a08d3 (patch)
tree073e147418c777b202676667a86db5b2a5b2bdaf /src/main.c
parent201fa8ea2bed703dd1187550f94892b9ee82a00d (diff)
Add display of the HISTORY_FOLDER in --version
Diffstat (limited to 'src/main.c')
-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