OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ac_cv_tls
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/m4/
ax_tls.m4
51
AC_CACHE_VAL([
ac_cv_tls
],
54
[none], [
ac_cv_tls
=none ; break],
63
[
ac_cv_tls
=$ax_tls_keyword ; break],
64
ac_cv_tls
=none
68
AC_MSG_RESULT([$
ac_cv_tls
])
70
AS_IF([test "$
ac_cv_tls
" != "none"],
71
[AC_DEFINE_UNQUOTED([TLS],[$
ac_cv_tls
],[If the compiler supports a TLS storage class define it to that here])
/src/sys/external/isc/libsodium/dist/
configure
8859
if ${
ac_cv_tls
+:} false; then :
8865
ac_cv_tls
=none ; break ;; #(
8884
ac_cv_tls
=$ax_tls_keyword ; break
8886
ac_cv_tls
=none
8895
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $
ac_cv_tls
" >&5
8896
$as_echo "$
ac_cv_tls
" >&6; }
8898
if test "$
ac_cv_tls
" != "none"; then :
8901
#define TLS $
ac_cv_tls
Completed in 78 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025