--- embedaddon/lighttpd/src/settings.h 2013/10/14 10:32:47 1.1.1.1 +++ embedaddon/lighttpd/src/settings.h 2014/06/15 20:20:06 1.1.1.2 @@ -9,6 +9,12 @@ # define __USE_GNU /* a hack in my eyes, F_SETSIG should work with _GNU_SOURCE */ #endif +#ifdef __GNUC__ +# define LI_NORETURN __attribute__((noreturn)) +#else +# define LI_NORETURN +#endif + #define BV(x) (1 << x) #define INET_NTOP_CACHE_MAX 4