nkeynes@964: /** nkeynes@1021: * $Id$ nkeynes@964: * nkeynes@964: * Wrappers for system-dependent functions (mainly path differences) nkeynes@964: * nkeynes@964: * Copyright (c) 2008 Nathan Keynes. nkeynes@964: * nkeynes@964: * This program is free software; you can redistribute it and/or modify nkeynes@964: * it under the terms of the GNU General Public License as published by nkeynes@964: * the Free Software Foundation; either version 2 of the License, or nkeynes@964: * (at your option) any later version. nkeynes@964: * nkeynes@964: * This program is distributed in the hope that it will be useful, nkeynes@964: * but WITHOUT ANY WARRANTY; without even the implied warranty of nkeynes@964: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the nkeynes@964: * GNU General Public License for more details. nkeynes@964: */ nkeynes@964: nkeynes@964: #include nkeynes@964: nkeynes@964: #include "lxdream.h" nkeynes@964: nkeynes@964: const char *get_sysconf_path() nkeynes@964: { nkeynes@964: return PACKAGE_CONF_DIR; nkeynes@964: } nkeynes@964: nkeynes@964: const char *get_locale_path() nkeynes@964: { nkeynes@964: return PACKAGE_LOCALE_DIR; nkeynes@964: } nkeynes@964: