]> git.ipfire.org Git - thirdparty/cups.git/blame - xcode/config.h
Merge changes from CUPS 1.7svn-r10874.
[thirdparty/cups.git] / xcode / config.h
CommitLineData
82f97232
MS
1/* config.h. Generated from config.h.in by configure. */
2/*
3 * "$Id$"
4 *
5 * Configuration file for CUPS.
6 *
db8b865d 7 * Copyright 2007-2013 by Apple Inc.
82f97232
MS
8 * Copyright 1997-2007 by Easy Software Products.
9 *
10 * These coded instructions, statements, and computer programs are the
11 * property of Apple Inc. and are protected by Federal copyright
12 * law. Distribution and use rights are outlined in the file "LICENSE.txt"
13 * which should have been included with this file. If this file is
14 * file is missing or damaged, see the license at "http://www.cups.org/".
15 */
16
17#ifndef _CUPS_CONFIG_H_
18#define _CUPS_CONFIG_H_
19
20/*
21 * Version of software...
22 */
23
37e7e6e0
MS
24#define CUPS_SVERSION "CUPS v1.6.0"
25#define CUPS_MINIMAL "CUPS/1.6.0"
82f97232
MS
26
27
28/*
29 * Default user and groups...
30 */
31
32#define CUPS_DEFAULT_USER "_lp"
33#define CUPS_DEFAULT_GROUP "_lp"
34#define CUPS_DEFAULT_SYSTEM_GROUPS "admin"
35#define CUPS_DEFAULT_PRINTOPERATOR_AUTH "@AUTHKEY(system.print.operator) @admin @lpadmin"
36
37
38/*
39 * Default file permissions...
40 */
41
42#define CUPS_DEFAULT_CONFIG_FILE_PERM 0644
43#define CUPS_DEFAULT_LOG_FILE_PERM 0644
44
45
46/*
47 * Default logging settings...
48 */
49
50#define CUPS_DEFAULT_LOG_LEVEL "warn"
51#define CUPS_DEFAULT_ACCESS_LOG_LEVEL "actions"
52
53
54/*
55 * Default fatal error settings...
56 */
57
58#define CUPS_DEFAULT_FATAL_ERRORS "config"
59
60
61/*
62 * Default browsing settings...
63 */
64
65#define CUPS_DEFAULT_BROWSING 1
37e7e6e0 66#define CUPS_DEFAULT_BROWSE_LOCAL_PROTOCOLS "dnssd"
82f97232 67#define CUPS_DEFAULT_DEFAULT_SHARED 1
82f97232
MS
68
69
70/*
71 * Default IPP port...
72 */
73
74#define CUPS_DEFAULT_IPP_PORT 631
75
76
77/*
78 * Default printcap file...
79 */
80
81#define CUPS_DEFAULT_PRINTCAP "/Library/Preferences/org.cups.printers.plist"
82
83
84/*
85 * Default Samba and LPD config files...
86 */
87
88#define CUPS_DEFAULT_SMB_CONFIG_FILE ""
89#define CUPS_DEFAULT_LPD_CONFIG_FILE "launchd:///System/Library/LaunchDaemons/org.cups.cups-lpd.plist"
90
91
92/*
93 * Default MaxCopies value...
94 */
95
96#define CUPS_DEFAULT_MAX_COPIES 9999
97
98
99/*
100 * Do we have domain socket support, and if so what is the default one?
101 */
102
103#define CUPS_DEFAULT_DOMAINSOCKET "/private/var/run/cupsd"
104
105
106/*
107 * Default WebInterface value...
108 */
109
110#define CUPS_DEFAULT_WEBIF 0
111
112
113/*
114 * Where are files stored?
115 *
116 * Note: These are defaults, which can be overridden by environment
117 * variables at run-time...
118 */
119
120#define CUPS_BINDIR "/usr/bin"
121#define CUPS_CACHEDIR "/private/var/spool/cups/cache"
122#define CUPS_DATADIR "/usr/share/cups"
123#define CUPS_DOCROOT "/usr/share/doc/cups"
124#define CUPS_FONTPATH "/usr/share/cups/fonts"
125#define CUPS_LOCALEDIR "/usr/share/locale"
126#define CUPS_LOGDIR "/private/var/log/cups"
127#define CUPS_REQUESTS "/private/var/spool/cups"
128#define CUPS_SBINDIR "/usr/sbin"
129#define CUPS_SERVERBIN "/usr/libexec/cups"
130#define CUPS_SERVERROOT "/private/etc/cups"
131#define CUPS_STATEDIR "/private/etc/cups"
132
133
134/*
db8b865d 135 * Do we have ZLIB?
82f97232
MS
136 */
137
82f97232 138#define HAVE_LIBZ 1
db8b865d 139#define HAVE_INFLATECOPY 1
82f97232
MS
140
141
142/*
143 * Do we have PAM stuff?
144 */
145
146#ifndef HAVE_LIBPAM
147#define HAVE_LIBPAM 1
148#endif /* !HAVE_LIBPAM */
149
150/* #undef HAVE_PAM_PAM_APPL_H */
151#define HAVE_PAM_SET_ITEM 1
152#define HAVE_PAM_SETCRED 1
153
154
155/*
156 * Do we have <shadow.h>?
157 */
158
159/* #undef HAVE_SHADOW_H */
160
161
162/*
163 * Do we have <crypt.h>?
164 */
165
166/* #undef HAVE_CRYPT_H */
167
168
169/*
170 * Do we have <scsi/sg.h>?
171 */
172
173/* #undef HAVE_SCSI_SG_H */
174
175
176/*
177 * Use <string.h>, <strings.h>, and/or <bstring.h>?
178 */
179
180#define HAVE_STRING_H 1
181#define HAVE_STRINGS_H 1
182/* #undef HAVE_BSTRING_H */
183
37e7e6e0 184
82f97232
MS
185/*
186 * Do we have the long long type?
187 */
188
189#define HAVE_LONG_LONG 1
190
191#ifdef HAVE_LONG_LONG
192# define CUPS_LLFMT "%lld"
193# define CUPS_LLCAST (long long)
194#else
195# define CUPS_LLFMT "%ld"
196# define CUPS_LLCAST (long)
197#endif /* HAVE_LONG_LONG */
198
37e7e6e0 199
82f97232
MS
200/*
201 * Do we have the strtoll() function?
202 */
203
204#define HAVE_STRTOLL 1
205
206#ifndef HAVE_STRTOLL
207# define strtoll(nptr,endptr,base) strtol((nptr), (endptr), (base))
208#endif /* !HAVE_STRTOLL */
209
37e7e6e0 210
82f97232
MS
211/*
212 * Do we have the strXXX() functions?
213 */
214
215#define HAVE_STRDUP 1
82f97232
MS
216#define HAVE_STRLCAT 1
217#define HAVE_STRLCPY 1
218
219
220/*
221 * Do we have the geteuid() function?
222 */
223
224#define HAVE_GETEUID 1
225
226
88f9aafc
MS
227/*
228 * Do we have the setpgid() function?
229 */
230
231#define HAVE_SETPGID 1
232
233
82f97232
MS
234/*
235 * Do we have the vsyslog() function?
236 */
237
238#define HAVE_VSYSLOG 1
239
240
241/*
242 * Do we have the (v)snprintf() functions?
243 */
244
245#define HAVE_SNPRINTF 1
246#define HAVE_VSNPRINTF 1
247
248
249/*
250 * What signal functions to use?
251 */
252
253#define HAVE_SIGSET 1
254#define HAVE_SIGACTION 1
255
256
257/*
258 * What wait functions to use?
259 */
260
261#define HAVE_WAITPID 1
262#define HAVE_WAIT3 1
263
264
265/*
266 * Do we have the mallinfo function and malloc.h?
267 */
268
269/* #undef HAVE_MALLINFO */
270/* #undef HAVE_MALLOC_H */
271
272
273/*
274 * Do we have the POSIX ACL functions?
275 */
276
277#define HAVE_ACL_INIT 1
278
279
280/*
281 * Do we have the langinfo.h header file?
282 */
283
284#define HAVE_LANGINFO_H 1
285
286
287/*
288 * Which encryption libraries do we have?
289 */
290
291#define HAVE_CDSASSL 1
292/* #undef HAVE_GNUTLS */
293/* #undef HAVE_LIBSSL */
294#define HAVE_SSL 1
295
296
37e7e6e0
MS
297/*
298 * Do we have the SSL_set_tlsext_host_name function?
299 */
300
301/* #undef HAVE_SSL_SET_TLSEXT_HOST_NAME */
302
303
82f97232
MS
304/*
305 * What Security framework headers do we have?
306 */
307
308#define HAVE_AUTHORIZATION_H 1
a469f8a5 309/* #undef HAVE_SECBASEPRIV_H */
82f97232 310#define HAVE_SECCERTIFICATE_H 1
a469f8a5 311/* #undef HAVE_SECIDENTITYSEARCHPRIV_H */
82f97232 312#define HAVE_SECITEM_H 1
a469f8a5 313/* #undef HAVE_SECITEMPRIV_H */
82f97232 314#define HAVE_SECPOLICY_H 1
a469f8a5
MS
315/* #undef HAVE_SECPOLICYPRIV_H */
316/* #undef HAVE_SECURETRANSPORTPRIV_H */
82f97232
MS
317
318
319/*
320 * Do we have the SecCertificateCopyData function?
321 */
322
323#define HAVE_SECCERTIFICATECOPYDATA 1
324
325
326/*
327 * Do we have the SecIdentitySearchCreateWithPolicy function?
328 */
329
330#define HAVE_SECIDENTITYSEARCHCREATEWITHPOLICY 1
331
332
333/*
334 * Do we have the SecPolicyCreateSSL function?
335 */
336
337#define HAVE_SECPOLICYCREATESSL 1
338
339
340/*
341 * Do we have the SecPolicyCreateSSL function?
342 */
343
344#define HAVE_SECPOLICYCREATESSL 1
345
346
347/*
348 * Do we have the cssmErrorString function?
349 */
350
351#define HAVE_CSSMERRORSTRING 1
352
353
354/*
37e7e6e0 355 * Do we have libpaper?
82f97232
MS
356 */
357
37e7e6e0 358/* #undef HAVE_LIBPAPER */
82f97232
MS
359
360
361/*
37e7e6e0 362 * Do we have mDNSResponder for DNS Service Discovery (aka Bonjour)?
82f97232
MS
363 */
364
37e7e6e0 365#define HAVE_DNSSD 1
82f97232
MS
366
367
368/*
37e7e6e0 369 * Do we have Avahi for DNS Service Discovery (aka Bonjour)?
82f97232
MS
370 */
371
37e7e6e0 372/* #undef HAVE_AVAHI */
82f97232
MS
373
374
375/*
376 * Do we have <sys/ioctl.h>?
377 */
378
379#define HAVE_SYS_IOCTL_H 1
380
381
382/*
383 * Does the "stat" structure contain the "st_gen" member?
384 */
385
386#define HAVE_ST_GEN 1
387
388
389/*
390 * Does the "tm" structure contain the "tm_gmtoff" member?
391 */
392
393#define HAVE_TM_GMTOFF 1
394
395
396/*
397 * Do we have rresvport_af()?
398 */
399
400#define HAVE_RRESVPORT_AF 1
401
402
403/*
404 * Do we have getaddrinfo()?
405 */
406
407#define HAVE_GETADDRINFO 1
408
409
410/*
411 * Do we have getnameinfo()?
412 */
413
414#define HAVE_GETNAMEINFO 1
415
416
417/*
418 * Do we have getifaddrs()?
419 */
420
421#define HAVE_GETIFADDRS 1
422
423
424/*
425 * Do we have hstrerror()?
426 */
427
428#define HAVE_HSTRERROR 1
429
430
431/*
432 * Do we have res_init()?
433 */
434
435#define HAVE_RES_INIT 1
436
437
438/*
439 * Do we have <resolv.h>
440 */
441
442#define HAVE_RESOLV_H 1
443
444
445/*
446 * Do we have the <sys/sockio.h> header file?
447 */
448
449#define HAVE_SYS_SOCKIO_H 1
450
451
452/*
453 * Does the sockaddr structure contain an sa_len parameter?
454 */
455
456/* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
457
458
459/*
460 * Do we have the AIX usersec.h header file?
461 */
462
463/* #undef HAVE_USERSEC_H */
464
465
466/*
467 * Do we have pthread support?
468 */
469
470#define HAVE_PTHREAD_H 1
471
472
473/*
474 * Do we have launchd support?
475 */
476
477#define HAVE_LAUNCH_H 1
478#define HAVE_LAUNCHD 1
479
480
481/*
482 * Various scripting languages...
483 */
484
485#define HAVE_JAVA 1
486#define CUPS_JAVA "/usr/bin/java"
487#define HAVE_PERL 1
488#define CUPS_PERL "/usr/bin/perl"
489#define HAVE_PHP 1
490#define CUPS_PHP "/usr/bin/php"
491#define HAVE_PYTHON 1
492#define CUPS_PYTHON "/usr/bin/python"
493
494
495/*
496 * Location of the poppler/Xpdf pdftops program...
497 */
498
499/* #undef HAVE_PDFTOPS */
37e7e6e0
MS
500/* #undef HAVE_PDFTOPS_WITH_ORIGPAGESIZES */
501#define CUPS_PDFTOPS "/usr/bin/pdftops"
82f97232
MS
502
503
504/*
505 * Location of the Ghostscript gs program...
506 */
507
508/* #undef HAVE_GHOSTSCRIPT */
37e7e6e0
MS
509/* #undef HAVE_GHOSTSCRIPT_PS2WRITE */
510#define CUPS_GHOSTSCRIPT "/usr/bin/gs"
82f97232
MS
511
512
513/*
514 * Do we have CoreFoundation public and private headers?
515 */
516
517#define HAVE_COREFOUNDATION_H 1
a469f8a5
MS
518/* #undef HAVE_CFPRIV_H */
519/* #undef HAVE_CFBUNDLEPRIV_H */
82f97232
MS
520
521
522/*
523 * Do we have ApplicationServices public headers?
524 */
525
526#define HAVE_APPLICATIONSERVICES_H 1
527
528
529/*
530 * Do we have the SCDynamicStoreCopyComputerName function?
531 */
532
533#define HAVE_SCDYNAMICSTORECOPYCOMPUTERNAME 1
534
535
536/*
37e7e6e0 537 * Do we have OS X 10.4's mbr_XXX functions?
82f97232
MS
538 */
539
540#define HAVE_MEMBERSHIP_H 1
a469f8a5 541/* #undef HAVE_MEMBERSHIPPRIV_H */
82f97232
MS
542#define HAVE_MBR_UID_TO_UUID 1
543
544
545/*
546 * Do we have Darwin's notify_post header and function?
547 */
548
549#define HAVE_NOTIFY_H 1
550#define HAVE_NOTIFY_POST 1
551
552
553/*
37e7e6e0 554 * Do we have Darwin's IOKit private headers?
82f97232
MS
555 */
556
a469f8a5 557/* #undef HAVE_IOKIT_PWR_MGT_IOPMLIBPRIVATE_H */
82f97232
MS
558
559
560/*
37e7e6e0 561 * Do we have DBUS?
82f97232
MS
562 */
563
37e7e6e0
MS
564/* #undef HAVE_DBUS */
565/* #undef HAVE_DBUS_MESSAGE_ITER_INIT_APPEND */
82f97232
MS
566
567
568/*
569 * Do we have the GSSAPI support library (for Kerberos support)?
570 */
571
37e7e6e0 572#define HAVE_GSS_ACQUIRE_CRED_EX_F 1
eac3a0a0 573#define HAVE_GSS_C_NT_HOSTBASED_SERVICE 1
37e7e6e0 574#define HAVE_GSS_GSSAPI_H 1
a469f8a5 575/* #undef HAVE_GSS_GSSAPI_SPI_H */
82f97232 576#define HAVE_GSSAPI 1
37e7e6e0
MS
577/* #undef HAVE_GSSAPI_GSSAPI_H */
578/* #undef HAVE_GSSAPI_H */
82f97232
MS
579
580
581/*
582 * Default GSS service name...
583 */
584
585#define CUPS_DEFAULT_GSSSERVICENAME "host"
586
587
588/*
589 * Select/poll interfaces...
590 */
591
592#define HAVE_POLL 1
593/* #undef HAVE_EPOLL */
594#define HAVE_KQUEUE 1
595
596
597/*
598 * Do we have the <dlfcn.h> header?
599 */
600
601#define HAVE_DLFCN_H 1
602
603
604/*
605 * Do we have <sys/param.h>?
606 */
607
608#define HAVE_SYS_PARAM_H 1
609
610
611/*
612 * Do we have <sys/ucred.h>?
613 */
614
615#define HAVE_SYS_UCRED_H 1
616
617
618/*
619 * Do we have removefile()?
620 */
621
622#define HAVE_REMOVEFILE 1
623
624
625/*
626 * Do we have <sandbox.h>?
627 */
628
629#define HAVE_SANDBOX_H 1
630
631
632/*
633 * Which random number generator function to use...
634 */
635
636#define HAVE_ARC4RANDOM 1
637#define HAVE_RANDOM 1
638#define HAVE_LRAND48 1
639
640#ifdef HAVE_ARC4RANDOM
641# define CUPS_RAND() arc4random()
642# define CUPS_SRAND(v) arc4random_stir()
643#elif defined(HAVE_RANDOM)
644# define CUPS_RAND() random()
645# define CUPS_SRAND(v) srandom(v)
646#elif defined(HAVE_LRAND48)
647# define CUPS_RAND() lrand48()
648# define CUPS_SRAND(v) srand48(v)
649#else
650# define CUPS_RAND() rand()
651# define CUPS_SRAND(v) srand(v)
652#endif /* HAVE_ARC4RANDOM */
653
654
655/*
656 * Do we have vproc_transaction_begin/end?
657 */
658
659#define HAVE_VPROC_TRANSACTION_BEGIN 1
660
661
662/*
663 * Do we have libusb?
664 */
665
37e7e6e0 666/* #undef HAVE_LIBUSB */
82f97232
MS
667
668
669/*
670 * Do we have libwrap and tcpd.h?
671 */
672
673/* #undef HAVE_TCPD_H */
674
675
676/*
677 * Do we have <iconv.h>?
678 */
679
680#define HAVE_ICONV_H 1
681
682
683/*
684 * Do we have statfs or statvfs and one of the corresponding headers?
685 */
686
687#define HAVE_STATFS 1
688#define HAVE_STATVFS 1
689#define HAVE_SYS_MOUNT_H 1
690/* #undef HAVE_SYS_STATFS_H */
691#define HAVE_SYS_STATVFS_H 1
692/* #undef HAVE_SYS_VFS_H */
693
694
695/*
37e7e6e0 696 * Location of OS X localization bundle, if any.
82f97232
MS
697 */
698
699#define CUPS_BUNDLEDIR "/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A"
700
701
702/*
37e7e6e0 703 * Do we have XPC?
82f97232
MS
704 */
705
37e7e6e0 706#define HAVE_XPC 1
a469f8a5 707/* #undef HAVE_XPC_PRIVATE_H */
82f97232
MS
708
709
eac3a0a0 710/*
37e7e6e0 711 * Do we have Mini-XML?
eac3a0a0
MS
712 */
713
37e7e6e0
MS
714/* #undef HAVE_MXML_H */
715
716
717/*
718 * Do we have the C99 abs() function?
719 */
eac3a0a0 720
37e7e6e0
MS
721#define HAVE_ABS 1
722#if !defined(HAVE_ABS) && !defined(abs)
723# if defined(__GNUC__) || __STDC_VERSION__ >= 199901L
724# define abs(x) _cups_abs(x)
725static inline int _cups_abs(int i) { return (i < 0 ? -i : i); }
726# elif defined(_MSC_VER)
727# define abs(x) _cups_abs(x)
728static __inline int _cups_abs(int i) { return (i < 0 ? -i : i); }
729# else
730# define abs(x) ((x) < 0 ? -(x) : (x))
731# endif /* __GNUC__ || __STDC_VERSION__ */
732#endif /* !HAVE_ABS && !abs */
eac3a0a0 733
82f97232
MS
734#endif /* !_CUPS_CONFIG_H_ */
735
736/*
737 * End of "$Id$".
738 */