--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/paths_unix.c Thu Jan 15 04:15:11 2009 +0000 @@ -0,0 +1,32 @@ +/** + * $Id: cocoaui.c 863 2008-09-06 05:21:57Z nkeynes $ + * + * Wrappers for system-dependent functions (mainly path differences) + * + * Copyright (c) 2008 Nathan Keynes. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +#include + +#include "lxdream.h" + +const char *get_sysconf_path() +{ + return PACKAGE_CONF_DIR; +} + +const char *get_locale_path() +{ + return PACKAGE_LOCALE_DIR; +} +