Added configurations of the new resolver.

This commit is contained in:
Oliver Schmidt 2013-03-14 23:17:59 +01:00
parent 46cb6013ae
commit a0e2120fdb
2 changed files with 7 additions and 1 deletions

View file

@ -53,6 +53,8 @@ typedef int32_t s32_t;
#define CC_CONF_REGISTER_ARGS 1
#define CC_CONF_FASTCALL __fastcall__
#define ARCH_DOESNT_NEED_ALIGNED_STRUCTS 1
#define CCIF
#define CLIF
@ -67,7 +69,9 @@ typedef unsigned short uip_stats_t;
#define UIP_ARCH_ADD32 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"

View file

@ -5,6 +5,8 @@
#define CC_CONF_FASTCALL __fastcall
#define CC_CONF_INLINE __inline
#define ARCH_DOESNT_NEED_ALIGNED_STRUCTS 1
#if _USRDLL
#define CCIF __declspec(dllimport)