1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Predefined possible va_copy() implementation (id: ASP) */
4#define __VA_COPY_USE_ASP(d, s) do { *(d) = *(s); } while (0)
5
6/* Predefined possible va_copy() implementation (id: ASS) */
7#define __VA_COPY_USE_ASS(d, s) do { (d) = (s); } while (0)
8
9/* Predefined possible va_copy() implementation (id: C99) */
10#define __VA_COPY_USE_C99(d, s) va_copy((d), (s))
11
12/* Predefined possible va_copy() implementation (id: CPP) */
13#define __VA_COPY_USE_CPP(d, s) memcpy((void *)(d), (void *)(s), sizeof(*(s)))
14
15/* Predefined possible va_copy() implementation (id: CPS) */
16#define __VA_COPY_USE_CPS(d, s) memcpy((void *)&(d), (void *)&(s), sizeof((s)))
17
18/* Predefined possible va_copy() implementation (id: GCB) */
19#define __VA_COPY_USE_GCB(d, s) __builtin_va_copy((d), (s))
20
21/* Predefined possible va_copy() implementation (id: GCH) */
22#define __VA_COPY_USE_GCH(d, s) __va_copy((d), (s))
23
24/* Predefined possible va_copy() implementation (id: GCM) */
25#define __VA_COPY_USE_GCM(d, s) VA_COPY((d), (s))
26
27/* Define to 1 if you have the <arpa/inet.h> header file. */
28#undef HAVE_ARPA_INET_H
29
30/* Define to 1 if you have the `clock_gettime' function. */
31#undef HAVE_CLOCK_GETTIME
32
33/* Define to 1 if you have the <dlfcn.h> header file. */
34#undef HAVE_DLFCN_H
35
36/* Define to 1 if you have the <dmalloc.h> header file. */
37#undef HAVE_DMALLOC_H
38
39/* Define to 1 if you have the `getifaddrs' function. */
40#undef HAVE_GETIFADDRS
41
42/* Define to 1 if you have the `gettimeofday' function. */
43#undef HAVE_GETTIMEOFDAY
44
45/* Define to 1 if you have the <ifaddrs.h> header file. */
46#undef HAVE_IFADDRS_H
47
48/* Define to 1 if you have the <inttypes.h> header file. */
49#undef HAVE_INTTYPES_H
50
51/* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
52#undef HAVE_LIBDMALLOC
53
54/* Define to 1 if you have the `nsl' library (-lnsl). */
55#undef HAVE_LIBNSL
56
57/* Define to 1 if you have the `socket' library (-lsocket). */
58#undef HAVE_LIBSOCKET
59
60/* Define to 1 if the system has the type `long double'. */
61#undef HAVE_LONG_DOUBLE
62
63/* Define to 1 if the system has the type `long long'. */
64#undef HAVE_LONG_LONG
65
66/* Define to 1 if you have the <memory.h> header file. */
67#undef HAVE_MEMORY_H
68
69/* Define to 1 if you have the `nanosleep' function. */
70#undef HAVE_NANOSLEEP
71
72/* Define to 1 if you have the <netdb.h> header file. */
73#undef HAVE_NETDB_H
74
75/* Define to 1 if you have the <netinet/in.h> header file. */
76#undef HAVE_NETINET_IN_H
77
78/* Define to 1 if you have the <net/if_arp.h> header file. */
79#undef HAVE_NET_IF_ARP_H
80
81/* Define to 1 if you have the <net/if_dl.h> header file. */
82#undef HAVE_NET_IF_DL_H
83
84/* Define to 1 if you have the <net/if.h> header file. */
85#undef HAVE_NET_IF_H
86
87/* Define to 1 if you have the `Sleep' function. */
88#undef HAVE_SLEEP
89
90/* Define to 1 if you have the <stdint.h> header file. */
91#undef HAVE_STDINT_H
92
93/* Define to 1 if you have the <stdlib.h> header file. */
94#undef HAVE_STDLIB_H
95
96/* Define to 1 if you have the <strings.h> header file. */
97#undef HAVE_STRINGS_H
98
99/* Define to 1 if you have the <string.h> header file. */
100#undef HAVE_STRING_H
101
102/* define if exists "struct timeval" */
103#undef HAVE_STRUCT_TIMEVAL
104
105/* Define to 1 if you have the <sys/ioctl.h> header file. */
106#undef HAVE_SYS_IOCTL_H
107
108/* Define to 1 if you have the <sys/param.h> header file. */
109#undef HAVE_SYS_PARAM_H
110
111/* Define to 1 if you have the <sys/select.h> header file. */
112#undef HAVE_SYS_SELECT_H
113
114/* Define to 1 if you have the <sys/socket.h> header file. */
115#undef HAVE_SYS_SOCKET_H
116
117/* Define to 1 if you have the <sys/sockio.h> header file. */
118#undef HAVE_SYS_SOCKIO_H
119
120/* Define to 1 if you have the <sys/stat.h> header file. */
121#undef HAVE_SYS_STAT_H
122
123/* Define to 1 if you have the <sys/time.h> header file. */
124#undef HAVE_SYS_TIME_H
125
126/* Define to 1 if you have the <sys/types.h> header file. */
127#undef HAVE_SYS_TYPES_H
128
129/* Define to 1 if you have the <unistd.h> header file. */
130#undef HAVE_UNISTD_H
131
132/* Define if va_copy() macro exists (and no fallback implementation is
133   required) */
134#undef HAVE_VA_COPY
135
136/* Define to the sub-directory in which libtool stores uninstalled libraries.
137   */
138#undef LT_OBJDIR
139
140/* Define to the address where bug reports for this package should be sent. */
141#undef PACKAGE_BUGREPORT
142
143/* Define to the full name of this package. */
144#undef PACKAGE_NAME
145
146/* Define to the full name and version of this package. */
147#undef PACKAGE_STRING
148
149/* Define to the one symbol short name of this package. */
150#undef PACKAGE_TARNAME
151
152/* Define to the version of this package. */
153#undef PACKAGE_VERSION
154
155/* The size of `char', as computed by sizeof. */
156#undef SIZEOF_CHAR
157
158/* The size of `int', as computed by sizeof. */
159#undef SIZEOF_INT
160
161/* The size of `long', as computed by sizeof. */
162#undef SIZEOF_LONG
163
164/* The size of `long long', as computed by sizeof. */
165#undef SIZEOF_LONG_LONG
166
167/* The size of `short', as computed by sizeof. */
168#undef SIZEOF_SHORT
169
170/* The size of `unsigned char', as computed by sizeof. */
171#undef SIZEOF_UNSIGNED_CHAR
172
173/* The size of `unsigned int', as computed by sizeof. */
174#undef SIZEOF_UNSIGNED_INT
175
176/* The size of `unsigned long', as computed by sizeof. */
177#undef SIZEOF_UNSIGNED_LONG
178
179/* The size of `unsigned long long', as computed by sizeof. */
180#undef SIZEOF_UNSIGNED_LONG_LONG
181
182/* The size of `unsigned short', as computed by sizeof. */
183#undef SIZEOF_UNSIGNED_SHORT
184
185/* Define to 1 if you have the ANSI C header files. */
186#undef STDC_HEADERS
187
188/* whether to build C++ bindings to C API */
189#undef WITH_CXX
190
191/* whether to build DCE 1.1 backward compatibility API */
192#undef WITH_DCE
193
194/* define if building with Dmalloc */
195#undef WITH_DMALLOC
196
197/* whether to build Perl bindings to C API */
198#undef WITH_PERL
199
200/* whether to build Perl compatibility API */
201#undef WITH_PERL_COMPAT
202
203/* whether to build PostgreSQL bindings to C API */
204#undef WITH_PGSQL
205
206/* whether to build PHP bindings to C API */
207#undef WITH_PHP
208
209/* Optional va_copy() implementation activation */
210#ifndef HAVE_VA_COPY
211#define va_copy(d, s) __VA_COPY_USE(d, s)
212#endif
213
214
215/* Define to id of used va_copy() implementation */
216#undef __VA_COPY_USE
217