]>
git.ipfire.org Git - thirdparty/cups.git/blob - config.h.in
4 * Configuration file for CUPS.
6 * Copyright 2007-2015 by Apple Inc.
7 * Copyright 1997-2007 by Easy Software Products.
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/".
16 #ifndef _CUPS_CONFIG_H_
17 #define _CUPS_CONFIG_H_
20 * Version of software...
23 #define CUPS_SVERSION ""
24 #define CUPS_MINIMAL ""
28 * Default user and groups...
31 #define CUPS_DEFAULT_USER "lp"
32 #define CUPS_DEFAULT_GROUP "sys"
33 #define CUPS_DEFAULT_SYSTEM_GROUPS "sys root system"
34 #define CUPS_DEFAULT_PRINTOPERATOR_AUTH "@SYSTEM"
35 #define CUPS_DEFAULT_SYSTEM_AUTHKEY "system.print.admin"
39 * Default file permissions...
42 #define CUPS_DEFAULT_CONFIG_FILE_PERM 0640
43 #define CUPS_DEFAULT_LOG_FILE_PERM 0644
47 * Default logging settings...
50 #define CUPS_DEFAULT_LOG_LEVEL "warn"
51 #define CUPS_DEFAULT_ACCESS_LOG_LEVEL "actions"
55 * Default fatal error settings...
58 #define CUPS_DEFAULT_FATAL_ERRORS "config"
62 * Default browsing settings...
65 #define CUPS_DEFAULT_BROWSING 1
66 #define CUPS_DEFAULT_BROWSE_LOCAL_PROTOCOLS ""
67 #define CUPS_DEFAULT_DEFAULT_SHARED 1
74 #define CUPS_DEFAULT_IPP_PORT 631
78 * Default printcap file...
81 #define CUPS_DEFAULT_PRINTCAP "/etc/printcap"
85 * Default Samba and LPD config files...
88 #define CUPS_DEFAULT_SMB_CONFIG_FILE ""
89 #define CUPS_DEFAULT_LPD_CONFIG_FILE ""
93 * Default MaxCopies value...
96 #define CUPS_DEFAULT_MAX_COPIES 9999
100 * Do we have domain socket support, and if so what is the default one?
103 #undef CUPS_DEFAULT_DOMAINSOCKET
107 * Default WebInterface value...
110 #undef CUPS_DEFAULT_WEBIF
114 * Where are files stored?
116 * Note: These are defaults, which can be overridden by environment
117 * variables at run-time...
120 #define CUPS_BINDIR "/usr/bin"
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"
128 #define CUPS_SBINDIR "/usr/sbin"
129 #define CUPS_SERVERBIN "/usr/lib/cups"
130 #define CUPS_SERVERROOT "/etc/cups"
131 #define CUPS_STATEDIR "/var/run/cups"
135 * Do we have posix_spawn?
138 #undef HAVE_POSIX_SPAWN
146 #undef HAVE_INFLATECOPY
150 * Do we have PAM stuff?
153 #define HAVE_LIBPAM 0
154 #undef HAVE_PAM_PAM_APPL_H
155 #undef HAVE_PAM_SET_ITEM
156 #undef HAVE_PAM_SETCRED
160 * Do we have <shadow.h>?
167 * Do we have <crypt.h>?
181 * Use <string.h>, <strings.h>, and/or <bstring.h>?
185 #undef HAVE_STRINGS_H
186 #undef HAVE_BSTRING_H
190 * Do we have the long long type?
193 #undef HAVE_LONG_LONG
195 #ifdef HAVE_LONG_LONG
196 # define CUPS_LLFMT "%lld"
197 # define CUPS_LLCAST (long long)
199 # define CUPS_LLFMT "%ld"
200 # define CUPS_LLCAST (long)
201 #endif /* HAVE_LONG_LONG */
205 * Do we have the strtoll() function?
211 # define strtoll(nptr,endptr,base) strtol((nptr), (endptr), (base))
212 #endif /* !HAVE_STRTOLL */
216 * Do we have the strXXX() functions?
225 * Do we have the geteuid() function?
232 * Do we have the setpgid() function?
239 * Do we have the vsyslog() function?
246 * Do we have the ASL functions?
253 * Do we have the systemd journal functions?
256 #undef HAVE_SYSTEMD_SD_JOURNAL_H
260 * Do we have the (v)snprintf() functions?
264 #undef HAVE_VSNPRINTF
268 * What signal functions to use?
272 #undef HAVE_SIGACTION
276 * What wait functions to use?
284 * Do we have the mallinfo function and malloc.h?
292 * Do we have the POSIX ACL functions?
299 * Do we have the langinfo.h header file?
302 #undef HAVE_LANGINFO_H
306 * Which encryption libraries do we have?
316 * Do we have the gnutls_transport_set_pull_timeout_function function?
319 #undef HAVE_GNUTLS_TRANSPORT_SET_PULL_TIMEOUT_FUNCTION
323 * Do we have the gnutls_priority_set_direct function?
326 #undef HAVE_GNUTLS_PRIORITY_SET_DIRECT
330 * What Security framework headers do we have?
333 #undef HAVE_AUTHORIZATION_H
334 #undef HAVE_SECBASEPRIV_H
335 #undef HAVE_SECCERTIFICATE_H
336 #undef HAVE_SECIDENTITYSEARCHPRIV_H
337 #undef HAVE_SECITEM_H
338 #undef HAVE_SECITEMPRIV_H
339 #undef HAVE_SECPOLICY_H
340 #undef HAVE_SECPOLICYPRIV_H
341 #undef HAVE_SECURETRANSPORTPRIV_H
345 * Do we have the cssmErrorString function?
348 #undef HAVE_CSSMERRORSTRING
352 * Do we have the SecGenerateSelfSignedCertificate function?
355 #undef HAVE_SECGENERATESELFSIGNEDCERTIFICATE
359 * Do we have the SecKeychainOpen function?
362 #undef HAVE_SECKEYCHAINOPEN
366 * Do we have (a working) SSLSetEnabledCiphers function?
369 #undef HAVE_SSLSETENABLEDCIPHERS
373 * Do we have libpaper?
380 * Do we have mDNSResponder for DNS Service Discovery (aka Bonjour)?
387 * Do we have Avahi for DNS Service Discovery (aka Bonjour)?
394 * Do we have <sys/ioctl.h>?
397 #undef HAVE_SYS_IOCTL_H
401 * Does the "stat" structure contain the "st_gen" member?
408 * Does the "tm" structure contain the "tm_gmtoff" member?
411 #undef HAVE_TM_GMTOFF
415 * Do we have rresvport_af()?
418 #undef HAVE_RRESVPORT_AF
422 * Do we have getaddrinfo()?
425 #undef HAVE_GETADDRINFO
429 * Do we have getnameinfo()?
432 #undef HAVE_GETNAMEINFO
436 * Do we have getifaddrs()?
439 #undef HAVE_GETIFADDRS
443 * Do we have hstrerror()?
446 #undef HAVE_HSTRERROR
450 * Do we have res_init()?
457 * Do we have <resolv.h>
464 * Do we have the <sys/sockio.h> header file?
467 #undef HAVE_SYS_SOCKIO_H
471 * Does the sockaddr structure contain an sa_len parameter?
474 #undef HAVE_STRUCT_SOCKADDR_SA_LEN
478 * Do we have pthread support?
481 #undef HAVE_PTHREAD_H
485 * Do we have launchd support?
490 #undef HAVE_LAUNCH_ACTIVATE_SOCKET
494 * Do we have systemd support?
501 * Various scripting languages...
505 #define CUPS_JAVA "/usr/bin/java"
507 #define CUPS_PERL "/usr/bin/perl"
509 #define CUPS_PHP "/usr/bin/php"
511 #define CUPS_PYTHON "/usr/bin/python"
515 * Location of the poppler/Xpdf pdftops program...
519 #undef HAVE_PDFTOPS_WITH_ORIGPAGESIZES
520 #define CUPS_PDFTOPS "/usr/bin/pdftops"
524 * Location of the Ghostscript gs program...
527 #undef HAVE_GHOSTSCRIPT
528 #undef HAVE_GHOSTSCRIPT_PS2WRITE
529 #define CUPS_GHOSTSCRIPT "/usr/bin/gs"
533 * Do we have CoreFoundation public and private headers?
536 #undef HAVE_COREFOUNDATION_H
538 #undef HAVE_CFBUNDLEPRIV_H
542 * Do we have ApplicationServices public headers?
545 #undef HAVE_APPLICATIONSERVICES_H
549 * Do we have the SCDynamicStoreCopyComputerName function?
552 #undef HAVE_SCDYNAMICSTORECOPYCOMPUTERNAME
556 * Do we have OS X 10.4's mbr_XXX functions?
559 #undef HAVE_MEMBERSHIP_H
560 #undef HAVE_MEMBERSHIPPRIV_H
561 #undef HAVE_MBR_UID_TO_UUID
565 * Do we have Darwin's notify_post header and function?
569 #undef HAVE_NOTIFY_POST
577 #undef HAVE_DBUS_MESSAGE_ITER_INIT_APPEND
578 #undef HAVE_DBUS_THREADS_INIT
582 * Do we have the GSSAPI support library (for Kerberos support)?
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
590 #undef HAVE_GSSAPI_GSSAPI_H
595 * Default GSS service name...
598 #define CUPS_DEFAULT_GSSSERVICENAME ""
602 * Select/poll interfaces...
611 * Do we have the <dlfcn.h> header?
618 * Do we have <sys/param.h>?
621 #undef HAVE_SYS_PARAM_H
625 * Do we have <sys/ucred.h>?
628 #undef HAVE_SYS_UCRED_H
632 * Do we have removefile()?
635 #undef HAVE_REMOVEFILE
639 * Do we have <sandbox.h>?
642 #undef HAVE_SANDBOX_H
646 * Which random number generator function to use...
649 #undef HAVE_ARC4RANDOM
653 #ifdef HAVE_ARC4RANDOM
654 # define CUPS_RAND() arc4random()
655 # define CUPS_SRAND(v)
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)
663 # define CUPS_RAND() rand()
664 # define CUPS_SRAND(v) srand(v)
665 #endif /* HAVE_ARC4RANDOM */
676 * Do we have libwrap and tcpd.h?
683 * Do we have <iconv.h>?
690 * Do we have statfs or statvfs and one of the corresponding headers?
695 #undef HAVE_SYS_MOUNT_H
696 #undef HAVE_SYS_STATFS_H
697 #undef HAVE_SYS_STATVFS_H
698 #undef HAVE_SYS_VFS_H
702 * Location of OS X localization bundle, if any.
705 #undef CUPS_BUNDLEDIR
713 #undef HAVE_XPC_PRIVATE_H
717 * Do we have Mini-XML?
724 * Do we have the C99 abs() function?
728 #if !defined(HAVE_ABS) && !defined(abs)
729 # if defined(__GNUC__) || __STDC_VERSION__ >= 199901L
730 # define abs(x) _cups_abs(x)
731 static inline int _cups_abs(int i
) { return (i
< 0 ? -i
: i
); }
732 # elif defined(_MSC_VER)
733 # define abs(x) _cups_abs(x)
734 static __inline
int _cups_abs(int i
) { return (i
< 0 ? -i
: i
); }
736 # define abs(x) ((x) < 0 ? -(x) : (x))
737 # endif /* __GNUC__ || __STDC_VERSION__ */
738 #endif /* !HAVE_ABS && !abs */
740 #endif /* !_CUPS_CONFIG_H_ */