diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-30 00:07:10 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-03-30 12:31:04 +1100 |
commit | e310cb3f375faa32d9be0dccfcf03f90eaedfc60 (patch) | |
tree | 4a0aee856623e00bd8c70c1413b113f36f8440c6 /source4 | |
parent | 0f113faea8db91c3890e7ab0edfefedce5ec2594 (diff) | |
download | samba-e310cb3f375faa32d9be0dccfcf03f90eaedfc60.tar.gz samba-e310cb3f375faa32d9be0dccfcf03f90eaedfc60.tar.bz2 samba-e310cb3f375faa32d9be0dccfcf03f90eaedfc60.zip |
s4-heimdal: for use of libreplace setegid and seteuid
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 |