From f81fd1ccc3228bf06455ad4c3265b71ca17ae407 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 29 Jun 2012 13:46:23 -0700 Subject: 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 Autobuild-Date(master): Sat Jun 30 00:32:36 CEST 2012 on sn-devel-104 --- source3/lib/util_sec.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/lib/util_sec.c') 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 #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 -- cgit