]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: config-h.in.cmake: avoid redefinition warnings
authorKefu Chai <kchai@redhat.com>
Tue, 12 Apr 2016 03:19:06 +0000 (11:19 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 22 Apr 2016 13:33:55 +0000 (21:33 +0800)
commit515cd487de1f2d896757cba0cafcccaae2561779
treec712abcbbdce278adeb2998ad984f2ea71e7856e
parent323a3f8022009c668be23b0fc9476d9ebc9fd915
cmake: config-h.in.cmake: avoid redefinition warnings

when compiling python bindings, the included "pyconfig.h" also defines
some of the macros which are duplicated with our versions in acconfig.h.
so do not define them if they are already defined.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/include/config-h.in.cmake