Return-Path: X-Original-To: apmail-qpid-commits-archive@www.apache.org Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B5943E61B for ; Mon, 24 Jun 2013 23:54:39 +0000 (UTC) Received: (qmail 600 invoked by uid 500); 24 Jun 2013 23:54:39 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 575 invoked by uid 500); 24 Jun 2013 23:54:39 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 567 invoked by uid 99); 24 Jun 2013 23:54:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jun 2013 23:54:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Mon, 24 Jun 2013 23:54:38 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6DFED23889ED; Mon, 24 Jun 2013 23:54:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1496297 - /qpid/trunk/qpid/extras/dispatch/router/src/config.h.in Date: Mon, 24 Jun 2013 23:54:19 -0000 To: commits@qpid.apache.org From: tross@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130624235419.6DFED23889ED@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tross Date: Mon Jun 24 23:54:18 2013 New Revision: 1496297 URL: http://svn.apache.org/r1496297 Log: QPID-4913 - Added new file missing in last commit. Added: qpid/trunk/qpid/extras/dispatch/router/src/config.h.in Added: qpid/trunk/qpid/extras/dispatch/router/src/config.h.in URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/extras/dispatch/router/src/config.h.in?rev=1496297&view=auto ============================================================================== --- qpid/trunk/qpid/extras/dispatch/router/src/config.h.in (added) +++ qpid/trunk/qpid/extras/dispatch/router/src/config.h.in Mon Jun 24 23:54:18 2013 @@ -0,0 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +#cmakedefine DEFAULT_CONFIG_PATH "${DEFAULT_CONFIG_PATH}" + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org