File: config.h.in

package info (click to toggle)
packagekit-qt 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 392 kB
  • sloc: cpp: 2,533; sh: 46; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (3)
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
#ifndef CONFIG_H
#define CONFIG_H

/* always defined to indicate that i18n is enabled */
#define ENABLE_NLS 1

/* Gettext Package */
#define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"

/* Name of package */
#define PACKAGE_NAME "packagekit-qt"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "http://www.packagekit.org/pk-bugs.html"

/* Define to the home page for this package. */
#define PACKAGE_URL "http://packagekit.org"

/* Define to the version of this package. */
#define PACKAGE_VERSION "@PROJECT_VERSION@"

/* Version number of package */
#define VERSION "@PROJECT_VERSION@"

#endif /*CONFIG_H*/