summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-06-28 14:28:34 +0200
committerRalph Boehme <slow@samba.org>2018-07-24 17:38:28 +0200
commit0d2eeb9422bf3fb3097637c63d9e7c8bd20417af (patch)
treec563f4257e21e850ac00133fc45869dc2dd4701e /tests
parentfb6b6cf3e43165ced4b1039f2683d19f277c0792 (diff)
downloadsamba-0d2eeb9422bf3fb3097637c63d9e7c8bd20417af.tar.gz
lib/util: rename USE_LINUX_THREAD_CREDENTIALS to HAVE_LINUX_THREAD_CREDENTIALS
The define reflects the results of a feature test, not a configure option. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/summary.c b/tests/summary.c
index 0843ee2cc91..87a64fd90ef 100644
--- a/tests/summary.c
+++ b/tests/summary.c
@@ -12,7 +12,7 @@ int main()
#warning "WARNING: No automated network interface determination"
#endif
-#if !(defined(USE_SETEUID) || defined(USE_SETREUID) || defined(USE_SETRESUID) || defined(USE_SETUIDX) || defined(USE_LINUX_THREAD_CREDENTIALS))
+#if !(defined(USE_SETEUID) || defined(USE_SETREUID) || defined(USE_SETRESUID) || defined(USE_SETUIDX) || defined(HAVE_LINUX_THREAD_CREDENTIALS))
#error "ERROR: no seteuid method available"
#endif