File: ExternalStringsHack.cs.in

package info (click to toggle)
beagle 0.2.12-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 12,204 kB
  • ctags: 16,188
  • sloc: cs: 91,628; sh: 27,627; ansic: 10,646; makefile: 2,248; xml: 15
file content (49 lines) | stat: -rw-r--r-- 906 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
//
// ExternalStringsHack.cs is generated from ExternalStringsHack.cs.in
//

using System;

namespace Beagle.Util {

	  public class ExternalStringsHack {

		static public string Version {
		       get { return "@VERSION@"; }
		}

		static public string Prefix {
			get { return "@prefix@"; }
		}

		static public string SysConfDir {
			get { return "@sysconfdir@"; }
		}

		static public string PkgLibDir {
			get { return "@pkglibdir@"; }
		}

		static public string PkgDataDir {
			get { return "@pkgdatadir@"; }
		}

		static public string LocalStateDir {
			get { return "@localstatedir@"; }
		}

		static public string GnomePrefix {
			get { return "@GNOME_PREFIX@"; }
		}

		static public string LocaleDir {
		       get { return "@prefix@/share/locale"; }
		}

		static public string KdePrefix {
			get { return "@KDE_PREFIX@"; }
		}

		public const string SqliteVersion = "@SQLITE_MAJ_VER@";
	}
}