summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-04-15 20:22:09 +0000
committerStephen D. Huston <shuston@apache.org>2009-04-15 20:22:09 +0000
commit012cea0859d6c0521da8a4e028a0e8dce6a6be20 (patch)
tree7660e3a606c6c76a47c43a7febd86105f22d3879
parent1c2898234ee26a3a79916506ade45e90351000f4 (diff)
downloadqpid-python-012cea0859d6c0521da8a4e028a0e8dce6a6be20.tar.gz
CMake-modifiable config.h file
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/cmake@765342 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/config.h.in33
1 files changed, 33 insertions, 0 deletions
diff --git a/qpid/cpp/src/config.h.in b/qpid/cpp/src/config.h.in
new file mode 100644
index 0000000000..79943376d8
--- /dev/null
+++ b/qpid/cpp/src/config.h.in
@@ -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 */