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

Added check for sys/file.h.

Rev: src/modules/files/configure.in:1.44
parent 7072ec78
No related branches found
No related tags found
No related merge requests found
# $Id: configure.in,v 1.43 1998/03/28 13:59:09 grubba Exp $ # $Id: configure.in,v 1.44 1998/05/01 15:41:34 grubba Exp $
AC_INIT(file.c) AC_INIT(file.c)
AC_CONFIG_HEADER(file_machine.h) AC_CONFIG_HEADER(file_machine.h)
...@@ -7,7 +7,7 @@ sinclude(../module_configure.in) ...@@ -7,7 +7,7 @@ sinclude(../module_configure.in)
AC_HAVE_HEADERS(sys/types.h arpa/inet.h sys/socketvar.h netinet/in.h \ AC_HAVE_HEADERS(sys/types.h arpa/inet.h sys/socketvar.h netinet/in.h \
sys/mount.h ustat.h sys/statfs.h sys/statvfs.h sys/vfs.h sys/param.h \ sys/mount.h ustat.h sys/statfs.h sys/statvfs.h sys/vfs.h sys/param.h \
sys/socket.h sys/stream.h sys/protosw.h netdb.h sys/sysproto.h winsock.h \ sys/socket.h sys/stream.h sys/protosw.h netdb.h sys/sysproto.h winsock.h \
direct.h sys/wait.h process.h) direct.h sys/wait.h process.h sys/file.h)
AC_HEADER_DIRENT AC_HEADER_DIRENT
AC_CHECK_LIB(bind, __inet_ntoa) AC_CHECK_LIB(bind, __inet_ntoa)
AC_CHECK_LIB(socket, socket) AC_CHECK_LIB(socket, socket)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment