Merge pull request #167 from oliverschmidt/master
Added configurations of the new resolver.
This commit is contained in:
commit
94ac354b8d
|
@ -53,6 +53,8 @@ typedef int32_t s32_t;
|
||||||
#define CC_CONF_REGISTER_ARGS 1
|
#define CC_CONF_REGISTER_ARGS 1
|
||||||
#define CC_CONF_FASTCALL __fastcall__
|
#define CC_CONF_FASTCALL __fastcall__
|
||||||
|
|
||||||
|
#define ARCH_DOESNT_NEED_ALIGNED_STRUCTS 1
|
||||||
|
|
||||||
#define CCIF
|
#define CCIF
|
||||||
#define CLIF
|
#define CLIF
|
||||||
|
|
||||||
|
@ -67,7 +69,9 @@ typedef unsigned short uip_stats_t;
|
||||||
#define UIP_ARCH_ADD32 1
|
#define UIP_ARCH_ADD32 1
|
||||||
#define UIP_ARCH_CHKSUM 1
|
#define UIP_ARCH_CHKSUM 1
|
||||||
|
|
||||||
#define NETSTACK_CONF_RDC_CHANNEL_CHECK_RATE 1
|
#define RESOLV_CONF_SUPPORTS_MDNS 0
|
||||||
|
#define RESOLV_CONF_SUPPORTS_RECORD_EXPIRATION 0
|
||||||
|
#define NETSTACK_CONF_RDC_CHANNEL_CHECK_RATE 1
|
||||||
|
|
||||||
#define LOADER_CONF_ARCH "lib/unload.h"
|
#define LOADER_CONF_ARCH "lib/unload.h"
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
#define CC_CONF_FASTCALL __fastcall
|
#define CC_CONF_FASTCALL __fastcall
|
||||||
#define CC_CONF_INLINE __inline
|
#define CC_CONF_INLINE __inline
|
||||||
|
|
||||||
|
#define ARCH_DOESNT_NEED_ALIGNED_STRUCTS 1
|
||||||
|
|
||||||
|
|
||||||
#if _USRDLL
|
#if _USRDLL
|
||||||
#define CCIF __declspec(dllimport)
|
#define CCIF __declspec(dllimport)
|
||||||
|
|
Loading…
Reference in a new issue