- Jun 10, 1999
-
-
Kurt Zeilenga authored
-
- Jun 09, 1999
-
-
Kurt Zeilenga authored
-
- Jun 08, 1999
-
-
Kurt Zeilenga authored
macros. Proceedures for using alternative dependency generation "compiler" and "flags" has changed. Pre-configure: env MKDEP=mycc MKDEP_FLAGS=myccflags ./configure Post-configure: hack top.mk and run ./config.status
-
Kurt Zeilenga authored
now supports DETECTION using: ./configure env MKDEP_FLAGS=-MM ./configure env MKDEP=foo ./configure (no tests, no flags) env MKDEP=foo MKDEP_FLAGS=-bar ./configure (no tests) Exported AC_MKDEP and AC_MKDEP_FLAGS which can no be used in build/*.mk
-
- Jun 07, 1999
-
-
Kurt Zeilenga authored
flag to generate dependencies. Output not used (yet).
-
- May 24, 1999
-
-
Kurt Zeilenga authored
Add #undef and other protection of macros.
-
Kurt Zeilenga authored
-
- May 21, 1999
-
-
Ben Collins authored
-
- May 07, 1999
-
-
Ben Collins authored
Moved db1/db.h check to the db1 marco in openldap.m4. Also added check for HAVE_DB1_DB_H for which header to include since it's only defined when using db1
-
- May 06, 1999
-
-
Ben Collins authored
Glibc 2.1 has Berkley db as -ldb1. Set up the autoconf to check this first, else we will actually be using compat calls in db2, and not the real db1.
-
- Apr 08, 1999
-
-
Kurt Zeilenga authored
on errno not getting changed by Debug(). Likely a problem elsewhere. Tests run okay, excepting concurrency has "no such object" problems.
-
- Apr 07, 1999
-
-
Kurt Zeilenga authored
and, if LinuxThreads, pthread_kill_other_threads_np().
-
- Apr 06, 1999
-
-
Kurt Zeilenga authored
(but not sure if it's usable yet). Needs to be tested on various versions of Linux native LinuxThreads.
-
- Mar 30, 1999
-
-
Kurt Zeilenga authored
-
Juan Gomez authored
-
- Mar 18, 1999
-
-
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
-
- Mar 10, 1999
-
-
Kurt Zeilenga authored
-- fixed gethostbyaddr_r/gethostbyname_r compile warnings -- relocated Pthread -mt test to be before -kthread test
-
- Mar 07, 1999
-
-
Kurt Zeilenga authored
Change default to cc instead of gcc (experimental change).
-
- Mar 03, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga 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.
-
- 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.
-
- Jan 02, 1999
-
-
Kurt Zeilenga authored
one preprocessor macro instead of two. Ran aclocal, autoconf, autoheader to update derived files. Modify util-int.c to use CTIME_R_NARGS define and fallback to ctime() if not set. Made LDAP_API_FEATURE_X_OPENLDAP_REENTRANT dependent upon result.
-
Bart Hartgers authored
Moved the ctime_r number of arguments check to the right file.
-
- Dec 28, 1998
-
-
Kurt Zeilenga authored
-
- Dec 20, 1998
-
-
Kurt Zeilenga authored
type 'sig_atomic_t' and marked it volatile. Add detection to configure to ensure sig_atomic_t and volatile are supported.
-
- Dec 03, 1998
-
-
Kurt Zeilenga authored
to be unique.
-
- Nov 22, 1998
-
-
Kurt Zeilenga authored
Updated to use libtool 1.2 (with FreeBSD3.0 a.out v. elf detection). Updated autoconf to 1.12 with sed patch (don't use stock 1.12). aclocal.m4 is built using automake's aclocal, v1.3. Updated mkdep to support libtool .lo files. Updated automake provided macros for TERMIOS, STRTOD, MKTIME, PTRDIFF_T Autoconf now checks to ensure C compiler supports ANSI C prototypes. Updated make files templates.
-
- Oct 25, 1998
-
-
Kurt Zeilenga authored
-
- Oct 21, 1998
-
-
Kurt Zeilenga authored
-