bind9/lib
David Lawrence 0307846c71 AIX does not define NAME_MAX or PATH_MAX by default. It would either
need a special cpp macro like _XPG4 defined or the name buffer would
need to be dynamically allocated based on pathconf(), which is
undesirably complicated.  Instead 255 is used as a suitably sized NAME_MAX
and 1024 in place of PATH_MAX.
1999-10-01 01:12:04 +00:00
..
dns use AR, ARFLAGS, O and A macros 1999-09-30 20:10:31 +00:00
isc AIX does not define NAME_MAX or PATH_MAX by default. It would either 1999-10-01 01:12:04 +00:00
tests use AR, ARFLAGS, O and A macros 1999-09-30 20:10:31 +00:00
.cvsignore add .cvsignore files 1998-12-11 21:09:59 +00:00
Makefile.in basic test support 1999-05-01 01:41:14 +00:00