Return-Path: X-Original-To: apmail-corinthia-commits-archive@minotaur.apache.org Delivered-To: apmail-corinthia-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EEC87179A4 for ; Sun, 9 Aug 2015 17:35:22 +0000 (UTC) Received: (qmail 8065 invoked by uid 500); 9 Aug 2015 17:35:22 -0000 Delivered-To: apmail-corinthia-commits-archive@corinthia.apache.org Received: (qmail 8044 invoked by uid 500); 9 Aug 2015 17:35:22 -0000 Mailing-List: contact commits-help@corinthia.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@corinthia.incubator.apache.org Delivered-To: mailing list commits@corinthia.incubator.apache.org Received: (qmail 8029 invoked by uid 99); 9 Aug 2015 17:35:22 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Aug 2015 17:35:22 +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 5D12219FD5B for ; Sun, 9 Aug 2015 17:35:22 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.77 X-Spam-Level: * X-Spam-Status: No, score=1.77 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] 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 Y7ashhLmtQrA for ; Sun, 9 Aug 2015 17:35:21 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id A0B0534A79 for ; Sun, 9 Aug 2015 17:35:20 +0000 (UTC) Received: (qmail 8018 invoked by uid 99); 9 Aug 2015 17:35:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Aug 2015 17:35:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9BED5E033C; Sun, 9 Aug 2015 17:35:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jani@apache.org To: commits@corinthia.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-corinthia git commit: Make sure iconv is not used Date: Sun, 9 Aug 2015 17:35:19 +0000 (UTC) Repository: incubator-corinthia Updated Branches: refs/heads/master f576b1f82 -> 385501db9 Make sure iconv is not used Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/385501db Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/385501db Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/385501db Branch: refs/heads/master Commit: 385501db97c0c88f5b1e3aa6842277ae21d94e97 Parents: f576b1f Author: jani Authored: Sun Aug 9 19:34:55 2015 +0200 Committer: jani Committed: Sun Aug 9 19:34:55 2015 +0200 ---------------------------------------------------------------------- DocFormats/platform/3rdparty/w3c-tidy-html5/src/iconvtc.c | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/385501db/DocFormats/platform/3rdparty/w3c-tidy-html5/src/iconvtc.c ---------------------------------------------------------------------- diff --git a/DocFormats/platform/3rdparty/w3c-tidy-html5/src/iconvtc.c b/DocFormats/platform/3rdparty/w3c-tidy-html5/src/iconvtc.c index 262a4b6..dcdabf5 100644 --- a/DocFormats/platform/3rdparty/w3c-tidy-html5/src/iconvtc.c +++ b/DocFormats/platform/3rdparty/w3c-tidy-html5/src/iconvtc.c @@ -11,7 +11,10 @@ #ifdef TIDY_ICONV_SUPPORT +#if 0 +// NOT ALLOWED IN APACHE #include +#endif /* maximum number of bytes for a single character */ #define TC_INBUFSIZE 16