~ubuntu-branches/ubuntu/vivid/minissdpd/vivid

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Goirand
  • Date: 2011-07-29 14:41:55 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110729144155-2jqu1bmsv60qcnmi
Tags: 1.0.20110729-1
* New upstream release 1.0.20110729, fixing root exploit issue reported on
launchpad (Closes: #635836) (LP: #813313), thanks to Moritz Muehlenhoff
<jmm@debian.org> for the bug report, and to falks at Ubuntu for the
investigation of the issue.
* Added build-arch: and build-indep: targets in debian/rules.
* Bumped standard-version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: config.h,v 1.3 2008/10/06 12:50:44 nanard Exp $ */
 
1
/* $Id: config.h,v 1.4 2011/05/23 12:22:29 nanard Exp $ */
2
2
/*  MiniUPnP project
3
3
 * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
4
 
 * (c) 2006-2008 Thomas Bernard 
 
4
 * (c) 2006-2011 Thomas Bernard 
5
5
 * This software is subject to the conditions detailed
6
6
 * in the LICENCE file provided within the distribution */
7
7
#ifndef __CONFIG_H__
13
13
/* set the syslog facility to use. See man syslog(3) and syslog.conf(5). */
14
14
#define LOG_MINISSDPD   LOG_DAEMON
15
15
 
 
16
/* enable IPv6 */
 
17
#define ENABLE_IPV6
 
18
 
16
19
/* Maximum number of network interface we can listen on */
17
20
#define MAX_IF_ADDR 8
18
21