From 5fb523096321ca3de6371857dbf6104a5d40c8c4 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 10 Feb 2002 14:35:21 +0000 Subject: Added IRSSI_GLOBAL_CONFIG as well git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2420 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/core/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/settings.c b/src/core/settings.c index 1a98462a..d99757e0 100644 --- a/src/core/settings.c +++ b/src/core/settings.c @@ -467,7 +467,7 @@ static CONFIG_REC *parse_configfile(const char *fname) else { /* user configuration file not found, use the default one from sysconfdir */ - path = SYSCONFDIR"/irssi.conf"; + path = SYSCONFDIR"/"IRSSI_GLOBAL_CONFIG; if (stat(path, &statbuf) != 0) { /* no configuration file in sysconfdir .. use the build-in configuration */ -- cgit v1.2.3