Skip to content
Snippets Groups Projects
Commit fde918fe authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added checks for various filesystem stat functions.

Rev: src/modules/files/configure.in:1.19
parent 105ca9cf
No related branches found
No related tags found
No related merge requests found
......@@ -3,13 +3,13 @@ AC_CONFIG_HEADER(file_machine.h)
sinclude(../module_configure.in)
AC_HAVE_HEADERS(arpa/inet.h sys/socketvar.h netinet/in.h \
sys/socket.h sys/stream.h sys/protosw.h netdb.h)
AC_HAVE_HEADERS(arpa/inet.h sys/socketvar.h netinet/in.h sys/mount.h ustat.h\
sys/socket.h sys/stream.h sys/protosw.h netdb.h sys/statvfs.h sys/vfs.h)
AC_HEADER_DIRENT
AC_CHECK_LIB(bind, __inet_ntoa)
AC_CHECK_LIB(socket, socket)
AC_HAVE_FUNCS(getwd perror fork1 readdir_r)
AC_HAVE_FUNCS(getwd perror fork1 readdir_r statvfs statfs ustat)
if test x$ac_cv_func_readdir_r = xyes ; then
AC_MSG_CHECKING(if readdir_r takes 2(Solaris & HPUX) or 3(Posix) arguments)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment