stub ap wireless
This commit is contained in:
@ -16,6 +16,10 @@
|
||||
#include <sys/time.h>
|
||||
#include <net/if.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
/* Endian */
|
||||
#if __BYTE_ORDER == __BIG_ENDIAN
|
||||
#define CAPWAP_BIG_ENDIAN
|
||||
@ -32,11 +36,6 @@
|
||||
#define min(a,b) ((a) <= (b) ? (a) : (b))
|
||||
#endif
|
||||
|
||||
/* config */
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
/* UDPLite */
|
||||
#ifdef HAVE_NETINET_UDPLITE_H
|
||||
#include <netinet/udplite.h>
|
||||
|
Reference in New Issue
Block a user