diff options
author | jorton <jorton@13f79535-47bb-0310-9956-ffa450edef68> | 2002-11-14 20:29:58 +0000 |
---|---|---|
committer | jorton <jorton@13f79535-47bb-0310-9956-ffa450edef68> | 2002-11-14 20:29:58 +0000 |
commit | 0c06917d110dddf29d254b09d7b6a86e7a2384e7 (patch) | |
tree | 5e6aa61d58b4733502c25294b8016bdf1355e16f | |
parent | 6c13074a858567ea4eb14b43646eeaaa7113c3d1 (diff) | |
download | libapr-0c06917d110dddf29d254b09d7b6a86e7a2384e7.tar.gz |
Add back USE_THREADS and DEV_RANDOM to fix build with autoconf 2.13.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64030 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | acconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 416624bd5..07509d9f1 100644 --- a/acconfig.h +++ b/acconfig.h @@ -4,6 +4,8 @@ @TOP@ /* Various #defines we need to know about */ +#undef USE_THREADS +#undef DEV_RANDOM #undef EGD_DEFAULT_SOCKET #undef HAVE_isascii |