summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-11-12 01:16:00 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-11-12 01:16:00 +0000
commit2093d0c644565a3d95df5fc189d27a93255d13d8 (patch)
treed1fe1d02eba4bc0bc0b1af0b44dd0734253cfd47 /acconfig.h
parent276d6fb469ec07cadf24a93877a31cc7d296a44f (diff)
downloadlibapr-2093d0c644565a3d95df5fc189d27a93255d13d8.tar.gz
Use strerror_r() where available, since strerror() isn't always
thread-safe. Example systems where strerror() isn't thread-safe: Linux+glibc, AIX git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62503 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index d522cd90c..cbce0a2fd 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -26,6 +26,7 @@
#undef READDIR_IS_THREAD_SAFE
#undef GETHOSTBYNAME_IS_THREAD_SAFE
#undef GETHOSTBYADDR_IS_THREAD_SAFE
+#undef STRERROR_R_RC_INT
#undef NEED_RLIM_T
#undef USEBCOPY