* gssapiP_generic.h: If not on a Mac or under Dos, and stdlib.h
authorEzra Peisach <epeisach@mit.edu>
Fri, 2 Aug 1996 17:39:48 +0000 (17:39 +0000)
committerEzra Peisach <epeisach@mit.edu>
Fri, 2 Aug 1996 17:39:48 +0000 (17:39 +0000)
commit5b9b99fb0ae4b938371622bcc3c01e30d4bb35b9
tree3b047f6ffca52b0a4231ffb9f6cae0e4522378e3
parenta98113771e48fde82f0475bdea14add78efecbbe
* gssapiP_generic.h: If not on a Mac or under Dos, and stdlib.h
exists, include it.

* configure.in: Check for stdlib.h

This cleans up many warnings on the Alpha as malloc is not previously
declared. In Beta-6, gssapiP_generic.h always included k5-int.h (which
included stdlib.h). Now, only the DOS and Mac platforms include k5-int.h
so we need to include stdlib.h if present.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8895 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/gssapi/generic/ChangeLog
src/lib/gssapi/generic/configure.in
src/lib/gssapi/generic/gssapiP_generic.h