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