From 893c85fda6a0f7fbd36d1a71ddf6dda07b283f47 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Sat, 09 Jun 2007 20:55:40 +0000 Subject: - 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 --- (limited to 'config.h.mingw.in') 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 */ + -- cgit v0.9.1