- Aug 15, 1999
-
-
Kurt Zeilenga authored
for inet_aton(). May be linked in when not absolutely necessary... but no big deal, we'll likely start using res_search over sychronous get{host,peer}byname calls anyways. inet_aton() detection: use link instead of compile
-
- Aug 13, 1999
-
-
Kurt Zeilenga authored
-
- Aug 03, 1999
-
-
Kurt Zeilenga authored
-
- Jul 31, 1999
-
-
http://localhost/pathKurt Zeilenga authored
Requires FreeBSD's -lfetch... Implementations to other URL APIs encouraged. Probably should be moved to -llutil.
-
- Jul 24, 1999
-
-
Kurt Zeilenga authored
Rework sys_errlist detection to set HAVE_SYS_ERRLIST if sys_errlist exists. If it declaration is needed, DECL_SYS_ERRLIST is also set.
-
- Jul 23, 1999
-
-
Kurt Zeilenga authored
of explicit acconfig.h entries.
-
- Jul 14, 1999
-
-
Hallvard Furuseth authored
-
Julio Sánchez Fernández authored
Fix detection of socklen_t Rebuild configure to reflect that
-
- Jul 13, 1999
-
-
Kurt Zeilenga authored
-
- Jun 26, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
used to fetch the pw_passwd which is than passwd to crypt(). getspnam() is used instead of getpwnam() when available. Added configration detection of pw_passwd, shadow.h, getpwnam() and getspnam().
-
- 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
-