From 2fd71be9d99bd858c9db8a5f6d882d25b0174e6b Mon Sep 17 00:00:00 2001 From: "roberto@quantal64" Date: Wed, 26 Sep 2012 07:19:01 +0200 Subject: [PATCH] allows building without alarms --- core/uwsgi.c | 2 ++ 1 file changed, 2 insertions(+) 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)