Preliminary checks for mysql libraries && header files.
[freeradius.git] / src / include / autoconf.h.in
2001-03-08 aland Preliminary checks for mysql libraries && header files.
2001-02-23 aland Added checks and extensions for future use of local...
2000-11-30 aland massive changes to enable smarter configure script...
2000-11-24 aland belated set of updates
2000-09-30 jcarnealAdded --with-user-collide
2000-09-26 aland first step of snmp/smux patches from
2000-08-15 aland define socklen_t as 'int', if the system doesn't have it.
2000-07-28 aland added strsep(), which is a thread-safe replacement...
2000-07-28 aland removed all knowledge about dlopen() and friends from the
2000-05-01 aland check for sigprocmask()
2000-04-18 aland sys/wait.h checks
2000-04-18 aland use autoconf checks for <sys/time.h>, and <time.h...
2000-04-12 aland we don't need pthread_cancel() any more.
2000-04-12 aland removed duplicate define for WITH_THREAD_POOL
2000-04-10 aland check for sem_init in -lposix4, as that's what Solaris...
2000-04-05 aland check for pthread_cancel, and work around it if it...
2000-04-03 aland add WITH_THREAD_POOL, so that configure can pick up...
2000-03-07 aland New macro which checks if a prototype is needed, which is
2000-02-25 aland massive conversion of types.
2000-02-25 aland Updated the configuration scripts after reading the...
2000-01-03 alandconfigure.in pthread.h and libpthread
1999-11-02 aland look for <syslog.h>, and the getusershell function.
1999-10-26 alandacconfig.h defines for ATTRIB_NMC and ASCEND_BINARY
1999-10-19 aland check for posix <regex.h>
1999-10-15 aland more changes to export MODULE_NEED_USCORE to the autoc...
1999-10-14 aland moved HAVE_LIBDL definition to HAVE_DLOPEN. The subst...
1999-10-14 aland we now type 'make reconfig' from the top directory
1999-10-14 aland added check for include file <dlfcn.h>, which is a...
1999-09-19 miquels * Added some functions to missing.c: str[n]casecmp,
1999-09-18 miquelsChange a couple of Makefile.ins to plain Makefiles
1999-08-18 aland moved stuff around
1999-08-16 alandInitial revision origin/aland