Home
last modified time | relevance | path

Searched defs:USE_LOCKS (Results 1 – 1 of 1) sorted by relevance

/third_party/elfutils/
Dconfigure.ac84 AM_CONDITIONAL(USE_LOCKS, test "$use_locks" = yes) condition
85 AS_IF([test "$use_locks" = yes], [AC_DEFINE(USE_LOCKS)]) definition
89 AH_TEMPLATE([USE_LOCKS], [Defined if libraries should be thread-safe.]) template