resetting manifest requested domain to floor
[platform/upstream/libasyncns.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the <arpa/inet.h> header file. */
4 #undef HAVE_ARPA_INET_H
5
6 /* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
7 #undef HAVE_ARPA_NAMESER_COMPAT_H
8
9 /* Define to 1 if you have the <dlfcn.h> header file. */
10 #undef HAVE_DLFCN_H
11
12 /* Define to 1 if you have the <fcntl.h> header file. */
13 #undef HAVE_FCNTL_H
14
15 /* Define to 1 if you have the `fork' function. */
16 #undef HAVE_FORK
17
18 /* Define to 1 if you have the <inttypes.h> header file. */
19 #undef HAVE_INTTYPES_H
20
21 /* Define to 1 if you have the `nsl' library (-lnsl). */
22 #undef HAVE_LIBNSL
23
24 /* Define to 1 if you have the `socket' library (-lsocket). */
25 #undef HAVE_LIBSOCKET
26
27 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
28    to 0 otherwise. */
29 #undef HAVE_MALLOC
30
31 /* Define to 1 if you have the <memory.h> header file. */
32 #undef HAVE_MEMORY_H
33
34 /* Define to 1 if you have the `memset' function. */
35 #undef HAVE_MEMSET
36
37 /* Define to 1 if you have the <netdb.h> header file. */
38 #undef HAVE_NETDB_H
39
40 /* Define to 1 if you have the <netinet/in.h> header file. */
41 #undef HAVE_NETINET_IN_H
42
43 /* Define if you have POSIX threads libraries and header files. */
44 #undef HAVE_PTHREAD
45
46 /* Define to 1 if you have the `select' function. */
47 #undef HAVE_SELECT
48
49 /* Define to 1 if you have the `setresuid' function. */
50 #undef HAVE_SETRESUID
51
52 /* Define to 1 if you have the `setreuid' function. */
53 #undef HAVE_SETREUID
54
55 /* Define to 1 if you have the <stdint.h> header file. */
56 #undef HAVE_STDINT_H
57
58 /* Define to 1 if you have the <stdlib.h> header file. */
59 #undef HAVE_STDLIB_H
60
61 /* Define to 1 if you have the `strerror' function. */
62 #undef HAVE_STRERROR
63
64 /* Define to 1 if you have the <strings.h> header file. */
65 #undef HAVE_STRINGS_H
66
67 /* Define to 1 if you have the <string.h> header file. */
68 #undef HAVE_STRING_H
69
70 /* Define to 1 if you have the `strndup' function. */
71 #undef HAVE_STRNDUP
72
73 /* Define to 1 if you have the <sys/prctl.h> header file. */
74 #undef HAVE_SYS_PRCTL_H
75
76 /* Define to 1 if you have the <sys/select.h> header file. */
77 #undef HAVE_SYS_SELECT_H
78
79 /* Define to 1 if you have the <sys/socket.h> header file. */
80 #undef HAVE_SYS_SOCKET_H
81
82 /* Define to 1 if you have the <sys/stat.h> header file. */
83 #undef HAVE_SYS_STAT_H
84
85 /* Define to 1 if you have the <sys/types.h> header file. */
86 #undef HAVE_SYS_TYPES_H
87
88 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
89 #undef HAVE_SYS_WAIT_H
90
91 /* Define to 1 if you have the <unistd.h> header file. */
92 #undef HAVE_UNISTD_H
93
94 /* Define to 1 if you have the `vfork' function. */
95 #undef HAVE_VFORK
96
97 /* Define to 1 if you have the <vfork.h> header file. */
98 #undef HAVE_VFORK_H
99
100 /* Define to 1 if `fork' works. */
101 #undef HAVE_WORKING_FORK
102
103 /* Define to 1 if `vfork' works. */
104 #undef HAVE_WORKING_VFORK
105
106 /* Define to the sub-directory in which libtool stores uninstalled libraries.
107    */
108 #undef LT_OBJDIR
109
110 /* Define to 1 if assertions should be disabled. */
111 #undef NDEBUG
112
113 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
114 #undef NO_MINUS_C_MINUS_O
115
116 /* Name of package */
117 #undef PACKAGE
118
119 /* Define to the address where bug reports for this package should be sent. */
120 #undef PACKAGE_BUGREPORT
121
122 /* Define to the full name of this package. */
123 #undef PACKAGE_NAME
124
125 /* Define to the full name and version of this package. */
126 #undef PACKAGE_STRING
127
128 /* Define to the one symbol short name of this package. */
129 #undef PACKAGE_TARNAME
130
131 /* Define to the version of this package. */
132 #undef PACKAGE_VERSION
133
134 /* Define to the necessary symbol if this constant uses a non-standard name on
135    your system. */
136 #undef PTHREAD_CREATE_JOINABLE
137
138 /* Define as the return type of signal handlers (`int' or `void'). */
139 #undef RETSIGTYPE
140
141 /* Define to the type of arg 1 for `select'. */
142 #undef SELECT_TYPE_ARG1
143
144 /* Define to the type of args 2, 3 and 4 for `select'. */
145 #undef SELECT_TYPE_ARG234
146
147 /* Define to the type of arg 5 for `select'. */
148 #undef SELECT_TYPE_ARG5
149
150 /* Define to 1 if you have the ANSI C header files. */
151 #undef STDC_HEADERS
152
153 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
154 #undef TIME_WITH_SYS_TIME
155
156 /* Enable extensions on AIX 3, Interix.  */
157 #ifndef _ALL_SOURCE
158 # undef _ALL_SOURCE
159 #endif
160 /* Enable GNU extensions on systems that have them.  */
161 #ifndef _GNU_SOURCE
162 # undef _GNU_SOURCE
163 #endif
164 /* Enable threading extensions on Solaris.  */
165 #ifndef _POSIX_PTHREAD_SEMANTICS
166 # undef _POSIX_PTHREAD_SEMANTICS
167 #endif
168 /* Enable extensions on HP NonStop.  */
169 #ifndef _TANDEM_SOURCE
170 # undef _TANDEM_SOURCE
171 #endif
172 /* Enable general extensions on Solaris.  */
173 #ifndef __EXTENSIONS__
174 # undef __EXTENSIONS__
175 #endif
176
177
178 /* Version number of package */
179 #undef VERSION
180
181 /* Number of bits in a file offset, on hosts where this is settable. */
182 #undef _FILE_OFFSET_BITS
183
184 /* Define for large files, on AIX-style hosts. */
185 #undef _LARGE_FILES
186
187 /* Define to 1 if on MINIX. */
188 #undef _MINIX
189
190 /* Define to 2 if the system does not provide POSIX.1 features except with
191    this defined. */
192 #undef _POSIX_1_SOURCE
193
194 /* Define to 1 if you need to in order for `stat' and other things to work. */
195 #undef _POSIX_SOURCE
196
197 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
198    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
199    #define below would cause a syntax error. */
200 #undef _UINT8_T
201
202 /* Define to empty if `const' does not conform to ANSI C. */
203 #undef const
204
205 /* Define to rpl_malloc if the replacement function should be used. */
206 #undef malloc
207
208 /* Define to `int' if <sys/types.h> does not define. */
209 #undef pid_t
210
211 /* Define to `unsigned int' if <sys/types.h> does not define. */
212 #undef size_t
213
214 /* Define to `int' if <sys/types.h> does not define. */
215 #undef ssize_t
216
217 /* Define to the type of an unsigned integer type of width exactly 16 bits if
218    such a type exists and the standard includes do not define it. */
219 #undef uint16_t
220
221 /* Define to the type of an unsigned integer type of width exactly 8 bits if
222    such a type exists and the standard includes do not define it. */
223 #undef uint8_t
224
225 /* Define as `fork' if `vfork' does not work. */
226 #undef vfork