Patterns in static

Apophenia

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