mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-11 11:44:03 +02:00
Final fixes for struct statfs.f_fstypename checks (OpenBSD). (#521045)
2008-03-20 Alexander Larsson <alexl@redhat.com> * configure.in: Final fixes for struct statfs.f_fstypename checks (OpenBSD). (#521045) Patch from ephraim_owns@hotmail.com svn path=/trunk/; revision=6746
This commit is contained in:
committed by
Alexander Larsson
parent
4abad5861e
commit
6d1e6c60d0
@@ -1,3 +1,9 @@
|
|||||||
|
2008-03-20 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
Final fixes for struct statfs.f_fstypename checks (OpenBSD). (#521045)
|
||||||
|
Patch from ephraim_owns@hotmail.com
|
||||||
|
|
||||||
2008-03-19 Tor Lillqvist <tml@novell.com>
|
2008-03-19 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
Bug 523298 - win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
|
Bug 523298 - win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
|
||||||
|
@@ -824,13 +824,13 @@ AC_CHECK_HEADERS([mntent.h sys/mnttab.h sys/vfstab.h sys/mntctl.h sys/sysctl.h f
|
|||||||
|
|
||||||
# check for structure fields
|
# check for structure fields
|
||||||
AC_CHECK_MEMBERS([struct stat.st_mtimensec, struct stat.st_mtim.tv_nsec, struct stat.st_atimensec, struct stat.st_atim.tv_nsec, struct stat.st_ctimensec, struct stat.st_ctim.tv_nsec])
|
AC_CHECK_MEMBERS([struct stat.st_mtimensec, struct stat.st_mtim.tv_nsec, struct stat.st_atimensec, struct stat.st_atim.tv_nsec, struct stat.st_ctimensec, struct stat.st_ctim.tv_nsec])
|
||||||
AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_blocks, struct statfs.f_fstypename], [#include <sys/types.h>
|
AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_blocks, struct statfs.f_fstypename],,, [#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#ifdef HAVE_PARAM_H
|
#ifdef HAVE_SYS_PARAM_H
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_MOUNT_H
|
#ifdef HAVE_SYS_MOUNT_H
|
||||||
#include <sys/mount.h>
|
#include <sys/mount.h>
|
||||||
#endif])
|
#endif])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user