K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1998-06-03T07:21:03.000000Z
K 7
svn:log
V 1018
include/clibrary.h.in:
	- From: "Francis Swasey" <fswasey@btv.ibm.com>
	- There are two sets of patches attached to this note to make the AIX
	  xlC compiler and make happy with inn.

	- The first fixes the last of the compile errors in innfeed, innd, and
	  nnrpd.  innfeed's misc.c was not including time.h which defines ctime
	  to be "char *" so the compiler would complain about using the output
	  of ctime where a "char *" was expected.  There are also numerous
	  places in innd's lc.c, rc.c; nnrpd's nnrpd.c; and innfeed's connect.c
	  and endpoint.c where the last parameter to accept, getsockopts, etc
	  is a "size_t *" on AIX, but was being passed as an "int *" so I've
	  added #if define's to handle that case.
	- #if defined(_AIX41) is moved to clibrary.h (kondou@nec.co.jp)

	- The second set of patches removes the "CFLAGS +=" from the Makefiles,
	  so gnu make is not required -- I finally gave up and changed it after
	  site/do_subst.sh called AIX's make and passed a "-w" flag under gnu
	  make.

END
