Searched defs:USE_LOCKS (Results 1 – 1 of 1) sorted by relevance
84 AM_CONDITIONAL(USE_LOCKS, test "$use_locks" = yes) condition85 AS_IF([test "$use_locks" = yes], [AC_DEFINE(USE_LOCKS)]) definition89 AH_TEMPLATE([USE_LOCKS], [Defined if libraries should be thread-safe.]) template