Diff for /embedaddon/lighttpd/src/settings.h between versions 1.1 and 1.1.1.2

version 1.1, 2013/10/14 10:32:47 version 1.1.1.2, 2014/06/15 20:20:06
Line 9 Line 9
 # define __USE_GNU /* a hack in my eyes, <fcntl.h> F_SETSIG should work with _GNU_SOURCE */  # define __USE_GNU /* a hack in my eyes, <fcntl.h> F_SETSIG should work with _GNU_SOURCE */
 #endif  #endif
   
   #ifdef __GNUC__
   # define LI_NORETURN __attribute__((noreturn))
   #else
   # define LI_NORETURN
   #endif
   
 #define BV(x) (1 << x)  #define BV(x) (1 << x)
   
 #define INET_NTOP_CACHE_MAX 4  #define INET_NTOP_CACHE_MAX 4

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>