Skip to content

Commit

Permalink
New place to look for ftruncate proto.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.daimi.au.dk/svn/tpie/trunk@219 669acd26-ddd2-4139-9e68-486997aa639d
  • Loading branch information
Darren Vengroff committed May 20, 1997
1 parent 39b3621 commit 2196113
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tpie/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ dnl File: configure.in
dnl Author: Darren Erik Vengroff <darrenv@eecs.umich.edu>
dnl Created: 10/13/94
dnl
dnl $Id: configure.in,v 1.8 1995-03-25 14:05:37 darrenv Exp $
dnl $Id: configure.in,v 1.9 1997-05-20 22:04:59 vengroff Exp $
dnl
dnl Macro file for autoconfig for the TPIE system.
dnl
AC_PREREQ(2.0)
AC_INIT(include/ami.h)
AC_CONFIG_HEADER(include/config.h)
AC_REVISION($Revision: 1.8 $)dnl
AC_REVISION($Revision: 1.9 $)dnl
AC_PROG_CC
AC_PROG_CPP
AC_PROG_CXX
Expand Down Expand Up @@ -55,6 +55,7 @@ AC_HEADER_EGREP($1, $2,
dnl
AC_PROTOTYPE(mmap, sys/mman.h)
AC_PROTOTYPE(munmap, sys/mman.h)
AC_PROTOTYPE(ftruncate, unistd.h)
AC_PROTOTYPE(ftruncate, sys/types.h)
dnl
dnl How to check for perl and indent
Expand Down

0 comments on commit 2196113

Please sign in to comment.