File: cmake.h

package info (click to toggle)
clog 1.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 680 kB
  • sloc: cpp: 8,670; makefile: 10
file content (26 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (2)
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
/* cmake.h.in. Creates cmake.h during a build */

/* Package information */
#define PACKAGE "clog"
#define VERSION "1.3.0"
#define PACKAGE_BUGREPORT "support@taskwarrior.org"
#define PACKAGE_NAME      "clog"
#define PACKAGE_TARNAME   "clog"
#define PACKAGE_VERSION   "1.3.0"
#define PACKAGE_STRING    "clog 1.3.0"

/* git information */
/* #undef HAVE_COMMIT */

/* Compiling platform */
/* #undef LINUX */
#define DARWIN
/* #undef KFREEBSD */
/* #undef FREEBSD */
/* #undef OPENBSD */
/* #undef NETBSD */
/* #undef SOLARIS */
/* #undef GNUHURD */
/* #undef CYGWIN */
/* #undef UNKNOWN */