Patterns in static

Apophenia

Outline | Index |
 
Loading...
Searching...
No Matches
config.h
1/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3
4/* Define to 1 if using 'alloca.c'. */
5/* #undef C_ALLOCA */
6
7/* Define to 1 if you have 'alloca', as a function or macro. */
8#define HAVE_ALLOCA 1
9
10/* Define to 1 if <alloca.h> works. */
11#define HAVE_ALLOCA_H 1
12
13/* Define to 1 if you have the `asprintf' function. */
14#define HAVE_ASPRINTF 1
15
16/* Define to 1 if you have the <dlfcn.h> header file. */
17#define HAVE_DLFCN_H 1
18
19/* Define to 1 if you have the <float.h> header file. */
20#define HAVE_FLOAT_H 1
21
22/* Define to 1 if you have the `floor' function. */
23/* #undef HAVE_FLOOR */
24
25/* Define to 1 if you have the <inttypes.h> header file. */
26#define HAVE_INTTYPES_H 1
27
28/* Define to 1 if you have the <limits.h> header file. */
29#define HAVE_LIMITS_H 1
30
31/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
32 to 0 otherwise. */
33#define HAVE_MALLOC 1
34
35/* Define to 1 if you have the `memset' function. */
36#define HAVE_MEMSET 1
37
38/* Define to 1 if MySQL libraries are available */
39#define HAVE_MYSQL 1
40
41/* Define to 1 if you have the `pow' function. */
42/* #undef HAVE_POW */
43
44/* Define if you have POSIX threads libraries and header files. */
45#define HAVE_PTHREAD 1
46
47/* Have PTHREAD_PRIO_INHERIT. */
48#define HAVE_PTHREAD_PRIO_INHERIT 1
49
50/* Define to 1 if the system has the type `ptrdiff_t'. */
51#define HAVE_PTRDIFF_T 1
52
53/* Define to 1 if your system has a GNU libc compatible `realloc' function,
54 and to 0 otherwise. */
55#define HAVE_REALLOC 1
56
57/* Define to 1 if you have the `regcomp' function. */
58#define HAVE_REGCOMP 1
59
60/* Have the SQLITE3 library */
61#define HAVE_SQLITE3
62
63/* Define to 1 if you have the `sqrt' function. */
64/* #undef HAVE_SQRT */
65
66/* Define to 1 if you have the <stddef.h> header file. */
67#define HAVE_STDDEF_H 1
68
69/* Define to 1 if you have the <stdint.h> header file. */
70#define HAVE_STDINT_H 1
71
72/* Define to 1 if you have the <stdio.h> header file. */
73#define HAVE_STDIO_H 1
74
75/* Define to 1 if you have the <stdlib.h> header file. */
76#define HAVE_STDLIB_H 1
77
78/* Define to 1 if you have the `strcasecmp' function. */
79#define HAVE_STRCASECMP 1
80
81/* Define to 1 if you have the <strings.h> header file. */
82#define HAVE_STRINGS_H 1
83
84/* Define to 1 if you have the <string.h> header file. */
85#define HAVE_STRING_H 1
86
87/* Define to 1 if you have the <sys/stat.h> header file. */
88#define HAVE_SYS_STAT_H 1
89
90/* Define to 1 if you have the <sys/types.h> header file. */
91#define HAVE_SYS_TYPES_H 1
92
93/* Define to 1 if you have the <unistd.h> header file. */
94#define HAVE_UNISTD_H 1
95
96/* Define to 1 if you have the <wchar.h> header file. */
97#define HAVE_WCHAR_H 1
98
99/* define if your compiler has __attribute__ */
100#define HAVE___ATTRIBUTE__ 1
101
102/* Define to the sub-directory where libtool stores uninstalled libraries. */
103#define LT_OBJDIR ".libs/"
104
105/* Name of package */
106#define PACKAGE "apophenia"
107
108/* Define to the address where bug reports for this package should be sent. */
109#define PACKAGE_BUGREPORT "fluffmail@f-m.fm"
110
111/* Define to the full name of this package. */
112#define PACKAGE_NAME "apophenia"
113
114/* Define to the full name and version of this package. */
115#define PACKAGE_STRING "apophenia 1.0"
116
117/* Define to the one symbol short name of this package. */
118#define PACKAGE_TARNAME "apophenia"
119
120/* Define to the home page for this package. */
121#define PACKAGE_URL ""
122
123/* Define to the version of this package. */
124#define PACKAGE_VERSION "1.0"
125
126/* Define to necessary symbol if this constant uses a non-standard name on
127 your system. */
128/* #undef PTHREAD_CREATE_JOINABLE */
129
130/* If using the C implementation of alloca, define if you know the
131 direction of stack growth for your system; otherwise it will be
132 automatically deduced at runtime.
133 STACK_DIRECTION > 0 => grows toward higher addresses
134 STACK_DIRECTION < 0 => grows toward lower addresses
135 STACK_DIRECTION = 0 => direction of growth unknown */
136/* #undef STACK_DIRECTION */
137
138/* Define to 1 if all of the C90 standard headers exist (not just the ones
139 required in a freestanding environment). This macro is provided for
140 backward compatibility; new code need not use it. */
141#define STDC_HEADERS 1
142
143/* Define to 1 if your <sys/time.h> declares `struct tm'. */
144/* #undef TM_IN_SYS_TIME */
145
146/* Version number of package */
147#define VERSION "1.0"
148
149/* Define to empty if `const' does not conform to ANSI C. */
150/* #undef const */
151
152/* Define to `__inline__' or `__inline' if that's what the C compiler
153 calls it, or to nothing if 'inline' is not supported under any name. */
154#ifndef __cplusplus
155/* #undef inline */
156#endif
157
158/* Define to rpl_malloc if the replacement function should be used. */
159/* #undef malloc */
160
161/* Define to rpl_realloc if the replacement function should be used. */
162/* #undef realloc */
163
164/* Define to `unsigned int' if <sys/types.h> does not define. */
165/* #undef size_t */
Autogenerated by doxygen (Debian ).