From d610f7f7a993d627627c8454c0bc6ff3500a08d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Sun, 16 Jun 2019 11:47:39 +0200 Subject: Add display of the HISTORY_FOLDER in --version --- src/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.c') 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 -- cgit v1.2.3