11 lines
217 B
C
11 lines
217 B
C
// This file is auto-generated by config_brpc.sh. DON'T edit it!
|
|
#ifndef BUTIL_CONFIG_H
|
|
#define BUTIL_CONFIG_H
|
|
|
|
#ifdef BRPC_WITH_GLOG
|
|
#undef BRPC_WITH_GLOG
|
|
#endif
|
|
#define BRPC_WITH_GLOG 0
|
|
|
|
#endif // BUTIL_CONFIG_H
|