summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-02-10 14:33:42 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-02-10 14:33:42 +0000
commit464ff769544b886824b92273cc0362eace1935d5 (patch)
treecfe1dc45469caedb672914f329212cb7dc126bd4 /src/common.h
parent83f640897906c3179c13445110286d1281ecf73c (diff)
downloadirssi-464ff769544b886824b92273cc0362eace1935d5.zip
added #define IRSSI_HOME_CONFIG
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2419 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 4e3dd852..d10c3d58 100644
--- a/src/common.h
+++ b/src/common.h
@@ -6,6 +6,7 @@
#define IRSSI_DIR_SHORT "~/.irssi"
#define IRSSI_DIR_FULL "%s/.irssi" /* %s == g_get_home_dir() */
+#define IRSSI_HOME_CONFIG "config" /* config file name in ~/.irssi/ */
#ifdef HAVE_CONFIG_H
#include "config.h"