From 62e82e036ccb9c4b16460c9b2f65d127ebca5fd5 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 29 Oct 1997 01:07:58 +0000 Subject: [PATCH] prototype compat definitions OTP git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3687 ec53bebd-3082-4978-b11e-865c3cabbd6b --- acconfig.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/acconfig.h b/acconfig.h index 507f7f64f..67c55a358 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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