File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpd / config.h.openwrt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:16:02 2012 UTC (12 years, 3 months ago) by misho
Branches: miniupnpd, MAIN
CVS tags: v1_5, HEAD
miniupnpd

/* $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>