Post-release version bump
[platform/upstream/folks.git] / folks / build-conf.vapi
1 /*
2  * Copyright (C) 2008 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>.
3  * Copyright (C) 2010 Collabora Ltd.
4  *
5  * This library is free software: you can redistribute it and/or modify
6  * it under the terms of the GNU Lesser General Public License as published by
7  * the Free Software Foundation, either version 2.1 of the License, or
8  * (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public License
16  * along with this library.  If not, see <http://www.gnu.org/licenses/>.
17  *
18  * Authors: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
19  *          Travis Reitter <travis.reitter@collabora.co.uk>
20  *
21  * This file was originally part of Rygel.
22  */
23
24 [CCode (cheader_filename = "config.h")]
25 public class Folks.BuildConf
26 {
27   [CCode (cname = "DATA_DIR")]
28   public static const string DATA_DIR;
29
30   [CCode (cname = "BACKEND_DIR")]
31   public static const string BACKEND_DIR;
32
33   [CCode (cname = "PACKAGE_NAME")]
34   public static const string PACKAGE_NAME;
35
36   [CCode (cname = "PACKAGE_VERSION")]
37   public static const string PACKAGE_VERSION;
38
39   [CCode (cname = "PACKAGE_STRING")]
40   public static const string PACKAGE_STRING;
41
42   [CCode (cname = "GETTEXT_PACKAGE")]
43   public static const string GETTEXT_PACKAGE;
44
45   [CCode (cname = "LOCALE_DIR")]
46   public static const string LOCALE_DIR;
47
48   [CCode (cname = "HAVE_EDS")]
49   public static bool HAVE_EDS;
50
51   [CCode (cname = "HAVE_LIBSOCIALWEB")]
52   public static bool HAVE_LIBSOCIALWEB;
53
54   [CCode (cname = "HAVE_TRACKER")]
55   public static bool HAVE_TRACKER;
56 }