2021-02-04 18:04:13 +01:00
|
|
|
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
|
|
|
/*
|
|
|
|
|
* Copyright (C) 2015 Red Hat, Inc.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef __NM_DEFAULT_DAEMON_H__
|
|
|
|
|
#define __NM_DEFAULT_DAEMON_H__
|
|
|
|
|
|
|
|
|
|
/*****************************************************************************/
|
|
|
|
|
|
2021-02-18 17:37:47 +01:00
|
|
|
#include "libnm-glib-aux/nm-default-glib-i18n-prog.h"
|
2021-02-04 18:04:13 +01:00
|
|
|
|
|
|
|
|
#undef NETWORKMANAGER_COMPILATION
|
|
|
|
|
#define NETWORKMANAGER_COMPILATION NM_NETWORKMANAGER_COMPILATION_DAEMON
|
|
|
|
|
|
|
|
|
|
/*****************************************************************************/
|
|
|
|
|
|
|
|
|
|
#include "nm-version.h"
|
|
|
|
|
|
|
|
|
|
#include "nm-core-types.h"
|
2022-11-13 22:48:10 +01:00
|
|
|
#include "nm-errors.h"
|
2021-02-04 18:04:13 +01:00
|
|
|
#include "nm-types.h"
|
2021-02-18 17:37:47 +01:00
|
|
|
#include "libnm-log-core/nm-logging.h"
|
2021-02-04 18:04:13 +01:00
|
|
|
|
|
|
|
|
/*****************************************************************************/
|
|
|
|
|
|
|
|
|
|
#endif /* __NM_DEFAULT_DAEMON_H__ */
|