]> git.ipfire.org Git - thirdparty/cups.git/commit
Factor out generic 'HAVE_ONDEMAND' macro flag
authorBrian Norris <briannorris@google.com>
Fri, 27 May 2016 20:06:58 +0000 (13:06 -0700)
committerBrian Norris <briannorris@google.com>
Fri, 27 May 2016 20:06:58 +0000 (13:06 -0700)
commitc187d9abe735d867f1dc47db5646495250394bc9
tree0703c6a65edc316ecb72f2f272e99669625876ae
parent11b24fee62ec989f3781ce3783a15690a14e4715
Factor out generic 'HAVE_ONDEMAND' macro flag

HAVE_SYSTEMD and HAVE_LAUNCHD use very similar code for on-demand
launching of cupsd, and if we want to add one more (e.g., upstart) it's
easier to just use a single common flag: HAVE_ONDEMAND.
config.h.in
scheduler/client.h
scheduler/conf.c
scheduler/conf.h
scheduler/cupsd.h
scheduler/listen.c
scheduler/main.c
vcnet/config.h
xcode/config.h