check for environ and `struct spwd'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5237 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-11-22 11:25:00 +00:00
parent 48fec186cf
commit c4c6fdb22b

View File

@@ -502,6 +502,8 @@ AC_CHECK_DECLARATION([#include <stdlib.h>], optind)
AC_CHECK_DECLARATION([#include <stdlib.h>], opterr)
AC_CHECK_DECLARATION([#include <stdlib.h>], optopt)
AC_CHECK_DECLARATION([#include <stdlib.h>], environ)
dnl
dnl Check for fields in struct utmp
dnl
@@ -522,6 +524,12 @@ dnl
AC_KRB_STRUCT_WINSIZE
dnl
dnl Check for struct spwd
dnl
AC_KRB_STRUCT_SPWD
dnl
dnl Check for sa_len in struct sockaddr
dnl