mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 13:41:28 +00:00
allows building without alarms
This commit is contained in:
@@ -1808,8 +1808,10 @@ int main(int argc, char *argv[], char *envp[]) {
|
||||
if (uwsgi.clock_list)
|
||||
clocks_list();
|
||||
|
||||
#ifdef UWSGI_ALARM
|
||||
if (uwsgi.alarms_list)
|
||||
alarms_list();
|
||||
#endif
|
||||
|
||||
// set the clock
|
||||
if (uwsgi.requested_clock)
|
||||
|
||||
Reference in New Issue
Block a user