9 lines
181 B
C
9 lines
181 B
C
#ifndef CPP_IPC_BUILDFLAGS_H_
|
|
#define CPP_IPC_BUILDFLAGS_H_
|
|
|
|
#include <build/buildflag.h>
|
|
|
|
#define BUILDFLAG_INTERNAL_IPC_MESSAGE_LOG_ENABLED() (0)
|
|
|
|
#endif // CPP_IPC_BUILDFLAGS_H_
|