config.h
1 /* src/config.h. Generated from config.h.in by configure. */
2 /* src/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* The major version number */
5 #define AE_MAJOR 2
6 
7 /* The minor version number */
8 #define AE_MINOR 0
9 
10 /* The revision number */
11 #define AE_REVISION 0
12 
13 /* Other qualifiers on the version number triplet (if any) */
14 #define AE_VERSION_SUFFIX 0
15 
16 /* Define to 1 if you have the <ctype.h> header file. */
17 #define HAVE_CTYPE_H 1
18 
19 /* Define to 1 if you have the <dlfcn.h> header file. */
20 #define HAVE_DLFCN_H 1
21 
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #define HAVE_INTTYPES_H 1
24 
25 /* Define to 1 if you have the <math.h> header file. */
26 #define HAVE_MATH_H 1
27 
28 /* Define to 1 if you have the <memory.h> header file. */
29 #define HAVE_MEMORY_H 1
30 
31 /* Define to 1 if you have the <Python.h> header file. */
32 #define HAVE_PYTHON_H 1
33 
34 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
35  and to 0 otherwise. */
36 #define HAVE_REALLOC 1
37 
38 /* Define to 1 if `stat' has the bug that it succeeds when given the
39  zero-length file name argument. */
40 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
41 
42 /* Define to 1 if stdbool.h conforms to C99. */
43 #define HAVE_STDBOOL_H 1
44 
45 /* Define to 1 if you have the <stdint.h> header file. */
46 #define HAVE_STDINT_H 1
47 
48 /* Define to 1 if you have the <stdio.h> header file. */
49 #define HAVE_STDIO_H 1
50 
51 /* Define to 1 if you have the <stdlib.h> header file. */
52 #define HAVE_STDLIB_H 1
53 
54 /* Define to 1 if you have the <strings.h> header file. */
55 #define HAVE_STRINGS_H 1
56 
57 /* Define to 1 if you have the <string.h> header file. */
58 #define HAVE_STRING_H 1
59 
60 /* Define to 1 if you have the <sys/stat.h> header file. */
61 #define HAVE_SYS_STAT_H 1
62 
63 /* Define to 1 if you have the <sys/types.h> header file. */
64 #define HAVE_SYS_TYPES_H 1
65 
66 /* Define to 1 if you have the <time.h> header file. */
67 #define HAVE_TIME_H 1
68 
69 /* Define to 1 if you have the <unistd.h> header file. */
70 #define HAVE_UNISTD_H 1
71 
72 /* Define to 1 if the system has the type `_Bool'. */
73 #define HAVE__BOOL 1
74 
75 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
76  slash. */
77 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
78 
79 /* Define to the sub-directory in which libtool stores uninstalled libraries.
80  */
81 #define LT_OBJDIR ".libs/"
82 
83 /* Define to the address where bug reports for this package should be sent. */
84 #define PACKAGE_BUGREPORT ""
85 
86 /* Define to the full name of this package. */
87 #define PACKAGE_NAME ""
88 
89 /* Define to the full name and version of this package. */
90 #define PACKAGE_STRING ""
91 
92 /* Define to the one symbol short name of this package. */
93 #define PACKAGE_TARNAME ""
94 
95 /* Define to the home page for this package. */
96 #define PACKAGE_URL ""
97 
98 /* Define to the version of this package. */
99 #define PACKAGE_VERSION ""
100 
101 /* Define to 1 if you have the ANSI C header files. */
102 #define STDC_HEADERS 1
103 
104 /* Define to empty if `const' does not conform to ANSI C. */
105 /* #undef const */
106 
107 /* Define to rpl_realloc if the replacement function should be used. */
108 /* #undef realloc */