File: config.vapi

package info (click to toggle)
msitools 0.106%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,336 kB
  • sloc: ansic: 18,006; yacc: 862; sh: 416; perl: 217; makefile: 22
file content (11 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
[CCode (lower_case_cprefix = "", cheader_filename = "config.h")]
namespace Config
{
	public const string PACKAGE_NAME;
	public const string PACKAGE_STRING;
	public const string PACKAGE_VERSION;
	public const string GETTEXT_PACKAGE;

	public const string LOCALEDIR;
	public const string DATADIR;
}