Bonjour/Zerconf library

Dependencies:   mbed

netCfg.h

Committer:
dirkx
Date:
2010-08-14
Revision:
5:8e53abda9900
Parent:
2:816cbd922d3e

File content as of revision 5:8e53abda9900:

#ifndef NET_CFG_H
#define NET_TELIT_STACK 0
#define NET_GPRS 0
#define NET_PPP 0
#define NET_ZG2100 0
#define NET_ETH 1
#define NET_USB_SERIAL 0
#define NET_TELIT 0
#define NET_CFG_H 0
#define NET_USB 0
#define NET_LWIP_STACK 1

// Enable Multicast on above IP stack(s).
//
#ifndef LWIP_RAND
#include "mbed.h"
#define LWIP_RAND() rand()
#endif
#define LWIP_IGMP 1

#endif