Move back to using per-thread credentials on Linux. Fixes the glibc native AIO lost...
[sfrench/samba-autobuild/.git] / tests / summary.c
index a019fbfb2e0e84223fa5231a5e27a4c390373d4a..bd0c1624306e93687bc84d6e336f6a9062a80f83 100644 (file)
@@ -13,7 +13,7 @@ main()
        printf("WARNING: No automated network interface determination\n");
 #endif
 
-#if !(defined(USE_SETEUID) || defined(USE_SETREUID) || defined(USE_SETRESUID) || defined(USE_SETUIDX))
+#if !(defined(USE_SETEUID) || defined(USE_SETREUID) || defined(USE_SETRESUID) || defined(USE_SETUIDX) || defined(USE_LINUX_THREAD_CREDENTIALS))
        printf("ERROR: no seteuid method available\n");
        exit(1);
 #endif