Annotation of embedaddon/miniupnpd/config.h.openwrt, revision 1.1.1.1

1.1       misho       1: /* $Id: config.h.openwrt,v 1.3 2008/05/01 23:11:18 nanard Exp $ */
                      2: /* MiniUPnP Project
                      3:  * http:///miniupnp.free.fr
                      4:  * (c) 2006-2008 Thomas Bernard
                      5:  */
                      6: #ifndef __CONFIG_H__
                      7: #define __CONFIG_H__
                      8: 
                      9: #define UPNP_VERSION   "20070228"
                     10: #define USE_NETFILTER 1
                     11: #define OS_NAME        "OpenWRT"
                     12: /* OS/version */
                     13: #define OS_VERSION     "OpenWRT/kamikaze"
                     14: #define OS_URL "http://openwrt.org/"
                     15: 
                     16: #define LOG_MINIUPNPD  LOG_DAEMON
                     17: 
                     18: /* Comment the following line to disable NAT-PMP operations */
                     19: #define ENABLE_NATPMP
                     20: 
                     21: /* Comment the following line to use home made daemonize() func instead
                     22:  * of BSD daemon() */
                     23: #define USE_DAEMON
                     24: 
                     25: #define ENABLE_L3F_SERVICE
                     26: 
                     27: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>