- Mar 30, 1999
-
-
Kurt Zeilenga authored
-
Juan Gomez authored
-
- Mar 26, 1999
-
-
Kurt Zeilenga authored
-
- Mar 18, 1999
-
-
Kurt Zeilenga authored
make all make TMPROOT=/tmp/root install will install everything under $(TMPROOT)$(prefix). Useful for building bundling packages/ports for various operating systems.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Mar 17, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Mar 15, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
support. Will submit this to autoconf maintainers...
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Ben Collins authored
macro definition. If the declaration errors, then we don't declare it in ac/string.h
-
- Mar 13, 1999
-
-
Kurt Zeilenga authored
after LN_S test. Moved to openldap.m4 and cached result. Does not yet handle case where LN_H == 'cp' and LN_S == 'ln'.
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
- Mar 12, 1999
-
-
Ben Collins authored
-
- Mar 10, 1999
-
-
Kurt Zeilenga authored
-- fixed gethostbyaddr_r/gethostbyname_r compile warnings -- relocated Pthread -mt test to be before -kthread test
-
- Mar 08, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Mar 07, 1999
-
-
Kurt Zeilenga authored
Change default to cc instead of gcc (experimental change).
-
- Mar 03, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Mar 02, 1999
-
-
Kurt Zeilenga authored
-
- Feb 28, 1999
-
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
- Feb 25, 1999
-
-
Bart Hartgers authored
Patch to support to determine the number of args of the gethostby{name,addr}_r functions. Contributed by Juan Carlos Gomes IT#68 (apparently). Also includes support for detecting ssleay in configure.in.
-
- Feb 20, 1999
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Feb 06, 1999
-
-
Kurt Zeilenga authored
-
- Feb 03, 1999
-
-
Kurt Spanier authored
-
Kurt Zeilenga authored
-
- Feb 01, 1999
-
-
Kurt Zeilenga authored
Add AWK for mkdep.
-
- Jan 28, 1999
-
-
Kurt Zeilenga authored
-
- Jan 26, 1999
-
-
Kurt Zeilenga authored
back-ldbm was using a cache specific lock to protect non-reentrant database routines from being reenterred. This is inadequate. Also, reentrant database systems calls were serialized unnecessarily. Non-reentrant database calls must have a big_mutex. Implemented this within -lldbm itself. library requires ldbm_initialize() be called before any other ldbm call to initialize the big_mutex and to do any other db specific initialization (ie: such as required for DB2). The dbc_mutex, dbc_cv, & dbc_readers fileds of dbcache are history. The "reentrant_database" (REENTRANT_DATABASE) define is also axed.
-
Kurt Zeilenga authored
-