1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-18 02:55:12 +00:00

add system config file to -v output

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@982 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Philip Kovacs 2007-10-23 22:06:02 +00:00
parent c08db2aba5
commit 723771f304

View File

@ -81,6 +81,7 @@ static void print_version()
printf(
"\nCompiled in features:\n\n"
"system config file: %s\n\n"
#ifdef X11
" X11:\n"
# ifdef HAVE_XDAMAGE
@ -120,6 +121,7 @@ static void print_version()
#ifdef HAVE_IWLIB
" * wireless\n"
#endif
"",SYSTEM_CONFIG_FILE
);
exit(0);