ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/configure.ac
(Generate patch)

Comparing deliantra/server/configure.ac (file contents):
Revision 1.77 by root, Sun Jun 10 02:51:45 2007 UTC vs.
Revision 1.79 by root, Sun Jun 10 04:44:20 2007 UTC

146AC_SUBST(PERLLIB) 146AC_SUBST(PERLLIB)
147AC_SUBST(PERLFLAGS) 147AC_SUBST(PERLFLAGS)
148AC_SUBST(PERLPRIVLIBEXP) 148AC_SUBST(PERLPRIVLIBEXP)
149AC_SUBST(PERL) 149AC_SUBST(PERL)
150 150
151AC_PROG_LIBTOOL 151dnl AC_PROG_LIBTOOL
152AC_PROG_RANLIB
152 153
153AC_CHECK_HEADERS(execinfo.h) 154AC_CHECK_HEADERS(execinfo.h)
154AC_CHECK_FUNCS(backtrace) 155AC_CHECK_FUNCS(backtrace)
155 156
156dnl check for some other programs 157dnl check for some other programs
176 int fd; 177 int fd;
177 struct tcp_info tcpi; 178 struct tcp_info tcpi;
178 socklen_t len = sizeof (tcpi); 179 socklen_t len = sizeof (tcpi);
179 getsockopt (fd, IPPROTO_TCP, TCP_INFO, &tcpi, &len); 180 getsockopt (fd, IPPROTO_TCP, TCP_INFO, &tcpi, &len);
180 fd = 0 181 fd = 0
182 + tcpi.tcpi_snd_mss
181 + tcpi.tcpi_rtt 183 + tcpi.tcpi_rtt
182 + tcpi.tcpi_rttvar 184 + tcpi.tcpi_rttvar
183 + tcpi.tcpi_last_ack_recv 185 + tcpi.tcpi_last_ack_recv
184 + tcpi.tcpi_last_data_sent 186 + tcpi.tcpi_last_data_sent
185 + tcpi.tcpi_unacked; 187 + tcpi.tcpi_unacked;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines