source: freewrt/package/dnsmasq/patches/101-ipv6.patch@ f309a5b

freewrt_1_0 freewrt_2_0
Last change on this file since f309a5b was f309a5b, checked in by Dirk Nehring <dnehring@…>, 17 years ago

Update dnsmasq patches

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@3851 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 595 bytes
  • src/config.h

    diff -Nur dnsmasq-2.47.orig/src/config.h dnsmasq-2.47/src/config.h
    old new  
    282282/* We assume that systems which don't have IPv6
    283283   headers don't have ntop and pton either */
    284284
    285 #if defined(INET6_ADDRSTRLEN) && defined(IPV6_V6ONLY) && !defined(NO_IPV6)
     285#if defined(INET6_ADDRSTRLEN) && !defined(NO_IPV6)
    286286#  define HAVE_IPV6
     287#  define IPV6_V6ONLY  26
    287288#  define ADDRSTRLEN INET6_ADDRSTRLEN
    288289#  if defined(SOL_IPV6)
    289290#    define IPV6_LEVEL SOL_IPV6
Note: See TracBrowser for help on using the repository browser.