/[hydra]/hydra/configure.in
ViewVC logotype

Diff of /hydra/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.34 by nmav, Sat Nov 16 19:29:58 2002 UTC revision 1.34.2.1 by nmav, Sat Dec 14 08:50:24 2002 UTC
# Line 6  AC_INIT Line 6  AC_INIT
6    
7  AC_CANONICAL_HOST  AC_CANONICAL_HOST
8    
9  SERVER_VERSION="0.1.0"  SERVER_VERSION="0.1.1"
10  AC_DEFINE_UNQUOTED(SERVER_VERSION, "$SERVER_VERSION", [Version of Hydra])  AC_DEFINE_UNQUOTED(SERVER_VERSION, "$SERVER_VERSION", [Version of Hydra])
11  AC_DEFINE_UNQUOTED(SERVER_NAME, "Hydra", [Name of the server])  AC_DEFINE_UNQUOTED(SERVER_NAME, "Hydra", [Name of the server])
12    
# Line 41  AC_CHECK_TYPE( off_t, Line 41  AC_CHECK_TYPE( off_t,
41    AC_DEFINE( HAVE_OFF_T, 1, [have off_t type]),,    AC_DEFINE( HAVE_OFF_T, 1, [have off_t type]),,
42  )  )
43    
44  use_long_offsets=no  use_long_offsets=yes
45  AC_MSG_CHECKING([whether to enable long offsets usage])  AC_MSG_CHECKING([whether to enable long offsets usage])
46  AC_ARG_ENABLE(long-offsets,  AC_ARG_ENABLE(long-offsets,
47   [  --enable-long-offsets   enable the use of long (64bit) offsets in 32 bit systems],   [  --disable-long-offsets  disable the use of long (64bit) offsets in 32 bit systems],
48   [   [
49     if test "$enableval" = "no" ; then     if test "$enableval" = "no" ; then
50       use_long_offsets=no       use_long_offsets=no

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.34.2.1

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26