~ubuntu-branches/ubuntu/trusty/curl/trusty-proposed

« back to all changes in this revision

Viewing changes to CMake/Platforms/WindowsCache.cmake

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-12-20 09:13:22 UTC
  • mfrom: (3.4.44 sid)
  • Revision ID: package-import@ubuntu.com-20131220091322-lqk9xf5wba7vsyfh
Tags: 7.34.0-1ubuntu1
* Resynchronize on Debian, remaining changes
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Dropped undocumented Build-Depends change to automake1.9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
    set(HAVE_IN_ADDR_T 0)
109
109
    set(HAVE_INET_NTOA_R_DECL 0)
110
110
    set(HAVE_INET_NTOA_R_DECL_REENTRANT 0)
111
 
    set(HAVE_GETADDRINFO 0)
 
111
    if(ENABLE_IPV6)
 
112
      set(HAVE_GETADDRINFO 1)
 
113
    else()
 
114
      set(HAVE_GETADDRINFO 0)
 
115
    endif()
112
116
    set(STDC_HEADERS 1)
113
117
    set(RETSIGTYPE_TEST 1)
114
118