From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.help Subject: Re: Cannot compile for today CVS emacs Date: Wed, 05 Mar 2008 16:59:25 +0100 Message-ID: <878x0xb1r6.fsf@gmx.de> References: <87od9tldei.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204735350 28286 80.91.229.12 (5 Mar 2008 16:42:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Mar 2008 16:42:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 05 17:42:48 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JWwg7-0002Pz-Kl for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Mar 2008 17:41:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWwfa-0004IB-9J for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Mar 2008 11:40:42 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!feeder.news-service.com!news-out1.kabelfoon.nl!newsfeed.kabelfoon.nl!xindi.nntp.kabelfoon.nl!news.banetele.no!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: p548656c3.dip.t-dialin.net Original-X-Trace: quimby.gnus.org 1204732726 32415 84.134.86.195 (5 Mar 2008 15:58:46 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Wed, 5 Mar 2008 15:58:46 +0000 (UTC) User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.91 (gnu/linux) Cancel-Lock: sha1:4IOJlEDu9AzG2EHVWiJcXi7ocmU= Original-Xref: shelby.stanford.edu gnu.emacs.help:156687 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:52058 Archived-At: On 2008-03-05 16:15 +0100, Peter Dyballa wrote: > BTW, how comes that on your GNU/Linux system _BSD_SOURCE is defined? > Even in Mac OS X, which *is* based on FreeBSD, this is not defined ... It is defined in src/s/gnu-linux.h, but it seems to be cruft (the comment there says it's redundant for glibc based systems, and I doubt that anyone compiles Emacs on a libc5 system nowadays). Sven