summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* tftpd: try to handle duplicate WRQ packetsH. Peter Anvin2011-05-121-0/+6
* Support editline instead of readlineH. Peter Anvin2008-08-091-7/+11
* Improve address type error handlingKarsten Keil2008-07-311-0/+1
* tftpd: switch to getopt_long()H. Peter Anvin2008-07-301-1/+1
* IPv6 infrastructure supportKarsten Keil2008-07-231-6/+47
* AC_USE_SYSTEM_EXTENSIONS is a 2.61 feature, not 2.59H. Peter Anvin2007-12-101-1/+1
* Use autoconf features to deal with feature-test macros.H. Peter Anvin2007-10-031-21/+2
* Get rid of $Id$ tags and update copyright datesH. Peter Anvin2007-01-301-1/+0
* Use replacement library functions to daemonize, rather than #ifdef hellH. Peter Anvin2007-01-151-4/+5
* When specifying includes, need to specify ALL includesH. Peter Anvin2007-01-081-1/+36
* Make sure we include <sys/socket.h> when checking for socklen_tH. Peter Anvin2007-01-081-3/+12
* Introduce socklen_t; detect non-local (e.g. broadcast) receive addressesH. Peter Anvin2006-10-041-4/+5
* Define _GNU_SOURCEPeter Anvin2005-10-131-2/+1
* Don't build empty libxtra; Solaris can't build an empty archivePeter Anvin2005-09-261-4/+8
* Fix handling of getopt variables.tftp-hpa-0.38hpa2004-09-031-0/+1
* Configuration fixeshpa2004-07-201-7/+4
* Handle the use of install-sh making sure we absolutize the path.hpa2004-01-151-0/+10
* Create a sensible solution to the libxtra path problem.hpa2004-01-141-3/+12
* Makefile/configure cleanups; prepare for releasetftp-hpa-0.35hpa2004-01-081-2/+2
* #include <sys/socket.h> if it exists;hpa2003-08-231-1/+4
* libreadline depends on libtermcap on newer glibc releases, at least...hpa2003-01-311-3/+7
* The original tftp code does a lot of aliasing.hpa2002-11-131-0/+1
* Cleanup of configure.in; update to version 0.30hpa2002-09-031-4/+3
* -> Clean up the use of autoconf macros a bit.hpa2001-11-291-2/+4
* More Cygwin compatibility work -- now actually WORKS!hpa2001-11-291-0/+1
* Use $(LN_S)hpa2001-11-271-0/+1
* Working on version 0.29.hpa2001-11-271-4/+6
* Add the -p option for using regular Unix permissions.hpa2001-11-171-0/+7
* Be paranoid about multiple inclusions (apparently some systems don't likehpa2001-11-161-0/+4
* Try to deal with severe AIX <inttypes.h> braindamagehpa2001-11-151-1/+2
* Add a few feature test macros to benefit Digital Unixhpa2001-11-151-0/+4
* Allow "readline" to be used even if "history" is unavailable...hpa2001-11-141-5/+4
* Move feature test macros into configure.in -> CFLAGS so we don'thpa2001-11-141-0/+18
* - Better parsing of the "connect" command (tftp).hpa2001-11-131-11/+29
* Clean up configure --help, add installation instructions.hpa2001-11-121-3/+3
* Add readline support in tftp client; some additional minor cleanups.hpa2001-11-121-0/+18
* Yet more portability hacks.hpa2001-11-121-0/+2
* Work around Solaris 8 braindamagehpa2001-11-121-0/+9
* Change "Define to 1" to "Define" to match what acheader useshpa2001-11-121-3/+3
* Major overhaul of the portability stuff; port to autoconf 2.52hpa2001-11-121-6/+30
* Even more portability work...hpa2001-11-121-1/+6
* Quote version IDtftp-hpa-0.21hpa2001-08-101-1/+1
* Requires autoconf 2.13; add revision IDhpa2001-08-101-0/+2
* Support "constipation" -- compile cleanly with -Wwrite-stringshpa2001-08-101-1/+1
* Cleanup the PA_HEADER_DEFINES() interface somewhat.hpa2001-08-091-1/+1
* Detect if IPPORT_TFTP is defined anywhere (may not be a macro, may behpa2001-08-091-13/+15
* Portability improvements.hpa2001-08-071-0/+1
* Portability improvements. Now compiles and works on Solaris 8, as wellhpa2001-08-031-4/+10
* Improve README file; set the default prefix to /usr; add debugging ofhpa2001-07-261-0/+1
* Fork before performing tcpwrappers check.hpa2001-07-201-0/+2