From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Updates to configure for make-network-process Date: 20 Mar 2002 00:35:31 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: <5x1yegyvuk.fsf@kfs2.cua.dk> 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 1016675210 27346 127.0.0.1 (21 Mar 2002 01:46:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 21 Mar 2002 01:46:50 +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 16nrfG-00076x-00 for ; Thu, 21 Mar 2002 02:46:50 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16nrlG-0002n3-00 for ; Thu, 21 Mar 2002 02:53:02 +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 16nrf6-0006U9-00; Wed, 20 Mar 2002 20:46:40 -0500 Original-Received: from delysid.gnu.org ([158.121.106.20]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16np0Q-00043S-00 for ; Wed, 20 Mar 2002 17:56:30 -0500 Original-Received: from mail.filanet.dk ([195.215.206.179]) by delysid.gnu.org with smtp (Exim 3.34 #2) id 16nTKV-00069N-00; Tue, 19 Mar 2002 18:47:48 -0500 Original-Received: from kfs2.cua.dk.cua.dk (unknown [10.1.82.3]) by mail.filanet.dk (Postfix) with SMTP id 32F877C035; Tue, 19 Mar 2002 23:34:35 +0000 (GMT) Original-To: Jason Rumney In-Reply-To: Original-Lines: 31 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50 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:2071 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2071 Jason Rumney writes: > 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. I wasn't aware of this, and the feedback I got didn't indicate any such problems. I tried looking at the existing wrappers, and I think I could add the missing functions -- but I have no way of testing it. If I understand the code correctly, I have to define the wrappers in w32.c and add the new functions to nt/inc/socket.h. I assume I can use e.g. sys_connect as a skeleton for the new wrappers. Anything else I need to be aware of? -- Kim F. Storm http://www.cua.dk _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel