From 3bc9ce394561eaa2d4cb16cb0e8ec3afa62bc212 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Mon, 14 Jan 2002 23:28:58 +0000 Subject: configure.in (_LARGEFILE_SOURCE): AC_DEFINE. 2002-01-14 John David Anglin * libI77/configure.in (_LARGEFILE_SOURCE): AC_DEFINE. * libI77/configure: Rebuilt. * libI77/config.h.in: Rebuilt. From-SVN: r48853 --- libf2c/libI77/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libf2c/libI77/configure.in') diff --git a/libf2c/libI77/configure.in b/libf2c/libI77/configure.in index a5bcfe7..3998002 100644 --- a/libf2c/libI77/configure.in +++ b/libf2c/libI77/configure.in @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -# Copyright (C) 1995, 1997, 1998, 2001 Free Software Foundation, Inc. +# Copyright (C) 1995, 1997, 1998, 2001, 2002 Free Software Foundation, Inc. # Contributed by Dave Love (d.love@dl.ac.uk). # #This file is part of GNU Fortran. @@ -31,6 +31,7 @@ AC_DEFINE(_XOPEN_SOURCE_EXTENDED, 1, [Get Single Unix Specification semantics]) # The following is needed by Solaris2.5.1 so that struct timeval is declared. AC_DEFINE(__EXTENSIONS__, 1, [Solaris extensions]) AC_DEFINE(_FILE_OFFSET_BITS, 64, [Get 64-bit file size support]) +AC_DEFINE(_LARGEFILE_SOURCE, 1, [Define for HP-UX ftello and fseeko extension.]) dnl Checks for programs. -- cgit v1.1