Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 27447 invoked from network); 7 Dec 2007 19:20:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2007 19:20:38 -0000 Received: (qmail 77107 invoked by uid 500); 7 Dec 2007 19:20:26 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 77074 invoked by uid 500); 7 Dec 2007 19:20:26 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 77063 invoked by uid 99); 7 Dec 2007 19:20:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2007 11:20:26 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2007 19:20:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 54FA91A9832; Fri, 7 Dec 2007 11:20:17 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r602184 - /httpd/mod_ftp/trunk/modules/ftp/NWGNUftpcmdpwd Date: Fri, 07 Dec 2007 19:20:17 -0000 To: cvs@httpd.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071207192017.54FA91A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fuankg Date: Fri Dec 7 11:20:16 2007 New Revision: 602184 URL: http://svn.apache.org/viewvc?rev=602184&view=rev Log: added winsock imports for WS2 builds. Modified: httpd/mod_ftp/trunk/modules/ftp/NWGNUftpcmdpwd Modified: httpd/mod_ftp/trunk/modules/ftp/NWGNUftpcmdpwd URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/modules/ftp/NWGNUftpcmdpwd?rev=602184&r1=602183&r2=602184&view=diff ============================================================================== --- httpd/mod_ftp/trunk/modules/ftp/NWGNUftpcmdpwd (original) +++ httpd/mod_ftp/trunk/modules/ftp/NWGNUftpcmdpwd Fri Dec 7 11:20:16 2007 @@ -222,6 +222,11 @@ ftp_hook_cmd_any \ $(EOLIST) +# Don't link with Winsock if standard sockets are being used +ifndef USE_STDSOCKETS +FILES_nlm_Ximports += @ws2nlm.imp \ + $(EOLIST) +endif # # Any symbols exported to here #