Miniupnpd ver. 1.5 (20110302)
[tomato.git] / release / src / router / miniupnpd / config.h.openwrt
blobe01b43705b2fc42fd6dafd492a19fd8b097c1572
1 /* $Id: config.h.openwrt,v 1.4 2011/02/28 17:30:24 nanard Exp $ */
2 /* MiniUPnP Project
3  * http:///miniupnp.free.fr
4  * (c) 2006-2011 Thomas Bernard
5  */
6 #ifndef __CONFIG_H__
7 #define __CONFIG_H__
9 #define MINIUPNPD_VERSION "1.5"
11 #define UPNP_VERSION    "20070228"
12 #define USE_NETFILTER 1
13 #define OS_NAME "OpenWRT"
14 /* OS/version */
15 #define OS_VERSION      "OpenWRT/kamikaze"
16 #define OS_URL  "http://openwrt.org/"
18 #define LOG_MINIUPNPD   LOG_DAEMON
20 /* Comment the following line to disable NAT-PMP operations */
21 #define ENABLE_NATPMP
23 /* Comment the following line to use home made daemonize() func instead
24  * of BSD daemon() */
25 #define USE_DAEMON
27 #define ENABLE_L3F_SERVICE
29 #endif