diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal_build/roken.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index d8c49fb688..2aa30ce219 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/heimdal_build/roken.h @@ -111,6 +111,14 @@ #define HAVE_GETTIMEOFDAY #endif +#ifndef HAVE_SETEGID +#define HAVE_SETEGID +#endif + +#ifndef HAVE_SETEUID +#define HAVE_SETEUID +#endif + /* force the use of the libreplace strerror_r */ #ifndef HAVE_STRERROR_R #define HAVE_STRERROR_R |