Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 93372 invoked from network); 7 Mar 2010 22:15:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Mar 2010 22:15:47 -0000 Received: (qmail 44208 invoked by uid 500); 7 Mar 2010 22:15:25 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 44160 invoked by uid 500); 7 Mar 2010 22:15:25 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 44153 invoked by uid 99); 7 Mar 2010 22:15:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Mar 2010 22:15:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Mar 2010 22:15:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6D55F2388906; Sun, 7 Mar 2010 22:15:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r920130 - /activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/internal/util/zip/zconf.h Date: Sun, 07 Mar 2010 22:15:04 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100307221504.6D55F2388906@eris.apache.org> Author: tabish Date: Sun Mar 7 22:15:04 2010 New Revision: 920130 URL: http://svn.apache.org/viewvc?rev=920130&view=rev Log: Update to use Decaf Config.h to check for HAVE_UNISTD_H Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/internal/util/zip/zconf.h Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/internal/util/zip/zconf.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/internal/util/zip/zconf.h?rev=920130&r1=920129&r2=920130&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/internal/util/zip/zconf.h (original) +++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/internal/util/zip/zconf.h Sun Mar 7 22:15:04 2010 @@ -8,6 +8,8 @@ #ifndef ZCONF_H #define ZCONF_H +#include + /* * If you *really* need a unique prefix for all types and library functions, * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it. @@ -284,7 +286,7 @@ typedef Byte *voidp; #endif -#if 1 /* HAVE_UNISTD_H -- this line is updated by ./configure */ +#if HAVE_UNISTD_H /* HAVE_UNISTD_H -- this line is updated by ./configure */ # include /* for off_t */ # include /* for SEEK_* and off_t */ # ifdef VMS