1/* Use assert() in clang_delta transformations. */
2#cmakedefine ENABLE_TRANS_ASSERT 1
3
4/* Define to 1 if you have the <dlfcn.h> header file. */
5#cmakedefine HAVE_DLFCN_H 1
6
7/* Define to 1 if you have the <inttypes.h> header file. */
8#cmakedefine HAVE_INTTYPES_H 1
9
10/* Define to 1 if you have the <memory.h> header file. */
11#cmakedefine HAVE_MEMORY_H 1
12
13/* Define to 1 if you have the <stdint.h> header file. */
14#cmakedefine HAVE_STDINT_H 1
15
16/* Define to 1 if you have the <stdlib.h> header file. */
17#cmakedefine HAVE_STDLIB_H 1
18
19/* Define to 1 if you have the <strings.h> header file. */
20#cmakedefine HAVE_STRINGS_H 1
21
22/* Define to 1 if you have the <string.h> header file. */
23#cmakedefine HAVE_STRING_H 1
24
25/* Define to 1 if you have the <sys/stat.h> header file. */
26#cmakedefine HAVE_SYS_STAT_H 1
27
28/* Define to 1 if you have the <sys/types.h> header file. */
29#cmakedefine HAVE_SYS_TYPES_H 1
30
31/* Define to 1 if you have the <unistd.h> header file. */
32#cmakedefine HAVE_UNISTD_H 1
33
34/* Name of package */
35#define PACKAGE "@creduce_PACKAGE@"
36
37/* Define to the address where bug reports for this package should be sent. */
38#define PACKAGE_BUGREPORT "@creduce_PACKAGE_BUGREPORT@"
39
40/* Define to the full name of this package. */
41#define PACKAGE_NAME "@creduce_PACKAGE_NAME@"
42
43/* Define to the full name and version of this package. */
44#define PACKAGE_STRING "@creduce_PACKAGE_STRING@"
45
46/* Define to the one symbol short name of this package. */
47#define PACKAGE_TARNAME "@creduce_PACKAGE_TARNAME@"
48
49/* Define to the home page for this package. */
50#define PACKAGE_URL "@creduce_PACKAGE_URL@"
51
52/* Define to the version of this package. */
53#define PACKAGE_VERSION "@creduce_PACKAGE_VERSION@"
54
55/* Version number of package */
56#define VERSION "@creduce_VERSION@"
57
58/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
59   `char[]'. */
60#cmakedefine YYTEXT_POINTER 1
61