Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ADC1D185A8 for ; Sat, 6 Feb 2016 11:28:11 +0000 (UTC) Received: (qmail 49269 invoked by uid 500); 6 Feb 2016 11:28:11 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 49169 invoked by uid 500); 6 Feb 2016 11:28:11 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 49159 invoked by uid 99); 6 Feb 2016 11:28:11 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Feb 2016 11:28:11 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id D7060180512 for ; Sat, 6 Feb 2016 11:28:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.73 X-Spam-Level: X-Spam-Status: No, score=-2.73 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.429, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id G7Cov4RAyatG for ; Sat, 6 Feb 2016 11:28:09 +0000 (UTC) Received: from mailserver.kippdata.de (capsella.kippdata.de [195.227.30.149]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id C3A2120D7B for ; Sat, 6 Feb 2016 11:28:08 +0000 (UTC) Received: from [10.0.110.6] ([192.168.2.104]) by mailserver.kippdata.de (8.13.5/8.13.5) with ESMTP id u16BS88w010440 for ; Sat, 6 Feb 2016 12:28:08 +0100 (CET) To: "dev@httpd.apache.org" From: Rainer Jung Subject: Netware proxy makefiles and USE_STDSOCKETS Message-ID: <56B5D8C4.9060207@kippdata.de> Date: Sat, 6 Feb 2016 12:28:04 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi there, most of the proxy makefiles contain the following block: # Don't link with Winsock if standard sockets are being used ifndef USE_STDSOCKETS FILES_nlm_Ximports += @ws2nlm.imp \ $(EOLIST) endif But it is missing from: - NWGNUproxycon - NWGNUproxywstunnel - all of the NWGNUproxylbm_... files Is there a reason for this? Can it be added to all of them? Could it then be moved to NWGNUmakefile instead? Regards, Rainer