diff options
| author | Ted Ross <tross@apache.org> | 2013-06-24 23:54:18 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2013-06-24 23:54:18 +0000 |
| commit | e280e8fe6d8b5650f3e66e308047d8036ad941f7 (patch) | |
| tree | 8f95d9f3b53b85401f8ae064c815bc880dd2ac79 | |
| parent | 26bdc7ad1e151c3c0775bcc30e4b7d23edeef0bc (diff) | |
| download | qpid-python-e280e8fe6d8b5650f3e66e308047d8036ad941f7.tar.gz | |
QPID-4913 - Added new file missing in last commit.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1496297 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/extras/dispatch/router/src/config.h.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/qpid/extras/dispatch/router/src/config.h.in b/qpid/extras/dispatch/router/src/config.h.in new file mode 100644 index 0000000000..dab91c5004 --- /dev/null +++ b/qpid/extras/dispatch/router/src/config.h.in @@ -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}" + |
