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