diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-18 00:20:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:33:28 -0500 |
commit | 5d899b8a35c9ef1e3688fc56495be1c37477e726 (patch) | |
tree | 243ed0a5caccb6edee951d74b33c98a19945e018 /source4/heimdal_build | |
parent | 22d22398937eba722d8c92808ed57f9ee90a9594 (diff) | |
download | samba-5d899b8a35c9ef1e3688fc56495be1c37477e726.tar.gz samba-5d899b8a35c9ef1e3688fc56495be1c37477e726.tar.bz2 samba-5d899b8a35c9ef1e3688fc56495be1c37477e726.zip |
r9369: an attempt to fix the build on HPUX. This is based on work by Don
McCall, but takes a slightly different approach that I hope will be
more generic
(This used to be commit e8260a81cf99be2ccae64135ca0572c8a6ae62ad)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index 5ce029e83c..c3737cb75e 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -45,4 +45,9 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } #include "lib/replace/replace.h" #endif +/* we need to tell roken about the functions that Samba replaces in lib/replace */ +#ifndef HAVE_SETEUID +#define HAVE_SETEUID 1 +#endif + #endif |