1/* config.h.  Generated from config.h.in by configure.  */
2/* config.h.in.  Generated from configure.in by autoheader.  */
3
4/* Define if the admin group should be enabled */
5#define ADMIN_GRP 0
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/* #undef CUPS_API_VERSION */
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#define DISABLE_SHELLCHECK 1
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/* #undef HAVE_CUPS */
175
176/* Define if errno declaration exists */
177/* #undef HAVE_DECL_ERRNO */
178
179/* Define if sys_errlist declaration exists */
180/* #undef HAVE_DECL_SYS_ERRLIST */
181
182/* Define if sys_nerr declaration exists */
183/* #undef HAVE_DECL_SYS_NERR */
184
185/* Define to 1 if you have the `delproplist' function. */
186/* #undef HAVE_DELPROPLIST */
187
188/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
189   */
190#define HAVE_DIRENT_H 1
191
192/* Define to 1 if you have the `dirfd' function. */
193#define HAVE_DIRFD 1
194
195/* Define to 1 if you have the `dlclose' function. */
196/* #undef HAVE_DLCLOSE */
197
198/* Define if you have the GNU dld library. */
199/* #undef HAVE_DLD */
200
201/* Define to 1 if you have the `dlerror' function. */
202#define HAVE_DLERROR 1
203
204/* Define to 1 if you have the <dlfcn.h> header file. */
205#define HAVE_DLFCN_H 1
206
207/* Define to 1 if you have the `dlopen' function. */
208/* #undef HAVE_DLOPEN */
209
210/* Define to 1 if you have the `dlsym' function. */
211/* #undef HAVE_DLSYM */
212
213/* Define if you have the _dyld_func_lookup function. */
214/* #undef HAVE_DYLD */
215
216/* Define if errno declaration exists */
217#define HAVE_ERRNO 1
218
219/* Define to 1 if you have the <errno.h> header file. */
220#define HAVE_ERRNO_H 1
221
222/* Define to 1 if you have the `extattr_delete_fd' function. */
223/* #undef HAVE_EXTATTR_DELETE_FD */
224
225/* Define to 1 if you have the `extattr_delete_file' function. */
226/* #undef HAVE_EXTATTR_DELETE_FILE */
227
228/* Define to 1 if you have the `extattr_delete_link' function. */
229/* #undef HAVE_EXTATTR_DELETE_LINK */
230
231/* Define to 1 if you have the `extattr_get_fd' function. */
232/* #undef HAVE_EXTATTR_GET_FD */
233
234/* Define to 1 if you have the `extattr_get_file' function. */
235/* #undef HAVE_EXTATTR_GET_FILE */
236
237/* Define to 1 if you have the `extattr_get_link' function. */
238/* #undef HAVE_EXTATTR_GET_LINK */
239
240/* Define to 1 if you have the `extattr_list_fd' function. */
241/* #undef HAVE_EXTATTR_LIST_FD */
242
243/* Define to 1 if you have the `extattr_list_file' function. */
244/* #undef HAVE_EXTATTR_LIST_FILE */
245
246/* Define to 1 if you have the `extattr_list_link' function. */
247/* #undef HAVE_EXTATTR_LIST_LINK */
248
249/* Define to 1 if you have the `extattr_set_fd' function. */
250/* #undef HAVE_EXTATTR_SET_FD */
251
252/* Define to 1 if you have the `extattr_set_file' function. */
253/* #undef HAVE_EXTATTR_SET_FILE */
254
255/* Define to 1 if you have the `extattr_set_link' function. */
256/* #undef HAVE_EXTATTR_SET_LINK */
257
258/* Define to 1 if you have the `fchmod' function. */
259#define HAVE_FCHMOD 1
260
261/* Define to 1 if you have the `fchown' function. */
262#define HAVE_FCHOWN 1
263
264/* Define to 1 if you have the <fcntl.h> header file. */
265#define HAVE_FCNTL_H 1
266
267/* Define to 1 if you have the `fdelproplist' function. */
268/* #undef HAVE_FDELPROPLIST */
269
270/* Define to 1 if you have the `fgetea' function. */
271/* #undef HAVE_FGETEA */
272
273/* Define to 1 if you have the `fgetproplist' function. */
274/* #undef HAVE_FGETPROPLIST */
275
276/* Define to 1 if you have the `fgetxattr' function. */
277#define HAVE_FGETXATTR 1
278
279/* Define to 1 if you have the `flistea' function. */
280/* #undef HAVE_FLISTEA */
281
282/* Define to 1 if you have the `flistxattr' function. */
283#define HAVE_FLISTXATTR 1
284
285/* Define to 1 if you have the `fremoveea' function. */
286/* #undef HAVE_FREMOVEEA */
287
288/* Define to 1 if you have the `fremovexattr' function. */
289#define HAVE_FREMOVEXATTR 1
290
291/* Define to 1 if you have the `fsetea' function. */
292/* #undef HAVE_FSETEA */
293
294/* Define to 1 if you have the `fsetproplist' function. */
295/* #undef HAVE_FSETPROPLIST */
296
297/* Define to 1 if you have the `fsetxattr' function. */
298#define HAVE_FSETXATTR 1
299
300/* Define to 1 if you have the `fstatat' function. */
301/* #undef HAVE_FSTATAT */
302
303/* Define if memcpy is buggy */
304/* #undef HAVE_GCC_MEMCPY_BUG */
305
306/* Define to 1 if you have the `getcwd' function. */
307#define HAVE_GETCWD 1
308
309/* Define to 1 if you have the `getea' function. */
310/* #undef HAVE_GETEA */
311
312/* Define to 1 if you have the `gethostname' function. */
313#define HAVE_GETHOSTNAME 1
314
315/* Define to 1 if you have the `getpagesize' function. */
316#define HAVE_GETPAGESIZE 1
317
318/* Define to 1 if you have the `getproplist' function. */
319/* #undef HAVE_GETPROPLIST */
320
321/* Define to 1 if you have the `gettimeofday' function. */
322#define HAVE_GETTIMEOFDAY 1
323
324/* Define to 1 if you have the `getusershell' function. */
325#define HAVE_GETUSERSHELL 1
326
327/* Define to 1 if you have the `getxattr' function. */
328#define HAVE_GETXATTR 1
329
330/* Define to 1 if you have the `get_proplist_entry' function. */
331/* #undef HAVE_GET_PROPLIST_ENTRY */
332
333/* Whether to enable GSSAPI support */
334/* #undef HAVE_GSSAPI */
335
336/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
337/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
338
339/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
340/* #undef HAVE_GSSAPI_GSSAPI_H */
341
342/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
343/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
344
345/* Define to 1 if you have the <gssapi.h> header file. */
346/* #undef HAVE_GSSAPI_H */
347
348/* Wheter GSS_C_NT_HOSTBASED_SERVICE is in gssapi.h */
349/* #undef HAVE_GSS_C_NT_HOSTBASED_SERVICE */
350
351/* Whether HPUX ACLs are available */
352/* #undef HAVE_HPUX_ACLS */
353
354/* Define to 1 if you have the <inttypes.h> header file. */
355#define HAVE_INTTYPES_H 1
356
357/* Whether IRIX ACLs are available */
358/* #undef HAVE_IRIX_ACLS */
359
360/* Define to 1 if you have the <langinfo.h> header file. */
361#define HAVE_LANGINFO_H 1
362
363/* LARGEFILE support */
364#define HAVE_LARGEFILE_SUPPORT
365
366/* Whether LDAP is available */
367/* #undef HAVE_LDAP */
368
369/* Define to 1 if you have the `lgetea' function. */
370/* #undef HAVE_LGETEA */
371
372/* Define to 1 if you have the `lgetxattr' function. */
373#define HAVE_LGETXATTR 1
374
375/* Define to 1 if you have the `crypt' library (-lcrypt). */
376#define HAVE_LIBCRYPT 1
377
378/* Define to 1 if you have the `crypto' library (-lcrypto). */
379#define HAVE_LIBCRYPTO 1
380
381/* Define to 1 if you have the `des' library (-ldes). */
382/* #undef HAVE_LIBDES */
383
384/* Define if you have the libdl library or equivalent. */
385#define HAVE_LIBDL 1
386
387/* Define if the DHX2 modules should be built with libgcrypt */
388#define HAVE_LIBGCRYPT 1
389
390/* Define to 1 if you have the `gss' library (-lgss). */
391/* #undef HAVE_LIBGSS */
392
393/* Define to 1 if you have the `gssapi' library (-lgssapi). */
394/* #undef HAVE_LIBGSSAPI */
395
396/* Define to 1 if you have the `gssapi_krb5' library (-lgssapi_krb5). */
397/* #undef HAVE_LIBGSSAPI_KRB5 */
398
399/* Define to 1 if you have the `nsl' library (-lnsl). */
400/* #undef HAVE_LIBNSL */
401
402/* Define to 1 if you have the `security' library (-lsecurity). */
403/* #undef HAVE_LIBSECURITY */
404
405/* Define to 1 if you have the `socket' library (-lsocket). */
406/* #undef HAVE_LIBSOCKET */
407
408/* Define to 1 if you have the <limits.h> header file. */
409#define HAVE_LIMITS_H 1
410
411/* Define to 1 if you have the `link' function. */
412#define HAVE_LINK 1
413
414/* Define to 1 if you have the <linux/dqblk_xfs.h> header file. */
415#define HAVE_LINUX_DQBLK_XFS_H 1
416
417/* Define to 1 if you have the <linux/xfs_fs.h> header file. */
418/* #undef HAVE_LINUX_XFS_FS_H */
419
420/* Define to 1 if you have the <linux/xqm.h> header file. */
421/* #undef HAVE_LINUX_XQM_H */
422
423/* Define to 1 if you have the `listea' function. */
424/* #undef HAVE_LISTEA */
425
426/* Define to 1 if you have the `listxattr' function. */
427#define HAVE_LISTXATTR 1
428
429/* Define to 1 if you have the `llistea' function. */
430/* #undef HAVE_LLISTEA */
431
432/* Define to 1 if you have the `llistxattr' function. */
433#define HAVE_LLISTXATTR 1
434
435/* Define to 1 if you have the <locale.h> header file. */
436#define HAVE_LOCALE_H 1
437
438/* Define if long double is a valid data type */
439#define HAVE_LONG_DOUBLE 1
440
441/* Define if long long is a valid data type */
442#define HAVE_LONG_LONG 1
443
444/* Define to 1 if you have the `lremoveea' function. */
445/* #undef HAVE_LREMOVEEA */
446
447/* Define to 1 if you have the `lremovexattr' function. */
448#define HAVE_LREMOVEXATTR 1
449
450/* Define to 1 if you have the `lsetea' function. */
451/* #undef HAVE_LSETEA */
452
453/* Define to 1 if you have the `lsetxattr' function. */
454#define HAVE_LSETXATTR 1
455
456/* Define to 1 if you have the `memcpy' function. */
457#define HAVE_MEMCPY 1
458
459/* Define to 1 if you have the <memory.h> header file. */
460#define HAVE_MEMORY_H 1
461
462/* Define to 1 if you have the `mkdir' function. */
463#define HAVE_MKDIR 1
464
465/* Define to 1 if you have the `mknod' function. */
466#define HAVE_MKNOD 1
467
468/* Define to 1 if you have the `mknod64' function. */
469/* #undef HAVE_MKNOD64 */
470
471/* Define to 1 if you have a working `mmap' system call. */
472/* #undef HAVE_MMAP */
473
474/* Define to 1 if you have the <mntent.h> header file. */
475#define HAVE_MNTENT_H 1
476
477/* Define to 1 if you have the <mount.h> header file. */
478/* #undef HAVE_MOUNT_H */
479
480/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
481/* #undef HAVE_NDIR_H */
482
483/* Define to 1 if you have the <netdb.h> header file. */
484#define HAVE_NETDB_H 1
485
486/* Define to 1 if you have the `nl_langinfo' function. */
487#define HAVE_NL_LANGINFO 1
488
489/* Whether no ACLs support is available */
490#define HAVE_NO_ACLS 1
491
492/* Define to 1 if you have the `openat' function. */
493/* #undef HAVE_OPENAT */
494
495/* Define to 1 if you have the <pam/pam_appl.h> header file. */
496/* #undef HAVE_PAM_PAM_APPL_H */
497
498/* Whether POSIX ACLs are available */
499/* #undef HAVE_POSIX_ACLS */
500
501/* Define to 1 if you have the `pread' function. */
502#define HAVE_PREAD 1
503
504/* Define to 1 if you have the `pselect' function. */
505/* #undef HAVE_PSELECT */
506
507/* Define to 1 if you have the `pwrite' function. */
508#define HAVE_PWRITE 1
509
510/* Define if quad_t is a valid data type */
511#define HAVE_QUAD_T 1
512
513/* Define to 1 if you have the `removeea' function. */
514/* #undef HAVE_REMOVEEA */
515
516/* Define to 1 if you have the `removexattr' function. */
517#define HAVE_REMOVEXATTR 1
518
519/* Define to 1 if you have the `renameat' function. */
520/* #undef HAVE_RENAMEAT */
521
522/* Define to 1 if you have the `rmdir' function. */
523#define HAVE_RMDIR 1
524
525/* Define to 1 if you have the <rpcsvc/rquota.h> header file. */
526/* #undef HAVE_RPCSVC_RQUOTA_H */
527
528/* Define to 1 if you have the <rpc/pmap_prot.h> header file. */
529#define HAVE_RPC_PMAP_PROT_H 1
530
531/* Define to 1 if you have the <rpc/rpc.h> header file. */
532#define HAVE_RPC_RPC_H 1
533
534/* Define to 1 if you have the <security/pam_appl.h> header file. */
535/* #undef HAVE_SECURITY_PAM_APPL_H */
536
537/* Define to 1 if you have the `select' function. */
538#define HAVE_SELECT 1
539
540/* Whether sendfile() is available */
541#define HAVE_SENDFILE 1
542
543/* Define to 1 if you have the `setea' function. */
544/* #undef HAVE_SETEA */
545
546/* Define to 1 if you have the `setlinebuf' function. */
547#define HAVE_SETLINEBUF 1
548
549/* Define to 1 if you have the `setlocale' function. */
550#define HAVE_SETLOCALE 1
551
552/* Define to 1 if you have the `setproplist' function. */
553/* #undef HAVE_SETPROPLIST */
554
555/* Define to 1 if you have the `setxattr' function. */
556#define HAVE_SETXATTR 1
557
558/* Define to 1 if you have the <sgtty.h> header file. */
559#define HAVE_SGTTY_H 1
560
561/* Define if you have the shl_load function. */
562/* #undef HAVE_SHL_LOAD */
563
564/* Define to 1 if you have the `sizeof_proplist_entry' function. */
565/* #undef HAVE_SIZEOF_PROPLIST_ENTRY */
566
567/* Define to 1 if you have the `snprintf' function. */
568#define HAVE_SNPRINTF 1
569
570/* Define to 1 if you have the `socket' function. */
571#define HAVE_SOCKET 1
572
573/* Whether solaris ACLs are available */
574/* #undef HAVE_SOLARIS_ACLS */
575
576/* Define to 1 if you have the <statfs.h> header file. */
577/* #undef HAVE_STATFS_H */
578
579/* Define to 1 if you have the <stdarg.h> header file. */
580#define HAVE_STDARG_H 1
581
582/* Define to 1 if you have the <stdint.h> header file. */
583#define HAVE_STDINT_H 1
584
585/* Define to 1 if you have the <stdlib.h> header file. */
586#define HAVE_STDLIB_H 1
587
588/* Define to 1 if you have the `strcasestr' function. */
589#define HAVE_STRCASESTR 1
590
591/* Define to 1 if you have the `strchr' function. */
592#define HAVE_STRCHR 1
593
594/* Define to 1 if you have the `strdup' function. */
595#define HAVE_STRDUP 1
596
597/* Define to 1 if you have the `strerror' function. */
598#define HAVE_STRERROR 1
599
600/* Define to 1 if you have the <strings.h> header file. */
601#define HAVE_STRINGS_H 1
602
603/* Define to 1 if you have the <string.h> header file. */
604#define HAVE_STRING_H 1
605
606/* Define to 1 if you have the `strlcat' function. */
607#define HAVE_STRLCAT 1
608
609/* Define to 1 if you have the `strlcpy' function. */
610#define HAVE_STRLCPY 1
611
612/* Define to 1 if you have the `strndup' function. */
613#define HAVE_STRNDUP 1
614
615/* Define to 1 if you have the `strnlen' function. */
616#define HAVE_STRNLEN 1
617
618/* Define to 1 if you have the `strstr' function. */
619#define HAVE_STRSTR 1
620
621/* Define to 1 if you have the `strtoul' function. */
622#define HAVE_STRTOUL 1
623
624/* Define to 1 if `st_rdev' is member of `struct stat'. */
625#define HAVE_STRUCT_STAT_ST_RDEV 1
626
627/* Define to 1 if `tm_gmtoff' is member of `struct tm'. */
628#define HAVE_STRUCT_TM_TM_GMTOFF 1
629
630/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
631   `HAVE_STRUCT_STAT_ST_RDEV' instead. */
632#define HAVE_ST_RDEV 1
633
634/* Define to 1 if you have the <syslog.h> header file. */
635#define HAVE_SYSLOG_H 1
636
637/* Define to 1 if you have the <sys/attributes.h> header file. */
638/* #undef HAVE_SYS_ATTRIBUTES_H */
639
640/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
641   */
642/* #undef HAVE_SYS_DIR_H */
643
644/* Define to 1 if you have the <sys/ea.h> header file. */
645/* #undef HAVE_SYS_EA_H */
646
647/* Define if sys_errlist declaration exists */
648#define HAVE_SYS_ERRLIST 1
649
650/* Define to 1 if you have the <sys/errno.h> header file. */
651#define HAVE_SYS_ERRNO_H 1
652
653/* Define to 1 if you have the <sys/extattr.h> header file. */
654/* #undef HAVE_SYS_EXTATTR_H */
655
656/* Define to 1 if you have the <sys/fcntl.h> header file. */
657#define HAVE_SYS_FCNTL_H 1
658
659/* Define to 1 if you have the <sys/file.h> header file. */
660#define HAVE_SYS_FILE_H 1
661
662/* Define to 1 if you have the <sys/filio.h> header file. */
663/* #undef HAVE_SYS_FILIO_H */
664
665/* Define to 1 if you have the <sys/ioctl.h> header file. */
666#define HAVE_SYS_IOCTL_H 1
667
668/* Define to 1 if you have the <sys/mnttab.h> header file. */
669/* #undef HAVE_SYS_MNTTAB_H */
670
671/* Define to 1 if you have the <sys/mount.h> header file. */
672#define HAVE_SYS_MOUNT_H 1
673
674/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
675   */
676/* #undef HAVE_SYS_NDIR_H */
677
678/* Define if sys_nerr declaration exists */
679/* #undef HAVE_SYS_NERR */
680
681/* Define to 1 if you have the <sys/param.h> header file. */
682#define HAVE_SYS_PARAM_H 1
683
684/* Define to 1 if you have the <sys/statvfs.h> header file. */
685#define HAVE_SYS_STATVFS_H 1
686
687/* Define to 1 if you have the <sys/stat.h> header file. */
688#define HAVE_SYS_STAT_H 1
689
690/* Define to 1 if you have the <sys/termios.h> header file. */
691#define HAVE_SYS_TERMIOS_H 1
692
693/* Define to 1 if you have the <sys/time.h> header file. */
694#define HAVE_SYS_TIME_H 1
695
696/* Define to 1 if you have the <sys/types.h> header file. */
697#define HAVE_SYS_TYPES_H 1
698
699/* Define to 1 if you have the <sys/uio.h> header file. */
700#define HAVE_SYS_UIO_H 1
701
702/* Define to 1 if you have the <sys/vfs.h> header file. */
703#define HAVE_SYS_VFS_H 1
704
705/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
706#define HAVE_SYS_WAIT_H 1
707
708/* Define to 1 if you have the <sys/xattr.h> header file. */
709#define HAVE_SYS_XATTR_H 1
710
711/* Define to 1 if you have the <termios.h> header file. */
712#define HAVE_TERMIOS_H 1
713
714/* define for timeout_id_t */
715/* #undef HAVE_TIMEOUT_ID_T */
716
717/* Define to 1 if you have the <time.h> header file. */
718#define HAVE_TIME_H 1
719
720/* Whether Tru64 ACLs are available */
721/* #undef HAVE_TRU64_ACLS */
722
723/* Whether UCS-2-INTERNAL is supported */
724/* #undef HAVE_UCS2INTERNAL */
725
726/* Define to 1 if you have the <ufs/quota.h> header file. */
727/* #undef HAVE_UFS_QUOTA_H */
728
729/* Define to 1 if you have the <unistd.h> header file. */
730#define HAVE_UNISTD_H 1
731
732/* Whether UnixWare ACLs are available */
733/* #undef HAVE_UNIXWARE_ACLS */
734
735/* Define to 1 if you have the `unlinkat' function. */
736/* #undef HAVE_UNLINKAT */
737
738/* Whether to use native iconv */
739/* #undef HAVE_USABLE_ICONV */
740
741/* Define to 1 if you have the <utime.h> header file. */
742#define HAVE_UTIME_H 1
743
744/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
745/* #undef HAVE_UTIME_NULL */
746
747/* Define to 1 if you have the <varargs.h> header file. */
748/* #undef HAVE_VARARGS_H */
749
750/* Define to 1 if you have the `vsnprintf' function. */
751#define HAVE_VSNPRINTF 1
752
753/* Define to 1 if you have the `wait3' system call. Deprecated, you should no
754   longer depend upon `wait3'. */
755/* #undef HAVE_WAIT3 */
756
757/* Define to 1 if you have the `waitpid' function. */
758#define HAVE_WAITPID 1
759
760/* Define to 1 if you have the <xfs/libxfs.h> header file. */
761/* #undef HAVE_XFS_LIBXFS_H */
762
763/* Define to 1 if you have the <xfs/xfs_fs.h> header file. */
764/* #undef HAVE_XFS_XFS_FS_H */
765
766/* Define to 1 if you have the <xfs/xqm.h> header file. */
767/* #undef HAVE_XFS_XQM_H */
768
769/* Define as const if the declaration of iconv() needs const. */
770/* #undef ICONV_CONST */
771
772/* Whether (linux) sendfile() is broken */
773/* #undef LINUX_BROKEN_SENDFILE_API */
774
775/* Define if compiling for MacOS X Server */
776/* #undef MACOSX_SERVER */
777
778/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
779   */
780/* #undef MAJOR_IN_MKDEV */
781
782/* Define to 1 if `major', `minor', and `makedev' are declared in
783   <sysmacros.h>. */
784/* #undef MAJOR_IN_SYSMACROS */
785
786/* Disable assertions */
787#define NDEBUG 1
788
789/* Define if dlsym() requires a leading underscore in symbol names. */
790/* #undef NEED_USCORE */
791
792/* Define if OS is NetBSD */
793/* #undef NETBSD */
794
795/* Define if DDP should be disabled */
796#define NO_DDP 1
797
798/* Define to 1 if your C compiler doesn't accept -c and -o together. */
799/* #undef NO_MINUS_C_MINUS_O */
800
801/* Define if Quota support should be disabled */
802#define NO_QUOTA_SUPPORT 1
803
804/* Define if the gmtoff member of struct tm is not available */
805/* #undef NO_STRUCT_TM_GMTOFF */
806
807/* Define if the OpenSSL DHX modules should be built */
808#define OPENSSL_DHX 1
809
810/* errno returned by open with O_NOFOLLOW */
811#define OPEN_NOFOLLOW_ERRNO ELOOP
812
813/* Name of package */
814#define PACKAGE "netatalk"
815
816/* Define to the address where bug reports for this package should be sent. */
817#define PACKAGE_BUGREPORT ""
818
819/* Define to the full name of this package. */
820#define PACKAGE_NAME ""
821
822/* Define to the full name and version of this package. */
823#define PACKAGE_STRING ""
824
825/* Define to the one symbol short name of this package. */
826#define PACKAGE_TARNAME ""
827
828/* Define to the version of this package. */
829#define PACKAGE_VERSION ""
830
831/* Whether the realpath function allows NULL */
832/* #undef REALPATH_TAKES_NULL */
833
834/* Define as the return type of signal handlers (`int' or `void'). */
835#define RETSIGTYPE void
836
837/* Define if the sendfile() function uses BSD semantics */
838/* #undef SENDFILE_FLAVOR_BSD */
839
840/* Whether linux sendfile() API is available */
841#define SENDFILE_FLAVOR_LINUX 1
842
843/* Define if shadow passwords should be used */
844#define SHADOWPW 1
845
846/* Solaris compatibility macro */
847/* #undef SOLARIS */
848
849/* Define to 1 if you have the ANSI C header files. */
850#define STDC_HEADERS 1
851
852/* Define if TCP wrappers should be used */
853/* #undef TCPWRAP */
854
855/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
856#define TIME_WITH_SYS_TIME 1
857
858/* Define to 1 if your <sys/time.h> declares `struct tm'. */
859/* #undef TM_IN_SYS_TIME */
860
861/* Define on Tru64 platforms */
862/* #undef TRU64 */
863
864/* Define if the DHX UAM modules should be compiled */
865#define UAM_DHX 1
866
867/* Define if the DHX2 UAM modules should be compiled */
868#define UAM_DHX2 1
869
870/* Define if the Kerberos 4 UAM module should be compiled */
871/* #undef UAM_KRB4 */
872
873/* Define if the PGP UAM module should be compiled */
874/* #undef UAM_PGP */
875
876/* Define if cracklib should be used */
877/* #undef USE_CRACKLIB */
878
879/* Define to use old rquota */
880/* #undef USE_OLD_RQUOTA */
881
882/* Define to enable PAM support */
883/* #undef USE_PAM */
884
885/* Define to enable SLP support */
886/* #undef USE_SRVLOC */
887
888/* Define to enable Zeroconf support */
889/* #undef USE_ZEROCONF */
890
891/* Version number of package */
892#define VERSION "2.2.0"
893
894/* Whether sendfile should be used */
895#define WITH_SENDFILE 1
896
897/* xattr functions have additional options */
898/* #undef XATTR_ADD_OPT */
899
900/* AT file source */
901/* #undef _ATFILE_SOURCE */
902
903/* _FILE_OFFSET_BITS (for LARGEFILE support) */
904#define _FILE_OFFSET_BITS 64
905
906/* Whether to use GNU libc extensions */
907#define _GNU_SOURCE 1
908
909/* Compatibility macro */
910/* #undef _ISOC9X_SOURCE */
911
912/* _LARGE_FILES (for LARGEFILE support) */
913/* #undef _LARGE_FILES */
914
915/* Define if the *passwd UAMs should be used */
916/* #undef _OSF_SOURCE */
917
918/* path to cracklib dictionary */
919/* #undef _PATH_CRACKLIB */
920
921/* Define for Berkeley DB 4 */
922/* #undef _XOPEN_SOURCE_EXTENDED */
923
924/* Solaris compatibility macro */
925/* #undef __svr4__ */
926
927/* Define to empty if `const' does not conform to ANSI C. */
928/* #undef const */
929
930/* Define to `int' if <sys/types.h> doesn't define. */
931/* #undef gid_t */
932
933/* Define to `__inline__' or `__inline' if that's what the C compiler
934   calls it, or to nothing if 'inline' is not supported under any name.  */
935#ifndef __cplusplus
936/* #undef inline */
937#endif
938
939/* Define to `int' if <sys/types.h> does not define. */
940/* #undef mode_t */
941
942/* Define to `long int' if <sys/types.h> does not define. */
943/* #undef off_t */
944
945/* Define to `int' if <sys/types.h> does not define. */
946/* #undef pid_t */
947
948/* Define to `unsigned int' if <sys/types.h> does not define. */
949/* #undef size_t */
950
951/* Define to `int' if <sys/types.h> doesn't define. */
952/* #undef uid_t */
953