diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-20 22:39:07 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-20 22:39:07 +0200 |
commit | 0b4a43f05de26c92158cfb9e3045d238691fc0be (patch) | |
tree | 52ca4273050c3ff1c541d202acce31c9f7a3678b /src/config.h | |
parent | m (diff) | |
download | mds-0b4a43f05de26c92158cfb9e3045d238691fc0be.tar.gz mds-0b4a43f05de26c92158cfb9e3045d238691fc0be.tar.bz2 mds-0b4a43f05de26c92158cfb9e3045d238691fc0be.tar.xz |
create and bind socket
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-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. */ /** |