mirror of
https://gitlab.com/chrony/chrony.git
synced 2026-01-20 21:00:20 -05:00
configure: unify macro naming for optional features
This commit is contained in:
@@ -44,7 +44,7 @@ int SchedPriority = 0;
|
||||
int LockAll = 0;
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_LINUXCAPS
|
||||
#ifdef FEAT_PRIVDROP
|
||||
#include <sys/types.h>
|
||||
#include <pwd.h>
|
||||
#include <sys/prctl.h>
|
||||
@@ -352,7 +352,7 @@ SYS_Linux_Finalise(void)
|
||||
|
||||
/* ================================================== */
|
||||
|
||||
#ifdef FEAT_LINUXCAPS
|
||||
#ifdef FEAT_PRIVDROP
|
||||
void
|
||||
SYS_Linux_DropRoot(char *user)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user