pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-03-28
2003-03-28 01:26:14 by Martin Stjernholm <mast@lysator.liu.se>
da9b455c1bbd3359db8a3314d0fb499943a5ecf0 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Check size of off_t.
Rev: src/configure.in:1.710
1:
-
AC_REVISION("$Id: configure.in,v 1.
709
2003/03/
27
14
:
43
:
32
grubba
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
710
2003/03/
28
01
:
26
:
14
mast
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
2437:
AC_MY_CHECK_TYPE(time_t,INT32) AC_MY_CHECK_TYPE(pri_t, short)
+
AC_CHECK_SIZEOF(off_t, 4)
+
if test "x$with_long_double_precision" = x -a \ "x$with_double_precision" = x ; then # Choose the longest available float that fits in a pointer.