1/* include/config.h.  Generated from config.h.in by configure.  */
2/* include/config.h.in.  Generated from configure.in by autoheader.  */
3
4#include <TargetConditionals.h>
5
6/* Name of C compiler's unused attribute */
7#define ATTRIBUTE_UNUSED __attribute__((unused))
8
9/* Include the DCE dummy auth service */
10/* #undef AUTH_DUMMY */
11
12/* Include the DCE gss_negotiate auth service */
13#define AUTH_GSS_NEGOTIATE 1
14
15/* Include the schannel auth service */
16/* #undef AUTH_SCHANNEL */
17
18/* Support for the codeset registry (untested) */
19/* #undef BUILD_CODESET */
20
21/* Support for the LDAP nameservice (untested) */
22/* #undef BUILD_RPC_NS_LDAP */
23
24/* Compile with debugging support */
25#define DEBUG 1
26
27/* Build demo programs */
28#define DEMO_PROGS 1
29
30/* Enable DUMPERS for debugging dceidl */
31#define DUMPERS 1
32
33/* Enable GSS negotiate auth mechanism */
34#define ENABLE_AUTH_GSS_NEGOTIATE
35
36/* Enable schannel auth mechanism */
37/* #undef ENABLE_AUTH_SCHANNEL */
38
39/* Enable experimental DCOM support */
40/* #undef ENABLE_DCOM */
41
42/* Enable IP address family support */
43#define ENABLE_NAF_IP
44
45/* Enable named pipe address family support */
46#define ENABLE_NAF_NP
47
48/* Enable NCACN protocol sequence */
49#define ENABLE_PROT_NCACN
50
51/* Enable NCADG protocol sequence */
52/* #undef ENABLE_PROT_NCADG */
53
54/* Feature test flags */
55#define FEATURETEST_CFLAGS $FEATURETEST_CFLAGS
56
57/* Number of arguments to gethostbyname_r */
58#define GETHOSTBYNAME_R_ARGS
59
60/* Define to 1 if you have the `backtrace' function. */
61#define HAVE_BACKTRACE 1
62
63/* Define to 1 if you have the `backtrace_symbols' function. */
64#define HAVE_BACKTRACE_SYMBOLS 1
65
66/* Define to 1 if you have the `backtrace_symbols_fd' function. */
67#define HAVE_BACKTRACE_SYMBOLS_FD 1
68
69/* Define to 1 if you have the `catopen' function. */
70#define HAVE_CATOPEN 1
71
72/* Define to 1 if you have the <CrashReporterClient.h> header file. */
73#if TARGET_OS_EMBEDDED || TARGET_OS_IPHONE
74#define HAVE_CRASHREPORTERCLIENT_H 0
75#else
76#define HAVE_CRASHREPORTERCLIENT_H 1
77#endif
78
79/* Define to 1 if you have the <dlfcn.h> header file. */
80#define HAVE_DLFCN_H 1
81
82/* Define to 1 if you have the <execinfo.h> header file. */
83#define HAVE_EXECINFO_H 1
84
85/* Define to 1 if you have the <features.h> header file. */
86/* #undef HAVE_FEATURES_H */
87
88/* Define to 1 if you have the `gethostbyname_r' function. */
89/* #undef HAVE_GETHOSTBYNAME_R */
90
91/* Define to 1 if you have the <getopt.h> header file. */
92#define HAVE_GETOPT_H 1
93
94/* Define to 1 if you have the `getpeereid' function. */
95#define HAVE_GETPEEREID 1
96
97/* Define to 1 if you have the `gettimeofday' function. */
98#define HAVE_GETTIMEOFDAY 1
99
100/* Define to 1 if you have the <gssapi/gssapi_ext.h> header file. */
101/* #undef HAVE_GSSAPI_GSSAPI_EXT_H */
102
103/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
104#define HAVE_GSSAPI_GSSAPI_H 1
105
106/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
107#define HAVE_GSSAPI_GSSAPI_KRB5_H 1
108
109/* Define if you have the GSS framework */
110#define HAVE_GSS_FRAMEWORK 1
111
112/* Define to 1 if you have the <inttypes.h> header file. */
113#define HAVE_INTTYPES_H 1
114
115/* Define if you have the Kerberos framework */
116#define HAVE_KERBEROS_FRAMEWORK 1
117
118/* Define to 1 if you have the <krb5.h> header file. */
119#define HAVE_KRB5_H 1
120
121/* whether the Likewise lwioclient API is available */
122/* #undef HAVE_LIKEWISE_LWIO */
123
124/* whether the Likewise lwmapsecurity API is available */
125/* #undef HAVE_LIKEWISE_LWMAPSECURITY */
126
127/* Define to 1 if you have the <lwio/lwio.h> header file. */
128/* #undef HAVE_LWIO_LWIO_H */
129
130/* Define to 1 if you have the <lwmapsecurity/lwmapsecurity.h> header file. */
131/* #undef HAVE_LWMAPSECURITY_LWMAPSECURITY_H */
132
133/* Define to 1 if you have the <lw/base.h,> header file. */
134/* #undef HAVE_LW_BASE_H_ */
135
136/* Define to 1 if you have the <memory.h> header file. */
137#define HAVE_MEMORY_H 1
138
139/* Have MoonUnit */
140/* #undef HAVE_MOONUNIT */
141
142/* Define to 1 if you have the <moonunit/moonunit.h> header file. */
143/* #undef HAVE_MOONUNIT_MOONUNIT_H */
144
145/* Define to 1 if you have the <net/if_arp.h> header file. */
146#define HAVE_NET_IF_ARP_H 1
147
148/* Define to 1 if you have the <net/if_dl.h> header file. */
149#define HAVE_NET_IF_DL_H 1
150
151/* Define to 1 if you have the <nl_types.h> header file. */
152#define HAVE_NL_TYPES_H 1
153
154/* Define to 1 if you have the `pthread_atfork' function. */
155#define HAVE_PTHREAD_ATFORK 1
156
157/* Define to 1 if you have the `pthread_delay_np' function. */
158/* #undef HAVE_PTHREAD_DELAY_NP */
159
160/* Define to 1 if you have the <pthread_ext.h> header file. */
161/* #undef HAVE_PTHREAD_EXT_H */
162
163/* Define to 1 if you have the `pthread_getunique_np' function. */
164/* #undef HAVE_PTHREAD_GETUNIQUE_NP */
165
166/* Define to 1 if you have the `pthread_get_expiration_np' function. */
167/* #undef HAVE_PTHREAD_GET_EXPIRATION_NP */
168
169/* Define to 1 if you have the <pthread.h> header file. */
170#define HAVE_PTHREAD_H 1
171
172/* Define to 1 if you have the `pthread_ismultithreaded_np' function. */
173/* #undef HAVE_PTHREAD_ISMULTITHREADED_NP */
174
175/* Define to 1 if you have the `pthread_kill_other_threads_np' function. */
176/* #undef HAVE_PTHREAD_KILL_OTHER_THREADS_NP */
177
178/* Define to 1 if you have the `pthread_lock_global_np' function. */
179/* #undef HAVE_PTHREAD_LOCK_GLOBAL_NP */
180
181/* Define to 1 if you have the `pthread_mutexattr_getkind_np' function. */
182/* #undef HAVE_PTHREAD_MUTEXATTR_GETKIND_NP */
183
184/* Define to 1 if you have the `pthread_mutexattr_setkind_np' function. */
185/* #undef HAVE_PTHREAD_MUTEXATTR_SETKIND_NP */
186
187/* Define to 1 if you have the `pthread_setugid_np' function. */
188#define HAVE_PTHREAD_SETUGID_NP 1
189
190/* Define to 1 if you have the `pthread_unlock_global_np' function. */
191/* #undef HAVE_PTHREAD_UNLOCK_GLOBAL_NP */
192
193/* Define to 1 if you have the `pthread_yield' function. */
194/* #undef HAVE_PTHREAD_YIELD */
195
196/* Define to 1 if you have the `scandir' function. */
197#define HAVE_SCANDIR 1
198
199/* Define to 1 if you have the `sched_yield' function. */
200#define HAVE_SCHED_YIELD 1
201
202/* Define to 1 if you have the `setpgrp' function. */
203#define HAVE_SETPGRP 1
204
205/* whether the SMBClient.framework API is available */
206#if TARGET_OS_IPHONE
207#define HAVE_SMBCLIENT_FRAMEWORK 0
208#else
209#define HAVE_SMBCLIENT_FRAMEWORK 1
210#endif
211
212/* Define to 1 if you have the `socket' function. */
213#define HAVE_SOCKET 1
214
215/* Define to 1 if you have the <stdint.h> header file. */
216#define HAVE_STDINT_H 1
217
218/* Define to 1 if you have the <stdlib.h> header file. */
219#define HAVE_STDLIB_H 1
220
221/* Define to 1 if you have the <strings.h> header file. */
222#define HAVE_STRINGS_H 1
223
224/* Define to 1 if you have the <string.h> header file. */
225#define HAVE_STRING_H 1
226
227/* Define to 1 if you have the `strlcat' function. */
228#define HAVE_STRLCAT 1
229
230/* Define to 1 if you have the `strlcpy' function. */
231#define HAVE_STRLCPY 1
232
233/* Define to 1 if you have the <sys/cdefs.h> header file. */
234#define HAVE_SYS_CDEFS_H 1
235
236/* Define to 1 if you have the <sys/fd_set.h> header file. */
237/* #undef HAVE_SYS_FD_SET_H */
238
239/* Define to 1 if you have the <sys/kauth.h> header file. */
240#define HAVE_SYS_KAUTH_H 1
241
242/* Define to 1 if you have the <sys/sockio.h> header file. */
243#define HAVE_SYS_SOCKIO_H 1
244
245/* Define to 1 if you have the <sys/stat.h> header file. */
246#define HAVE_SYS_STAT_H 1
247
248/* Define to 1 if you have the <sys/syscall.h> header file. */
249#define HAVE_SYS_SYSCALL_H 1
250
251/* Define to 1 if you have the <sys/sysctl.h> header file. */
252#define HAVE_SYS_SYSCTL_H 1
253
254/* Define to 1 if you have the <sys/time.h> header file. */
255#define HAVE_SYS_TIME_H 1
256
257/* Define to 1 if you have the <sys/types.h> header file. */
258#define HAVE_SYS_TYPES_H 1
259
260/* Define to 1 if you have the <sys/un.h> header file. */
261#define HAVE_SYS_UN_H 1
262
263/* Define to 1 if you have the <unistd.h> header file. */
264#define HAVE_UNISTD_H 1
265
266/* Define to 1 if you have the <uuid/uuid.h> header file. */
267#define HAVE_UUID_UUID_H 1
268
269/* Define to 1 if you have the `vasprintf' function. */
270#define HAVE_VASPRINTF 1
271
272/* Define to the sub-directory in which libtool stores uninstalled libraries.
273   */
274#define LT_OBJDIR ".libs/"
275
276/* IP network address family support */
277#define NAF_IP 1
278
279/* Named Pipes network address family support */
280#define NAF_NP 1
281
282/* AF_LOCAL network address family support (untested) */
283/* #undef NAF_UXD */
284
285/* Name of package */
286#define PACKAGE "dcerpc"
287
288/* Define to the address where bug reports for this package should be sent. */
289#define PACKAGE_BUGREPORT ""
290
291/* Define to the full name of this package. */
292#define PACKAGE_NAME "DCE RPC"
293
294/* Define to the full name and version of this package. */
295#define PACKAGE_STRING "DCE RPC 1.1.0.7"
296
297/* Define to the one symbol short name of this package. */
298#define PACKAGE_TARNAME "dce-rpc"
299
300/* Define to the version of this package. */
301#define PACKAGE_VERSION "1.1.0.7"
302
303/* Support connection based transports */
304#define PROT_NCACN 1
305
306/* Support connectionless transports */
307/* #undef PROT_NCADG */
308
309/* named pipes directory */
310#define RPC_C_NP_DIR "/var/rpc/ncacn_np"
311
312/* unix domain sockets directory */
313#define RPC_C_UXD_DIR "/var/rpc/ncalrpc"
314
315/* Apple SDKROOT we are building against */
316#define SDKROOT "/"
317
318/* Number of arguments to setgrp() */
319#define SETPGRP_ARGS 0
320
321/* Define to 1 if you have the ANSI C header files. */
322#define STDC_HEADERS 1
323
324/* Include loopback interface support */
325#define USE_LOOPBACK 1
326
327/* Version number of package */
328#define VERSION "1.1.0.7"
329
330/* Tell libc that we want BSD things */
331#define _BSD 1
332
333/* Ask for gnu extensions */
334#define _GNU_SOURCE 1
335
336/* Ask for re-entrant api */
337#define _REENTRANT 1
338
339/* Ask for extension api */
340#define __EXTENSIONS__ 1
341
342/* Define to `__inline__' or `__inline' if that's what the C compiler
343   calls it, or to nothing if 'inline' is not supported under any name.  */
344#ifndef __cplusplus
345/* #undef inline */
346#endif
347