Kurt Zeilenga
|
04b93e2628
|
Add LTHREAD_LIBS to BDB tests
|
2002-12-04 05:09:58 +00:00 |
|
Kurt Zeilenga
|
6853b62a45
|
Fix AC_CACHE_CHECK bug in DB_THREAD detection.
|
2002-10-08 19:47:17 +00:00 |
|
Howard Chu
|
9c80832e08
|
Fix pthread version check again
|
2002-09-18 00:11:53 +00:00 |
|
Howard Chu
|
2e6a83049e
|
POSIX threads tweaks for Draft 4 vs Draft 5
|
2002-09-12 23:12:18 +00:00 |
|
Howard Chu
|
5dede11811
|
FIx previous commit, test for Draft 7 was inverted
|
2002-09-11 09:48:35 +00:00 |
|
Howard Chu
|
97b98783c3
|
Fix pthreads version detection
|
2002-09-11 07:43:20 +00:00 |
|
Howard Chu
|
c9b7fc6407
|
New POSIX threads version support. Detects Draft 4,5,6,7,10 (final).
Should eliminate individual checks for pthread_yield, sched_yield,
and pthread_detach, but they're left in for now as a redundant check.
|
2002-09-07 14:09:09 +00:00 |
|
Kurt Zeilenga
|
3ad829e389
|
check for -ldb-4 in addition to -ldb4
|
2002-06-17 22:15:59 +00:00 |
|
Howard Chu
|
cb8b86e7ce
|
Fix ITS#1824 include correct sasl.h for compatibility test
(must regenerate configure)
|
2002-05-16 19:28:57 +00:00 |
|
Kurt Zeilenga
|
53257cf037
|
Update SASL compat test to check for 1.5 compatibility
|
2002-05-13 20:16:10 +00:00 |
|
Howard Chu
|
41c5a36376
|
Require 2.1.3 or higher for Cyrus SASL 2
|
2002-05-07 23:56:59 +00:00 |
|
Kurt Zeilenga
|
2f24e067c9
|
Check for -ldb4 before -ldb
|
2002-02-23 23:00:26 +00:00 |
|
Kurt Zeilenga
|
f5dc8ed41c
|
Back-BDB now requires Berkeley DB 4 as this release includes
important fixes necessary for proper operation of back-bdb.
|
2002-01-30 01:31:44 +00:00 |
|
Kurt Zeilenga
|
1e7ca2e850
|
Add BDB compatibility check. Require Berkeley DB 3.3 or greater.
|
2002-01-23 19:08:07 +00:00 |
|
Kurt Zeilenga
|
64f21dca49
|
DB4 changes
|
2002-01-21 03:37:32 +00:00 |
|
Kurt Zeilenga
|
0e2af54a3f
|
Update copyright statements
|
2002-01-04 21:17:25 +00:00 |
|
Howard Chu
|
0552b1c53f
|
NT updates from jon@symas.com.
|
2001-12-07 04:03:25 +00:00 |
|
Kurt Zeilenga
|
308723d895
|
Fix typo
|
2001-10-24 16:56:21 +00:00 |
|
Kurt Zeilenga
|
cc2a59a36c
|
Update to full notice
|
2001-10-24 16:51:48 +00:00 |
|
Kurt Zeilenga
|
9be9afa084
|
Init MPOOL in DB_THREAD test
|
2001-10-01 06:38:24 +00:00 |
|
Kurt Zeilenga
|
44146a1cb7
|
Rework DB_THREAD support. CDB support needs reimplementation.
|
2001-10-01 06:08:46 +00:00 |
|
Kurt Zeilenga
|
69dc4002ac
|
Disable (for now) check for HAVE_BERKELEY_DB_THREAD and hence disable
use of BerkeleyDB's Concurrent DB API.
|
2001-09-29 23:41:34 +00:00 |
|
Kurt Zeilenga
|
ea4bf672cc
|
Sync detection with use. Don't use DB_CDB_ALLDB. Causes hang.
|
2001-09-28 20:52:48 +00:00 |
|
Kurt Zeilenga
|
118ca0dd4b
|
Fix db1 error and add kerberos comment
|
2001-08-24 20:20:34 +00:00 |
|
Kurt Zeilenga
|
44bef574c8
|
Updated pthread test and usage (avoid pthread_detach if possible)
don't use tmpnam()
|
2001-06-09 01:05:35 +00:00 |
|
Kurt Zeilenga
|
5d1608ac1b
|
Rework DB_THREAD test
|
2001-06-07 17:23:43 +00:00 |
|
Kurt Zeilenga
|
af79d6e354
|
Add some error check to be DB_thread checks
|
2001-06-07 17:04:53 +00:00 |
|
Kurt Zeilenga
|
d7d20254ac
|
Another typo
|
2001-06-07 16:48:37 +00:00 |
|
Kurt Zeilenga
|
db5e933b45
|
Fix typo
|
2001-06-07 16:46:40 +00:00 |
|
Kurt Zeilenga
|
43d5dc2e88
|
Add error reporting to db check
|
2001-06-07 16:43:23 +00:00 |
|
Kurt Zeilenga
|
08de32f87a
|
Add db version check
|
2001-06-07 16:40:11 +00:00 |
|
Kurt Zeilenga
|
3ca26377c0
|
A little BDB cleanup
|
2001-05-28 22:05:49 +00:00 |
|
Kurt Zeilenga
|
d641cbf06f
|
Fix syntax error in mpool test
|
2001-05-28 20:04:49 +00:00 |
|
Kurt Zeilenga
|
94e1d48032
|
Misc adjustments to CBM tests
|
2001-05-28 20:00:17 +00:00 |
|
Kurt Zeilenga
|
55b3490996
|
Fix typo
|
2001-05-28 19:49:50 +00:00 |
|
Kurt Zeilenga
|
4b8eae427f
|
Initial CDB implementation.
|
2001-05-28 19:43:11 +00:00 |
|
Kurt Zeilenga
|
d633ab3e2a
|
Clean up begin thread test
|
2001-05-07 19:01:46 +00:00 |
|
Kurt Zeilenga
|
a1a04f27f8
|
Make pthread test detect broke pthread join/detach behavior
|
2001-03-15 03:07:23 +00:00 |
|
Kurt Zeilenga
|
bf53620d64
|
Change some defaults
Label some options as experimental
Change how configure prints defaults
|
2001-01-22 06:49:12 +00:00 |
|
Kurt Zeilenga
|
063691aec0
|
Add support for Sleepycat Berkeley DB 3.1 (ITS#649)
changes derived from Ian Logan's patch
|
2000-08-07 19:46:37 +00:00 |
|
Kurt Zeilenga
|
e393afaeec
|
Kill LinuxThreads clones
|
2000-06-17 18:49:25 +00:00 |
|
Kurt Zeilenga
|
812ba2e81d
|
Add BerkeleyDB 3 DB_THREAD detection
|
2000-05-25 22:14:35 +00:00 |
|
Kurt Zeilenga
|
fa38b2edc3
|
Add basic detection for db3
|
2000-05-25 21:09:10 +00:00 |
|
Kurt Zeilenga
|
8411a5319a
|
New Berkeley DB detection
|
2000-05-25 20:44:07 +00:00 |
|
Kurt Zeilenga
|
0d2fb4e531
|
Fix $LIBS bug in fetch(3) detection
|
2000-05-16 01:24:02 +00:00 |
|
Kurt Zeilenga
|
29d9fa20a2
|
Y2k copyright update
|
2000-05-13 02:36:07 +00:00 |
|
Howard Chu
|
9ce83ce54f
|
Fix pthread_create test for AIX. AIX deviates from POSIX in that threads
are created detached by default. We need to set the thread attributes in
advance, otherwise pthread_detach will fail.
|
2000-05-10 16:09:26 +00:00 |
|
Kurt Zeilenga
|
709f5ecb90
|
Modify NT Threads check to use AC_CHECK_FUNC(_beginthread)
|
1999-11-02 01:35:20 +00:00 |
|
Kurt Zeilenga
|
daa7907b4f
|
Move NT Thread test into build/openldap.m4. Still bogus (only
enables if MINGW32 and always enables if MINGW32).
|
1999-11-01 23:45:09 +00:00 |
|
Kurt Zeilenga
|
4757d60fb4
|
Use compile time, instead of run time, sizeof checks.
|
1999-11-01 17:36:09 +00:00 |
|