|
@@ -33,11 +33,13 @@ typedef int32_t __s32;
|
|
#include <linux/netlink.h>
|
|
#include <linux/netlink.h>
|
|
|
|
|
|
/* Should prob be a configure option or something */
|
|
/* Should prob be a configure option or something */
|
|
|
|
+#ifndef __ASSUME_NETLINK_SUPPORT
|
|
#ifdef __UCLIBC_USE_NETLINK__
|
|
#ifdef __UCLIBC_USE_NETLINK__
|
|
# define __ASSUME_NETLINK_SUPPORT 1
|
|
# define __ASSUME_NETLINK_SUPPORT 1
|
|
#else
|
|
#else
|
|
# define __ASSUME_NETLINK_SUPPORT 0
|
|
# define __ASSUME_NETLINK_SUPPORT 0
|
|
#endif
|
|
#endif
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
|
|
struct netlink_res
|
|
struct netlink_res
|