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