File: config.h

package info (click to toggle)
obsession 20140608-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 536 kB
  • sloc: ansic: 956; makefile: 53
file content (18 lines) | stat: -rw-r--r-- 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Dummy config file

/* Name of package */
#define PACKAGE            "obsession-logout"

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

#define ENABLE_GTK3         1
#define ENABLE_NLS          1

#define GETTEXT_PACKAGE     "obsession-logout"

#define PREFIX              "/usr/local"
#define PACKAGE_DATA_DIR    PREFIX"/share/"
#define PACKAGE_LOCALE_DIR  PREFIX"/share/locale"