Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@cryptotaxi247
/
netdata-1
netdata-1
/
src
/
libnetdata
/
config
/
config.h
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
h
9 lines
197 Bytes
Copy permalink
Copy
Raw
1
// SPDX-License-Identifier: GPL-3.0-or-later
2
3
#ifndef LIBNETDATA_CONFIG_H
4
#define LIBNETDATA_CONFIG_H
5
6
#include
"../inicfg/dyncfg.h"
7
#include
"../inicfg/inicfg.h"
8
9
#endif
/* LIBNETDATA_CONFIG_H */