Config.h

// Helper macro to convert a CPP variable to a string literal.
#define ABSL_INTERNAL_DO_TOKEN_STR(x) #x
#define ABSL_INTERNAL_TOKEN_STR(x) ABSL_INTERNAL_DO_TOKEN_STR(x)

https://gcc.gnu.org/onlinedocs/cpp/Argument-Prescan.html#Argument-Prescan

参数预扫描,macro的参数

call_once