diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2008-12-08 01:31:28 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2008-12-08 01:31:28 -0500 |
commit | fe7fe1904f61ce9b03d28f34640687d887cca01c (patch) | |
tree | d34e27795f9e1ac515c64f2f0e77d63534e60fd8 /configure.in | |
parent | 711a9d1b98ce96d750833e0782afad12c3cfb286 (diff) | |
download | lynx-snapshots-fe7fe1904f61ce9b03d28f34640687d887cca01c.tar.gz |
snapshot of project "lynx", label v2-8-7dev_10c
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 53a829bb..ee45be33 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.170 2008/09/21 23:26:29 tom Exp $ +dnl $LynxId: configure.in,v 1.171 2008/09/23 22:39:58 tom Exp $ dnl dnl Process this file with autoconf to produce a configure script. dnl @@ -717,6 +717,7 @@ AC_TYPE_MODE_T CF_CHECK_TYPE(socklen_t, int, [#include <sys/socket.h>]) CF_TM_GMTOFF +AC_CHECK_SIZEOF(long,4) AC_CHECK_SIZEOF(off_t,4) AC_CHECK_SIZEOF(time_t,4) |