summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2000-04-06 04:52:52 +0000
committerMichael Jennings <mej@kainx.org>2000-04-06 04:52:52 +0000
commitac4f7035485bff70487df7d9526080ba45631c80 (patch)
tree000794de6a94a1f6e0db1f4e588bf99b4b1ef7c4 /acconfig.h
parentd922e2ce534861e2179373ddbd957cf27af84b02 (diff)
downloadeterm-ac4f7035485bff70487df7d9526080ba45631c80.tar.gz
Wed Apr 5 21:48:39 PDT 2000 Michael Jennings <mej@eterm.org>
There are now two different sets of settings you can save. You can save user settings, which are the things that one would generally consider to be user-specific (toggles, text colors, etc.). You can also save theme settings, which saves *everything*, including the stuff that user settings don't include (like imageclasses, menus, etc.). Settings are saved to user.cfg and theme.cfg, respectively. Also, Eterm will now detect if it cannot write to the location from which it got the theme (i.e., a system-wide directory), and will fall back on ~/.Eterm/themes/<theme>. It WILL create this directory tree if it does not already exist. Hopefully this will make more people happy. :-) SVN revision: 2440
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 9e46b2a..3eaa086 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -329,6 +329,7 @@
#undef KS_HOME
#undef KS_END
#undef CONFIG_BUFF
+#undef PKGDATADIR
/* Leave that blank line there!! Autoheader needs it.