]> git.ipfire.org Git - thirdparty/cups.git/blob - xcode/config.h
Merge changes from CUPS 1.5svn-r9631.
[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-2011 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.5svn"
25 #define CUPS_MINIMAL "CUPS/1.5svn"
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 "CUPS dnssd"
67 #define CUPS_DEFAULT_BROWSE_REMOTE_PROTOCOLS ""
68 #define CUPS_DEFAULT_BROWSE_SHORT_NAMES 1
69 #define CUPS_DEFAULT_DEFAULT_SHARED 1
70 #define CUPS_DEFAULT_IMPLICIT_CLASSES 1
71 #define CUPS_DEFAULT_USE_NETWORK_DEFAULT 0
72
73
74 /*
75 * Default IPP port...
76 */
77
78 #define CUPS_DEFAULT_IPP_PORT 631
79
80
81 /*
82 * Default printcap file...
83 */
84
85 #define CUPS_DEFAULT_PRINTCAP "/Library/Preferences/org.cups.printers.plist"
86
87
88 /*
89 * Default Samba and LPD config files...
90 */
91
92 #define CUPS_DEFAULT_SMB_CONFIG_FILE ""
93 #define CUPS_DEFAULT_LPD_CONFIG_FILE "launchd:///System/Library/LaunchDaemons/org.cups.cups-lpd.plist"
94
95
96 /*
97 * Default MaxCopies value...
98 */
99
100 #define CUPS_DEFAULT_MAX_COPIES 9999
101
102
103 /*
104 * Do we have domain socket support, and if so what is the default one?
105 */
106
107 #define CUPS_DEFAULT_DOMAINSOCKET "/private/var/run/cupsd"
108
109
110 /*
111 * Default WebInterface value...
112 */
113
114 #define CUPS_DEFAULT_WEBIF 0
115
116
117 /*
118 * Where are files stored?
119 *
120 * Note: These are defaults, which can be overridden by environment
121 * variables at run-time...
122 */
123
124 #define CUPS_BINDIR "/usr/bin"
125 #define CUPS_CACHEDIR "/private/var/spool/cups/cache"
126 #define CUPS_DATADIR "/usr/share/cups"
127 #define CUPS_DOCROOT "/usr/share/doc/cups"
128 #define CUPS_FONTPATH "/usr/share/cups/fonts"
129 #define CUPS_LOCALEDIR "/usr/share/locale"
130 #define CUPS_LOGDIR "/private/var/log/cups"
131 #define CUPS_REQUESTS "/private/var/spool/cups"
132 #define CUPS_SBINDIR "/usr/sbin"
133 #define CUPS_SERVERBIN "/usr/libexec/cups"
134 #define CUPS_SERVERROOT "/private/etc/cups"
135 #define CUPS_STATEDIR "/private/etc/cups"
136
137
138 /*
139 * Do we have various image libraries?
140 */
141
142 /* #undef HAVE_LIBPNG */
143 #define HAVE_LIBZ 1
144 /* #undef HAVE_LIBJPEG */
145 /* #undef HAVE_LIBTIFF */
146
147
148 /*
149 * Do we have PAM stuff?
150 */
151
152 #ifndef HAVE_LIBPAM
153 #define HAVE_LIBPAM 1
154 #endif /* !HAVE_LIBPAM */
155
156 /* #undef HAVE_PAM_PAM_APPL_H */
157 #define HAVE_PAM_SET_ITEM 1
158 #define HAVE_PAM_SETCRED 1
159
160
161 /*
162 * Do we have <shadow.h>?
163 */
164
165 /* #undef HAVE_SHADOW_H */
166
167
168 /*
169 * Do we have <crypt.h>?
170 */
171
172 /* #undef HAVE_CRYPT_H */
173
174
175 /*
176 * Do we have <scsi/sg.h>?
177 */
178
179 /* #undef HAVE_SCSI_SG_H */
180
181
182 /*
183 * Use <string.h>, <strings.h>, and/or <bstring.h>?
184 */
185
186 #define HAVE_STRING_H 1
187 #define HAVE_STRINGS_H 1
188 /* #undef HAVE_BSTRING_H */
189
190 /*
191 * Do we have the long long type?
192 */
193
194 #define HAVE_LONG_LONG 1
195
196 #ifdef HAVE_LONG_LONG
197 # define CUPS_LLFMT "%lld"
198 # define CUPS_LLCAST (long long)
199 #else
200 # define CUPS_LLFMT "%ld"
201 # define CUPS_LLCAST (long)
202 #endif /* HAVE_LONG_LONG */
203
204 /*
205 * Do we have the strtoll() function?
206 */
207
208 #define HAVE_STRTOLL 1
209
210 #ifndef HAVE_STRTOLL
211 # define strtoll(nptr,endptr,base) strtol((nptr), (endptr), (base))
212 #endif /* !HAVE_STRTOLL */
213
214 /*
215 * Do we have the strXXX() functions?
216 */
217
218 #define HAVE_STRDUP 1
219 #define HAVE_STRCASECMP 1
220 #define HAVE_STRNCASECMP 1
221 #define HAVE_STRLCAT 1
222 #define HAVE_STRLCPY 1
223
224
225 /*
226 * Do we have the geteuid() function?
227 */
228
229 #define HAVE_GETEUID 1
230
231
232 /*
233 * Do we have the vsyslog() function?
234 */
235
236 #define HAVE_VSYSLOG 1
237
238
239 /*
240 * Do we have the (v)snprintf() functions?
241 */
242
243 #define HAVE_SNPRINTF 1
244 #define HAVE_VSNPRINTF 1
245
246
247 /*
248 * What signal functions to use?
249 */
250
251 #define HAVE_SIGSET 1
252 #define HAVE_SIGACTION 1
253
254
255 /*
256 * What wait functions to use?
257 */
258
259 #define HAVE_WAITPID 1
260 #define HAVE_WAIT3 1
261
262
263 /*
264 * Do we have the mallinfo function and malloc.h?
265 */
266
267 /* #undef HAVE_MALLINFO */
268 /* #undef HAVE_MALLOC_H */
269
270
271 /*
272 * Do we have the POSIX ACL functions?
273 */
274
275 #define HAVE_ACL_INIT 1
276
277
278 /*
279 * Do we have the langinfo.h header file?
280 */
281
282 #define HAVE_LANGINFO_H 1
283
284
285 /*
286 * Which encryption libraries do we have?
287 */
288
289 #define HAVE_CDSASSL 1
290 /* #undef HAVE_GNUTLS */
291 /* #undef HAVE_LIBSSL */
292 #define HAVE_SSL 1
293
294
295 /*
296 * What Security framework headers do we have?
297 */
298
299 #define HAVE_AUTHORIZATION_H 1
300 #define HAVE_SECCERTIFICATE_H 1
301 #define HAVE_SECITEM_H 1
302 /* #undef HAVE_SECITEMPRIV_H */
303 #define HAVE_SECPOLICY_H 1
304 /* #undef HAVE_SECPOLICYPRIV_H */
305 /* #undef HAVE_SECBASEPRIV_H */
306 /* #undef HAVE_SECIDENTITYSEARCHPRIV_H */
307
308
309 /*
310 * Do we have the SecCertificateCopyData function?
311 */
312
313 #define HAVE_SECCERTIFICATECOPYDATA 1
314
315
316 /*
317 * Do we have the SecIdentitySearchCreateWithPolicy function?
318 */
319
320 #define HAVE_SECIDENTITYSEARCHCREATEWITHPOLICY 1
321
322
323 /*
324 * Do we have the SecPolicyCreateSSL function?
325 */
326
327 #define HAVE_SECPOLICYCREATESSL 1
328
329
330 /*
331 * Do we have the SecPolicyCreateSSL function?
332 */
333
334 #define HAVE_SECPOLICYCREATESSL 1
335
336
337 /*
338 * Do we have the cssmErrorString function?
339 */
340
341 #define HAVE_CSSMERRORSTRING 1
342
343
344 /*
345 * Do we have the SLP library?
346 */
347
348 /* #undef HAVE_LIBSLP */
349
350
351 /*
352 * Do we have an LDAP library?
353 */
354
355 #define HAVE_LDAP 1
356 #define HAVE_OPENLDAP 1
357 /* #undef HAVE_MOZILLA_LDAP */
358 /* #undef HAVE_LDAP_SSL_H */
359 /* #undef HAVE_LDAP_SSL */
360 #define HAVE_LDAP_REBIND_PROC 1
361
362
363 /*
364 * Do we have libpaper?
365 */
366
367 /* #undef HAVE_LIBPAPER */
368
369
370 /*
371 * Do we have DNS Service Discovery (aka Bonjour)?
372 */
373
374 #define HAVE_DNSSD 1
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 #define CUPS_PDFTOPS ""
503
504
505 /*
506 * Location of the Ghostscript gs program...
507 */
508
509 /* #undef HAVE_GHOSTSCRIPT */
510 #define CUPS_GHOSTSCRIPT ""
511
512
513 /*
514 * Do we have Darwin's CoreFoundation and SystemConfiguration frameworks?
515 */
516
517 #define HAVE_COREFOUNDATION 1
518 #define HAVE_SYSTEMCONFIGURATION 1
519
520
521 /*
522 * Do we have CoreFoundation public and private headers?
523 */
524
525 #define HAVE_COREFOUNDATION_H 1
526 /* #undef HAVE_CFPRIV_H */
527 /* #undef HAVE_CFBUNDLEPRIV_H */
528
529
530 /*
531 * Do we have ApplicationServices public headers?
532 */
533
534 #define HAVE_APPLICATIONSERVICES_H 1
535
536
537 /*
538 * Do we have the SCDynamicStoreCopyComputerName function?
539 */
540
541 #define HAVE_SCDYNAMICSTORECOPYCOMPUTERNAME 1
542
543
544 /*
545 * Do we have MacOSX 10.4's mbr_XXX functions?
546 */
547
548 #define HAVE_MEMBERSHIP_H 1
549 /* #undef HAVE_MEMBERSHIPPRIV_H */
550 #define HAVE_MBR_UID_TO_UUID 1
551
552
553 /*
554 * Do we have Darwin's notify_post header and function?
555 */
556
557 #define HAVE_NOTIFY_H 1
558 #define HAVE_NOTIFY_POST 1
559
560
561 /*
562 * Do we have DBUS?
563 */
564
565 /* #undef HAVE_DBUS */
566 /* #undef HAVE_DBUS_MESSAGE_ITER_INIT_APPEND */
567
568
569 /*
570 * Do we have the AppleTalk/at_proto.h header?
571 */
572
573 /* #undef HAVE_APPLETALK_AT_PROTO_H */
574
575
576 /*
577 * Do we have the GSSAPI support library (for Kerberos support)?
578 */
579
580 #define HAVE_GSSAPI 1
581 #define HAVE_GSSAPI_H 1
582 #define HAVE_GSSAPI_GSSAPI_H 1
583 #define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
584 #define HAVE_GSSAPI_GSSAPI_KRB5_H 1
585 /* #undef HAVE_GSSKRB5_REGISTER_ACCEPTOR_IDENTITY */
586 #define HAVE_GSS_C_NT_HOSTBASED_SERVICE 1
587 #define HAVE_KRB5_CC_NEW_UNIQUE 1
588 #define HAVE_KRB5_IPC_CLIENT_SET_TARGET_UID 1
589 #define HAVE_KRB5_H 1
590 /* #undef HAVE_HEIMDAL */
591
592
593 /*
594 * Default GSS service name...
595 */
596
597 #define CUPS_DEFAULT_GSSSERVICENAME "host"
598
599
600 /*
601 * Select/poll interfaces...
602 */
603
604 #define HAVE_POLL 1
605 /* #undef HAVE_EPOLL */
606 #define HAVE_KQUEUE 1
607
608
609 /*
610 * Do we have the <dlfcn.h> header?
611 */
612
613 #define HAVE_DLFCN_H 1
614
615
616 /*
617 * Do we have <sys/param.h>?
618 */
619
620 #define HAVE_SYS_PARAM_H 1
621
622
623 /*
624 * Do we have <sys/ucred.h>?
625 */
626
627 #define HAVE_SYS_UCRED_H 1
628
629
630 /*
631 * Do we have removefile()?
632 */
633
634 #define HAVE_REMOVEFILE 1
635
636
637 /*
638 * Do we have <sandbox.h>?
639 */
640
641 #define HAVE_SANDBOX_H 1
642
643
644 /*
645 * Which random number generator function to use...
646 */
647
648 #define HAVE_ARC4RANDOM 1
649 #define HAVE_RANDOM 1
650 #define HAVE_LRAND48 1
651
652 #ifdef HAVE_ARC4RANDOM
653 # define CUPS_RAND() arc4random()
654 # define CUPS_SRAND(v) arc4random_stir()
655 #elif defined(HAVE_RANDOM)
656 # define CUPS_RAND() random()
657 # define CUPS_SRAND(v) srandom(v)
658 #elif defined(HAVE_LRAND48)
659 # define CUPS_RAND() lrand48()
660 # define CUPS_SRAND(v) srand48(v)
661 #else
662 # define CUPS_RAND() rand()
663 # define CUPS_SRAND(v) srand(v)
664 #endif /* HAVE_ARC4RANDOM */
665
666
667 /*
668 * Do we have vproc_transaction_begin/end?
669 */
670
671 #define HAVE_VPROC_TRANSACTION_BEGIN 1
672
673
674 /*
675 * Do we have libusb?
676 */
677
678 /* #undef HAVE_USB_H */
679
680
681 /*
682 * Do we have libwrap and tcpd.h?
683 */
684
685 /* #undef HAVE_TCPD_H */
686
687
688 /*
689 * Do we have <iconv.h>?
690 */
691
692 #define HAVE_ICONV_H 1
693
694
695 /*
696 * Do we have statfs or statvfs and one of the corresponding headers?
697 */
698
699 #define HAVE_STATFS 1
700 #define HAVE_STATVFS 1
701 #define HAVE_SYS_MOUNT_H 1
702 /* #undef HAVE_SYS_STATFS_H */
703 #define HAVE_SYS_STATVFS_H 1
704 /* #undef HAVE_SYS_VFS_H */
705
706
707 /*
708 * Location of Mac OS X localization bundle, if any.
709 */
710
711 #define CUPS_BUNDLEDIR "/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A"
712
713
714 /*
715 * Do we have the ColorSyncRegisterDevice function?
716 */
717
718 #define HAVE_COLORSYNCREGISTERDEVICE 1
719
720
721 #endif /* !_CUPS_CONFIG_H_ */
722
723 /*
724 * End of "$Id$".
725 */