1/* config.h.  Generated from config.h.in by configure.  */
2/* config.h.in.  Generated from configure.ac by autoheader.  */
3
4/* Define if the admin group should be enabled */
5#define ADMIN_GRP 1
6
7/* Define if AFS should be used */
8/* #undef AFS */
9
10/* Does extattr API work */
11/* #undef BROKEN_EXTATTR */
12
13/* BSD compatiblity macro */
14/* #undef BSD4_4 */
15
16/* Define if CNID Concurrent BDB backend should be compiled. */
17/* #undef CNID_BACKEND_CDB */
18
19/* Define if CNID Database Daemon backend should be compiled. */
20#define CNID_BACKEND_DBD 1
21
22/* Define if CNID LAST scheme backend should be compiled. */
23#define CNID_BACKEND_LAST 1
24
25/* Define if CNID TDB scheme backend should be compiled. */
26#define CNID_BACKEND_TDB 1
27
28/* CUPS API Version */
29#define CUPS_API_VERSION "1.3"
30
31/* Required BDB version, major */
32#define DB_MAJOR_REQ 4
33
34/* Required BDB version, minor */
35#define DB_MINOR_REQ 6
36
37/* Required BDB version, patch */
38#define DB_PATCH_REQ 0
39
40/* Define if verbose debugging information should be included */
41/* #undef DEBUG */
42
43/* Define if debugging information should be included */
44/* #undef DEBUG1 */
45
46/* Define if you want to disable SIGALRM timers and DSI tickles */
47/* #undef DEBUGGING */
48
49/* Default CNID scheme to be used */
50#define DEFAULT_CNID_SCHEME "dbd"
51
52/* Define if system (fcntl) locking should be disabled */
53/* #undef DISABLE_LOCKING */
54
55/* Define if shell check should be disabled */
56/* #undef DISABLE_SHELLCHECK */
57
58/* Define to enable spooldir support */
59/* #undef DISABLE_SPOOL */
60
61/* BSD compatibility macro */
62/* #undef DLSYM_PREPEND_UNDERSCORE */
63
64/* Define if you want to use the experimental dropkludge support */
65/* #undef DROPKLUDGE */
66
67/* Available Extended Attributes modules */
68#define EA_MODULES "ad | sys"
69
70/* Define if you want compatibily with the FHS */
71/* #undef FHS_COMPATIBILITY */
72
73/* Define if you want forcing of uid/gid per volume */
74/* #undef FORCE_UIDGID */
75
76/* Define if OS is FreeBSD */
77/* #undef FREEBSD */
78
79/* Define to the type of elements in the array set by `getgroups'. Usually
80   this is either `int' or `gid_t'. */
81#define GETGROUPS_T gid_t
82
83/* Define if dbtob takes two arguments */
84/* #undef HAVE_2ARG_DBTOB */
85
86/* Define if the data type long has 32 bit */
87/* #undef HAVE_32BIT_LONGS */
88
89/* Define if the data type long has 64 bit */
90/* #undef HAVE_64BIT_LONGS */
91
92/* Define to 1 if you have the `access' function. */
93#define HAVE_ACCESS 1
94
95/* Whether ACLs support is available */
96/* #undef HAVE_ACLS */
97
98/* Whether acl_from_mode() is available */
99/* #undef HAVE_ACL_FROM_MODE */
100
101/* Whether acl_get_perm_np() is available */
102/* #undef HAVE_ACL_GET_PERM_NP */
103
104/* Define to 1 if you have the <acl/libacl.h> header file. */
105/* #undef HAVE_ACL_LIBACL_H */
106
107/* Define to 1 if you have the `add_proplist_entry' function. */
108/* #undef HAVE_ADD_PROPLIST_ENTRY */
109
110/* Whether AIX ACLs are available */
111/* #undef HAVE_AIX_ACLS */
112
113/* set if struct at_addr is called atalk_addr */
114#define HAVE_ATALK_ADDR 1
115
116/* whether at funcs are available */
117/* #undef HAVE_ATFUNCS */
118
119/* Define to 1 if you have the `attropen' function. */
120/* #undef HAVE_ATTROPEN */
121
122/* Define to 1 if you have the `attr_get' function. */
123/* #undef HAVE_ATTR_GET */
124
125/* Define to 1 if you have the `attr_getf' function. */
126/* #undef HAVE_ATTR_GETF */
127
128/* Define to 1 if you have the `attr_list' function. */
129/* #undef HAVE_ATTR_LIST */
130
131/* Define to 1 if you have the `attr_listf' function. */
132/* #undef HAVE_ATTR_LISTF */
133
134/* Define to 1 if you have the `attr_remove' function. */
135/* #undef HAVE_ATTR_REMOVE */
136
137/* Define to 1 if you have the `attr_removef' function. */
138/* #undef HAVE_ATTR_REMOVEF */
139
140/* Define to 1 if you have the `attr_set' function. */
141/* #undef HAVE_ATTR_SET */
142
143/* Define to 1 if you have the `attr_setf' function. */
144/* #undef HAVE_ATTR_SETF */
145
146/* Define to 1 if you have the <attr/xattr.h> header file. */
147/* #undef HAVE_ATTR_XATTR_H */
148
149/* Use Avahi/DNS-SD registration */
150/* #undef HAVE_AVAHI */
151
152/* Uses Avahis threaded poll implementation */
153/* #undef HAVE_AVAHI_THREADED_POLL */
154
155/* Define to 1 if you have the `backtrace_symbols' function. */
156/* #undef HAVE_BACKTRACE_SYMBOLS */
157
158/* Define if dbtob is broken */
159#define HAVE_BROKEN_DBTOB 1
160
161/* Define to 1 if you have the `chmod' function. */
162#define HAVE_CHMOD 1
163
164/* Define to 1 if you have the `chown' function. */
165#define HAVE_CHOWN 1
166
167/* Define to 1 if you have the `chroot' function. */
168#define HAVE_CHROOT 1
169
170/* Define to 1 if you have the <crypt.h> header file. */
171#define HAVE_CRYPT_H 1
172
173/* Define to enable CUPS Support */
174#define HAVE_CUPS 1
175
176/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
177   you don't. */
178/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
179
180/* Define if errno declaration exists */
181/* #undef HAVE_DECL_ERRNO */
182
183/* Define if sys_errlist declaration exists */
184/* #undef HAVE_DECL_SYS_ERRLIST */
185
186/* Define if sys_nerr declaration exists */
187/* #undef HAVE_DECL_SYS_NERR */
188
189/* Define to 1 if you have the `delproplist' function. */
190/* #undef HAVE_DELPROPLIST */
191
192/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
193   */
194#define HAVE_DIRENT_H 1
195
196/* Define to 1 if you have the `dirfd' function. */
197#define HAVE_DIRFD 1
198
199/* Define to 1 if you have the `dlclose' function. */
200#define HAVE_DLCLOSE 1
201
202/* Define if you have the GNU dld library. */
203/* #undef HAVE_DLD */
204
205/* Define to 1 if you have the `dlerror' function. */
206#define HAVE_DLERROR 1
207
208/* Define to 1 if you have the <dlfcn.h> header file. */
209#define HAVE_DLFCN_H 1
210
211/* Define to 1 if you have the `dlopen' function. */
212/* #undef HAVE_DLOPEN */
213
214/* Define to 1 if you have the `dlsym' function. */
215#define HAVE_DLSYM 1
216
217/* Define if you have the _dyld_func_lookup function. */
218/* #undef HAVE_DYLD */
219
220/* Define if errno declaration exists */
221#define HAVE_ERRNO 1
222
223/* Define to 1 if you have the <errno.h> header file. */
224#define HAVE_ERRNO_H 1
225
226/* Define to 1 if you have the `extattr_delete_fd' function. */
227/* #undef HAVE_EXTATTR_DELETE_FD */
228
229/* Define to 1 if you have the `extattr_delete_file' function. */
230/* #undef HAVE_EXTATTR_DELETE_FILE */
231
232/* Define to 1 if you have the `extattr_delete_link' function. */
233/* #undef HAVE_EXTATTR_DELETE_LINK */
234
235/* Define to 1 if you have the `extattr_get_fd' function. */
236/* #undef HAVE_EXTATTR_GET_FD */
237
238/* Define to 1 if you have the `extattr_get_file' function. */
239/* #undef HAVE_EXTATTR_GET_FILE */
240
241/* Define to 1 if you have the `extattr_get_link' function. */
242/* #undef HAVE_EXTATTR_GET_LINK */
243
244/* Define to 1 if you have the `extattr_list_fd' function. */
245/* #undef HAVE_EXTATTR_LIST_FD */
246
247/* Define to 1 if you have the `extattr_list_file' function. */
248/* #undef HAVE_EXTATTR_LIST_FILE */
249
250/* Define to 1 if you have the `extattr_list_link' function. */
251/* #undef HAVE_EXTATTR_LIST_LINK */
252
253/* Define to 1 if you have the `extattr_set_fd' function. */
254/* #undef HAVE_EXTATTR_SET_FD */
255
256/* Define to 1 if you have the `extattr_set_file' function. */
257/* #undef HAVE_EXTATTR_SET_FILE */
258
259/* Define to 1 if you have the `extattr_set_link' function. */
260/* #undef HAVE_EXTATTR_SET_LINK */
261
262/* Define to 1 if you have the `fchmod' function. */
263#define HAVE_FCHMOD 1
264
265/* Define to 1 if you have the `fchown' function. */
266#define HAVE_FCHOWN 1
267
268/* Define to 1 if you have the <fcntl.h> header file. */
269#define HAVE_FCNTL_H 1
270
271/* Define to 1 if you have the `fdelproplist' function. */
272/* #undef HAVE_FDELPROPLIST */
273
274/* Define to 1 if you have the `fgetea' function. */
275/* #undef HAVE_FGETEA */
276
277/* Define to 1 if you have the `fgetproplist' function. */
278/* #undef HAVE_FGETPROPLIST */
279
280/* Define to 1 if you have the `fgetxattr' function. */
281#define HAVE_FGETXATTR 1
282
283/* Define to 1 if you have the `flistea' function. */
284/* #undef HAVE_FLISTEA */
285
286/* Define to 1 if you have the `flistxattr' function. */
287#define HAVE_FLISTXATTR 1
288
289/* Define to 1 if you have the `fremoveea' function. */
290/* #undef HAVE_FREMOVEEA */
291
292/* Define to 1 if you have the `fremovexattr' function. */
293#define HAVE_FREMOVEXATTR 1
294
295/* Define to 1 if you have the `fsetea' function. */
296/* #undef HAVE_FSETEA */
297
298/* Define to 1 if you have the `fsetproplist' function. */
299/* #undef HAVE_FSETPROPLIST */
300
301/* Define to 1 if you have the `fsetxattr' function. */
302#define HAVE_FSETXATTR 1
303
304/* Define to 1 if you have the `fstatat' function. */
305/* #undef HAVE_FSTATAT */
306
307/* Define if memcpy is buggy */
308/* #undef HAVE_GCC_MEMCPY_BUG */
309
310/* Define to 1 if you have the `getcwd' function. */
311#define HAVE_GETCWD 1
312
313/* Define to 1 if you have the `getea' function. */
314/* #undef HAVE_GETEA */
315
316/* Define to 1 if you have the `gethostname' function. */
317#define HAVE_GETHOSTNAME 1
318
319/* Define to 1 if you have the `getpagesize' function. */
320#define HAVE_GETPAGESIZE 1
321
322/* Define to 1 if you have the `getproplist' function. */
323/* #undef HAVE_GETPROPLIST */
324
325/* Define to 1 if you have the `gettimeofday' function. */
326#define HAVE_GETTIMEOFDAY 1
327
328/* Define to 1 if you have the `getusershell' function. */
329#define HAVE_GETUSERSHELL 1
330
331/* Define to 1 if you have the `getxattr' function. */
332#define HAVE_GETXATTR 1
333
334/* Define to 1 if you have the `get_proplist_entry' function. */
335/* #undef HAVE_GET_PROPLIST_ENTRY */
336
337/* Whether to enable GSSAPI support */
338/* #undef HAVE_GSSAPI */
339
340/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
341/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
342
343/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
344/* #undef HAVE_GSSAPI_GSSAPI_H */
345
346/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
347/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
348
349/* Define to 1 if you have the <gssapi.h> header file. */
350/* #undef HAVE_GSSAPI_H */
351
352/* Wheter GSS_C_NT_HOSTBASED_SERVICE is in gssapi.h */
353/* #undef HAVE_GSS_C_NT_HOSTBASED_SERVICE */
354
355/* Whether HPUX ACLs are available */
356/* #undef HAVE_HPUX_ACLS */
357
358/* Define to 1 if you have the <inttypes.h> header file. */
359#define HAVE_INTTYPES_H 1
360
361/* Whether IRIX ACLs are available */
362/* #undef HAVE_IRIX_ACLS */
363
364/* Define to 1 if you have the <langinfo.h> header file. */
365#define HAVE_LANGINFO_H 1
366
367/* LARGEFILE support */
368#define HAVE_LARGEFILE_SUPPORT /**/
369
370/* Whether LDAP is available */
371/* #undef HAVE_LDAP */
372
373/* Define to 1 if you have the `lgetea' function. */
374/* #undef HAVE_LGETEA */
375
376/* Define to 1 if you have the `lgetxattr' function. */
377#define HAVE_LGETXATTR 1
378
379/* Define to 1 if you have the `crypt' library (-lcrypt). */
380#define HAVE_LIBCRYPT 1
381
382/* Define to 1 if you have the `crypto' library (-lcrypto). */
383#define HAVE_LIBCRYPTO 1
384
385/* Define to 1 if you have the `des' library (-ldes). */
386/* #undef HAVE_LIBDES */
387
388/* Define if you have the libdl library or equivalent. */
389#define HAVE_LIBDL 1
390
391/* Define if libdlloader will be built on this platform */
392#define HAVE_LIBDLLOADER 1
393
394/* Define if the DHX2 modules should be built with libgcrypt */
395#define HAVE_LIBGCRYPT 1
396
397/* Define to 1 if you have the `gss' library (-lgss). */
398/* #undef HAVE_LIBGSS */
399
400/* Define to 1 if you have the `gssapi' library (-lgssapi). */
401/* #undef HAVE_LIBGSSAPI */
402
403/* Define to 1 if you have the `gssapi_krb5' library (-lgssapi_krb5). */
404/* #undef HAVE_LIBGSSAPI_KRB5 */
405
406/* Define to 1 if you have the `nsl' library (-lnsl). */
407/* #undef HAVE_LIBNSL */
408
409/* define if you have libquota */
410/* #undef HAVE_LIBQUOTA */
411
412/* Define to 1 if you have the `security' library (-lsecurity). */
413/* #undef HAVE_LIBSECURITY */
414
415/* Define to 1 if you have the `socket' library (-lsocket). */
416/* #undef HAVE_LIBSOCKET */
417
418/* Define to 1 if you have the <limits.h> header file. */
419#define HAVE_LIMITS_H 1
420
421/* Define to 1 if you have the `link' function. */
422#define HAVE_LINK 1
423
424/* Define to 1 if you have the <linux/dqblk_xfs.h> header file. */
425#define HAVE_LINUX_DQBLK_XFS_H 1
426
427/* Define to 1 if you have the <linux/xfs_fs.h> header file. */
428/* #undef HAVE_LINUX_XFS_FS_H */
429
430/* Define to 1 if you have the <linux/xqm.h> header file. */
431/* #undef HAVE_LINUX_XQM_H */
432
433/* Define to 1 if you have the `listea' function. */
434/* #undef HAVE_LISTEA */
435
436/* Define to 1 if you have the `listxattr' function. */
437#define HAVE_LISTXATTR 1
438
439/* Define to 1 if you have the `llistea' function. */
440/* #undef HAVE_LLISTEA */
441
442/* Define to 1 if you have the `llistxattr' function. */
443#define HAVE_LLISTXATTR 1
444
445/* Define to 1 if you have the <locale.h> header file. */
446#define HAVE_LOCALE_H 1
447
448/* Define if long double is a valid data type */
449#define HAVE_LONG_DOUBLE 1
450
451/* Define if long long is a valid data type */
452#define HAVE_LONG_LONG 1
453
454/* Define to 1 if you have the `lremoveea' function. */
455/* #undef HAVE_LREMOVEEA */
456
457/* Define to 1 if you have the `lremovexattr' function. */
458#define HAVE_LREMOVEXATTR 1
459
460/* Define to 1 if you have the `lsetea' function. */
461/* #undef HAVE_LSETEA */
462
463/* Define to 1 if you have the `lsetxattr' function. */
464#define HAVE_LSETXATTR 1
465
466/* Use mDNSRespnder/DNS-SD registration */
467/* #undef HAVE_MDNS */
468
469/* Define to 1 if you have the `memcpy' function. */
470#define HAVE_MEMCPY 1
471
472/* Define to 1 if you have the <memory.h> header file. */
473#define HAVE_MEMORY_H 1
474
475/* Define to 1 if you have the `mkdir' function. */
476#define HAVE_MKDIR 1
477
478/* Define to 1 if you have the `mknod' function. */
479#define HAVE_MKNOD 1
480
481/* Define to 1 if you have the `mknod64' function. */
482/* #undef HAVE_MKNOD64 */
483
484/* Define to 1 if you have a working `mmap' system call. */
485/* #undef HAVE_MMAP */
486
487/* Define to 1 if you have the <mntent.h> header file. */
488#define HAVE_MNTENT_H 1
489
490/* Define to 1 if you have the <mount.h> header file. */
491/* #undef HAVE_MOUNT_H */
492
493/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
494/* #undef HAVE_NDIR_H */
495
496/* Define to 1 if you have the <netdb.h> header file. */
497#define HAVE_NETDB_H 1
498
499/* Define to 1 if you have the `nl_langinfo' function. */
500#define HAVE_NL_LANGINFO 1
501
502/* Whether no ACLs support is available */
503#define HAVE_NO_ACLS 1
504
505/* Define to 1 if you have the `openat' function. */
506/* #undef HAVE_OPENAT */
507
508/* Define to 1 if you have the <pam/pam_appl.h> header file. */
509/* #undef HAVE_PAM_PAM_APPL_H */
510
511/* Whether POSIX ACLs are available */
512/* #undef HAVE_POSIX_ACLS */
513
514/* Define to 1 if you have the `pread' function. */
515#define HAVE_PREAD 1
516
517/* Define to 1 if you have the `pselect' function. */
518#define HAVE_PSELECT 1
519
520/* Define to 1 if you have the `pwrite' function. */
521#define HAVE_PWRITE 1
522
523/* Define if quad_t is a valid data type */
524#define HAVE_QUAD_T 1
525
526/* Define to 1 if you have the `removeea' function. */
527/* #undef HAVE_REMOVEEA */
528
529/* Define to 1 if you have the `removexattr' function. */
530#define HAVE_REMOVEXATTR 1
531
532/* Define to 1 if you have the `renameat' function. */
533/* #undef HAVE_RENAMEAT */
534
535/* Define to 1 if you have the `rmdir' function. */
536#define HAVE_RMDIR 1
537
538/* Define to 1 if you have the <rpcsvc/rquota.h> header file. */
539/* #undef HAVE_RPCSVC_RQUOTA_H */
540
541/* Define to 1 if you have the <rpc/pmap_prot.h> header file. */
542#define HAVE_RPC_PMAP_PROT_H 1
543
544/* Define to 1 if you have the <rpc/rpc.h> header file. */
545#define HAVE_RPC_RPC_H 1
546
547/* Define to 1 if you have the <security/pam_appl.h> header file. */
548/* #undef HAVE_SECURITY_PAM_APPL_H */
549
550/* Define to 1 if you have the `select' function. */
551#define HAVE_SELECT 1
552
553/* Define to 1 if you have the `setea' function. */
554/* #undef HAVE_SETEA */
555
556/* Define to 1 if you have the `setlinebuf' function. */
557#define HAVE_SETLINEBUF 1
558
559/* Define to 1 if you have the `setlocale' function. */
560#define HAVE_SETLOCALE 1
561
562/* Define to 1 if you have the `setproplist' function. */
563/* #undef HAVE_SETPROPLIST */
564
565/* Define to 1 if you have the `setxattr' function. */
566#define HAVE_SETXATTR 1
567
568/* Define to 1 if you have the <sgtty.h> header file. */
569#define HAVE_SGTTY_H 1
570
571/* Define if you have the shl_load function. */
572/* #undef HAVE_SHL_LOAD */
573
574/* Define to 1 if you have the `sizeof_proplist_entry' function. */
575/* #undef HAVE_SIZEOF_PROPLIST_ENTRY */
576
577/* Define to 1 if you have the `snprintf' function. */
578#define HAVE_SNPRINTF 1
579
580/* Define to 1 if you have the `socket' function. */
581#define HAVE_SOCKET 1
582
583/* Whether solaris ACLs are available */
584/* #undef HAVE_SOLARIS_ACLS */
585
586/* Define to 1 if you have the <statfs.h> header file. */
587/* #undef HAVE_STATFS_H */
588
589/* Define to 1 if you have the <stdarg.h> header file. */
590#define HAVE_STDARG_H 1
591
592/* Define to 1 if you have the <stdint.h> header file. */
593#define HAVE_STDINT_H 1
594
595/* Define to 1 if you have the <stdlib.h> header file. */
596#define HAVE_STDLIB_H 1
597
598/* Define to 1 if you have the `strcasestr' function. */
599#define HAVE_STRCASESTR 1
600
601/* Define to 1 if you have the `strchr' function. */
602#define HAVE_STRCHR 1
603
604/* Define to 1 if you have the `strdup' function. */
605#define HAVE_STRDUP 1
606
607/* Define to 1 if you have the `strerror' function. */
608#define HAVE_STRERROR 1
609
610/* Define to 1 if you have the <strings.h> header file. */
611#define HAVE_STRINGS_H 1
612
613/* Define to 1 if you have the <string.h> header file. */
614#define HAVE_STRING_H 1
615
616/* Define to 1 if you have the `strlcat' function. */
617#define HAVE_STRLCAT 1
618
619/* Define to 1 if you have the `strlcpy' function. */
620#define HAVE_STRLCPY 1
621
622/* Define to 1 if you have the `strndup' function. */
623#define HAVE_STRNDUP 1
624
625/* Define to 1 if you have the `strnlen' function. */
626#define HAVE_STRNLEN 1
627
628/* Define to 1 if you have the `strstr' function. */
629#define HAVE_STRSTR 1
630
631/* Define to 1 if you have the `strtoul' function. */
632#define HAVE_STRTOUL 1
633
634/* Define to 1 if `st_rdev' is a member of `struct stat'. */
635#define HAVE_STRUCT_STAT_ST_RDEV 1
636
637/* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
638#define HAVE_STRUCT_TM_TM_GMTOFF 1
639
640/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
641   `HAVE_STRUCT_STAT_ST_RDEV' instead. */
642#define HAVE_ST_RDEV 1
643
644/* Define to 1 if you have the <syslog.h> header file. */
645#define HAVE_SYSLOG_H 1
646
647/* Define to 1 if you have the <sys/attributes.h> header file. */
648/* #undef HAVE_SYS_ATTRIBUTES_H */
649
650/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
651   */
652/* #undef HAVE_SYS_DIR_H */
653
654/* Define to 1 if you have the <sys/ea.h> header file. */
655/* #undef HAVE_SYS_EA_H */
656
657/* Define if sys_errlist declaration exists */
658#define HAVE_SYS_ERRLIST 1
659
660/* Define to 1 if you have the <sys/errno.h> header file. */
661#define HAVE_SYS_ERRNO_H 1
662
663/* Define to 1 if you have the <sys/extattr.h> header file. */
664/* #undef HAVE_SYS_EXTATTR_H */
665
666/* Define to 1 if you have the <sys/fcntl.h> header file. */
667#define HAVE_SYS_FCNTL_H 1
668
669/* Define to 1 if you have the <sys/file.h> header file. */
670#define HAVE_SYS_FILE_H 1
671
672/* Define to 1 if you have the <sys/filio.h> header file. */
673/* #undef HAVE_SYS_FILIO_H */
674
675/* Define to 1 if you have the <sys/ioctl.h> header file. */
676#define HAVE_SYS_IOCTL_H 1
677
678/* Define to 1 if you have the <sys/mnttab.h> header file. */
679/* #undef HAVE_SYS_MNTTAB_H */
680
681/* Define to 1 if you have the <sys/mount.h> header file. */
682#define HAVE_SYS_MOUNT_H 1
683
684/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
685   */
686/* #undef HAVE_SYS_NDIR_H */
687
688/* Define if sys_nerr declaration exists */
689/* #undef HAVE_SYS_NERR */
690
691/* Define to 1 if you have the <sys/param.h> header file. */
692#define HAVE_SYS_PARAM_H 1
693
694/* Define to 1 if you have the <sys/statvfs.h> header file. */
695#define HAVE_SYS_STATVFS_H 1
696
697/* Define to 1 if you have the <sys/stat.h> header file. */
698#define HAVE_SYS_STAT_H 1
699
700/* Define to 1 if you have the <sys/termios.h> header file. */
701#define HAVE_SYS_TERMIOS_H 1
702
703/* Define to 1 if you have the <sys/time.h> header file. */
704#define HAVE_SYS_TIME_H 1
705
706/* Define to 1 if you have the <sys/types.h> header file. */
707#define HAVE_SYS_TYPES_H 1
708
709/* Define to 1 if you have the <sys/uio.h> header file. */
710#define HAVE_SYS_UIO_H 1
711
712/* Define to 1 if you have the <sys/vfs.h> header file. */
713#define HAVE_SYS_VFS_H 1
714
715/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
716#define HAVE_SYS_WAIT_H 1
717
718/* Define to 1 if you have the <sys/xattr.h> header file. */
719#define HAVE_SYS_XATTR_H 1
720
721/* Define to 1 if you have the <termios.h> header file. */
722#define HAVE_TERMIOS_H 1
723
724/* define for timeout_id_t */
725/* #undef HAVE_TIMEOUT_ID_T */
726
727/* Define to 1 if you have the <time.h> header file. */
728#define HAVE_TIME_H 1
729
730/* Whether Tru64 ACLs are available */
731/* #undef HAVE_TRU64_ACLS */
732
733/* Whether UCS-2-INTERNAL is supported */
734/* #undef HAVE_UCS2INTERNAL */
735
736/* Define to 1 if you have the <ufs/quota.h> header file. */
737/* #undef HAVE_UFS_QUOTA_H */
738
739/* Define to 1 if you have the <unistd.h> header file. */
740#define HAVE_UNISTD_H 1
741
742/* Whether UnixWare ACLs are available */
743/* #undef HAVE_UNIXWARE_ACLS */
744
745/* Define to 1 if you have the `unlinkat' function. */
746/* #undef HAVE_UNLINKAT */
747
748/* Whether to use native iconv */
749/* #undef HAVE_USABLE_ICONV */
750
751/* Define to 1 if you have the <utime.h> header file. */
752#define HAVE_UTIME_H 1
753
754/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
755#define HAVE_UTIME_NULL 1
756
757/* Define to 1 if you have the <varargs.h> header file. */
758/* #undef HAVE_VARARGS_H */
759
760/* Define to 1 if you have the `vsnprintf' function. */
761#define HAVE_VSNPRINTF 1
762
763/* Define to 1 if you have the `wait3' system call. Deprecated, you should no
764   longer depend upon `wait3'. */
765/* #undef HAVE_WAIT3 */
766
767/* Define to 1 if you have the `waitpid' function. */
768#define HAVE_WAITPID 1
769
770/* Define to 1 if you have the <xfs/libxfs.h> header file. */
771/* #undef HAVE_XFS_LIBXFS_H */
772
773/* Define to 1 if you have the <xfs/xfs_fs.h> header file. */
774/* #undef HAVE_XFS_XFS_FS_H */
775
776/* Define to 1 if you have the <xfs/xqm.h> header file. */
777/* #undef HAVE_XFS_XQM_H */
778
779/* Define as const if the declaration of iconv() needs const. */
780/* #undef ICONV_CONST */
781
782/* Define to the sub-directory in which libtool stores uninstalled libraries.
783   */
784#define LT_OBJDIR ".libs/"
785
786/* Define if compiling for MacOS X Server */
787/* #undef MACOSX_SERVER */
788
789/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
790   */
791/* #undef MAJOR_IN_MKDEV */
792
793/* Define to 1 if `major', `minor', and `makedev' are declared in
794   <sysmacros.h>. */
795/* #undef MAJOR_IN_SYSMACROS */
796
797/* Disable assertions */
798#define NDEBUG 1
799
800/* Define if dlsym() requires a leading underscore in symbol names. */
801/* #undef NEED_USCORE */
802
803/* Define if OS is NetBSD */
804/* #undef NETBSD */
805
806/* Define if DDP should be disabled */
807#define NO_DDP 1
808
809/* Define to 1 if your C compiler doesn't accept -c and -o together. */
810/* #undef NO_MINUS_C_MINUS_O */
811
812/* Define if Quota support should be disabled */
813#define NO_QUOTA_SUPPORT 1
814
815/* Define if the gmtoff member of struct tm is not available */
816/* #undef NO_STRUCT_TM_GMTOFF */
817
818/* Define if the OpenSSL DHX modules should be built */
819#define OPENSSL_DHX 1
820
821/* errno returned by open with O_NOFOLLOW */
822#define OPEN_NOFOLLOW_ERRNO ELOOP
823
824/* Name of package */
825#define PACKAGE "netatalk"
826
827/* Define to the address where bug reports for this package should be sent. */
828#define PACKAGE_BUGREPORT ""
829
830/* Define to the full name of this package. */
831#define PACKAGE_NAME ""
832
833/* Define to the full name and version of this package. */
834#define PACKAGE_STRING ""
835
836/* Define to the one symbol short name of this package. */
837#define PACKAGE_TARNAME ""
838
839/* Define to the home page for this package. */
840#define PACKAGE_URL ""
841
842/* Define to the version of this package. */
843#define PACKAGE_VERSION ""
844
845/* Whether the realpath function allows NULL */
846/* #undef REALPATH_TAKES_NULL */
847
848/* Define as the return type of signal handlers (`int' or `void'). */
849#define RETSIGTYPE void
850
851/* Define if the sendfile() function uses BSD semantics */
852/* #undef SENDFILE_FLAVOR_BSD */
853
854/* Whether linux sendfile() API is available */
855#define SENDFILE_FLAVOR_LINUX 1
856
857/* Solaris sendfile() */
858/* #undef SENDFILE_FLAVOR_SOLARIS */
859
860/* Define if shadow passwords should be used */
861#define SHADOWPW 1
862
863/* Solaris compatibility macro */
864/* #undef SOLARIS */
865
866/* Define to 1 if you have the ANSI C header files. */
867#define STDC_HEADERS 1
868
869/* Define if TCP wrappers should be used */
870/* #undef TCPWRAP */
871
872/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
873#define TIME_WITH_SYS_TIME 1
874
875/* Define to 1 if your <sys/time.h> declares `struct tm'. */
876/* #undef TM_IN_SYS_TIME */
877
878/* Define on Tru64 platforms */
879/* #undef TRU64 */
880
881/* Define if the DHX UAM modules should be compiled */
882#define UAM_DHX 1
883
884/* Define if the DHX2 UAM modules should be compiled */
885#define UAM_DHX2 1
886
887/* Define if the Kerberos 4 UAM module should be compiled */
888/* #undef UAM_KRB4 */
889
890/* Define if the PGP UAM module should be compiled */
891/* #undef UAM_PGP */
892
893/* Define if cracklib should be used */
894/* #undef USE_CRACKLIB */
895
896/* Define to use old rquota */
897/* #undef USE_OLD_RQUOTA */
898
899/* Define to enable PAM support */
900/* #undef USE_PAM */
901
902/* Define to enable SLP support */
903/* #undef USE_SRVLOC */
904
905/* Define to enable Zeroconf support */
906/* #undef USE_ZEROCONF */
907
908/* Version number of package */
909#define VERSION "2.2.5"
910
911/* Whether sendfile() should be used */
912#define WITH_SENDFILE 1
913
914/* xattr functions have additional options */
915/* #undef XATTR_ADD_OPT */
916
917/* AT file source */
918/* #undef _ATFILE_SOURCE */
919
920/* _FILE_OFFSET_BITS (for LARGEFILE support) */
921#define _FILE_OFFSET_BITS 64
922
923/* Whether to use GNU libc extensions */
924#define _GNU_SOURCE 1
925
926/* Compatibility macro */
927/* #undef _ISOC9X_SOURCE */
928
929/* _LARGE_FILES (for LARGEFILE support) */
930/* #undef _LARGE_FILES */
931
932/* Define if the *passwd UAMs should be used */
933/* #undef _OSF_SOURCE */
934
935/* path to cracklib dictionary */
936/* #undef _PATH_CRACKLIB */
937
938/* Solaris compilation environment */
939/* #undef _XOPEN_SOURCE */
940
941/* Define for Berkeley DB 4 */
942/* #undef _XOPEN_SOURCE_EXTENDED */
943
944/* Solaris compilation environment */
945/* #undef __EXTENSIONS__ */
946
947/* Solaris compatibility macro */
948/* #undef __svr4__ */
949
950/* Define to empty if `const' does not conform to ANSI C. */
951/* #undef const */
952
953/* Define to `int' if <sys/types.h> doesn't define. */
954/* #undef gid_t */
955
956/* Define to `__inline__' or `__inline' if that's what the C compiler
957   calls it, or to nothing if 'inline' is not supported under any name.  */
958#ifndef __cplusplus
959/* #undef inline */
960#endif
961
962/* Define to `int' if <sys/types.h> does not define. */
963/* #undef mode_t */
964
965/* Define to `long int' if <sys/types.h> does not define. */
966/* #undef off_t */
967
968/* Define to `int' if <sys/types.h> does not define. */
969/* #undef pid_t */
970
971/* Define to `unsigned int' if <sys/types.h> does not define. */
972/* #undef size_t */
973
974/* Define to `int' if <sys/types.h> doesn't define. */
975/* #undef uid_t */
976