/* $Id: config.h.openwrt,v 1.1.1.1 2012/02/21 23:16:02 misho Exp $ */
/* MiniUPnP Project
* http:///miniupnp.free.fr
* (c) 2006-2008 Thomas Bernard
*/
#ifndef __CONFIG_H__
#define __CONFIG_H__
#define UPNP_VERSION "20070228"
#define USE_NETFILTER 1
#define OS_NAME "OpenWRT"
/* OS/version */
#define OS_VERSION "OpenWRT/kamikaze"
#define OS_URL "http://openwrt.org/"
#define LOG_MINIUPNPD LOG_DAEMON
/* Comment the following line to disable NAT-PMP operations */
#define ENABLE_NATPMP
/* Comment the following line to use home made daemonize() func instead
* of BSD daemon() */
#define USE_DAEMON
#define ENABLE_L3F_SERVICE
#endif
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>