diff --git a/core/uwsgi.c b/core/uwsgi.c index 122870c1..d54bee2b 100644 --- a/core/uwsgi.c +++ b/core/uwsgi.c @@ -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)