Lines Matching +full:- +full:- +full:disable +full:- +full:smb
4 dnl Copyright © 2007-2018 by Apple Inc.
5 dnl Copyright © 2006-2007 by Easy Software Products, all rights reserved.
12 LANGUAGES="`ls -1 locale/cups_*.po 2>/dev/null | sed -e '1,$s/locale\/cups_//' -e '1,$s/\.po//' | t…
14 AC_ARG_WITH(languages, [ --with-languages set installed languages, default=all ],[
22 dnl macOS bundle-based localization support
23 AC_ARG_WITH(bundledir, [ --with-bundledir set localization bundle directory ],
25 if test "x$host_os_name" = xdarwin -a $host_os_version -ge 100; then
37 AC_ARG_WITH(bundlelang, [ --with-bundlelang set localization bundle base language (English o…
39 if test $host_os_version -ge 190; then
45 if test "x$cups_bundlelang" != x -a "x$CUPS_BUNDLEDIR" != x; then
53 AC_ARG_WITH(exe_file_perm, [ --with-exe-file-perm set default executable permissions value, def…
66 AC_ARG_WITH(config_file_perm, [ --with-config-file-perm set default ConfigFilePerm value, default=…
77 AC_ARG_WITH(cupsd_file_perm, [ --with-cupsd-file-perm set default cupsd permissions, default=0500…
90 AC_ARG_WITH(log_file_perm, [ --with-log-file-perm set default LogFilePerm value, default=0644],
97 AC_ARG_WITH(fatal_errors, [ --with-fatal-errors set default FatalErrors value, default=config],
104 AC_ARG_WITH(log_level, [ --with-log-level set default LogLevel value, default=warn],
111 AC_ARG_WITH(access_log_level, [ --with-access-log-level set default AccessLogLevel value, default=…
118 AC_ARG_ENABLE(page_logging, [ --enable-page-logging enable page_log by default])
127 AC_ARG_ENABLE(browsing, [ --disable-browsing disable Browsing by default])
138 AC_ARG_WITH(local_protocols, [ --with-local-protocols set default BrowseLocalProtocols, default="…
161 AC_ARG_ENABLE(default_shared, [ --disable-default-shared
162 disable DefaultShared by default])
173 AC_ARG_WITH(cups_user, [ --with-cups-user set default user for CUPS],
177 if test x`id -u _lp 2>/dev/null` = x; then
183 elif test -f /etc/passwd; then
202 if test "x$CUPS_USER" = "xroot" -o "x$CUPS_USER" = "x0"; then
206 AC_ARG_WITH(cups_group, [ --with-cups-group set default group for CUPS],
210 if test x`id -g _lp 2>/dev/null` = x; then
216 elif test -f /etc/group; then
236 if test "x$CUPS_GROUP" = "xroot" -o "x$CUPS_GROUP" = "xwheel" -o "x$CUPS_GROUP" = "x0"; then
240 AC_ARG_WITH(system_groups, [ --with-system-groups set default system groups for CUPS],
246 if test -f /etc/group; then
289 AC_ARG_WITH(printcap, [ --with-printcap set default printcap file],
297 if test $host_os_version -ge 90; then
321 AC_ARG_WITH(lpdconfigfile, [ --with-lpdconfigfile set default LPDConfigFile URI],
329 CUPS_DEFAULT_LPD_CONFIG_FILE="launchd:///System/Library/LaunchDaemons/org.cups.cups-lpd.plist"
333 CUPS_DEFAULT_LPD_CONFIG_FILE="xinetd://$XINETD/cups-lpd"
349 dnl Default SMB config file...
350 AC_ARG_WITH(smbconfigfile, [ --with-smbconfigfile set default SMBConfigFile URI],
356 if test -f /etc/smb.conf; then
357 CUPS_DEFAULT_SMB_CONFIG_FILE="samba:///etc/smb.conf"
372 AC_ARG_WITH(max-copies, [ --with-max-copies set default max copies value, default=9999 ],
380 AC_ARG_ENABLE(raw_printing, [ --disable-raw-printing do not allow raw printing by default])
389 AC_ARG_WITH(snmp-address, [ --with-snmp-address set SNMP query address, default=auto ],
401 AC_ARG_WITH(snmp-community, [ --with-snmp-community set SNMP community, default=public ],
409 AC_ARG_WITH(ipp-port, [ --with-ipp-port set port number for IPP, default=631 ],
417 AC_ARG_ENABLE(webif, [ --enable-webif enable the web interface by default, default=no for…