From cc84a596d62889221204db8102d6d7cffae0eff9 Mon Sep 17 00:00:00 2001 From: "roberto@dexter" Date: Fri, 9 Sep 2011 18:44:18 +0200 Subject: [PATCH] better iso99 check --- uwsgi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uwsgi.h b/uwsgi.h index 063640a6..fcf7f2f6 100644 --- a/uwsgi.h +++ b/uwsgi.h @@ -114,9 +114,10 @@ extern char UWSGI_EMBED_CONFIG_END; #include #include +#ifndef __USE_ISOC99 #define __USE_ISOC99 +#endif #include -#undef __USE_ISOC99 #include #include