X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=JMAPPJaEaNUl4C1/rVO0FjrodD9JjMZpeyWAkVMzHFmC6FkZgzL+l
	RHGfEGBA37GbDwvzlIphUSNeBfnb03B8Q4v+VZDJSDNiFMnJDaKstDo1q236yaXm
	Fi7hOXcGhmjQuI6+WP2CM66lBqqIRG/cnfVFNfDhFfY/aYdd7ZEiFw=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=bf+OKw6oXb7QQMg22uI/VSxUyi0=; b=BJOeTqowFcLJORXKxG+rUAibcKb/
	mJY8B2D7zmJxHWp9Iqc/tS52yukd1duZNyPFf66INelqDqvvOGpgdPo6vm1SBJEl
	EDIfMzXMmlfsmP+8RKRynd+xULQcZu7eUp/x3XIbD+8r0RPTE700vavJQQjOeO+M
	eKPMLL3VbWsZo0w=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Andrew Schulman <schulman.andrew@epa.gov>
Subject: Re: socat with IP6 support?
Date: Mon, 20 Jan 2014 03:45:58 -0500
Lines: 11
Message-ID: <6nnpd9tm0hn3od1ch642flc0upuvr15jau@4ax.com>
References: <CAF+jOM1XK9d36w+FdRtd2q35yirEaVb0p0wNyteuWru4zTGWrA@mail.gmail.com> <52D985D3.9070506@etr-usa.com> <CAF+jOM3X96jE+2nXBbadstJf6ehKCk0ae9est+6wvX5G1VFupg@mail.gmail.com> <52D9A0C9.4080508@etr-usa.com> <20140117213255.GA1843@ednor.casa.cgf.cx> <20140117221946.GA22079@calimero.vinschen.de> <CAF+jOM3YUtgtae5L=kTmaChYRGQYrp6yGg9H8CbFQ3GguW5-0Q@mail.gmail.com> <20140118114751.GC22079@calimero.vinschen.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Archive: encrypt
X-IsSubscribed: yes

> Thanks.  I added the ip6.h header nevertheless for the upcoming
> Cygwin 1.7.28.

This seems to work fine for socat, but for socat-debuginfo 2.0.0-b6, the
build fails because IPV6_DSTOPTS is undefined.  Cygwin doesn't seem to
define IPV6_DSTOPTS.  In Ubuntu, it's defined in
/usr/include/linux/in6.h (value 59), along with a whole bunch of other
IPv6 socket options.

I'm not sure what the best solution is here.  I could define it locally,
but would it be better for Cygwin to bring in the missing definitions?


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

