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 19:22:49 +0000 Sender: emacs-devel-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1016566960 29070 127.0.0.1 (19 Mar 2002 19:42:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 19 Mar 2002 19:42:40 +0000 (UTC) Cc: "emacs-devel" , storm@cua.dk Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16nPVH-0007Ym-00 for ; Tue, 19 Mar 2002 20:42:39 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16nPah-0000kd-00 for ; Tue, 19 Mar 2002 20:48:15 +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 16nPUv-00059w-00; Tue, 19 Mar 2002 14:42:17 -0500 Original-Received: from carbon.btinternet.com ([194.73.73.92]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16nPSL-0004xQ-00 for ; Tue, 19 Mar 2002 14:39:37 -0500 Original-Received: from host62-7-54-3.in-addr.btopenworld.com ([62.7.54.3] helo=nyaumo.btinternet.com) by carbon.btinternet.com with esmtp (Exim 3.22 #8) id 16nPSA-0002mp-00; Tue, 19 Mar 2002 19:39:27 +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 TAA00422; Tue, 19 Mar 2002 19:22:49 GMT Original-To: "David Ponce" In-Reply-To: Original-Lines: 30 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:2046 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2046 "David Ponce" writes: > Hello, > > [...] > > I suppose nt/config.nt must be updated as well, but I haven't got a > > clue as to which of the above symbols makes sense there! Someone > > speaking Windozish, please update... Thanks. > [...] > > I successfully "make bootstrap install" latest CVS version of Emacs 21.3 > with the following small patch to nt/config.nt and src/makefile.w32-in. Did it not build with those constants undefined? Until that functionality can be verified on Windows (winsock differs from BSD sockets in subtle ways), I would prefer to leave these undefined in CVS. > + #define HAVE_SENDTO 1 > + #define HAVE_RECVFROM 1 > + #define HAVE_GETSOCKOPT 1 > + #define HAVE_SETSOCKOPT 1 > + #define HAVE_GETSOCKNAME 1 > + #define HAVE_GETPEERNAME 1 > + > + #undef HAVE_SYS_UN_H -- Jason Rumney _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel