Patch to simplify looking for snmp, and to make it work on
[freeradius.git] / src / include / autoconf.h.in
2002-08-16 aland Patch to simplify looking for snmp, and to make it...
2002-07-12 aland What the heck, look for <fcntl.h> and <sys/fcntl.h...
2002-05-29 aland Added checks for uint16_t, which is used by the EAP...
2002-05-17 aland Look for <sys/wait.h>, too
2002-03-06 cmillerAdded tests to detect the style of gethostbyaddr_r...
2002-02-25 aland Check for gethostbyFOO_r(), and use them, if they...
2002-02-01 aland Moved the server to using ctime_r, instead of ctime...
2002-02-01 aland Look for, and define localtime_r.
2001-12-13 aland removed no longer needed define for WITH_THREAD_POOL
2001-10-25 aland If we're using threads, block SIGINT, SIGQUIT, too...
2001-10-23 aland Remove postgres checks from the top-level configure...
2001-09-06 aland Additional defines for OSFC2 / OSFSIA authentication
2001-09-06 aland Fix bug number 104 (hopefully). I don't have access...
2001-05-16 aland checks for <semaphore.h> and sem_init() to the main...
2001-03-15 aland Fix checks for regular expressions, found by
2001-03-12 aland Massive changes to get SNMP auto-configured && working.
2001-03-08 aland More checks for IODBC, MySQL, and Oracle. I have...
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