# remove obsolete options from CRONIE_OPTS
list_remove CRONIE_OPTS '--with-syscrontab' &&
list_remove CRONIE_OPTS '--without-syscrontab' &&

config_query_option CRONIE_OPTS "Enable inotify support?" n \
                                "--with-inotify" \
                                "--without-inotify" &&

config_query_option CRONIE_OPTS "Enable system crontab support?" n \
                                "--enable-syscrontab" \
                                "--disable-syscrontab" &&

config_query_option CRONIE_OPTS "Enable Anacron support?" n \
                                "--enable-anacron" \
                                "--disable-anacron"
