1 /* src/include/config.h.  Generated from config.h.in by configure.  */
2 /* src/include/config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define to the type of arg 1 of 'accept' */
5 #define ACCEPT_TYPE_ARG1 int
6 
7 /* Define to the type of arg 2 of 'accept' */
8 #define ACCEPT_TYPE_ARG2 struct sockaddr *
9 
10 /* Define to the type of arg 3 of 'accept' */
11 #define ACCEPT_TYPE_ARG3 socklen_t
12 
13 /* Define to the return type of 'accept' */
14 #define ACCEPT_TYPE_RETURN int
15 
16 /* float4 values are passed by value if 'true', by reference if 'false' */
17 #define FLOAT4PASSBYVAL true
18 
19 /* float8, int8, and related values are passed by value if 'true', by
20    reference if 'false' */
21 #define FLOAT8PASSBYVAL true
22 
23 /* Define to 1 if you have the `asprintf' function. */
24 #define HAVE_ASPRINTF 1
25 
26 /* Define to 1 if you have the <crypt.h> header file. */
27 #define HAVE_CRYPT_H 1
28 
29 /* Define to 1 if you have the <dlfcn.h> header file. */
30 #define HAVE_DLFCN_H 1
31 
32 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
33 /* #undef HAVE_DOPRNT */
34 
35 /* Define to 1 if you have the <fcntl.h> header file. */
36 #define HAVE_FCNTL_H 1
37 
38 /* Define to 1 if you have the `gai_strerror' function. */
39 #define HAVE_GAI_STRERROR 1
40 
41 /* Define to 1 if you have the <getopt.h> header file. */
42 #define HAVE_GETOPT_H 1
43 
44 /* Define to 1 if you have the `hstrerror' function. */
45 #define HAVE_HSTRERROR 1
46 
47 /* Define to 1 if you have the <inttypes.h> header file. */
48 #define HAVE_INTTYPES_H 1
49 
50 /* Define to 1 if you have the `BSD' library (-lBSD). */
51 /* #undef HAVE_LIBBSD */
52 
53 /* Define to 1 if you have the `crypt' library (-lcrypt). */
54 #define HAVE_LIBCRYPT 1
55 
56 /* Define to 1 if you have the `crypto' library (-lcrypto). */
57 /* #undef HAVE_LIBCRYPTO */
58 
59 /* Define to 1 if you have the `gen' library (-lgen). */
60 /* #undef HAVE_LIBGEN */
61 
62 /* Define to 1 if you have the `IPC' library (-lIPC). */
63 /* #undef HAVE_LIBIPC */
64 
65 /* Define to 1 if you have the `lc' library (-llc). */
66 /* #undef HAVE_LIBLC */
67 
68 /* Define to 1 if you have the `m' library (-lm). */
69 #define HAVE_LIBM 1
70 
71 /* Define to 1 if you have the `memcached' library (-lmemcached). */
72 /* #undef HAVE_LIBMEMCACHED */
73 
74 /* Define to 1 if you have the <libmemcached/memcached.h> header file. */
75 /* #undef HAVE_LIBMEMCACHED_MEMCACHED_H */
76 
77 /* Define to 1 if you have the `nsl' library (-lnsl). */
78 #define HAVE_LIBNSL 1
79 
80 /* Define to 1 if you have the `pam' library (-lpam). */
81 /* #undef HAVE_LIBPAM */
82 
83 /* Define to 1 if you have the `pq' library (-lpq). */
84 #define HAVE_LIBPQ 1
85 
86 /* Define to 1 if you have the `PW' library (-lPW). */
87 /* #undef HAVE_LIBPW */
88 
89 /* Define to 1 if you have the `resolv' library (-lresolv). */
90 #define HAVE_LIBRESOLV 1
91 
92 /* Define to 1 if you have the `socket' library (-lsocket). */
93 /* #undef HAVE_LIBSOCKET */
94 
95 /* Define to 1 if you have the `ssl' library (-lssl). */
96 /* #undef HAVE_LIBSSL */
97 
98 /* Define to 1 if constants of type 'long long int' should have the suffix LL.
99    */
100 /* #undef HAVE_LL_CONSTANTS */
101 
102 /* Define to 1 if `long int' works and is 64 bits. */
103 #define HAVE_LONG_INT_64 1
104 
105 /* Define to 1 if `long long int' works and is 64 bits. */
106 /* #undef HAVE_LONG_LONG_INT_64 */
107 
108 /* Define to 1 if you have the <memory.h> header file. */
109 #define HAVE_MEMORY_H 1
110 
111 /* Define to 1 if you have the <netdb.h> header file. */
112 #define HAVE_NETDB_H 1
113 
114 /* Define to 1 if you have the <netinet/in.h> header file. */
115 #define HAVE_NETINET_IN_H 1
116 
117 /* Define to 1 if you have the <netinet/tcp.h> header file. */
118 #define HAVE_NETINET_TCP_H 1
119 
120 /* Define to 1 if you have the <openssl/ssl.h> header file. */
121 /* #undef HAVE_OPENSSL_SSL_H */
122 
123 /* Define to 1 if you have the <pam/pam_appl.h> header file. */
124 /* #undef HAVE_PAM_PAM_APPL_H */
125 
126 /* Define to 1 if you have the `PQprepare' function. */
127 #define HAVE_PQPREPARE 1
128 
129 /* Define to 1 if you have the `pstat' function. */
130 /* #undef HAVE_PSTAT */
131 
132 /* Define to 1 if you have the <security/pam_appl.h> header file. */
133 /* #undef HAVE_SECURITY_PAM_APPL_H */
134 
135 /* Define to 1 if you have the `select' function. */
136 #define HAVE_SELECT 1
137 
138 /* Define to 1 if you have the `setproctitle' function. */
139 /* #undef HAVE_SETPROCTITLE */
140 
141 /* Define to 1 if you have the `setsid' function. */
142 #define HAVE_SETSID 1
143 
144 /* Define to 1 if you have the `sigprocmask' function. */
145 #define HAVE_SIGPROCMASK 1
146 
147 /* Define to 1 if you have the `snprintf' function. */
148 #define HAVE_SNPRINTF 1
149 
150 /* Define to 1 if you have the `socket' function. */
151 #define HAVE_SOCKET 1
152 
153 /* Define to 1 if you have the <stdint.h> header file. */
154 #define HAVE_STDINT_H 1
155 
156 /* Define to 1 if you have the <stdlib.h> header file. */
157 #define HAVE_STDLIB_H 1
158 
159 /* Define to 1 if you have the `strdup' function. */
160 #define HAVE_STRDUP 1
161 
162 /* Define to 1 if you have the `strerror' function. */
163 #define HAVE_STRERROR 1
164 
165 /* Define to 1 if you have the `strftime' function. */
166 #define HAVE_STRFTIME 1
167 
168 /* Define to 1 if you have the <strings.h> header file. */
169 #define HAVE_STRINGS_H 1
170 
171 /* Define to 1 if you have the <string.h> header file. */
172 #define HAVE_STRING_H 1
173 
174 /* Define to 1 if you have the `strlcat,' function. */
175 /* #undef HAVE_STRLCAT_ */
176 
177 /* Define to 1 if you have the `strlcpy' function. */
178 /* #undef HAVE_STRLCPY */
179 
180 /* Define to 1 if you have the `strtok' function. */
181 #define HAVE_STRTOK 1
182 
183 /* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
184 /* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
185 
186 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
187 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
188 
189 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
190 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
191 
192 /* Define to 1 if `ss_len' is a member of `struct sockaddr_storage'. */
193 /* #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN */
194 
195 /* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */
196 /* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */
197 
198 /* Define to 1 if `__ss_len' is a member of `struct sockaddr_storage'. */
199 /* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN */
200 
201 /* Define to 1 if you have the `syslog' function. */
202 #define HAVE_SYSLOG 1
203 
204 /* Define to 1 if you have the <sys/param.h> header file. */
205 #define HAVE_SYS_PARAM_H 1
206 
207 /* Define to 1 if you have the <sys/pstat.h> header file. */
208 /* #undef HAVE_SYS_PSTAT_H */
209 
210 /* Define to 1 if you have the <sys/select.h> header file. */
211 #define HAVE_SYS_SELECT_H 1
212 
213 /* Define to 1 if you have the <sys/sem.h> header file. */
214 #define HAVE_SYS_SEM_H 1
215 
216 /* Define to 1 if you have the <sys/shm.h> header file. */
217 #define HAVE_SYS_SHM_H 1
218 
219 /* Define to 1 if you have the <sys/socket.h> header file. */
220 #define HAVE_SYS_SOCKET_H 1
221 
222 /* Define to 1 if you have the <sys/stat.h> header file. */
223 #define HAVE_SYS_STAT_H 1
224 
225 /* Define to 1 if you have the <sys/time.h> header file. */
226 #define HAVE_SYS_TIME_H 1
227 
228 /* Define to 1 if you have the <sys/types.h> header file. */
229 #define HAVE_SYS_TYPES_H 1
230 
231 /* Define to 1 if you have the <sys/un.h> header file. */
232 #define HAVE_SYS_UN_H 1
233 
234 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
235 #define HAVE_SYS_WAIT_H 1
236 
237 /* checking termios */
238 #define HAVE_TERMIOS_H 1
239 
240 /* Define to 1 if the system has the type `union semun'. */
241 /* #undef HAVE_UNION_SEMUN */
242 
243 /* Define to 1 if you have the <unistd.h> header file. */
244 #define HAVE_UNISTD_H 1
245 
246 /* Define to 1 if you have the `vasprintf' function. */
247 #define HAVE_VASPRINTF 1
248 
249 /* Define to 1 if you have the `vprintf' function. */
250 #define HAVE_VPRINTF 1
251 
252 /* Define to 1 if you have the `vsnprintf' function. */
253 #define HAVE_VSNPRINTF 1
254 
255 /* Define to 1 if you have the `wait3' system call. Deprecated, you should no
256    longer depend upon `wait3'. */
257 #define HAVE_WAIT3 1
258 
259 /* Define to 1 if your compiler understands __builtin_types_compatible_p. */
260 #define HAVE__BUILTIN_TYPES_COMPATIBLE_P 1
261 
262 /* Define to the appropriate snprintf format for 64-bit ints, if any. */
263 #define INT64_FORMAT "%ld"
264 
265 /* Define to the sub-directory in which libtool stores uninstalled libraries.
266    */
267 #define LT_OBJDIR ".libs/"
268 
269 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
270 /* #undef NO_MINUS_C_MINUS_O */
271 
272 /* Name of package */
273 #define PACKAGE "pgpool-II"
274 
275 /* Define to the address where bug reports for this package should be sent. */
276 #define PACKAGE_BUGREPORT "pgpool-hackers@pgpool.net"
277 
278 /* Define to the full name of this package. */
279 #define PACKAGE_NAME "pgpool-II"
280 
281 /* Define to the full name and version of this package. */
282 #define PACKAGE_STRING "pgpool-II 4.1.10"
283 
284 /* Define to the one symbol short name of this package. */
285 #define PACKAGE_TARNAME "pgpool-II"
286 
287 /* Define to the home page for this package. */
288 #define PACKAGE_URL ""
289 
290 /* Define to the version of this package. */
291 #define PACKAGE_VERSION "4.1.10"
292 
293 /* Define as the return type of signal handlers (`int' or `void'). */
294 #define RETSIGTYPE void
295 
296 /* The size of `size_t', as computed by sizeof. */
297 #define SIZEOF_SIZE_T 8
298 
299 /* The size of `unsigned long', as computed by sizeof. */
300 #define SIZEOF_UNSIGNED_LONG 8
301 
302 /* The size of `void *', as computed by sizeof. */
303 #define SIZEOF_VOID_P 8
304 
305 /* Define to 1 if you have the ANSI C header files. */
306 #define STDC_HEADERS 1
307 
308 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
309 #define TIME_WITH_SYS_TIME 1
310 
311 /* Define to the appropriate snprintf format for unsigned 64-bit ints, if any.
312    */
313 #define UINT64_FORMAT "%lu"
314 
315 /* Define to 1 to build with assertion checks. (--enable-cassert) */
316 /* #undef USE_ASSERT_CHECKING */
317 
318 /* Define to 1 if you want float4 values to be passed by value.
319    (--enable-float4-byval) */
320 #define USE_FLOAT4_BYVAL 1
321 
322 /* Define to 1 if you want float8, int8, etc values to be passed by value.
323    (--enable-float8-byval) */
324 #define USE_FLOAT8_BYVAL 1
325 
326 /* Define to 1 to build with memcached support */
327 /* #undef USE_MEMCACHED */
328 
329 /* Define to 1 to build with PAM support. (--with-pam) */
330 /* #undef USE_PAM */
331 
332 /* Use replacement snprintf() functions. */
333 /* #undef USE_REPL_SNPRINTF */
334 
335 /* Define to 1 if you want to use row lock against the sequence table for
336    insert_lock. (--enable-sequence-lock) */
337 /* #undef USE_SEQUENCE_LOCK */
338 
339 /* Define to 1 to build with SSL support. (--with-openssl) */
340 /* #undef USE_SSL */
341 
342 /* Define to 1 if you want to use table lock against the target table for
343    insert_lock. (--enable-table-lock) */
344 /* #undef USE_TABLE_LOCK */
345 
346 /* Version number of package */
347 #define VERSION "4.1.10"
348 
349 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
350    `char[]'. */
351 /* #undef YYTEXT_POINTER */
352 
353 /* Define to empty if `const' does not conform to ANSI C. */
354 /* #undef const */
355 
356 /* Define to `int' if <sys/types.h> does not define. */
357 /* #undef pid_t */
358