summaryrefslogtreecommitdiff
path: root/release/src/router/miniupnpd/config.h.openwrt
blob: 7008c49b7bb5830eb2fd147f00f3e1c7019a343c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* $Id: config.h.openwrt,v 1.3 2008/05/01 23:11:18 nanard 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