X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.in;h=938ef04d4d5f8706a5af5e5096393a72c77dd8e0;hb=3518dc689426fe6389d1dfe82094cd6f51603464;hp=ece5f03a4c3da5baef4e3b2fd5da16c70e5eca28;hpb=a0c8b536e17107f819a269a07ab89cbc9aea4c4d;p=ghc-hetmet.git diff --git a/configure.in b/configure.in index ece5f03..938ef04 100644 --- a/configure.in +++ b/configure.in @@ -416,7 +416,7 @@ AC_HEADER_STDC # dnl ** check for specific header (.h) files that we are interested in # -AC_CHECK_HEADERS(dirent.h fcntl.h grp.h malloc.h memory.h nlist.h pwd.h siginfo.h signal.h stdlib.h string.h sys/fault.h sys/file.h sys/mman.h sys/param.h sys/procfs.h sys/resource.h sys/signal.h sys/socket.h sys/stat.h sys/syscall.h sys/time.h sys/timeb.h sys/timers.h sys/times.h sys/types.h sys/utsname.h sys/vadvise.h sys/wait.h termios.h time.h types.h unistd.h utime.h vfork.h readline/readline.h bfd.h) +AC_CHECK_HEADERS(dirent.h fcntl.h grp.h malloc.h memory.h nlist.h pwd.h siginfo.h signal.h stdlib.h string.h sys/fault.h sys/file.h sys/mman.h sys/param.h sys/procfs.h sys/resource.h sys/signal.h sys/socket.h netinet/tcp.h sys/stat.h sys/syscall.h sys/time.h sys/timeb.h sys/timers.h sys/times.h sys/types.h sys/utsname.h sys/vadvise.h sys/wait.h termios.h time.h types.h unistd.h utime.h vfork.h readline/readline.h bfd.h) # dnl ** check if it is safe to include both and @@ -456,6 +456,9 @@ FPTOOLS_CHECK_ALIGNMENT(double) dnl ** do we have long longs? FPTOOLS_C_LONG_LONG +dnl ** can we open files in binary mode? +FPTOOLS_O_BINARY + # dnl ** check for specific library functions that we are interested in #