From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Updates to configure for make-network-process Date: 19 Mar 2002 22:38:26 +0000 Sender: emacs-devel-admin@gnu.org Message-ID: References: <5xk7s8yz95.fsf@kfs2.cua.dk> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1016578047 8638 127.0.0.1 (19 Mar 2002 22:47:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 19 Mar 2002 22:47:27 +0000 (UTC) Cc: "emacs-devel" Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16nSO7-0002FE-00 for ; Tue, 19 Mar 2002 23:47:27 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16nSTa-0002Jq-00 for ; Tue, 19 Mar 2002 23:53:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16nSNu-0006k4-00; Tue, 19 Mar 2002 17:47:14 -0500 Original-Received: from rhenium.btinternet.com ([194.73.73.93]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16nSHi-0006Ob-00 for ; Tue, 19 Mar 2002 17:40:50 -0500 Original-Received: from host213-122-213-88.in-addr.btopenworld.com ([213.122.213.88] helo=nyaumo.btinternet.com) by rhenium.btinternet.com with esmtp (Exim 3.22 #8) id 16nSHM-000784-00; Tue, 19 Mar 2002 22:40:29 +0000 Original-Received: from nyaumo.btinternet.com (localhost [127.0.0.1]) by nyaumo.btinternet.com (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id WAA01086; Tue, 19 Mar 2002 22:38:26 GMT Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: <5xk7s8yz95.fsf@kfs2.cua.dk> Original-Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2054 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2054 storm@cua.dk (Kim F. Storm) writes: > How would you verify the features without defining them? Define them locally, and fix the problems before checking in. But I see it is already changed, so it might as well stay like that until someone gets time to implement wrappers for these functions on Windows. > Having them defined is not supposed to change anything Having them defined does change things. It is now necessary to link against a library that is not present on all versions of Windows, which previous code has made a lot of effort to accommodate. It is also necessary to specify extra link options to allow the library to co-exist with the overridden functions already present in Emacs. -- Jason Rumney _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel