summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-10-19 19:21:22 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-10-19 19:21:22 +0000
commitd4524e0683ab5df3020443ce64daefcf90fff7ab (patch)
tree12c346c6118d95914867bf6df2aacb555f1b8121 /acconfig.h
parent6554acacd2200568e05dcbcbd50072ed8c60409d (diff)
downloadlibapr-d4524e0683ab5df3020443ce64daefcf90fff7ab.tar.gz
Remove all of the ugly SAFETY_LOCK code. APR determines if it has threading
support turned on. If so, it uses re-entrant functions that should be there. If the functions aren't there, we use non-re-entrant functions. If this causes problems in the future, we'll provide implementations of the re-entrant functions. For now though, this should work, and it is definately cleaner than what we had before. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59383 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index ecc0c3b0a..9b2614b07 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -47,6 +47,8 @@
#undef NEED_RLIM_T
#undef USEBCOPY
+#undef APR_HAS_THREADS
+
@BOTTOM@
#define API_EXPORT(type) type
#define API_EXPORT_NONSTD(type) type