aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Added check for libiconv_open when iconv_open isn't found.Wayne Davison2007-12-291-0/+5
* Preparing for release of 3.0.0pre7Wayne Davison2007-12-161-1/+1
* Preparing for release of 3.0.0pre6Wayne Davison2007-11-281-1/+1
* Made the (re-)building of the proto.h file automatic in theWayne Davison2007-11-241-0/+6
* Preparing for release of 3.0.0pre5Wayne Davison2007-11-091-1/+1
* Add back a define of "struct sockaddr_storage" for systems thatWayne Davison2007-11-081-0/+2
* Changes to handle new getaddrinfo code.Wayne Davison2007-11-021-23/+10
* Preparing for release of 3.0.0pre4Wayne Davison2007-10-271-1/+1
* Preparing for release of 3.0.0pre3Wayne Davison2007-10-271-1/+1
* Add checking for id_t, and changed some of the type checking to useWayne Davison2007-10-171-4/+1
* Added checks for setattrlist and sys/attr.h.Wayne Davison2007-10-161-2/+2
* Preparing for release of 3.0.0pre2Wayne Davison2007-10-121-1/+1
* Preparing for release of 3.0.0pre1Wayne Davison2007-10-051-1/+1
* We enable ACL compilation on OS X by default now.Wayne Davison2007-09-281-1/+3
* Try a better way to deduce if the xattr functions we need are there.Wayne Davison2007-04-301-3/+6
* If the lgetxattr() function isn't found, disable xattr support.Wayne Davison2007-04-281-8/+10
* The --iconv option has now made it to the trunk.Wayne Davison2007-04-261-0/+16
* Check the size of a time_t.Wayne Davison2007-04-201-0/+1
* The improved --xattrs option is landing on the trunk.Wayne Davison2007-04-071-1/+41
* Don't enable ACLs on darwin until we figure out how they work.Wayne Davison2007-03-111-0/+3
* Leave SUPPORT_ACLS undefined instead of giving it a 0 value.Wayne Davison2007-03-111-2/+1
* Make configure continue if ACL support is not found and the userWayne Davison2007-03-111-4/+12
* The ACL support has arrived! This version has a brand new protocolWayne Davison2007-03-111-0/+75
* We now check for these: int16_t, uint16_t, int32_t, uint32_t, and int64_t.Wayne Davison2006-12-171-0/+5
* Fixed a problem with the new iconv const check.Wayne Davison2006-11-201-8/+6
* Added a test to figure out if iconv() takes a const char **.Wayne Davison2006-11-201-0/+24
* Change the version for new CVS work.Wayne Davison2006-11-091-1/+1
* Preparing for release of 2.6.9Wayne Davison2006-11-071-1/+1
* Preparing for release of 2.6.9pre3Wayne Davison2006-10-261-1/+1
* Preparing for release of 2.6.9pre2Wayne Davison2006-10-141-1/+1
* Preparing for release of 2.6.9pre1Wayne Davison2006-10-121-1/+1
* If makedev() takes 3 args, define MAKEDEV_TAKES_3_ARGS.Wayne Davison2006-07-101-0/+25
* Allow --with-nobody-group=GROUP (patch from Olivier Thauvin).Wayne Davison2006-06-191-8/+16
* Incremented the version to 2.6.9cvs.Wayne Davison2006-04-241-1/+1
* Preparing for release of 2.6.8Wayne Davison2006-04-221-1/+1
* Added two new checks: 1. Does link() hard-link symlinks (not theWayne Davison2006-04-171-6/+43
* Got rid of the unused REPLACE_INET_NTOA and REPLACE_INET_ATON checks.Wayne Davison2006-04-131-29/+0
* Preparing for release of 2.6.8pre1Wayne Davison2006-04-121-1/+1
* Changing the version to 2.6.8cvs.Wayne Davison2006-03-131-1/+1
* Preparing for release of 2.6.7Wayne Davison2006-03-111-1/+1
* Preparing for release of 2.6.7pre3Wayne Davison2006-03-021-1/+1
* Preparing for release of 2.6.7pre2Wayne Davison2006-02-191-1/+1
* Preparing for release of 2.6.7pre1Wayne Davison2006-02-091-1/+1
* Solaris 9 and HP-UX 11.11 need us to look for libiconv_open,Wayne Davison2006-02-061-1/+4
* Check to see if we need to include the iconv library.Wayne Davison2006-02-061-0/+1
* Switched back to checking for iconv_open() due to HP-UX.Wayne Davison2006-02-041-1/+1
* - Changed the check for iconv_open() to just iconv().Wayne Davison2006-02-041-18/+1
* Added checks for sigaction() and sigprocmask().Wayne Davison2006-02-021-1/+2
* A few more items to check for, including libcharset.h, langinfo.h,Wayne Davison2006-01-151-6/+12
* Added --enable-iconv and cleaned up the other enable/disable options.Wayne Davison2006-01-131-40/+38