From bac1d08e831a0d1d8592f4007d033bb3efae532c Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 24 Nov 1998 13:43:21 +0000 Subject: [PATCH] HAVE_STRUCT_SPWD, HAVE_ENVIRON_DECLARATION git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5249 ec53bebd-3082-4978-b11e-865c3cabbd6b --- acconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/acconfig.h b/acconfig.h index 56f6d5731..7b00471ef 100644 --- a/acconfig.h +++ b/acconfig.h @@ -103,6 +103,9 @@ /* define if you need a declaration for optopt */ #undef HAVE_OPTOPT_DECLARATION +/* define if you need a declaration for environ */ +#undef HAVE_ENVIRON_DECLARATION + /* define if you need a declaration for __progname */ #undef HAVE___PROGNAME_DECLARATION @@ -142,6 +145,9 @@ /* Define this if you have a variable `timezone' */ #undef HAVE_TIMEZONE +/* Define this if you have a struct spwd */ +#undef HAVE_STRUCT_SPWD + /* Define this if struct winsize is declared in sys/termios.h */ #undef HAVE_STRUCT_WINSIZE