Skip to content

Commit

Permalink
* configure.in: Add checks for getdomainname and setdomainname.
Browse files Browse the repository at this point in the history
svn path=/trunk/mono/; revision=38278
  • Loading branch information
Jonathan Pryor committed Jan 3, 2005
1 parent a7693d9 commit f350df0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2005-01-03 Jonathan Pryor <[email protected]>

* configure.in: Add checks for getdomainname and setdomainname.

2005-01-03 Jonathan Pryor <[email protected]>

* configure.in: Add checks for <fstab.h> and <sys/vfstab.h>.
Expand Down
2 changes: 2 additions & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,8 @@ if test x$platform_win32 = xno; then
AC_CHECK_HEADERS(sys/sendfile.h)
AC_CHECK_HEADERS(sys/statvfs.h)
AC_CHECK_HEADERS(sys/vfstab.h)
AC_CHECK_FUNCS(getdomainname)
AC_CHECK_FUNCS(setdomainname)
AC_CHECK_FUNCS(fgetgrent)
AC_CHECK_FUNCS(fgetpwent)
AC_CHECK_FUNCS(fgetpwent)
Expand Down

0 comments on commit f350df0

Please sign in to comment.