mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 07:00:05 +01:00
11 lines
245 B
C
11 lines
245 B
C
|
|
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
||
|
|
|
||
|
|
#ifndef __NM_META_SETTING_BASE_H__
|
||
|
|
#define __NM_META_SETTING_BASE_H__
|
||
|
|
|
||
|
|
#define _NM_META_SETTING_BASE_IMPL_LIBNM 0
|
||
|
|
|
||
|
|
#include "nm-meta-setting-base-impl.h"
|
||
|
|
|
||
|
|
#endif /* __NM_META_SETTING_BASE_H__ */
|