File: build-config.h_cmake_in

package info (click to toggle)
gromit-mpx 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 320 kB
  • sloc: ansic: 2,292; makefile: 7
file content (31 lines) | stat: -rw-r--r-- 893 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
#ifndef BUILD_CONFIG_H
#define BUILD_CONFIG_H

/* Name of package */
#define PACKAGE "gromit-mpx"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "Christian Beier <dontmind@freeshell.org>"

/* Define to the full name of this package. */
#define PACKAGE_NAME "gromit-mpx"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "gromit-mpx ${version}"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gromit-mpx"

/* Define to the home page for this package. */
#define PACKAGE_URL "https://github.com/bk138/gromit-mpx"

/* Define to the version of this package. */
#define PACKAGE_VERSION "${version}"

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "${version}"

#endif /* BUILD_CONFIG_H */