mirror of
https://github.com/netdata/netdata.git
synced 2025-04-14 09:38:34 +00:00
55 lines
1.2 KiB
C
55 lines
1.2 KiB
C
/* This file was generated by CMAKE from config.cmake.h.in */
|
|
|
|
#define VERSION "@NETDATA_VERSION@"
|
|
|
|
#define CONFIGURE_COMMAND "cmake"
|
|
|
|
#define NETDATA_USER "@NETDATA_USER@"
|
|
|
|
/* Using a bundled copy of protobuf */
|
|
// #undef BUNDLED_PROTOBUF
|
|
#define HAVE_PROTOBUF 1
|
|
|
|
#define likely(x) @LIKELY_MACRO@
|
|
#define unlikely(x) @UNLIKELY_MACRO@
|
|
|
|
/* La boring stuff */
|
|
#cmakedefine HAVE_STRUCT_TIMESPEC
|
|
|
|
/* Enable GNU extensions on systems that have them. */
|
|
#ifndef _GNU_SOURCE
|
|
# define _GNU_SOURCE 1
|
|
#endif
|
|
|
|
#cmakedefine HAVE_SYS_STATFS_H
|
|
#cmakedefine HAVE_SYS_STATVFS_H
|
|
#cmakedefine HAVE_INTTYPES_H
|
|
#cmakedefine HAVE_STDINT_H
|
|
#cmakedefine STRERROR_R_CHAR_P
|
|
|
|
#cmakedefine MAJOR_IN_MKDEV
|
|
#cmakedefine MAJOR_IN_SYSMACROS
|
|
|
|
#cmakedefine HAVE_CRYPTO
|
|
|
|
#cmakedefine ENABLE_PROMETHEUS_REMOTE_WRITE
|
|
|
|
/* they are defined as REQUIRED in CMakeLists.txt */
|
|
#define ENABLE_JSONC 1
|
|
|
|
#cmakedefine ENABLE_ML
|
|
|
|
#cmakedefine HAVE_LIBBPF
|
|
|
|
/* NSA spy stuff */
|
|
#define ENABLE_HTTPS 1
|
|
#cmakedefine01 HAVE_X509_VERIFY_PARAM_set1_host
|
|
|
|
#cmakedefine ENABLE_ACLK
|
|
#define ENABLE_DBENGINE
|
|
#define ENABLE_COMPRESSION // pkg_check_modules(LIBLZ4 REQUIRED liblz4)
|
|
#cmakedefine ENABLE_APPS_PLUGIN
|
|
|
|
|
|
#define __always_unused @ALWAYS_UNUSED_MACRO@
|
|
#define __maybe_unused @MAYBE_UNUSED_MACRO@
|