diff options
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h index 423deaa..80dbb40 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -20,16 +20,6 @@ #include <syslog.h> #include <libubox/blobmsg.h> - -#ifndef typeof -#define typeof __typeof -#endif - -#ifndef container_of -#define container_of(ptr, type, member) ( \ - (type *)( (char *)ptr - offsetof(type,member) )) -#endif - #include <libubox/list.h> #include <libubox/uloop.h> |