/* | |
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230) | |
* | |
* SPDX-License-Identifier: BSD-2-Clause | |
*/ | |
#pragma once | |
/* zlog config for libutils */ | |
#define ZF_LOG_ANDROID_LOG 0 | |
#define ZF_LOG_APPLE_LOG 0 | |
#define ZF_LOG_PUT_CTX 0 | |
#define ZF_LOG_LINE_BUFFER 512 | |
#undef __linux__ |