prototype compat definitions

OTP


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3687 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-10-29 01:07:58 +00:00
parent 0af9a867ca
commit 62e82e036c

View File

@@ -45,6 +45,26 @@
/* Define this if you have a struct sockaddr_in6 */
#undef HAVE_STRUCT_SOCKADDR_IN6
/* define if prototype of gethostbyname is compatible with
`struct hostent *gethostbyname(const char *)
*/
#undef GETHOSTBYNAME_PROTO_COMPATIBLE
/* define if prototype of gethostbyaddr is compatible with
`struct hostent *gethostbyaddr(const void *, size_t, int)
*/
#undef GETHOSTBYADDR_PROTO_COMPATIBLE
/* define if prototype of getservbyname is compatible with
`struct servent *getservbyname(const char *, const char *)
*/
#undef GETSERVBYNAME_PROTO_COMPATIBLE
/* define if prototype of openlog is compatible with
`void open(const char *, int, int)'
*/
#undef OPENLOG_PROTO_COMPATIBLE
/* define if you have h_errno */
#undef HAVE_H_ERRNO
@@ -138,6 +158,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
/* telnet stuff ----------------------------------------------- */
/* define this for OTP support */
#undef OTP
/* define this if you have kerberos 4 */
#undef KRB4