Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config.h.mingw.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-06-09 20:55:40 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-06-09 20:55:40 (GMT)
commit893c85fda6a0f7fbd36d1a71ddf6dda07b283f47 (patch)
tree5a0cfa1b3ed29276d299fb3e718cab98e2ccaadd /config.h.mingw.in
parent8c28865a84d21f67bda8d0e21a3256c7a6dd87e2 (diff)
- Added the support for a system configuration file which is
under /etc/gcompris.conf on GNU/Linux and in it's root installation directory on Windows. This file if present is loaded after the user one so it overwrite the user properties. svn path=/trunk/; revision=2696
Diffstat (limited to 'config.h.mingw.in')
-rw-r--r--config.h.mingw.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.mingw.in b/config.h.mingw.in
index 8f5f627..dd4a60a 100644
--- a/config.h.mingw.in
+++ b/config.h.mingw.in
@@ -109,6 +109,9 @@
/* Gcompris locale directory */
#define PACKAGE_LOCALE_DIR "share/locale"
+/* System GCompris config directory */
+#define SYSTEM_CONFIG_DIR .
+
/* Define to the full name of this package. */
#define PACKAGE_NAME ""
@@ -133,3 +136,6 @@
/* SQLITE Database, Profiles are enabled */
#define USE_SQLITE 1
+/* Activation code is disabled */
+/* #define DISABLE_ACTIVATION_CODE 1 */
+