uclibc: backwards-compatibility fixes
authorSteven Barth <steven@midlink.org>
Tue, 26 May 2015 11:59:02 +0000 (13:59 +0200)
committerSteven Barth <steven@midlink.org>
Tue, 26 May 2015 11:59:02 +0000 (13:59 +0200)
Signed-off-by: Steven Barth <steven@midlink.org>
system-linux.c

index a6dde59..0ba729e 100644 (file)
 #define RT_TABLE_PRELOCAL 128
 #endif
 
+#ifndef IFA_F_NOPREFIXROUTE
+#define IFA_F_NOPREFIXROUTE 0x200
+#endif
+
+#ifndef IFA_FLAGS
+#define IFA_FLAGS (IFA_MULTICAST + 1)
+#endif
+
+
 #include <string.h>
 #include <fcntl.h>
 #include <glob.h>