~enso-os/enso-greeter/trunk

1
2
3
4
5
6
7
8
9
10
namespace Constants {
    public const string DATADIR = "@DATADIR@";
    public const string PKGDATADIR = "@PKGDATADIR@";
    public const string GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@";
    public const string RELEASE_NAME = "@RELEASE_NAME@";
    public const string VERSION = "@VERSION@";
    public const string VERSION_INFO = "@VERSION_INFO@";
    public const string PLUGINDIR = "@PLUGINDIR@";
    public const string CONF_DIR = "@CONF_DIR@";
}