From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: HAVE_SOCKETS in w32* Date: Thu, 05 Aug 2010 14:05:07 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1281031520 19666 80.91.229.12 (5 Aug 2010 18:05:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 Aug 2010 18:05:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 05 20:05:19 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Oh4of-0008AN-Qi for ged-emacs-devel@m.gmane.org; Thu, 05 Aug 2010 20:05:17 +0200 Original-Received: from localhost ([127.0.0.1]:39205 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oh4of-0007Gd-AQ for ged-emacs-devel@m.gmane.org; Thu, 05 Aug 2010 14:05:17 -0400 Original-Received: from [199.232.76.173] (port=43496 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oh4oX-0007FI-FK for emacs-devel@gnu.org; Thu, 05 Aug 2010 14:05:09 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Oh4oW-0003Db-43 for emacs-devel@gnu.org; Thu, 05 Aug 2010 14:05:09 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:56821) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Oh4oV-0003DX-Um for emacs-devel@gnu.org; Thu, 05 Aug 2010 14:05:08 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Oh4oV-00076h-TW for emacs-devel@gnu.org; Thu, 05 Aug 2010 14:05:07 -0400 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:128315 Archived-At: HAVE_SOCKETS is defined unconditionally in s/ms-w32.h, yet some w32*.c files use HAVE_SOCKETS #ifdefs. It would be good to get rid of those. Only msdos does not define HAVE_SOCKETS currently, and a lot of the HAVE_SOCKETS #ifdefs are only used when subprocesses is defined. That means that most of those can simply go away.