about summary refs log tree commit diff
path: root/src/libnm-client-impl/nm-default-libnm.h
blob: b9248e2b56b8303e1469a1fb64174643faf1870c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Copyright (C) 2015 Red Hat, Inc.
 */

#ifndef __NM_DEFAULT_LIBNM_H__
#define __NM_DEFAULT_LIBNM_H__

/*****************************************************************************/

#include "libnm-glib-aux/nm-default-glib-i18n-lib.h"

#undef NETWORKMANAGER_COMPILATION
#define NETWORKMANAGER_COMPILATION NM_NETWORKMANAGER_COMPILATION_LIBNM

/*****************************************************************************/

#include "nm-version.h"
#include "nm-dbus-interface.h"
#include "nm-dhcp-config.h"
#include "nm-ip-config.h"
#include "nm-connection.h"
#include "nm-remote-connection.h"
#include "nm-active-connection.h"
#include "nm-device.h"
#include "nm-checkpoint.h"
#include "nm-client.h"
#include "nm-vpn-connection.h"
#include "nm-libnm-utils.h"
#include "nm-errors.h"

/*****************************************************************************/

#endif /* __NM_DEFAULT_LIBNM_H__ */