]> git.ipfire.org Git - thirdparty/cups.git/blob - xcode/config.h
Merge changes from CUPS 1.7svn-r10578.
[thirdparty/cups.git] / xcode / config.h
1 /* config.h. Generated from config.h.in by configure. */
2 /*
3 * "$Id$"
4 *
5 * Configuration file for CUPS.
6 *
7 * Copyright 2007-2012 by Apple Inc.
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
24 #define CUPS_SVERSION "CUPS v1.6.0"
25 #define CUPS_MINIMAL "CUPS/1.6.0"
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
66 #define CUPS_DEFAULT_BROWSE_LOCAL_PROTOCOLS "dnssd"
67 #define CUPS_DEFAULT_DEFAULT_SHARED 1
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 /*
135 * Do we have various image libraries?
136 */
137
138 /* #undef HAVE_LIBPNG */
139 #define HAVE_LIBZ 1
140 /* #undef HAVE_LIBJPEG */
141 /* #undef HAVE_LIBTIFF */
142
143
144 /*
145 * Do we have PAM stuff?
146 */
147
148 #ifndef HAVE_LIBPAM
149 #define HAVE_LIBPAM 1
150 #endif /* !HAVE_LIBPAM */
151
152 /* #undef HAVE_PAM_PAM_APPL_H */
153 #define HAVE_PAM_SET_ITEM 1
154 #define HAVE_PAM_SETCRED 1
155
156
157 /*
158 * Do we have <shadow.h>?
159 */
160
161 /* #undef HAVE_SHADOW_H */
162
163
164 /*
165 * Do we have <crypt.h>?
166 */
167
168 /* #undef HAVE_CRYPT_H */
169
170
171 /*
172 * Do we have <scsi/sg.h>?
173 */
174
175 /* #undef HAVE_SCSI_SG_H */
176
177
178 /*
179 * Use <string.h>, <strings.h>, and/or <bstring.h>?
180 */
181
182 #define HAVE_STRING_H 1
183 #define HAVE_STRINGS_H 1
184 /* #undef HAVE_BSTRING_H */
185
186
187 /*
188 * Do we have the long long type?
189 */
190
191 #define HAVE_LONG_LONG 1
192
193 #ifdef HAVE_LONG_LONG
194 # define CUPS_LLFMT "%lld"
195 # define CUPS_LLCAST (long long)
196 #else
197 # define CUPS_LLFMT "%ld"
198 # define CUPS_LLCAST (long)
199 #endif /* HAVE_LONG_LONG */
200
201
202 /*
203 * Do we have the strtoll() function?
204 */
205
206 #define HAVE_STRTOLL 1
207
208 #ifndef HAVE_STRTOLL
209 # define strtoll(nptr,endptr,base) strtol((nptr), (endptr), (base))
210 #endif /* !HAVE_STRTOLL */
211
212
213 /*
214 * Do we have the strXXX() functions?
215 */
216
217 #define HAVE_STRDUP 1
218 #define HAVE_STRLCAT 1
219 #define HAVE_STRLCPY 1
220
221
222 /*
223 * Do we have the geteuid() function?
224 */
225
226 #define HAVE_GETEUID 1
227
228
229 /*
230 * Do we have the setpgid() function?
231 */
232
233 #define HAVE_SETPGID 1
234
235
236 /*
237 * Do we have the vsyslog() function?
238 */
239
240 #define HAVE_VSYSLOG 1
241
242
243 /*
244 * Do we have the (v)snprintf() functions?
245 */
246
247 #define HAVE_SNPRINTF 1
248 #define HAVE_VSNPRINTF 1
249
250
251 /*
252 * What signal functions to use?
253 */
254
255 #define HAVE_SIGSET 1
256 #define HAVE_SIGACTION 1
257
258
259 /*
260 * What wait functions to use?
261 */
262
263 #define HAVE_WAITPID 1
264 #define HAVE_WAIT3 1
265
266
267 /*
268 * Do we have the mallinfo function and malloc.h?
269 */
270
271 /* #undef HAVE_MALLINFO */
272 /* #undef HAVE_MALLOC_H */
273
274
275 /*
276 * Do we have the POSIX ACL functions?
277 */
278
279 #define HAVE_ACL_INIT 1
280
281
282 /*
283 * Do we have the langinfo.h header file?
284 */
285
286 #define HAVE_LANGINFO_H 1
287
288
289 /*
290 * Which encryption libraries do we have?
291 */
292
293 #define HAVE_CDSASSL 1
294 /* #undef HAVE_GNUTLS */
295 /* #undef HAVE_LIBSSL */
296 #define HAVE_SSL 1
297
298
299 /*
300 * Do we have the SSL_set_tlsext_host_name function?
301 */
302
303 /* #undef HAVE_SSL_SET_TLSEXT_HOST_NAME */
304
305
306 /*
307 * What Security framework headers do we have?
308 */
309
310 #define HAVE_AUTHORIZATION_H 1
311 #define HAVE_SECBASEPRIV_H 1
312 #define HAVE_SECCERTIFICATE_H 1
313 #define HAVE_SECIDENTITYSEARCHPRIV_H 1
314 #define HAVE_SECITEM_H 1
315 #define HAVE_SECITEMPRIV_H 1
316 #define HAVE_SECPOLICY_H 1
317 #define HAVE_SECPOLICYPRIV_H 1
318 #define HAVE_SECURETRANSPORTPRIV_H 1
319
320
321 /*
322 * Do we have the SecCertificateCopyData function?
323 */
324
325 #define HAVE_SECCERTIFICATECOPYDATA 1
326
327
328 /*
329 * Do we have the SecIdentitySearchCreateWithPolicy function?
330 */
331
332 #define HAVE_SECIDENTITYSEARCHCREATEWITHPOLICY 1
333
334
335 /*
336 * Do we have the SecPolicyCreateSSL function?
337 */
338
339 #define HAVE_SECPOLICYCREATESSL 1
340
341
342 /*
343 * Do we have the SecPolicyCreateSSL function?
344 */
345
346 #define HAVE_SECPOLICYCREATESSL 1
347
348
349 /*
350 * Do we have the cssmErrorString function?
351 */
352
353 #define HAVE_CSSMERRORSTRING 1
354
355
356 /*
357 * Do we have libpaper?
358 */
359
360 /* #undef HAVE_LIBPAPER */
361
362
363 /*
364 * Do we have mDNSResponder for DNS Service Discovery (aka Bonjour)?
365 */
366
367 #define HAVE_DNSSD 1
368
369
370 /*
371 * Do we have Avahi for DNS Service Discovery (aka Bonjour)?
372 */
373
374 /* #undef HAVE_AVAHI */
375
376
377 /*
378 * Do we have <sys/ioctl.h>?
379 */
380
381 #define HAVE_SYS_IOCTL_H 1
382
383
384 /*
385 * Does the "stat" structure contain the "st_gen" member?
386 */
387
388 #define HAVE_ST_GEN 1
389
390
391 /*
392 * Does the "tm" structure contain the "tm_gmtoff" member?
393 */
394
395 #define HAVE_TM_GMTOFF 1
396
397
398 /*
399 * Do we have rresvport_af()?
400 */
401
402 #define HAVE_RRESVPORT_AF 1
403
404
405 /*
406 * Do we have getaddrinfo()?
407 */
408
409 #define HAVE_GETADDRINFO 1
410
411
412 /*
413 * Do we have getnameinfo()?
414 */
415
416 #define HAVE_GETNAMEINFO 1
417
418
419 /*
420 * Do we have getifaddrs()?
421 */
422
423 #define HAVE_GETIFADDRS 1
424
425
426 /*
427 * Do we have hstrerror()?
428 */
429
430 #define HAVE_HSTRERROR 1
431
432
433 /*
434 * Do we have res_init()?
435 */
436
437 #define HAVE_RES_INIT 1
438
439
440 /*
441 * Do we have <resolv.h>
442 */
443
444 #define HAVE_RESOLV_H 1
445
446
447 /*
448 * Do we have the <sys/sockio.h> header file?
449 */
450
451 #define HAVE_SYS_SOCKIO_H 1
452
453
454 /*
455 * Does the sockaddr structure contain an sa_len parameter?
456 */
457
458 /* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
459
460
461 /*
462 * Do we have the AIX usersec.h header file?
463 */
464
465 /* #undef HAVE_USERSEC_H */
466
467
468 /*
469 * Do we have pthread support?
470 */
471
472 #define HAVE_PTHREAD_H 1
473
474
475 /*
476 * Do we have launchd support?
477 */
478
479 #define HAVE_LAUNCH_H 1
480 #define HAVE_LAUNCHD 1
481
482
483 /*
484 * Various scripting languages...
485 */
486
487 #define HAVE_JAVA 1
488 #define CUPS_JAVA "/usr/bin/java"
489 #define HAVE_PERL 1
490 #define CUPS_PERL "/usr/bin/perl"
491 #define HAVE_PHP 1
492 #define CUPS_PHP "/usr/bin/php"
493 #define HAVE_PYTHON 1
494 #define CUPS_PYTHON "/usr/bin/python"
495
496
497 /*
498 * Location of the poppler/Xpdf pdftops program...
499 */
500
501 /* #undef HAVE_PDFTOPS */
502 /* #undef HAVE_PDFTOPS_WITH_ORIGPAGESIZES */
503 #define CUPS_PDFTOPS "/usr/bin/pdftops"
504
505
506 /*
507 * Location of the Ghostscript gs program...
508 */
509
510 /* #undef HAVE_GHOSTSCRIPT */
511 /* #undef HAVE_GHOSTSCRIPT_PS2WRITE */
512 #define CUPS_GHOSTSCRIPT "/usr/bin/gs"
513
514
515 /*
516 * Do we have CoreFoundation public and private headers?
517 */
518
519 #define HAVE_COREFOUNDATION_H 1
520 #define HAVE_CFPRIV_H 1
521 #define HAVE_CFBUNDLEPRIV_H 1
522
523
524 /*
525 * Do we have ApplicationServices public headers?
526 */
527
528 #define HAVE_APPLICATIONSERVICES_H 1
529
530
531 /*
532 * Do we have the SCDynamicStoreCopyComputerName function?
533 */
534
535 #define HAVE_SCDYNAMICSTORECOPYCOMPUTERNAME 1
536
537
538 /*
539 * Do we have OS X 10.4's mbr_XXX functions?
540 */
541
542 #define HAVE_MEMBERSHIP_H 1
543 #define HAVE_MEMBERSHIPPRIV_H 1
544 #define HAVE_MBR_UID_TO_UUID 1
545
546
547 /*
548 * Do we have Darwin's notify_post header and function?
549 */
550
551 #define HAVE_NOTIFY_H 1
552 #define HAVE_NOTIFY_POST 1
553
554
555 /*
556 * Do we have Darwin's IOKit private headers?
557 */
558
559 #define HAVE_IOKIT_PWR_MGT_IOPMLIBPRIVATE_H 1
560
561
562 /*
563 * Do we have DBUS?
564 */
565
566 /* #undef HAVE_DBUS */
567 /* #undef HAVE_DBUS_MESSAGE_ITER_INIT_APPEND */
568
569
570 /*
571 * Do we have the GSSAPI support library (for Kerberos support)?
572 */
573
574 #define HAVE_GSS_ACQUIRE_CRED_EX_F 1
575 #define HAVE_GSS_C_NT_HOSTBASED_SERVICE 1
576 #define HAVE_GSS_GSSAPI_H 1
577 #define HAVE_GSS_GSSAPI_SPI_H 1
578 #define HAVE_GSSAPI 1
579 /* #undef HAVE_GSSAPI_GENERIC_H */
580 /* #undef HAVE_GSSAPI_GSSAPI_H */
581 /* #undef HAVE_GSSAPI_H */
582 #define HAVE_GSSAPI_KRB5_H 1
583 #define HAVE_KRB5_H 1
584
585
586 /*
587 * Default GSS service name...
588 */
589
590 #define CUPS_DEFAULT_GSSSERVICENAME "host"
591
592
593 /*
594 * Select/poll interfaces...
595 */
596
597 #define HAVE_POLL 1
598 /* #undef HAVE_EPOLL */
599 #define HAVE_KQUEUE 1
600
601
602 /*
603 * Do we have the <dlfcn.h> header?
604 */
605
606 #define HAVE_DLFCN_H 1
607
608
609 /*
610 * Do we have <sys/param.h>?
611 */
612
613 #define HAVE_SYS_PARAM_H 1
614
615
616 /*
617 * Do we have <sys/ucred.h>?
618 */
619
620 #define HAVE_SYS_UCRED_H 1
621
622
623 /*
624 * Do we have removefile()?
625 */
626
627 #define HAVE_REMOVEFILE 1
628
629
630 /*
631 * Do we have <sandbox.h>?
632 */
633
634 #define HAVE_SANDBOX_H 1
635
636
637 /*
638 * Which random number generator function to use...
639 */
640
641 #define HAVE_ARC4RANDOM 1
642 #define HAVE_RANDOM 1
643 #define HAVE_LRAND48 1
644
645 #ifdef HAVE_ARC4RANDOM
646 # define CUPS_RAND() arc4random()
647 # define CUPS_SRAND(v) arc4random_stir()
648 #elif defined(HAVE_RANDOM)
649 # define CUPS_RAND() random()
650 # define CUPS_SRAND(v) srandom(v)
651 #elif defined(HAVE_LRAND48)
652 # define CUPS_RAND() lrand48()
653 # define CUPS_SRAND(v) srand48(v)
654 #else
655 # define CUPS_RAND() rand()
656 # define CUPS_SRAND(v) srand(v)
657 #endif /* HAVE_ARC4RANDOM */
658
659
660 /*
661 * Do we have vproc_transaction_begin/end?
662 */
663
664 #define HAVE_VPROC_TRANSACTION_BEGIN 1
665
666
667 /*
668 * Do we have libusb?
669 */
670
671 /* #undef HAVE_LIBUSB */
672
673
674 /*
675 * Do we have libwrap and tcpd.h?
676 */
677
678 /* #undef HAVE_TCPD_H */
679
680
681 /*
682 * Do we have <iconv.h>?
683 */
684
685 #define HAVE_ICONV_H 1
686
687
688 /*
689 * Do we have statfs or statvfs and one of the corresponding headers?
690 */
691
692 #define HAVE_STATFS 1
693 #define HAVE_STATVFS 1
694 #define HAVE_SYS_MOUNT_H 1
695 /* #undef HAVE_SYS_STATFS_H */
696 #define HAVE_SYS_STATVFS_H 1
697 /* #undef HAVE_SYS_VFS_H */
698
699
700 /*
701 * Location of OS X localization bundle, if any.
702 */
703
704 #define CUPS_BUNDLEDIR "/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A"
705
706
707 /*
708 * Do we have XPC?
709 */
710
711 #define HAVE_XPC 1
712 #define HAVE_XPC_PRIVATE_H 1
713
714
715 /*
716 * Do we have Mini-XML?
717 */
718
719 /* #undef HAVE_MXML_H */
720
721
722 /*
723 * Do we have the C99 abs() function?
724 */
725
726 #define HAVE_ABS 1
727 #if !defined(HAVE_ABS) && !defined(abs)
728 # if defined(__GNUC__) || __STDC_VERSION__ >= 199901L
729 # define abs(x) _cups_abs(x)
730 static inline int _cups_abs(int i) { return (i < 0 ? -i : i); }
731 # elif defined(_MSC_VER)
732 # define abs(x) _cups_abs(x)
733 static __inline int _cups_abs(int i) { return (i < 0 ? -i : i); }
734 # else
735 # define abs(x) ((x) < 0 ? -(x) : (x))
736 # endif /* __GNUC__ || __STDC_VERSION__ */
737 #endif /* !HAVE_ABS && !abs */
738
739 #endif /* !_CUPS_CONFIG_H_ */
740
741 /*
742 * End of "$Id$".
743 */