diff options
Diffstat (limited to 'support/support.h')
-rw-r--r-- | support/support.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/support.h b/support/support.h index 13076b75ba..d72f807477 100644 --- a/support/support.h +++ b/support/support.h @@ -108,6 +108,8 @@ extern const char support_libdir_prefix[]; /* Corresponds to the install's bin/ directory. */ extern const char support_bindir_prefix[]; /* Corresponds to the install's sbin/ directory. */ +extern const char support_sbindir_prefix[]; +/* Corresponds to the install's sbin/ directory (without prefix). */ extern const char support_install_rootsbindir[]; extern ssize_t support_copy_file_range (int, off64_t *, int, off64_t *, |