diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-09-26 07:44:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:17 -0500 |
commit | aeb9d1e1adb4a7d3c5745b9c5a6906cdc7a8ccb0 (patch) | |
tree | 7cfe07a02d319f950983d358c96676621d1325e3 /source4/build/tests | |
parent | 954869efdb8b0006fd4457a1c6d56a31c3825421 (diff) | |
download | samba-aeb9d1e1adb4a7d3c5745b9c5a6906cdc7a8ccb0.tar.gz samba-aeb9d1e1adb4a7d3c5745b9c5a6906cdc7a8ccb0.tar.bz2 samba-aeb9d1e1adb4a7d3c5745b9c5a6906cdc7a8ccb0.zip |
r2656: moved the seteuid configure tests into the posix backend (these tests
don't actually work yet, that will come later)
(This used to be commit 46b790c19da25ba88d29f555f828688bb05e531d)
Diffstat (limited to 'source4/build/tests')
-rw-r--r-- | source4/build/tests/summary.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/build/tests/summary.c b/source4/build/tests/summary.c index 8c318fe7d5..b6384a4083 100644 --- a/source4/build/tests/summary.c +++ b/source4/build/tests/summary.c @@ -13,11 +13,6 @@ main() printf("WARNING: No automated network interface determination\n"); #endif -#if !(defined(USE_SETEUID) || defined(USE_SETREUID) || defined(USE_SETRESUID) || defined(USE_SETUIDX)) - printf("ERROR: no seteuid method available\n"); - /* REWRITE: exit(1); */ -#endif - #if !(defined(STAT_STATVFS) || defined(STAT_STATVFS64) || defined(STAT_STATFS3_OSF1) || defined(STAT_STATFS2_BSIZE) || defined(STAT_STATFS4) || defined(STAT_STATFS2_FSIZE) || defined(STAT_STATFS2_FS_DATA)) printf("ERROR: No disk free routine!\n"); exit(1); |