mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 14:10:36 +01:00
We only have a certain granularity of how our headers in "shared/nm-utils" can be used independently. For example, it's not supported to use "nm-macros-internal.h" without "gsystem-local-alloc.h". Likewise, you cannot use "nm-glib.h" directly, you always get it together with "nm-macros-internal.h". This is, we don't support to use certain headers entirely independently, because usually you anyway want to use them together. As such, no longer support "gsystem-local-alloc.h", but merge the remainder into "nm-macros-internal.h". There is really no reason to support arbitrary flexibility of including individual bits. You want cleanup-macros? Include "nm-macros-internal.h". Merge the headers. |
||
|---|---|---|
| .. | ||
| c-list | ||
| c-siphash | ||
| n-acd | ||
| nm-utils | ||
| meson.build | ||
| nm-common-macros.h | ||
| nm-dbus-compat.h | ||
| nm-default.h | ||
| nm-dispatcher-api.h | ||
| nm-meta-setting.c | ||
| nm-meta-setting.h | ||
| nm-test-libnm-utils.h | ||
| nm-test-utils-impl.c | ||
| nm-version-macros.h.in | ||