summaryrefslogtreecommitdiff
path: root/source3/lib/util_sec.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2012-06-29 13:46:23 -0700
committerJeremy Allison <jra@samba.org>2012-06-30 00:32:36 +0200
commitf81fd1ccc3228bf06455ad4c3265b71ca17ae407 (patch)
treed09aed8da40fb158d599f5fffc6b7765734f91ca /source3/lib/util_sec.c
parentd91bf0d42863c996df5bf3c0d57e329d7a58a6af (diff)
downloadsamba-f81fd1ccc3228bf06455ad4c3265b71ca17ae407.tar.gz
samba-f81fd1ccc3228bf06455ad4c3265b71ca17ae407.tar.bz2
samba-f81fd1ccc3228bf06455ad4c3265b71ca17ae407.zip
Try and fix the autoconf build on Solaris/Nexenta/etc.
Their AC_TRY_RUN doesn't include any current CPPFLAGS. Make the set[res]uid checks independent of this. Needs a small change to the waf build in order to code with the change. Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Sat Jun 30 00:32:36 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/lib/util_sec.c')
-rw-r--r--source3/lib/util_sec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/lib/util_sec.c b/source3/lib/util_sec.c
index cee11d9f96..11d85a102a 100644
--- a/source3/lib/util_sec.c
+++ b/source3/lib/util_sec.c
@@ -40,9 +40,6 @@
#include <sys/id.h>
#endif
-/* In autoconf/test mode include the definitions of samba_setXXX. */
-#include "../lib/util/setid.c"
-
#define DEBUG(x, y) printf y
#define smb_panic(x) exit(1)
#define bool int