config.h.in 171 Bytes
Newer Older
1 2 3
#ifndef  BUTIL_CONFIG_H
#define  BUTIL_CONFIG_H

4 5 6
#ifdef BRPC_WITH_GLOG
#undef BRPC_WITH_GLOG
#endif
7
#cmakedefine BRPC_WITH_GLOG @WITH_GLOG_VAL@
8 9

#endif  // BUTIL_CONFIG_H