Karsten Keil
7fe0fb941c
IPv6 infrastructure support
...
Add autoconf rules to detect IPv6 availability and some of the neeeded
support functions. Add stubs for getaddrinfo and inet_ntop.
You can disable IPv6 at compile time with
./configure --without-ipv6
Signed-off-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2008-07-23 14:24:19 -04:00
H. Peter Anvin
40e20cc4a5
Remove workaround for autoconf 2.52
...
Remove obsolete workaround for autoconf 2.52 -- we don't support that
version of autoconf anymore.
2008-07-22 14:53:30 -04:00
H. Peter Anvin
80f86e5a04
Get rid of $Id$ tags and update copyright dates
2007-01-30 16:01:24 -08:00
hpa
b38a61cf70
Fixes to help tru64
2004-01-05 19:41:42 +00:00
hpa
60707444d7
Correct handing of "struct in_pktinfo"
2002-01-05 22:49:46 +00:00
hpa
64ae5fda79
-> Clean up the use of autoconf macros a bit.
...
-> Always pass O_TEXT/O_BINARY and "t"/"b" respectively, as appropriate.
2001-11-29 22:02:52 +00:00
hpa
3d401fa4c9
Be paranoid about multiple inclusions (apparently some systems don't like
...
it for certain header files.) Be a little bit more careful in setting
up the standard environment in config.h. This is AIX portability work.
2001-11-16 20:15:27 +00:00
hpa
818a5408bd
Try to deal with severe AIX <inttypes.h> braindamage
2001-11-15 22:29:51 +00:00
hpa
949773c2df
Change "Define to 1" to "Define" to match what acheader uses
2001-11-12 10:04:31 +00:00
hpa
2c31169f57
Major overhaul of the portability stuff; port to autoconf 2.52
2001-11-12 10:03:04 +00:00
hpa
3df5c1f25c
Even more portability work...
2001-11-12 06:46:56 +00:00
hpa
1e6fa366d1
Cleanup the PA_HEADER_DEFINES() interface somewhat.
2001-08-09 06:42:18 +00:00
hpa
a0db7c057b
Detect if IPPORT_TFTP is defined anywhere (may not be a macro, may be
...
an enum.)
2001-08-09 06:19:00 +00:00
hpa
5ed924bce2
Solaris need #define _XPG4_2 for recvmsg()
2001-08-03 04:03:40 +00:00
hpa
6b1cb87881
Need <netinet/in.h> to test for struct msghdr
2001-08-03 03:40:35 +00:00
hpa
6f61e9935c
Fix definition of PA_STRUCT_IN_PKTINFO
2001-04-23 20:02:30 +00:00
hpa
6c5cce691c
Further fixes to configuration system; don't put configure in CVS.
2001-04-23 19:59:22 +00:00
hpa
772b990b91
Allow compilation without tcpwrappers.
2001-04-23 19:30:26 +00:00
hpa
7eb7968b74
Clean up the Makefile handling of autoconf files; add check for
...
tcpwrappers.
2001-04-23 05:40:39 +00:00
hpa
c92bf0f3d4
More merging mania...
2001-03-30 01:30:49 +00:00
hpa
7a15e40374
Fix massive lossage: 0.15 based on an outdated repository!!!
2001-03-30 01:08:12 +00:00
hpa
09f975fa4c
Initial revision
1999-09-26 06:32:41 +00:00