Home
last modified time | relevance | path

Searched refs:LPDCONFIG (Results 1 – 2 of 2) sorted by relevance

/external/libcups/config-scripts/
Dcups-directories.m4120 LPDCONFIG="$withval", LPDCONFIG="")
122 if test "x$LPDCONFIG" = x; then
124 LPDCONFIG="launchd:///System/Library/LaunchDaemons/org.cups.cups-lpd.plist"
126 LPDCONFIG="xinetd://$XINETD/cups-lpd"
130 if test "x$LPDCONFIG" = xoff; then
133 AC_DEFINE_UNQUOTED(CUPS_DEFAULT_LPD_CONFIG, "$LPDCONFIG")
/external/libcups/
Dconfigure6184 withval=$with_lpdconfig; LPDCONFIG="$withval"
6186 LPDCONFIG=""
6190 if test "x$LPDCONFIG" = x; then
6192 LPDCONFIG="launchd:///System/Library/LaunchDaemons/org.cups.cups-lpd.plist"
6194 LPDCONFIG="xinetd://$XINETD/cups-lpd"
6198 if test "x$LPDCONFIG" = xoff; then