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:
23
acconfig.h
23
acconfig.h
@@ -45,6 +45,26 @@
|
|||||||
/* Define this if you have a struct sockaddr_in6 */
|
/* Define this if you have a struct sockaddr_in6 */
|
||||||
#undef HAVE_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 */
|
/* define if you have h_errno */
|
||||||
#undef HAVE_H_ERRNO
|
#undef HAVE_H_ERRNO
|
||||||
|
|
||||||
@@ -138,6 +158,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
|
|||||||
|
|
||||||
/* telnet stuff ----------------------------------------------- */
|
/* telnet stuff ----------------------------------------------- */
|
||||||
|
|
||||||
|
/* define this for OTP support */
|
||||||
|
#undef OTP
|
||||||
|
|
||||||
/* define this if you have kerberos 4 */
|
/* define this if you have kerberos 4 */
|
||||||
#undef KRB4
|
#undef KRB4
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user