You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2009/04/15 22:22:10 UTC

svn commit: r765342 - /qpid/branches/cmake/qpid/cpp/src/config.h.in

Author: shuston
Date: Wed Apr 15 20:22:09 2009
New Revision: 765342

URL: http://svn.apache.org/viewvc?rev=765342&view=rev
Log:
CMake-modifiable config.h file

Added:
    qpid/branches/cmake/qpid/cpp/src/config.h.in

Added: qpid/branches/cmake/qpid/cpp/src/config.h.in
URL: http://svn.apache.org/viewvc/qpid/branches/cmake/qpid/cpp/src/config.h.in?rev=765342&view=auto
==============================================================================
--- qpid/branches/cmake/qpid/cpp/src/config.h.in (added)
+++ qpid/branches/cmake/qpid/cpp/src/config.h.in Wed Apr 15 20:22:09 2009
@@ -0,0 +1,33 @@
+/*
+ *
+ * Copyright (c) 2006 The Apache Software Foundation
+ *
+ * Licensed 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.
+ *
+ */
+
+/*
+ * This file is automatically generated and will be overwritten by the
+ * next CMake invocation.
+ */
+
+#ifndef QPID_CONFIG_H
+#define QPID_CONFIG_H
+
+#cmakedefine QPIDC_CONF_FILE "${QPIDC_CONF_FILE}"
+#cmakedefine QPIDD_CONF_FILE "${QPIDD_CONF_FILE}"
+
+#cmakedefine QPIDC_MODULE_DIR "${QPIDC_MODULE_DIR}"
+#cmakedefine QPIDD_MODULE_DIR "${QPIDD_MODULE_DIR}"
+
+#endif /* QPID_CONFIG_H */



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org