From: Zbigniew Jędrzejewski-Szmek Date: Wed, 29 Apr 2026 10:02:25 +0000 (+0200) Subject: shared/options: add OPTION_COMMON_RESOLVE_NAMES X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=765fc4125b871394580e988192c497ad5625ae90;p=thirdparty%2Fsystemd.git shared/options: add OPTION_COMMON_RESOLVE_NAMES --- diff --git a/src/shared/options.h b/src/shared/options.h index f50fbdb3cb3..a171f5f6a43 100644 --- a/src/shared/options.h +++ b/src/shared/options.h @@ -150,10 +150,13 @@ typedef struct Option { "(file, provider:PROVIDER)") /* A form used in udev code for compatibility. -V is accepted but not documented. */ -#define OPTION_COMMON_VERSION_WITH_HIDDEN_V \ - OPTION_COMMON_VERSION: {} \ +#define OPTION_COMMON_VERSION_WITH_HIDDEN_V \ + OPTION_COMMON_VERSION: {} \ OPTION_SHORT('V', NULL, /* help= */ NULL) +#define OPTION_COMMON_RESOLVE_NAMES \ + OPTION('N', "resolve-names", "MODE", \ + "When to resolve users and groups (early, late, or never)") /* This is magically mapped to the beginning and end of the section */ extern const Option __start_SYSTEMD_OPTIONS[];