When UIP_UDP is off, turn off udp functions more accurately.

This commit is contained in:
matsutsuka 2007-09-29 03:54:18 +00:00
parent 87e32f037e
commit a6527b34d9
5 changed files with 23 additions and 6 deletions

View file

@ -57,12 +57,13 @@
*
* This file is part of the uIP TCP/IP stack.
*
* $Id: resolv.c,v 1.5 2007/01/07 13:52:25 oliverschmidt Exp $
* $Id: resolv.c,v 1.6 2007/09/29 03:54:18 matsutsuka Exp $
*
*/
#include "net/tcpip.h"
#include "net/resolv.h"
#if UIP_UDP
#include <string.h>
@ -500,6 +501,7 @@ resolv_found(char *name, u16_t *ipaddr)
process_post(PROCESS_BROADCAST, resolv_event_found, name);
}
/*-----------------------------------------------------------------------------------*/
#endif /* UIP_UDP */
/** @} */
/** @} */