From owner-freebsd-questions@FreeBSD.ORG Thu Aug 3 22:18:08 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CDE516A4DE; Thu, 3 Aug 2006 22:18:08 +0000 (UTC) (envelope-from mi+mx@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43F2E43DC5; Thu, 3 Aug 2006 22:17:40 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.7/8.13.7) with ESMTP id k73MHY8s001818 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 3 Aug 2006 18:17:35 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from [172.21.130.86] (mx-broadway [38.98.68.18]) by corbulon.video-collage.com (8.13.6/8.13.6) with ESMTP id k73MHTaG069768 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 3 Aug 2006 18:17:29 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Stefan Farfeleder Date: Thu, 3 Aug 2006 18:17:23 -0400 User-Agent: KMail/1.9.1 References: <200608031547.34386.mi+mx@aldan.algebra.com> <20060803213839.GH33267@wombat.fafoe.narf.at> In-Reply-To: <20060803213839.GH33267@wombat.fafoe.narf.at> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200608031817.23847.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV 0.88/1634/Wed Aug 2 18:32:49 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: standards@freebsd.org, questions@freebsd.org Subject: Re: conundrum: _C99_SOURCE vs. sigset X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2006 22:18:08 -0000 четвер 03 серпень 2006 17:38, Stefan Farfeleder написав: > Try -D_POSIX_C_SOURCE=200112. Thanks, I will. > The macro _C99_SOURCE is for pure C99 code and _ANSI_SOURCE for C90 > code.  Both don't include the header. They do -- it gets included from iostream, even when I define one of those. Thanks! -mi