From 79aadea1337dac1df3de01e14ea9aa934c467586 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 15 Feb 1999 21:00:13 +0000 Subject: [PATCH] update with configure.in git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5362 ec53bebd-3082-4978-b11e-865c3cabbd6b --- acconfig.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/acconfig.h b/acconfig.h index 89f90f07d..02fb6dde2 100644 --- a/acconfig.h +++ b/acconfig.h @@ -123,6 +123,9 @@ /* define if the system is missing a prototype for strtok_r() */ #undef NEED_STRTOK_R_PROTO +/* define if the system is missing a prototype for getusershell() */ +#undef NEED_GETUSERSHELL_PROTO + /* define if the system is missing a prototype for strtok_r() */ #undef NEED_HSTRERROR_PROTO @@ -144,6 +147,15 @@ /* define if the system is missing a prototype for vasprintf() */ #undef NEED_VASPRINTF_PROTO +/* define if the system is missing a prototype for gethostname() */ +#undef NEED_GETHOSTNAME_PROTO + +/* define if the system is missing a prototype for inet_aton() */ +#undef NEED_INET_ATON_PROTO + +/* define if the system is missing a prototype for mkstemp() */ +#undef NEED_MKSTEMP_PROTO + /* Define this if your `struct tm' has a field `tm_gmtoff' */ #undef HAVE_STRUCT_TM_TM_GMTOFF