diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 551568c..ef49b4d 100644 --- a/src/config.h +++ b/src/config.h @@ -50,7 +50,15 @@ #define ROOT_GROUP_GID 0 #endif -/* There two names above are redundant, but hat is to avoid errors. */ + +/** + * The group ID for the nobody group + */ +#ifndef NOBODY_GROUP_GID +#define NOBODY_GROUP_GID ROOT_GROUP_GID +#endif + +/* There three names above are redundant, but hat is to avoid errors. */ /** |