1 diff -d /home/vicente/tomatoraf/release/src-rt/router/nocat/aclocal.m4 /home/vicente/nocat/aclocal.m4
3 < # generated automatically by aclocal 1.8.3 -*- Autoconf -*-
5 > # generated automatically by aclocal 1.9.5 -*- Autoconf -*-
7 < # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
8 < # Free Software Foundation, Inc.
10 > # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
11 > # 2005 Free Software Foundation, Inc.
13 < AC_DEFUN(AM_PATH_GLIB,
15 > AC_DEFUN([AM_PATH_GLIB],
18 < # Copyright (C) 2002, 2003 Free Software Foundation, Inc.
19 < # Generated from amversion.in; do not edit by hand.
21 < # This program is free software; you can redistribute it and/or modify
22 < # it under the terms of the GNU General Public License as published by
23 < # the Free Software Foundation; either version 2, or (at your option)
24 < # any later version.
26 < # This program is distributed in the hope that it will be useful,
27 < # but WITHOUT ANY WARRANTY; without even the implied warranty of
28 < # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 < # GNU General Public License for more details.
31 < # You should have received a copy of the GNU General Public License
32 < # along with this program; if not, write to the Free Software
33 < # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
35 > # Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
37 > # This file is free software; the Free Software Foundation
38 > # gives unlimited permission to copy and/or distribute it,
39 > # with or without modifications, as long as this notice is preserved.
41 < AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8"])
43 > AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
45 < [AM_AUTOMAKE_VERSION([1.8.3])])
49 < # Copyright (C) 2001, 2003 Free Software Foundation, Inc.
51 < # This program is free software; you can redistribute it and/or modify
52 < # it under the terms of the GNU General Public License as published by
53 < # the Free Software Foundation; either version 2, or (at your option)
54 < # any later version.
56 > [AM_AUTOMAKE_VERSION([1.9.5])])
58 < # This program is distributed in the hope that it will be useful,
59 < # but WITHOUT ANY WARRANTY; without even the implied warranty of
60 < # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
61 < # GNU General Public License for more details.
63 > # AM_AUX_DIR_EXPAND -*- Autoconf -*-
65 < # You should have received a copy of the GNU General Public License
66 < # along with this program; if not, write to the Free Software
67 < # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
70 > # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
72 > # This file is free software; the Free Software Foundation
73 > # gives unlimited permission to copy and/or distribute it,
74 > # with or without modifications, as long as this notice is preserved.
76 < # AM_CONDITIONAL -*- Autoconf -*-
78 < # Copyright (C) 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
80 < # This program is free software; you can redistribute it and/or modify
81 < # it under the terms of the GNU General Public License as published by
82 < # the Free Software Foundation; either version 2, or (at your option)
83 < # any later version.
85 < # This program is distributed in the hope that it will be useful,
86 < # but WITHOUT ANY WARRANTY; without even the implied warranty of
87 < # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
88 < # GNU General Public License for more details.
90 > # AM_CONDITIONAL -*- Autoconf -*-
92 < # You should have received a copy of the GNU General Public License
93 < # along with this program; if not, write to the Free Software
94 < # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
97 > # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
98 > # Free Software Foundation, Inc.
100 > # This file is free software; the Free Software Foundation
101 > # gives unlimited permission to copy and/or distribute it,
102 > # with or without modifications, as long as this notice is preserved.
108 < AC_MSG_ERROR([conditional "$1" was never defined.
109 < Usually this means the macro was only invoked conditionally.])
111 > AC_MSG_ERROR([[conditional "$1" was never defined.
112 > Usually this means the macro was only invoked conditionally.]])
114 < # serial 7 -*- Autoconf -*-
116 < # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
118 > # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
121 > # This file is free software; the Free Software Foundation
122 > # gives unlimited permission to copy and/or distribute it,
123 > # with or without modifications, as long as this notice is preserved.
125 < # This program is free software; you can redistribute it and/or modify
126 < # it under the terms of the GNU General Public License as published by
127 < # the Free Software Foundation; either version 2, or (at your option)
128 < # any later version.
130 < # This program is distributed in the hope that it will be useful,
131 < # but WITHOUT ANY WARRANTY; without even the implied warranty of
132 < # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
133 < # GNU General Public License for more details.
135 < # You should have received a copy of the GNU General Public License
136 < # along with this program; if not, write to the Free Software
137 < # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
145 < # (even with -Werror). So we grep stderr for any message
146 < # that says an option was ignored.
147 < if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
149 > # or remarks (even with -Werror). So we grep stderr for any message
150 > # that says an option was ignored or not supported.
151 > # When given -MP, icc 7.0 and 7.1 complain thusly:
152 > # icc: Command line warning: ignoring option '-M'; no argument required
153 > # The diagnosis changed in icc 8.0:
154 > # icc: Command line remark: option '-MP' not supported
155 > if (grep 'ignoring option' conftest.err ||
156 > grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
158 < # Generate code to set up dependency tracking. -*- Autoconf -*-
160 < # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
162 < # This program is free software; you can redistribute it and/or modify
163 < # it under the terms of the GNU General Public License as published by
164 < # the Free Software Foundation; either version 2, or (at your option)
165 < # any later version.
167 < # This program is distributed in the hope that it will be useful,
168 < # but WITHOUT ANY WARRANTY; without even the implied warranty of
169 < # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
170 < # GNU General Public License for more details.
172 > # Generate code to set up dependency tracking. -*- Autoconf -*-
174 < # You should have received a copy of the GNU General Public License
175 < # along with this program; if not, write to the Free Software
176 < # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
179 > # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
180 > # Free Software Foundation, Inc.
182 > # This file is free software; the Free Software Foundation
183 > # gives unlimited permission to copy and/or distribute it,
184 > # with or without modifications, as long as this notice is preserved.
190 < grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue
191 < # Extract the definition of DEP_FILES from the Makefile without
194 > # Extract the definition of DEPDIR, am__include, and am__quote
195 > # from the Makefile without running `make'.
197 > am__include=`sed -n 's/^am__include = //p' < "$mf"`
198 > test -z "am__include" && continue
199 > am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
201 < test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
202 < # We invoke sed twice because it is the simplest approach to
203 < # changing $(DEPDIR) to its actual value in the expansion.
204 < for file in `sed -n '
205 < /^DEP_FILES = .*\\\\$/ {
214 < /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
216 > # Find all dependency output files, they are included files with
217 > # $(DEPDIR) in their names. We invoke sed twice because it is the
218 > # simplest approach to changing $(DEPDIR) to its actual value in the
220 > for file in `sed -n "
221 > s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
223 < # Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
225 < # Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
227 < # This program is free software; you can redistribute it and/or modify
228 < # it under the terms of the GNU General Public License as published by
229 < # the Free Software Foundation; either version 2, or (at your option)
230 < # any later version.
232 < # This program is distributed in the hope that it will be useful,
233 < # but WITHOUT ANY WARRANTY; without even the implied warranty of
234 < # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
235 < # GNU General Public License for more details.
237 < # You should have received a copy of the GNU General Public License
238 < # along with this program; if not, write to the Free Software
239 < # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
242 > # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
243 > # Free Software Foundation, Inc.
245 > # This file is free software; the Free Software Foundation
246 > # gives unlimited permission to copy and/or distribute it,
247 > # with or without modifications, as long as this notice is preserved.
253 < # Do all the work for Automake. -*- Autoconf -*-
255 < # This macro actually does too much some checks are only needed if
256 < # your package does certain things. But this isn't really a big deal.
258 > # Do all the work for Automake. -*- Autoconf -*-
260 < # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
262 > # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
265 > # This file is free software; the Free Software Foundation
266 > # gives unlimited permission to copy and/or distribute it,
267 > # with or without modifications, as long as this notice is preserved.
269 < # This program is free software; you can redistribute it and/or modify
270 < # it under the terms of the GNU General Public License as published by
271 < # the Free Software Foundation; either version 2, or (at your option)
272 < # any later version.
274 < # This program is distributed in the hope that it will be useful,
275 < # but WITHOUT ANY WARRANTY; without even the implied warranty of
276 < # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
277 < # GNU General Public License for more details.
279 < # You should have received a copy of the GNU General Public License
280 < # along with this program; if not, write to the Free Software
281 < # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
288 > # This macro actually does too much. Some checks are only needed if
289 > # your package does certain things. But this isn't really a big deal.
291 < AM_MISSING_PROG(AMTAR, tar)
295 > _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
296 > [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
297 > [_AM_PROG_TAR([v7])])])
299 > # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
301 > # This file is free software; the Free Software Foundation
302 > # gives unlimited permission to copy and/or distribute it,
303 > # with or without modifications, as long as this notice is preserved.
307 < # Copyright (C) 2001, 2003 Free Software Foundation, Inc.
309 < # This program is free software; you can redistribute it and/or modify
310 < # it under the terms of the GNU General Public License as published by
311 < # the Free Software Foundation; either version 2, or (at your option)
312 < # any later version.
314 < # This program is distributed in the hope that it will be useful,
315 < # but WITHOUT ANY WARRANTY; without even the implied warranty of
316 < # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
317 < # GNU General Public License for more details.
319 < # You should have received a copy of the GNU General Public License
320 < # along with this program; if not, write to the Free Software
321 < # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
326 < # Copyright (C) 2003 Free Software Foundation, Inc.
328 < # This program is free software; you can redistribute it and/or modify
329 < # it under the terms of the GNU General Public License as published by
330 < # the Free Software Foundation; either version 2, or (at your option)
331 < # any later version.
333 < # This program is distributed in the hope that it will be useful,
334 < # but WITHOUT ANY WARRANTY; without even the implied warranty of
335 < # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
336 < # GNU General Public License for more details.
338 < # You should have received a copy of the GNU General Public License
339 < # along with this program; if not, write to the Free Software
340 < # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
343 > # Copyright (C) 2003, 2005 Free Software Foundation, Inc.
345 > # This file is free software; the Free Software Foundation
346 > # gives unlimited permission to copy and/or distribute it,
347 > # with or without modifications, as long as this notice is preserved.
353 < # Add --enable-maintainer-mode option to configure.
355 > # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
357 < # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004
359 > # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
362 > # This file is free software; the Free Software Foundation
363 > # gives unlimited permission to copy and/or distribute it,
364 > # with or without modifications, as long as this notice is preserved.
366 < # This program is free software; you can redistribute it and/or modify
367 < # it under the terms of the GNU General Public License as published by
368 < # the Free Software Foundation; either version 2, or (at your option)
369 < # any later version.
371 < # This program is distributed in the hope that it will be useful,
372 < # but WITHOUT ANY WARRANTY; without even the implied warranty of
373 < # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
374 < # GNU General Public License for more details.
376 < # You should have received a copy of the GNU General Public License
377 < # along with this program; if not, write to the Free Software
378 < # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
385 < # Check to see how 'make' treats includes. -*- Autoconf -*-
387 < # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
389 < # This program is free software; you can redistribute it and/or modify
390 < # it under the terms of the GNU General Public License as published by
391 < # the Free Software Foundation; either version 2, or (at your option)
392 < # any later version.
394 < # This program is distributed in the hope that it will be useful,
395 < # but WITHOUT ANY WARRANTY; without even the implied warranty of
396 < # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
397 < # GNU General Public License for more details.
399 > # Check to see how 'make' treats includes. -*- Autoconf -*-
401 < # You should have received a copy of the GNU General Public License
402 < # along with this program; if not, write to the Free Software
403 < # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
406 > # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
408 > # This file is free software; the Free Software Foundation
409 > # gives unlimited permission to copy and/or distribute it,
410 > # with or without modifications, as long as this notice is preserved.
419 < # Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
421 < # This program is free software; you can redistribute it and/or modify
422 < # it under the terms of the GNU General Public License as published by
423 < # the Free Software Foundation; either version 2, or (at your option)
424 < # any later version.
426 < # This program is distributed in the hope that it will be useful,
427 < # but WITHOUT ANY WARRANTY; without even the implied warranty of
428 < # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
429 < # GNU General Public License for more details.
431 > # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
433 < # You should have received a copy of the GNU General Public License
434 < # along with this program; if not, write to the Free Software
435 < # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
438 > # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
439 > # Free Software Foundation, Inc.
441 > # This file is free software; the Free Software Foundation
442 > # gives unlimited permission to copy and/or distribute it,
443 > # with or without modifications, as long as this notice is preserved.
449 > # Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
451 > # This file is free software; the Free Software Foundation
452 > # gives unlimited permission to copy and/or distribute it,
453 > # with or without modifications, as long as this notice is preserved.
457 < # Copyright (C) 2003, 2004 Free Software Foundation, Inc.
459 < # This program is free software; you can redistribute it and/or modify
460 < # it under the terms of the GNU General Public License as published by
461 < # the Free Software Foundation; either version 2, or (at your option)
462 < # any later version.
464 < # This program is distributed in the hope that it will be useful,
465 < # but WITHOUT ANY WARRANTY; without even the implied warranty of
466 < # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
467 < # GNU General Public License for more details.
469 < # You should have received a copy of the GNU General Public License
470 < # along with this program; if not, write to the Free Software
471 < # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
477 < # Keeping the `.' argument allows $(mkdir_p) to be used without
478 < # argument. Indeed, we sometimes output rules like
480 > # We used to keeping the `.' as first argument, in order to
481 > # allow $(mkdir_p) to be used without argument. As in
483 < # where $(somedir) is conditionally defined.
484 < # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
485 < # expensive solution, as it forces Make to start a sub-shell.)
486 < mkdir_p='mkdir -p -- .'
488 > # where $(somedir) is conditionally defined. However this is wrong
490 > # 1. if the package is installed by a user who cannot write `.'
491 > # make install will fail,
492 > # 2. the above comment should most certainly read
493 > # $(mkdir_p) $(DESTDIR)$(somedir)
494 > # so it does not work when $(somedir) is undefined and
495 > # $(DESTDIR) is not.
496 > # To support the latter case, we have to write
497 > # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
498 > # so the `.' trick is pointless.
499 > mkdir_p='mkdir -p --'
501 < # Helper functions for option handling. -*- Autoconf -*-
503 < # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
505 < # This program is free software; you can redistribute it and/or modify
506 < # it under the terms of the GNU General Public License as published by
507 < # the Free Software Foundation; either version 2, or (at your option)
508 < # any later version.
510 < # This program is distributed in the hope that it will be useful,
511 < # but WITHOUT ANY WARRANTY; without even the implied warranty of
512 < # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
513 < # GNU General Public License for more details.
515 > # Helper functions for option handling. -*- Autoconf -*-
517 < # You should have received a copy of the GNU General Public License
518 < # along with this program; if not, write to the Free Software
519 < # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
522 > # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
524 > # This file is free software; the Free Software Foundation
525 > # gives unlimited permission to copy and/or distribute it,
526 > # with or without modifications, as long as this notice is preserved.
533 < # Check to make sure that the build environment is sane.
536 < # Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
538 < # This program is free software; you can redistribute it and/or modify
539 < # it under the terms of the GNU General Public License as published by
540 < # the Free Software Foundation; either version 2, or (at your option)
541 < # any later version.
543 < # This program is distributed in the hope that it will be useful,
544 < # but WITHOUT ANY WARRANTY; without even the implied warranty of
545 < # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
546 < # GNU General Public License for more details.
548 > # Check to make sure that the build environment is sane. -*- Autoconf -*-
550 < # You should have received a copy of the GNU General Public License
551 < # along with this program; if not, write to the Free Software
552 < # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
555 > # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
556 > # Free Software Foundation, Inc.
558 > # This file is free software; the Free Software Foundation
559 > # gives unlimited permission to copy and/or distribute it,
560 > # with or without modifications, as long as this notice is preserved.
566 < # AM_PROG_INSTALL_STRIP
568 < # Copyright (C) 2001, 2003 Free Software Foundation, Inc.
570 < # This program is free software; you can redistribute it and/or modify
571 < # it under the terms of the GNU General Public License as published by
572 < # the Free Software Foundation; either version 2, or (at your option)
573 < # any later version.
575 < # This program is distributed in the hope that it will be useful,
576 < # but WITHOUT ANY WARRANTY; without even the implied warranty of
577 < # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
578 < # GNU General Public License for more details.
580 < # You should have received a copy of the GNU General Public License
581 < # along with this program; if not, write to the Free Software
582 < # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
585 > # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
587 > # This file is free software; the Free Software Foundation
588 > # gives unlimited permission to copy and/or distribute it,
589 > # with or without modifications, as long as this notice is preserved.
591 > # AM_PROG_INSTALL_STRIP
592 > # ---------------------
595 > # Check how to create a tarball. -*- Autoconf -*-
597 > # Copyright (C) 2004, 2005 Free Software Foundation, Inc.
599 > # This file is free software; the Free Software Foundation
600 > # gives unlimited permission to copy and/or distribute it,
601 > # with or without modifications, as long as this notice is preserved.
605 > # _AM_PROG_TAR(FORMAT)
606 > # --------------------
607 > # Check how to create a tarball in format FORMAT.
608 > # FORMAT should be one of `v7', `ustar', or `pax'.
610 > # Substitute a variable $(am__tar) that is a command
611 > # writing to stdout a FORMAT-tarball containing the directory
613 > # tardir=directory && $(am__tar) > result.tar
615 > # Substitute a variable $(am__untar) that extract such
616 > # a tarball read from stdin.
617 > # $(am__untar) < result.tar
618 > AC_DEFUN([_AM_PROG_TAR],
619 > [# Always define AMTAR for backward compatibility.
620 > AM_MISSING_PROG([AMTAR], [tar])
622 > [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
623 > [m4_case([$1], [ustar],, [pax],,
624 > [m4_fatal([Unknown tar format])])
625 > AC_MSG_CHECKING([how to create a $1 tar archive])
626 > # Loop over all known methods to create a tar archive until one works.
627 > _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
628 > _am_tools=${am_cv_prog_tar_$1-$_am_tools}
629 > # Do not fold the above two line into one, because Tru64 sh and
630 > # Solaris sh will not grok spaces in the rhs of `-'.
631 > for _am_tool in $_am_tools
635 > for _am_tar in tar gnutar gtar;
637 > AM_RUN_LOG([$_am_tar --version]) && break
639 > am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
640 > am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
641 > am__untar="$_am_tar -xf -"
644 > # Must skip GNU tar: if it does not support --format= it doesn't create
645 > # ustar tarball either.
646 > (tar --version) >/dev/null 2>&1 && continue
647 > am__tar='tar chf - "$$tardir"'
648 > am__tar_='tar chf - "$tardir"'
649 > am__untar='tar xf -'
652 > am__tar='pax -L -x $1 -w "$$tardir"'
653 > am__tar_='pax -L -x $1 -w "$tardir"'
657 > am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
658 > am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
659 > am__untar='cpio -i -H $1 -d'
668 > # If the value was cached, stop now. We just wanted to have am__tar
669 > # and am__untar set.
670 > test -n "${am_cv_prog_tar_$1}" && break
672 > # tar/untar a dummy directory, and stop if the command works
673 > rm -rf conftest.dir
675 > echo GrepMe > conftest.dir/file
676 > AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
677 > rm -rf conftest.dir
678 > if test -s conftest.tar; then
679 > AM_RUN_LOG([$am__untar <conftest.tar])
680 > grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
683 > rm -rf conftest.dir
685 > AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
686 > AC_MSG_RESULT([$am_cv_prog_tar_$1])])
687 > AC_SUBST([am__tar])
688 > AC_SUBST([am__untar])
690 diff -d /home/vicente/tomatoraf/release/src-rt/router/nocat/AUTHORS /home/vicente/nocat/AUTHORS
692 > Jeff Kyllo <jkyllo-nocat@echospiral.com>
695 > This distribution contains code from libghttp. See libghttp/AUTHORS for a list
696 > of authors of that package.
697 Only in /home/vicente/nocat: config
698 diff -d /home/vicente/tomatoraf/release/src-rt/router/nocat/config.log /home/vicente/nocat/config.log
700 < It was created by nocat configure 0.93pre2, which was
702 > It was created by nocat configure 0.93pre2-ewrt0.4, which was
704 < $ ./configure --host=mipsel-linux --build=x86_64-linux-gnu --with-firewall=iptables --with-glib-prefix=/home/vicente/tomatoraf/release/src-rt/router/mipsel-uclibc/install/glib/usr
706 > $ ./configure --with-remote-splash --prefix=/home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../nocat-install --localstatedir=/var --sysconfdir=/etc --with-glib-prefix=/home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../glib-1.2.10-install --disable-glibtest --host=mipsel-linux
710 < uname -r = 2.6.35-28-generic
712 > hostname = tomatodevp
714 > uname -r = 2.6.27-gentoo-r8
716 < uname -v = #50-Ubuntu SMP Fri Mar 18 18:42:20 UTC 2011
718 > uname -v = #4 SMP Mon Apr 13 01:25:52 CST 2009
720 < /usr/bin/uname -p = unknown
722 > /usr/bin/uname -p = Intel(R) Core(TM)2 Duo CPU E7200 @ 2.53GHz
724 < PATH: /home/vicente/tomatoraf/release/tools
725 < PATH: /home/vicente/tomatoraf/release/tools
726 < PATH: /home/vicente/tomatoraf/release/tools
727 < PATH: /usr/local/sbin
734 < PATH: /opt/brcm/hndtools-mipsel-linux/bin
737 > PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.3.1
740 < PATH: /opt/brcm/hndtools-mipsel-uclibc/bin
742 < configure:1535: checking for gawk
743 < configure:1564: result: no
744 < configure:1535: checking for mawk
745 < configure:1551: found /usr/bin/mawk
746 < configure:1561: result: mawk
747 < configure:1571: checking whether make sets $(MAKE)
748 < configure:1591: result: yes
749 < configure:1670: checking for mipsel-linux-strip
750 < configure:1696: result: mipsel-uclibc-strip -R .note -R .comment
751 < configure:1755: checking whether to enable maintainer-specific portions of Makefiles
752 < configure:1764: result: no
753 < configure:1789: checking for mipsel-linux-gcc
754 < configure:1815: result: mipsel-uclibc-gcc
755 < configure:2097: checking for C compiler version
756 < configure:2100: mipsel-uclibc-gcc --version </dev/null >&5
757 < mipsel-uclibc-gcc (GCC) 4.2.4
758 < Copyright (C) 2007 Free Software Foundation, Inc.
760 > configure:1543: checking for gawk
761 > configure:1559: found /usr/bin/gawk
762 > configure:1569: result: gawk
763 > configure:1579: checking whether make sets $(MAKE)
764 > configure:1599: result: yes
765 > configure:1675: checking for mipsel-linux-strip
766 > configure:1691: found /opt/brcm/hndtools-mipsel-linux/bin/mipsel-linux-strip
767 > configure:1701: result: mipsel-linux-strip
768 > configure:1767: checking whether to enable maintainer-specific portions of Makefiles
769 > configure:1776: result: no
770 > configure:1801: checking for mipsel-linux-gcc
771 > configure:1827: result: mipsel-uclibc-gcc
772 > configure:2109: checking for C compiler version
773 > configure:2112: mipsel-uclibc-gcc --version </dev/null >&5
774 > mipsel-linux-gcc (GCC) 3.2.3 with Broadcom modifications
775 > Copyright (C) 2002 Free Software Foundation, Inc.
777 < configure:2103: $? = 0
778 < configure:2105: mipsel-uclibc-gcc -v </dev/null >&5
779 < Using built-in specs.
780 < Target: mipsel-linux-uclibc
781 < Configured with: /home/fedork/tomato/toolchain/build_dir/toolchain-mipsel_gcc4.2.4/gcc-4.2.4/configure --prefix=/opt/brcm/hndtools-mipsel-uclibc-4.2.4 --build=i486-linux-gnu --host=i486-linux-gnu --target=mipsel-linux-uclibc --with-gnu-ld --enable-target-optspace --disable-libgomp --disable-libmudflap --disable-multilib --disable-nls --disable-__cxa_atexit --enable-libssp --enable-languages=c,c++ --enable-shared --enable-threads --enable-tls
783 > configure:2115: $? = 0
784 > configure:2117: mipsel-uclibc-gcc -v </dev/null >&5
785 > Invoked as mipsel-uclibc-gcc
786 > arg[ 0] = /opt/brcm/hndtools-mipsel-linux/bin/mipsel-linux-gcc
788 > Reading specs from /opt/brcm/hndtools-mipsel-linux/bin/../lib/gcc-lib/mipsel-linux/3.2.3/specs
789 > Configured with: /opt/brcm/org/tools-src/gnu/gcc/configure -v --target=mipsel-linux --prefix=/opt/brcm/hndtools-mipsel-linux-3.2.3 --with-bcm4710a0 --with-headers=/opt/brcm/hndtools-mipsel-linux-3.2.3/mipsel-linux/include --enable-languages=c,c++
792 < configure:2108: $? = 0
793 < configure:2110: mipsel-uclibc-gcc -V </dev/null >&5
794 < mipsel-uclibc-gcc: '-V' option must have argument
795 < configure:2113: $? = 1
796 < configure:2136: checking for C compiler default output file name
797 < configure:2139: mipsel-uclibc-gcc conftest.c >&5
798 < configure:2142: $? = 0
799 < configure:2188: result: a.out
800 < configure:2193: checking whether the C compiler works
801 < configure:2219: result: yes
802 < configure:2226: checking whether we are cross compiling
803 < configure:2228: result: yes
804 < configure:2231: checking for suffix of executables
805 < configure:2233: mipsel-uclibc-gcc -o conftest conftest.c >&5
806 < configure:2236: $? = 0
807 < configure:2261: result:
808 < configure:2267: checking for suffix of object files
809 < configure:2288: mipsel-uclibc-gcc -c conftest.c >&5
810 < configure:2291: $? = 0
811 < configure:2313: result: o
812 < configure:2317: checking whether we are using the GNU C compiler
813 < configure:2341: mipsel-uclibc-gcc -c conftest.c >&5
814 < configure:2347: $? = 0
815 < configure:2351: test -z
817 > gcc version 3.2.3 with Broadcom modifications
818 > configure:2120: $? = 0
819 > configure:2122: mipsel-uclibc-gcc -V </dev/null >&5
820 > mipsel-linux-gcc: argument to `-V' is missing
821 > configure:2125: $? = 1
822 > configure:2148: checking for C compiler default output file name
823 > configure:2151: mipsel-uclibc-gcc -Os -pipe -mips32 -I../libghttp conftest.c >&5
824 > configure:2154: $? = 0
825 > configure:2200: result: a.out
826 > configure:2205: checking whether the C compiler works
827 > configure:2211: ./a.out
828 > ./configure: line 2212: ./a.out: cannot execute binary file
829 > configure:2214: $? = 126
830 > configure:2231: result: yes
831 > configure:2238: checking whether we are cross compiling
832 > configure:2240: result: yes
833 > configure:2243: checking for suffix of executables
834 > configure:2245: mipsel-uclibc-gcc -o conftest -Os -pipe -mips32 -I../libghttp conftest.c >&5
835 > configure:2248: $? = 0
836 > configure:2273: result:
837 > configure:2279: checking for suffix of object files
838 > configure:2300: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
839 > configure:2303: $? = 0
840 > configure:2325: result: o
841 > configure:2329: checking whether we are using the GNU C compiler
842 > configure:2353: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
843 > configure:2359: $? = 0
844 > configure:2363: test -z
846 < configure:2354: $? = 0
847 < configure:2357: test -s conftest.o
848 < configure:2360: $? = 0
849 < configure:2373: result: yes
850 < configure:2379: checking whether mipsel-uclibc-gcc accepts -g
851 < configure:2400: mipsel-uclibc-gcc -c -g conftest.c >&5
852 < configure:2406: $? = 0
853 < configure:2410: test -z
855 > configure:2366: $? = 0
856 > configure:2369: test -s conftest.o
857 > configure:2372: $? = 0
858 > configure:2385: result: yes
859 > configure:2391: checking whether mipsel-uclibc-gcc accepts -g
860 > configure:2412: mipsel-uclibc-gcc -c -g conftest.c >&5
861 > configure:2418: $? = 0
862 > configure:2422: test -z
864 < configure:2413: $? = 0
865 < configure:2416: test -s conftest.o
866 < configure:2419: $? = 0
867 < configure:2430: result: yes
868 < configure:2447: checking for mipsel-uclibc-gcc option to accept ANSI C
869 < configure:2517: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
870 < configure:2523: $? = 0
871 < configure:2527: test -z
873 > configure:2425: $? = 0
874 > configure:2428: test -s conftest.o
875 > configure:2431: $? = 0
876 > configure:2442: result: yes
877 > configure:2459: checking for mipsel-uclibc-gcc option to accept ANSI C
878 > configure:2529: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
879 > configure:2535: $? = 0
880 > configure:2539: test -z
882 < configure:2530: $? = 0
883 < configure:2533: test -s conftest.o
884 < configure:2536: $? = 0
885 < configure:2554: result: none needed
886 < configure:2572: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
887 < conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
888 < configure:2578: $? = 1
890 > configure:2542: $? = 0
891 > configure:2545: test -s conftest.o
892 > configure:2548: $? = 0
893 > configure:2566: result: none needed
894 > configure:2584: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
895 > conftest.c:2: parse error before "me"
896 > configure:2590: $? = 1
898 < configure:2722: checking for style of include used by make
899 < configure:2750: result: GNU
900 < configure:2778: checking dependency style of mipsel-uclibc-gcc
901 < configure:2863: result: gcc3
902 < configure:2880: checking whether make sets $(MAKE)
903 < configure:2900: result: yes
904 < configure:2912: checking for mipsel-linux-ranlib
905 < configure:2938: result: mipsel-uclibc-ranlib
906 < configure:3045: checking for glib-config
907 < configure:3076: result: /home/vicente/tomatoraf/release/src-rt/router/mipsel-uclibc/install/glib/usr/bin/glib-config
908 < configure:3084: checking for GLIB - version >= 1.2.0
909 < configure:3214: result: yes
910 < configure:3318: checking how to run the C preprocessor
911 < configure:3353: mipsel-uclibc-gcc -E conftest.c
912 < configure:3359: $? = 0
913 < configure:3391: mipsel-uclibc-gcc -E conftest.c
914 < conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
915 < configure:3397: $? = 1
917 > configure:2734: checking for style of include used by make
918 > configure:2762: result: GNU
919 > configure:2790: checking dependency style of mipsel-uclibc-gcc
920 > configure:2880: result: gcc3
921 > configure:2897: checking whether make sets $(MAKE)
922 > configure:2917: result: yes
923 > configure:2929: checking for mipsel-linux-ranlib
924 > configure:2945: found /opt/brcm/hndtools-mipsel-linux/bin/mipsel-linux-ranlib
925 > configure:2955: result: mipsel-linux-ranlib
926 > configure:3062: checking for glib-config
927 > configure:3093: result: /home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../glib-1.2.10-install/bin/glib-config
928 > configure:3101: checking for GLIB - version >= 1.2.0
929 > configure:3231: result: yes
930 > configure:3335: checking how to run the C preprocessor
931 > configure:3370: mipsel-uclibc-gcc -E conftest.c
932 > configure:3376: $? = 0
933 > configure:3408: mipsel-uclibc-gcc -E conftest.c
934 > conftest.c:11:28: ac_nonexistent.h: No such file or directory
935 > configure:3414: $? = 1
937 < | #define PACKAGE_VERSION "0.93pre2"
938 < | #define PACKAGE_STRING "nocat 0.93pre2"
940 > | #define PACKAGE_VERSION "0.93pre2-ewrt0.4"
941 > | #define PACKAGE_STRING "nocat 0.93pre2-ewrt0.4"
943 < | #define VERSION "0.93pre2"
945 > | #define VERSION "0.93pre2-ewrt0.4"
947 < configure:3436: result: mipsel-uclibc-gcc -E
948 < configure:3460: mipsel-uclibc-gcc -E conftest.c
949 < configure:3466: $? = 0
950 < configure:3498: mipsel-uclibc-gcc -E conftest.c
951 < conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
952 < configure:3504: $? = 1
954 > configure:3453: result: mipsel-uclibc-gcc -E
955 > configure:3477: mipsel-uclibc-gcc -E conftest.c
956 > configure:3483: $? = 0
957 > configure:3515: mipsel-uclibc-gcc -E conftest.c
958 > conftest.c:11:28: ac_nonexistent.h: No such file or directory
959 > configure:3521: $? = 1
961 < | #define PACKAGE_VERSION "0.93pre2"
962 < | #define PACKAGE_STRING "nocat 0.93pre2"
964 > | #define PACKAGE_VERSION "0.93pre2-ewrt0.4"
965 > | #define PACKAGE_STRING "nocat 0.93pre2-ewrt0.4"
967 < | #define VERSION "0.93pre2"
969 > | #define VERSION "0.93pre2-ewrt0.4"
971 < configure:3548: checking for egrep
972 < configure:3558: result: grep -E
973 < configure:3563: checking for ANSI C header files
974 < configure:3588: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
975 < configure:3594: $? = 0
976 < configure:3598: test -z
978 > configure:3565: checking for egrep
979 > configure:3575: result: grep -E
980 > configure:3580: checking for ANSI C header files
981 > configure:3605: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
982 > configure:3611: $? = 0
983 > configure:3615: test -z
985 < configure:3601: $? = 0
986 < configure:3604: test -s conftest.o
987 < configure:3607: $? = 0
988 < configure:3719: result: yes
989 < configure:3729: checking for sys/wait.h that is POSIX.1 compatible
990 < configure:3760: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
991 < configure:3766: $? = 0
992 < configure:3770: test -z
994 > configure:3618: $? = 0
995 > configure:3621: test -s conftest.o
996 > configure:3624: $? = 0
997 > configure:3736: result: yes
998 > configure:3746: checking for sys/wait.h that is POSIX.1 compatible
999 > configure:3777: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1000 > configure:3783: $? = 0
1001 > configure:3787: test -z
1003 < configure:3773: $? = 0
1004 < configure:3776: test -s conftest.o
1005 < configure:3779: $? = 0
1006 < configure:3790: result: yes
1007 < configure:3814: checking for sys/types.h
1008 < configure:3830: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
1009 < configure:3836: $? = 0
1010 < configure:3840: test -z
1012 > configure:3790: $? = 0
1013 > configure:3793: test -s conftest.o
1014 > configure:3796: $? = 0
1015 > configure:3807: result: yes
1016 > configure:3831: checking for sys/types.h
1017 > configure:3847: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1018 > configure:3853: $? = 0
1019 > configure:3857: test -z
1021 < configure:3843: $? = 0
1022 < configure:3846: test -s conftest.o
1023 < configure:3849: $? = 0
1024 < configure:3860: result: yes
1025 < configure:3814: checking for sys/stat.h
1026 < configure:3830: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
1027 < configure:3836: $? = 0
1028 < configure:3840: test -z
1030 > configure:3860: $? = 0
1031 > configure:3863: test -s conftest.o
1032 > configure:3866: $? = 0
1033 > configure:3877: result: yes
1034 > configure:3831: checking for sys/stat.h
1035 > configure:3847: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1036 > configure:3853: $? = 0
1037 > configure:3857: test -z
1039 < configure:3843: $? = 0
1040 < configure:3846: test -s conftest.o
1041 < configure:3849: $? = 0
1042 < configure:3860: result: yes
1043 < configure:3814: checking for stdlib.h
1044 < configure:3830: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
1045 < configure:3836: $? = 0
1046 < configure:3840: test -z
1048 > configure:3860: $? = 0
1049 > configure:3863: test -s conftest.o
1050 > configure:3866: $? = 0
1051 > configure:3877: result: yes
1052 > configure:3831: checking for stdlib.h
1053 > configure:3847: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1054 > configure:3853: $? = 0
1055 > configure:3857: test -z
1057 < configure:3843: $? = 0
1058 < configure:3846: test -s conftest.o
1059 < configure:3849: $? = 0
1060 < configure:3860: result: yes
1061 < configure:3814: checking for string.h
1062 < configure:3830: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
1063 < configure:3836: $? = 0
1064 < configure:3840: test -z
1066 > configure:3860: $? = 0
1067 > configure:3863: test -s conftest.o
1068 > configure:3866: $? = 0
1069 > configure:3877: result: yes
1070 > configure:3831: checking for string.h
1071 > configure:3847: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1072 > configure:3853: $? = 0
1073 > configure:3857: test -z
1075 < configure:3843: $? = 0
1076 < configure:3846: test -s conftest.o
1077 < configure:3849: $? = 0
1078 < configure:3860: result: yes
1079 < configure:3814: checking for memory.h
1080 < configure:3830: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
1081 < configure:3836: $? = 0
1082 < configure:3840: test -z
1084 > configure:3860: $? = 0
1085 > configure:3863: test -s conftest.o
1086 > configure:3866: $? = 0
1087 > configure:3877: result: yes
1088 > configure:3831: checking for memory.h
1089 > configure:3847: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1090 > configure:3853: $? = 0
1091 > configure:3857: test -z
1093 < configure:3843: $? = 0
1094 < configure:3846: test -s conftest.o
1095 < configure:3849: $? = 0
1096 < configure:3860: result: yes
1097 < configure:3814: checking for strings.h
1098 < configure:3830: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
1099 < configure:3836: $? = 0
1100 < configure:3840: test -z
1102 > configure:3860: $? = 0
1103 > configure:3863: test -s conftest.o
1104 > configure:3866: $? = 0
1105 > configure:3877: result: yes
1106 > configure:3831: checking for strings.h
1107 > configure:3847: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1108 > configure:3853: $? = 0
1109 > configure:3857: test -z
1111 < configure:3843: $? = 0
1112 < configure:3846: test -s conftest.o
1113 < configure:3849: $? = 0
1114 < configure:3860: result: yes
1115 < configure:3814: checking for inttypes.h
1116 < configure:3830: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
1117 < configure:3836: $? = 0
1118 < configure:3840: test -z
1120 > configure:3860: $? = 0
1121 > configure:3863: test -s conftest.o
1122 > configure:3866: $? = 0
1123 > configure:3877: result: yes
1124 > configure:3831: checking for inttypes.h
1125 > configure:3847: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1126 > configure:3853: $? = 0
1127 > configure:3857: test -z
1129 < configure:3843: $? = 0
1130 < configure:3846: test -s conftest.o
1131 < configure:3849: $? = 0
1132 < configure:3860: result: yes
1133 < configure:3814: checking for stdint.h
1134 < configure:3830: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
1135 < configure:3836: $? = 0
1136 < configure:3840: test -z
1138 > configure:3860: $? = 0
1139 > configure:3863: test -s conftest.o
1140 > configure:3866: $? = 0
1141 > configure:3877: result: yes
1142 > configure:3831: checking for stdint.h
1143 > configure:3847: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1144 > configure:3853: $? = 0
1145 > configure:3857: test -z
1147 < configure:3843: $? = 0
1148 < configure:3846: test -s conftest.o
1149 < configure:3849: $? = 0
1150 < configure:3860: result: yes
1151 < configure:3814: checking for unistd.h
1152 < configure:3830: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
1153 < configure:3836: $? = 0
1154 < configure:3840: test -z
1156 > configure:3860: $? = 0
1157 > configure:3863: test -s conftest.o
1158 > configure:3866: $? = 0
1159 > configure:3877: result: yes
1160 > configure:3831: checking for unistd.h
1161 > configure:3847: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1162 > configure:3853: $? = 0
1163 > configure:3857: test -z
1165 < configure:3843: $? = 0
1166 < configure:3846: test -s conftest.o
1167 < configure:3849: $? = 0
1168 < configure:3860: result: yes
1169 < configure:3893: checking arpa/inet.h usability
1170 < configure:3905: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
1171 < configure:3911: $? = 0
1172 < configure:3915: test -z
1174 > configure:3860: $? = 0
1175 > configure:3863: test -s conftest.o
1176 > configure:3866: $? = 0
1177 > configure:3877: result: yes
1178 > configure:3910: checking arpa/inet.h usability
1179 > configure:3922: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1180 > configure:3928: $? = 0
1181 > configure:3932: test -z
1183 < configure:3918: $? = 0
1184 < configure:3921: test -s conftest.o
1185 < configure:3924: $? = 0
1186 < configure:3934: result: yes
1187 < configure:3938: checking arpa/inet.h presence
1188 < configure:3948: mipsel-uclibc-gcc -E conftest.c
1189 < configure:3954: $? = 0
1190 < configure:3974: result: yes
1191 < configure:4009: checking for arpa/inet.h
1192 < configure:4016: result: yes
1193 < configure:3893: checking fcntl.h usability
1194 < configure:3905: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
1195 < configure:3911: $? = 0
1196 < configure:3915: test -z
1198 > configure:3935: $? = 0
1199 > configure:3938: test -s conftest.o
1200 > configure:3941: $? = 0
1201 > configure:3951: result: yes
1202 > configure:3955: checking arpa/inet.h presence
1203 > configure:3965: mipsel-uclibc-gcc -E conftest.c
1204 > configure:3971: $? = 0
1205 > configure:3991: result: yes
1206 > configure:4026: checking for arpa/inet.h
1207 > configure:4033: result: yes
1208 > configure:3910: checking fcntl.h usability
1209 > configure:3922: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1210 > configure:3928: $? = 0
1211 > configure:3932: test -z
1213 < configure:3918: $? = 0
1214 < configure:3921: test -s conftest.o
1215 < configure:3924: $? = 0
1216 < configure:3934: result: yes
1217 < configure:3938: checking fcntl.h presence
1218 < configure:3948: mipsel-uclibc-gcc -E conftest.c
1219 < configure:3954: $? = 0
1220 < configure:3974: result: yes
1221 < configure:4009: checking for fcntl.h
1222 < configure:4016: result: yes
1223 < configure:3893: checking netinet/in.h usability
1224 < configure:3905: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
1225 < configure:3911: $? = 0
1226 < configure:3915: test -z
1228 > configure:3935: $? = 0
1229 > configure:3938: test -s conftest.o
1230 > configure:3941: $? = 0
1231 > configure:3951: result: yes
1232 > configure:3955: checking fcntl.h presence
1233 > configure:3965: mipsel-uclibc-gcc -E conftest.c
1234 > configure:3971: $? = 0
1235 > configure:3991: result: yes
1236 > configure:4026: checking for fcntl.h
1237 > configure:4033: result: yes
1238 > configure:3910: checking netinet/in.h usability
1239 > configure:3922: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1240 > configure:3928: $? = 0
1241 > configure:3932: test -z
1243 < configure:3918: $? = 0
1244 < configure:3921: test -s conftest.o
1245 < configure:3924: $? = 0
1246 < configure:3934: result: yes
1247 < configure:3938: checking netinet/in.h presence
1248 < configure:3948: mipsel-uclibc-gcc -E conftest.c
1249 < configure:3954: $? = 0
1250 < configure:3974: result: yes
1251 < configure:4009: checking for netinet/in.h
1252 < configure:4016: result: yes
1253 < configure:3884: checking for stdlib.h
1254 < configure:3889: result: yes
1255 < configure:3884: checking for string.h
1256 < configure:3889: result: yes
1257 < configure:3893: checking sys/socket.h usability
1258 < configure:3905: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
1259 < configure:3911: $? = 0
1260 < configure:3915: test -z
1262 > configure:3935: $? = 0
1263 > configure:3938: test -s conftest.o
1264 > configure:3941: $? = 0
1265 > configure:3951: result: yes
1266 > configure:3955: checking netinet/in.h presence
1267 > configure:3965: mipsel-uclibc-gcc -E conftest.c
1268 > configure:3971: $? = 0
1269 > configure:3991: result: yes
1270 > configure:4026: checking for netinet/in.h
1271 > configure:4033: result: yes
1272 > configure:3901: checking for stdlib.h
1273 > configure:3906: result: yes
1274 > configure:3901: checking for string.h
1275 > configure:3906: result: yes
1276 > configure:3910: checking sys/socket.h usability
1277 > configure:3922: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1278 > configure:3928: $? = 0
1279 > configure:3932: test -z
1281 < configure:3918: $? = 0
1282 < configure:3921: test -s conftest.o
1283 < configure:3924: $? = 0
1284 < configure:3934: result: yes
1285 < configure:3938: checking sys/socket.h presence
1286 < configure:3948: mipsel-uclibc-gcc -E conftest.c
1287 < configure:3954: $? = 0
1288 < configure:3974: result: yes
1289 < configure:4009: checking for sys/socket.h
1290 < configure:4016: result: yes
1291 < configure:3893: checking sys/time.h usability
1292 < configure:3905: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
1293 < configure:3911: $? = 0
1294 < configure:3915: test -z
1296 > configure:3935: $? = 0
1297 > configure:3938: test -s conftest.o
1298 > configure:3941: $? = 0
1299 > configure:3951: result: yes
1300 > configure:3955: checking sys/socket.h presence
1301 > configure:3965: mipsel-uclibc-gcc -E conftest.c
1302 > configure:3971: $? = 0
1303 > configure:3991: result: yes
1304 > configure:4026: checking for sys/socket.h
1305 > configure:4033: result: yes
1306 > configure:3910: checking sys/time.h usability
1307 > configure:3922: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1308 > configure:3928: $? = 0
1309 > configure:3932: test -z
1311 < configure:3918: $? = 0
1312 < configure:3921: test -s conftest.o
1313 < configure:3924: $? = 0
1314 < configure:3934: result: yes
1315 < configure:3938: checking sys/time.h presence
1316 < configure:3948: mipsel-uclibc-gcc -E conftest.c
1317 < configure:3954: $? = 0
1318 < configure:3974: result: yes
1319 < configure:4009: checking for sys/time.h
1320 < configure:4016: result: yes
1321 < configure:3884: checking for unistd.h
1322 < configure:3889: result: yes
1323 < configure:4031: checking for an ANSI C-conforming const
1324 < configure:4098: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
1325 < configure:4104: $? = 0
1326 < configure:4108: test -z
1328 > configure:3935: $? = 0
1329 > configure:3938: test -s conftest.o
1330 > configure:3941: $? = 0
1331 > configure:3951: result: yes
1332 > configure:3955: checking sys/time.h presence
1333 > configure:3965: mipsel-uclibc-gcc -E conftest.c
1334 > configure:3971: $? = 0
1335 > configure:3991: result: yes
1336 > configure:4026: checking for sys/time.h
1337 > configure:4033: result: yes
1338 > configure:3901: checking for unistd.h
1339 > configure:3906: result: yes
1340 > configure:4048: checking for an ANSI C-conforming const
1341 > configure:4115: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1342 > configure:4121: $? = 0
1343 > configure:4125: test -z
1345 < configure:4111: $? = 0
1346 < configure:4114: test -s conftest.o
1347 < configure:4117: $? = 0
1348 < configure:4128: result: yes
1349 < configure:4138: checking for off_t
1350 < configure:4162: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
1351 < configure:4168: $? = 0
1352 < configure:4172: test -z
1354 > configure:4128: $? = 0
1355 > configure:4131: test -s conftest.o
1356 > configure:4134: $? = 0
1357 > configure:4145: result: yes
1358 > configure:4155: checking for off_t
1359 > configure:4179: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1360 > configure:4185: $? = 0
1361 > configure:4189: test -z
1363 < configure:4175: $? = 0
1364 < configure:4178: test -s conftest.o
1365 < configure:4181: $? = 0
1366 < configure:4192: result: yes
1367 < configure:4204: checking for pid_t
1368 < configure:4228: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
1369 < configure:4234: $? = 0
1370 < configure:4238: test -z
1372 > configure:4192: $? = 0
1373 > configure:4195: test -s conftest.o
1374 > configure:4198: $? = 0
1375 > configure:4209: result: yes
1376 > configure:4221: checking for pid_t
1377 > configure:4245: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1378 > configure:4251: $? = 0
1379 > configure:4255: test -z
1381 < configure:4241: $? = 0
1382 < configure:4244: test -s conftest.o
1383 < configure:4247: $? = 0
1384 < configure:4258: result: yes
1385 < configure:4278: checking for unistd.h
1386 < configure:4283: result: yes
1387 < configure:4287: checking vfork.h usability
1388 < configure:4299: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
1389 < conftest.c:65:19: error: vfork.h: No such file or directory
1390 < configure:4305: $? = 1
1392 > configure:4258: $? = 0
1393 > configure:4261: test -s conftest.o
1394 > configure:4264: $? = 0
1395 > configure:4275: result: yes
1396 > configure:4295: checking for unistd.h
1397 > configure:4300: result: yes
1398 > configure:4304: checking vfork.h usability
1399 > configure:4316: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1400 > conftest.c:65:19: vfork.h: No such file or directory
1401 > configure:4322: $? = 1
1403 < | #define PACKAGE_VERSION "0.93pre2"
1404 < | #define PACKAGE_STRING "nocat 0.93pre2"
1406 > | #define PACKAGE_VERSION "0.93pre2-ewrt0.4"
1407 > | #define PACKAGE_STRING "nocat 0.93pre2-ewrt0.4"
1409 < | #define VERSION "0.93pre2"
1411 > | #define VERSION "0.93pre2-ewrt0.4"
1413 < configure:4328: result: no
1414 < configure:4332: checking vfork.h presence
1415 < configure:4342: mipsel-uclibc-gcc -E conftest.c
1416 < conftest.c:31:19: error: vfork.h: No such file or directory
1417 < configure:4348: $? = 1
1419 > configure:4345: result: no
1420 > configure:4349: checking vfork.h presence
1421 > configure:4359: mipsel-uclibc-gcc -E conftest.c
1422 > conftest.c:31:19: vfork.h: No such file or directory
1423 > configure:4365: $? = 1
1425 < | #define PACKAGE_VERSION "0.93pre2"
1426 < | #define PACKAGE_STRING "nocat 0.93pre2"
1428 > | #define PACKAGE_VERSION "0.93pre2-ewrt0.4"
1429 > | #define PACKAGE_STRING "nocat 0.93pre2-ewrt0.4"
1431 < | #define VERSION "0.93pre2"
1433 > | #define VERSION "0.93pre2-ewrt0.4"
1435 < configure:4368: result: no
1436 < configure:4403: checking for vfork.h
1437 < configure:4410: result: no
1438 < configure:4428: checking for fork
1439 < configure:4485: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5
1440 < conftest.c:55: warning: conflicting types for built-in function 'fork'
1441 < configure:4491: $? = 0
1442 < configure:4495: test -z
1444 > configure:4385: result: no
1445 > configure:4420: checking for vfork.h
1446 > configure:4427: result: no
1447 > configure:4445: checking for fork
1448 > configure:4502: mipsel-uclibc-gcc -o conftest -Os -pipe -mips32 -I../libghttp conftest.c >&5
1449 > configure:4508: $? = 0
1450 > configure:4512: test -z
1452 < configure:4498: $? = 0
1453 < configure:4501: test -s conftest
1454 < configure:4504: $? = 0
1455 < configure:4516: result: yes
1456 < configure:4428: checking for vfork
1457 < configure:4485: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5
1458 < configure:4491: $? = 0
1459 < configure:4495: test -z
1461 > configure:4515: $? = 0
1462 > configure:4518: test -s conftest
1463 > configure:4521: $? = 0
1464 > configure:4533: result: yes
1465 > configure:4445: checking for vfork
1466 > configure:4502: mipsel-uclibc-gcc -o conftest -Os -pipe -mips32 -I../libghttp conftest.c >&5
1467 > configure:4508: $? = 0
1468 > configure:4512: test -z
1470 < configure:4498: $? = 0
1471 < configure:4501: test -s conftest
1472 < configure:4504: $? = 0
1473 < configure:4516: result: yes
1474 < configure:4527: checking for working fork
1475 < configure:4572: result: cross
1476 < configure:4588: WARNING: result yes guessed because of cross compilation
1477 < configure:4593: checking for working vfork
1478 < configure:4726: result: yes
1479 < configure:4763: checking for stdlib.h
1480 < configure:4768: result: yes
1481 < configure:4763: checking for unistd.h
1482 < configure:4768: result: yes
1483 < configure:4912: checking for getpagesize
1484 < configure:4969: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5
1485 < configure:4975: $? = 0
1486 < configure:4979: test -z
1488 > configure:4515: $? = 0
1489 > configure:4518: test -s conftest
1490 > configure:4521: $? = 0
1491 > configure:4533: result: yes
1492 > configure:4544: checking for working fork
1493 > configure:4589: result: cross
1494 > configure:4605: WARNING: result yes guessed because of cross compilation
1495 > configure:4610: checking for working vfork
1496 > configure:4743: result: yes
1497 > configure:4780: checking for stdlib.h
1498 > configure:4785: result: yes
1499 > configure:4780: checking for unistd.h
1500 > configure:4785: result: yes
1501 > configure:4929: checking for getpagesize
1502 > configure:4986: mipsel-uclibc-gcc -o conftest -Os -pipe -mips32 -I../libghttp conftest.c >&5
1503 > configure:4992: $? = 0
1504 > configure:4996: test -z
1506 < configure:4982: $? = 0
1507 < configure:4985: test -s conftest
1508 < configure:4988: $? = 0
1509 < configure:5000: result: yes
1510 < configure:5010: checking for working mmap
1511 < configure:5174: result: no
1512 < configure:5185: checking return type of signal handlers
1513 < configure:5216: mipsel-uclibc-gcc -c -g -O2 conftest.c >&5
1514 < configure:5222: $? = 0
1515 < configure:5226: test -z
1517 > configure:4999: $? = 0
1518 > configure:5002: test -s conftest
1519 > configure:5005: $? = 0
1520 > configure:5017: result: yes
1521 > configure:5027: checking for working mmap
1522 > configure:5191: result: no
1523 > configure:5202: checking return type of signal handlers
1524 > configure:5233: mipsel-uclibc-gcc -c -Os -pipe -mips32 -I../libghttp conftest.c >&5
1525 > configure:5239: $? = 0
1526 > configure:5243: test -z
1528 < configure:5229: $? = 0
1529 < configure:5232: test -s conftest.o
1530 < configure:5235: $? = 0
1531 < configure:5246: result: void
1532 < configure:5254: checking for working strtod
1533 < configure:5319: result: no
1534 < configure:5330: checking for pow
1535 < configure:5387: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5
1536 < conftest.c:63: warning: conflicting types for built-in function 'pow'
1537 < /tmp/ccUZdbAl.o: In function `main':
1538 < /home/vicente/tomatoraf/release/src/router/nocat/conftest.c:78: undefined reference to `pow'
1539 < /tmp/ccUZdbAl.o:(.data.rel+0x0): undefined reference to `pow'
1541 > configure:5246: $? = 0
1542 > configure:5249: test -s conftest.o
1543 > configure:5252: $? = 0
1544 > configure:5263: result: void
1545 > configure:5271: checking for working strtod
1546 > configure:5336: result: no
1547 > configure:5347: checking for pow
1548 > configure:5404: mipsel-uclibc-gcc -o conftest -Os -pipe -mips32 -I../libghttp conftest.c >&5
1549 > /tmp/ccOYr9qj.o: In function `main':
1550 > /tmp/ccOYr9qj.o(.text+0x18): undefined reference to `pow'
1551 > /tmp/ccOYr9qj.o(.data+0x0): undefined reference to `pow'
1553 < configure:5393: $? = 1
1555 > configure:5410: $? = 1
1557 < | #define PACKAGE_VERSION "0.93pre2"
1558 < | #define PACKAGE_STRING "nocat 0.93pre2"
1560 > | #define PACKAGE_VERSION "0.93pre2-ewrt0.4"
1561 > | #define PACKAGE_STRING "nocat 0.93pre2-ewrt0.4"
1563 < | #define VERSION "0.93pre2"
1565 > | #define VERSION "0.93pre2-ewrt0.4"
1567 < configure:5418: result: no
1568 < configure:5422: checking for pow in -lm
1569 < configure:5452: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c -lm >&5
1570 < conftest.c:46: warning: conflicting types for built-in function 'pow'
1571 < configure:5458: $? = 0
1572 < configure:5462: test -z
1574 > configure:5435: result: no
1575 > configure:5439: checking for pow in -lm
1576 > configure:5469: mipsel-uclibc-gcc -o conftest -Os -pipe -mips32 -I../libghttp conftest.c -lm >&5
1577 > configure:5475: $? = 0
1578 > configure:5479: test -z
1580 < configure:5465: $? = 0
1581 < configure:5468: test -s conftest
1582 < configure:5471: $? = 0
1583 < configure:5484: result: yes
1584 < configure:5507: checking for munmap
1585 < configure:5564: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5
1586 < configure:5570: $? = 0
1587 < configure:5574: test -z
1589 > configure:5482: $? = 0
1590 > configure:5485: test -s conftest
1591 > configure:5488: $? = 0
1592 > configure:5501: result: yes
1593 > configure:5524: checking for munmap
1594 > configure:5581: mipsel-uclibc-gcc -o conftest -Os -pipe -mips32 -I../libghttp conftest.c >&5
1595 > configure:5587: $? = 0
1596 > configure:5591: test -z
1598 < configure:5577: $? = 0
1599 < configure:5580: test -s conftest
1600 < configure:5583: $? = 0
1601 < configure:5595: result: yes
1602 < configure:5507: checking for socket
1603 < configure:5564: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5
1604 < configure:5570: $? = 0
1605 < configure:5574: test -z
1607 > configure:5594: $? = 0
1608 > configure:5597: test -s conftest
1609 > configure:5600: $? = 0
1610 > configure:5612: result: yes
1611 > configure:5524: checking for socket
1612 > configure:5581: mipsel-uclibc-gcc -o conftest -Os -pipe -mips32 -I../libghttp conftest.c >&5
1613 > configure:5587: $? = 0
1614 > configure:5591: test -z
1616 < configure:5577: $? = 0
1617 < configure:5580: test -s conftest
1618 < configure:5583: $? = 0
1619 < configure:5595: result: yes
1620 < configure:5507: checking for strchr
1621 < configure:5564: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5
1622 < conftest.c:65: warning: conflicting types for built-in function 'strchr'
1623 < configure:5570: $? = 0
1624 < configure:5574: test -z
1626 > configure:5594: $? = 0
1627 > configure:5597: test -s conftest
1628 > configure:5600: $? = 0
1629 > configure:5612: result: yes
1630 > configure:5524: checking for strchr
1631 > configure:5581: mipsel-uclibc-gcc -o conftest -Os -pipe -mips32 -I../libghttp conftest.c >&5
1632 > conftest.c:65: warning: conflicting types for built-in function `strchr'
1633 > configure:5587: $? = 0
1634 > configure:5591: test -z
1636 < configure:5577: $? = 0
1637 < configure:5580: test -s conftest
1638 < configure:5583: $? = 0
1639 < configure:5595: result: yes
1640 < configure:5507: checking for strcspn
1641 < configure:5564: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5
1642 < conftest.c:66: warning: conflicting types for built-in function 'strcspn'
1643 < configure:5570: $? = 0
1644 < configure:5574: test -z
1646 > configure:5594: $? = 0
1647 > configure:5597: test -s conftest
1648 > configure:5600: $? = 0
1649 > configure:5612: result: yes
1650 > configure:5524: checking for strcspn
1651 > configure:5581: mipsel-uclibc-gcc -o conftest -Os -pipe -mips32 -I../libghttp conftest.c >&5
1652 > conftest.c:66: warning: conflicting types for built-in function `strcspn'
1653 > configure:5587: $? = 0
1654 > configure:5591: test -z
1656 < configure:5577: $? = 0
1657 < configure:5580: test -s conftest
1658 < configure:5583: $? = 0
1659 < configure:5595: result: yes
1660 < configure:5507: checking for strrchr
1661 < configure:5564: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5
1662 < conftest.c:67: warning: conflicting types for built-in function 'strrchr'
1663 < configure:5570: $? = 0
1664 < configure:5574: test -z
1666 > configure:5594: $? = 0
1667 > configure:5597: test -s conftest
1668 > configure:5600: $? = 0
1669 > configure:5612: result: yes
1670 > configure:5524: checking for strrchr
1671 > configure:5581: mipsel-uclibc-gcc -o conftest -Os -pipe -mips32 -I../libghttp conftest.c >&5
1672 > conftest.c:67: warning: conflicting types for built-in function `strrchr'
1673 > configure:5587: $? = 0
1674 > configure:5591: test -z
1676 < configure:5577: $? = 0
1677 < configure:5580: test -s conftest
1678 < configure:5583: $? = 0
1679 < configure:5595: result: yes
1680 < configure:5507: checking for strstr
1681 < configure:5564: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5
1682 < conftest.c:68: warning: conflicting types for built-in function 'strstr'
1683 < configure:5570: $? = 0
1684 < configure:5574: test -z
1686 > configure:5594: $? = 0
1687 > configure:5597: test -s conftest
1688 > configure:5600: $? = 0
1689 > configure:5612: result: yes
1690 > configure:5524: checking for strstr
1691 > configure:5581: mipsel-uclibc-gcc -o conftest -Os -pipe -mips32 -I../libghttp conftest.c >&5
1692 > conftest.c:68: warning: conflicting types for built-in function `strstr'
1693 > configure:5587: $? = 0
1694 > configure:5591: test -z
1696 < configure:5577: $? = 0
1697 < configure:5580: test -s conftest
1698 < configure:5583: $? = 0
1699 < configure:5595: result: yes
1700 < configure:5507: checking for strtol
1701 < configure:5564: mipsel-uclibc-gcc -o conftest -g -O2 conftest.c >&5
1702 < configure:5570: $? = 0
1703 < configure:5574: test -z
1705 > configure:5594: $? = 0
1706 > configure:5597: test -s conftest
1707 > configure:5600: $? = 0
1708 > configure:5612: result: yes
1709 > configure:5524: checking for strtol
1710 > configure:5581: mipsel-uclibc-gcc -o conftest -Os -pipe -mips32 -I../libghttp conftest.c >&5
1711 > configure:5587: $? = 0
1712 > configure:5591: test -z
1714 < configure:5577: $? = 0
1715 < configure:5580: test -s conftest
1716 < configure:5583: $? = 0
1717 < configure:5595: result: yes
1718 < configure:6047: creating ./config.status
1720 > configure:5594: $? = 0
1721 > configure:5597: test -s conftest
1722 > configure:5600: $? = 0
1723 > configure:5612: result: yes
1724 > configure:5775: checking for iptables
1725 > configure:5801: result: iptables
1726 > configure:6032: creating ./config.status
1728 < This file was extended by nocat config.status 0.93pre2, which was
1730 > This file was extended by nocat config.status 0.93pre2-ewrt0.4, which was
1736 < config.status:705: creating Makefile
1737 < config.status:705: creating src/Makefile
1738 < config.status:809: creating src/config.h
1739 < config.status:993: src/config.h is unchanged
1740 < config.status:1173: executing depfiles commands
1742 > config.status:717: creating Makefile
1743 > config.status:717: creating src/Makefile
1744 > config.status:717: creating libghttp/Makefile
1745 > config.status:821: creating src/config.h
1746 > config.status:1013: src/config.h is unchanged
1747 > config.status:1193: executing depfiles commands
1749 < ac_cv_env_CFLAGS_set=
1750 < ac_cv_env_CFLAGS_value=
1752 > ac_cv_env_CFLAGS_set=set
1753 > ac_cv_env_CFLAGS_value='-Os -pipe -mips32 -I../libghttp'
1755 < ac_cv_env_build_alias_set=set
1756 < ac_cv_env_build_alias_value=x86_64-linux-gnu
1758 > ac_cv_env_build_alias_set=
1759 > ac_cv_env_build_alias_value=
1761 < ac_cv_path_GLIB_CONFIG=/home/vicente/tomatoraf/release/src-rt/router/mipsel-uclibc/install/glib/usr/bin/glib-config
1763 > ac_cv_path_GLIB_CONFIG=/home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../glib-1.2.10-install/bin/glib-config
1765 < ac_cv_prog_AWK=mawk
1767 > ac_cv_prog_AWK=gawk
1769 < ac_cv_prog_RANLIB=mipsel-uclibc-ranlib
1770 < ac_cv_prog_STRIP='mipsel-uclibc-strip -R .note -R .comment'
1772 > ac_cv_prog_RANLIB=mipsel-linux-ranlib
1773 > ac_cv_prog_STRIP=mipsel-linux-strip
1775 < ACLOCAL='${SHELL} /home/vicente/tomatoraf/release/src/router/nocat/missing --run aclocal-1.8'
1777 > ACLOCAL='${SHELL} /home/zd/work/tomato/tomato-1.23/release/src/router/nocat/missing --run aclocal-1.9'
1779 < AMTAR='${SHELL} /home/vicente/tomatoraf/release/src/router/nocat/missing --run tar'
1780 < AUTOCONF='${SHELL} /home/vicente/tomatoraf/release/src/router/nocat/missing --run autoconf'
1781 < AUTOHEADER='${SHELL} /home/vicente/tomatoraf/release/src/router/nocat/missing --run autoheader'
1782 < AUTOMAKE='${SHELL} /home/vicente/tomatoraf/release/src/router/nocat/missing --run automake-1.8'
1785 > AMTAR='${SHELL} /home/zd/work/tomato/tomato-1.23/release/src/router/nocat/missing --run tar'
1786 > AUTOCONF='${SHELL} /home/zd/work/tomato/tomato-1.23/release/src/router/nocat/missing --run autoconf'
1787 > AUTOHEADER='${SHELL} /home/zd/work/tomato/tomato-1.23/release/src/router/nocat/missing --run autoheader'
1788 > AUTOMAKE='${SHELL} /home/zd/work/tomato/tomato-1.23/release/src/router/nocat/missing --run automake-1.9'
1793 > CFLAGS='-Os -pipe -mips32 -I../libghttp'
1795 < GLIB_CFLAGS='-I/home/vicente/tomatoraf/release/src-rt/router/mipsel-uclibc/install/glib/usr/include/glib-1.2 -I/home/vicente/tomatoraf/release/src-rt/router/mipsel-uclibc/install/glib/usr/lib/glib/include'
1796 < GLIB_CONFIG='/home/vicente/tomatoraf/release/src-rt/router/mipsel-uclibc/install/glib/usr/bin/glib-config'
1797 < GLIB_LIBS='-L/home/vicente/tomatoraf/release/src-rt/router/mipsel-uclibc/install/glib/usr/lib -lglib'
1799 > GHTTP_INCLUDEDIR='-I${includedir}'
1800 > GHTTP_LIBDIR='-L${libdir}'
1801 > GHTTP_LIBS='-lghttp'
1802 > GHTTP_MAJOR_VERSION='1'
1803 > GHTTP_MICRO_VERSION='9'
1804 > GHTTP_MINOR_VERSION='0'
1805 > GHTTP_VERSION='1.0.9'
1806 > GLIB_CFLAGS='-I/home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../glib-1.2.10-install/include/glib-1.2 -I/home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../glib-1.2.10-install/lib/glib/include'
1807 > GLIB_CONFIG='/home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../glib-1.2.10-install/bin/glib-config'
1808 > GLIB_LIBS='-L/home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../glib-1.2.10-install/lib -lglib'
1811 < MAKEINFO='${SHELL} /home/vicente/tomatoraf/release/src/router/nocat/missing --run makeinfo'
1813 > MAKEINFO='${SHELL} /home/zd/work/tomato/tomato-1.23/release/src/router/nocat/missing --run makeinfo'
1815 < PACKAGE_STRING='nocat 0.93pre2'
1817 > PACKAGE_STRING='nocat 0.93pre2-ewrt0.4'
1819 < PACKAGE_VERSION='0.93pre2'
1821 > PACKAGE_VERSION='0.93pre2-ewrt0.4'
1823 < RANLIB='mipsel-uclibc-ranlib'
1825 > RANLIB='mipsel-linux-ranlib'
1828 < SPLASHD_MODE='open.c'
1829 < STRIP='mipsel-uclibc-strip -R .note -R .comment'
1830 < VERSION='0.93pre2'
1833 > SPLASHD_MODE='open.c ../libghttp/libghttp.a'
1834 > SPLASHD_SUBDIRS='libghttp'
1835 > STRIP='mipsel-linux-strip'
1836 > VERSION='0.93pre2-ewrt0.4'
1838 > am__tar='${AMTAR} chof - "$$tardir"'
1839 > am__untar='${AMTAR} xf -'
1841 < build_alias='x86_64-linux-gnu'
1845 < exec_prefix='/usr/local'
1847 > exec_prefix='/home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../nocat-install'
1849 < install_sh='/home/vicente/tomatoraf/release/src/router/nocat/install-sh'
1851 > install_sh='/home/zd/work/tomato/tomato-1.23/release/src/router/nocat/install-sh'
1853 < libexecscripts='libexec/iptables/reset.fw libexec/iptables/throttle.fw libexec/iptables/access.fw libexec/iptables/dump.fw libexec/iptables/initialize.fw libexec/iptables/clear.fw '
1854 < localstatedir='${prefix}/var'
1856 > libexecscripts='libexec/iptables/call_splashd_check.sh libexec/iptables/uninitialize.fw libexec/iptables/reset.fw libexec/iptables/dump.fw libexec/iptables/access.fw libexec/iptables/check_splashd.sh libexec/iptables/test_arp.sh libexec/iptables/initialize.fw libexec/iptables/remote_settings.sh libexec/iptables/throttle.fw libexec/iptables/traffic_input_count.sh libexec/iptables/clear.fw libexec/iptables/upgrade_check.sh libexec/iptables/traffic_output_count.sh '
1857 > localstatedir='/var'
1859 < mkdir_p='mkdir -p -- .'
1861 > mkdir_p='mkdir -p --'
1863 < prefix='/usr/local'
1865 > prefix='/home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../nocat-install'
1867 < sysconfdir='${prefix}/etc'
1871 > #define GHTTP_MAJOR_VERSION 1
1872 > #define GHTTP_MICRO_VERSION 9
1873 > #define GHTTP_MINOR_VERSION 0
1875 > #define HAVE_LIBGHTTP 1
1877 < #define NC_CONF_PATH "/usr/local/etc"
1878 < #define NC_DOCUMENT_ROOT "/usr/local/share/nocat/htdocs"
1879 < #define NC_FIREWALL_PATH "/usr/local/libexec/nocat"
1880 < #define NC_PGP_PATH "/usr/local/share/nocat/pgp"
1881 < #define NC_PID_FILE "/usr/local/var/run/splashd.pid"
1882 < #define NC_STATE_DIR "/usr/local/var"
1884 > #define NC_CONF_PATH "/etc"
1885 > #define NC_DOCUMENT_ROOT "/home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../nocat-install/share/nocat/htdocs"
1886 > #define NC_FIREWALL_PATH "/home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../nocat-install/libexec/nocat"
1887 > #define NC_PGP_PATH "/home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../nocat-install/share/nocat/pgp"
1888 > #define NC_PID_FILE "/var/run/splashd.pid"
1889 > #define NC_STATE_DIR "/var"
1891 < #define PACKAGE_STRING "nocat 0.93pre2"
1893 > #define PACKAGE_STRING "nocat 0.93pre2-ewrt0.4"
1895 < #define PACKAGE_VERSION "0.93pre2"
1897 > #define PACKAGE_VERSION "0.93pre2-ewrt0.4"
1899 < #define VERSION "0.93pre2"
1901 > #define VERSION "0.93pre2-ewrt0.4"
1902 Only in /home/vicente/nocat: config.sh
1903 diff -d /home/vicente/tomatoraf/release/src-rt/router/nocat/config.status /home/vicente/nocat/config.status
1909 < SHELL=${CONFIG_SHELL-/bin/bash}
1911 > SHELL=${CONFIG_SHELL-/bin/sh}
1913 < This file was extended by nocat $as_me 0.93pre2, which was
1915 > This file was extended by nocat $as_me 0.93pre2-ewrt0.4, which was
1917 < config_files=" Makefile src/Makefile"
1919 > config_files=" Makefile src/Makefile libghttp/Makefile"
1921 < nocat config.status 0.93pre2
1923 > nocat config.status 0.93pre2-ewrt0.4
1925 < with options \"'--host=mipsel-linux' '--build=x86_64-linux-gnu' '--with-firewall=iptables' '--with-glib-prefix=/home/vicente/tomatoraf/release/src-rt/router/mipsel-uclibc/install/glib/usr' 'CC=mipsel-uclibc-gcc' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux'\"
1927 > with options \"'--with-remote-splash' '--prefix=/tomato/release/src/router/nocat/../nocat-install' '--localstatedir=/var' '--sysconfdir=/etc' '--with-glib-prefix=/tomato/release/src/router/nocat/../glib-1.2.10-install' '--disable-glibtest' '--host=mipsel-linux' 'CC=mipsel-uclibc-gcc' 'CFLAGS=-Os -pipe -mips32 -I../libghttp' 'host_alias=mipsel-linux'\"
1929 < echo "running /bin/bash ./configure " '--host=mipsel-linux' '--build=x86_64-linux-gnu' '--with-firewall=iptables' '--with-glib-prefix=/home/vicente/tomatoraf/release/src-rt/router/mipsel-uclibc/install/glib/usr' 'CC=mipsel-uclibc-gcc' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux' $ac_configure_extra_args " --no-create --no-recursion" >&6
1930 < exec /bin/bash ./configure '--host=mipsel-linux' '--build=x86_64-linux-gnu' '--with-firewall=iptables' '--with-glib-prefix=/home/vicente/tomatoraf/release/src-rt/router/mipsel-uclibc/install/glib/usr' 'CC=mipsel-uclibc-gcc' 'build_alias=x86_64-linux-gnu' 'host_alias=mipsel-linux' $ac_configure_extra_args --no-create --no-recursion
1932 > echo "running /bin/sh ./configure " '--with-remote-splash' '--prefix=/tomato/release/src/router/nocat/../nocat-install' '--localstatedir=/var' '--sysconfdir=/etc' '--with-glib-prefix=/tomato/release/src/router/nocat/../glib-1.2.10-install' '--disable-glibtest' '--host=mipsel-linux' 'CC=mipsel-uclibc-gcc' 'CFLAGS=-Os -pipe -mips32 -I../libghttp' 'host_alias=mipsel-linux' $ac_configure_extra_args " --no-create --no-recursion" >&6
1933 > exec /bin/sh ./configure '--with-remote-splash' '--prefix=/tomato/release/src/router/nocat/../nocat-install' '--localstatedir=/var' '--sysconfdir=/etc' '--with-glib-prefix=/tomato/release/src/router/nocat/../glib-1.2.10-install' '--disable-glibtest' '--host=mipsel-linux' 'CC=mipsel-uclibc-gcc' 'CFLAGS=-Os -pipe -mips32 -I../libghttp' 'host_alias=mipsel-linux' $ac_configure_extra_args --no-create --no-recursion
1935 > "libghttp/Makefile" ) CONFIG_FILES="$CONFIG_FILES libghttp/Makefile" ;;
1937 < s,@SHELL@,/bin/bash,;t t
1939 > s,@SHELL@,/bin/sh,;t t
1941 < s,@PACKAGE_VERSION@,0.93pre2,;t t
1942 < s,@PACKAGE_STRING@,nocat 0.93pre2,;t t
1944 > s,@PACKAGE_VERSION@,0.93pre2-ewrt0.4,;t t
1945 > s,@PACKAGE_STRING@,nocat 0.93pre2-ewrt0.4,;t t
1947 < s,@exec_prefix@,/usr/local,;t t
1948 < s,@prefix@,/usr/local,;t t
1950 > s,@exec_prefix@,/tomato/release/src/router/nocat/../nocat-install,;t t
1951 > s,@prefix@,/tomato/release/src/router/nocat/../nocat-install,;t t
1953 < s,@sysconfdir@,${prefix}/etc,;t t
1955 > s,@sysconfdir@,/etc,;t t
1957 < s,@localstatedir@,${prefix}/var,;t t
1959 > s,@localstatedir@,/var,;t t
1961 < s,@build_alias@,x86_64-linux-gnu,;t t
1963 > s,@build_alias@,,;t t
1965 < s,@VERSION@,0.93pre2,;t t
1966 < s,@ACLOCAL@,${SHELL} /home/vicente/tomatoraf/release/src/router/nocat/missing --run aclocal-1.8,;t t
1967 < s,@AUTOCONF@,${SHELL} /home/vicente/tomatoraf/release/src/router/nocat/missing --run autoconf,;t t
1968 < s,@AUTOMAKE@,${SHELL} /home/vicente/tomatoraf/release/src/router/nocat/missing --run automake-1.8,;t t
1969 < s,@AUTOHEADER@,${SHELL} /home/vicente/tomatoraf/release/src/router/nocat/missing --run autoheader,;t t
1970 < s,@MAKEINFO@,${SHELL} /home/vicente/tomatoraf/release/src/router/nocat/missing --run makeinfo,;t t
1971 < s,@AMTAR@,${SHELL} /home/vicente/tomatoraf/release/src/router/nocat/missing --run tar,;t t
1972 < s,@install_sh@,/home/vicente/tomatoraf/release/src/router/nocat/install-sh,;t t
1973 < s,@STRIP@,mipsel-uclibc-strip -R .note -R .comment,;t t
1975 > s,@VERSION@,0.93pre2-ewrt0.4,;t t
1976 > s,@ACLOCAL@,${SHELL} /tomato/release/src/router/nocat/missing --run aclocal-1.9,;t t
1977 > s,@AUTOCONF@,${SHELL} /tomato/release/src/router/nocat/missing --run autoconf,;t t
1978 > s,@AUTOMAKE@,${SHELL} /tomato/release/src/router/nocat/missing --run automake-1.9,;t t
1979 > s,@AUTOHEADER@,${SHELL} /tomato/release/src/router/nocat/missing --run autoheader,;t t
1980 > s,@MAKEINFO@,${SHELL} /tomato/release/src/router/nocat/missing --run makeinfo,;t t
1981 > s,@install_sh@,/tomato/release/src/router/nocat/install-sh,;t t
1982 > s,@STRIP@,mipsel-linux-strip,;t t
1984 < s,@mkdir_p@,mkdir -p -- .,;t t
1987 > s,@mkdir_p@,mkdir -p --,;t t
1990 > s,@AMTAR@,${SHELL} /tomato/release/src/router/nocat/missing --run tar,;t t
1991 > s,@am__tar@,${AMTAR} chof - "$$tardir",;t t
1992 > s,@am__untar@,${AMTAR} xf -,;t t
1994 < s,@CFLAGS@,-g -O2,;t t
1996 > s,@CFLAGS@,-Os -pipe -mips32 -I../libghttp,;t t
1998 < s,@RANLIB@,mipsel-uclibc-ranlib,;t t
2000 > s,@RANLIB@,mipsel-linux-ranlib,;t t
2002 < s,@GLIB_CONFIG@,/home/vicente/tomatoraf/release/src-rt/router/mipsel-uclibc/install/glib/usr/bin/glib-config,;t t
2003 < s,@GLIB_CFLAGS@,-I/home/vicente/tomatoraf/release/src-rt/router/mipsel-uclibc/install/glib/usr/include/glib-1.2 -I/home/vicente/tomatoraf/release/src-rt/router/mipsel-uclibc/install/glib/usr/lib/glib/include,;t t
2004 < s,@GLIB_LIBS@,-L/home/vicente/tomatoraf/release/src-rt/router/mipsel-uclibc/install/glib/usr/lib -lglib,;t t
2006 > s,@GLIB_CONFIG@,/tomato/release/src/router/nocat/../glib-1.2.10-install/bin/glib-config,;t t
2007 > s,@GLIB_CFLAGS@,-I/tomato/release/src/router/nocat/../glib-1.2.10-install/include/glib-1.2 -I/home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../glib-1.2.10-install/lib/glib/include,;t t
2008 > s,@GLIB_LIBS@,-L/tomato/release/src/router/nocat/../glib-1.2.10-install/lib -lglib,;t t
2010 < s,@SPLASHD_MODE@,open.c,;t t
2012 > s,@HAVE_LIBGHTTP@,1,;t t
2013 > s,@SPLASHD_MODE@,open.c ../libghttp/libghttp.a,;t t
2014 > s,@SPLASHD_SUBDIRS@,libghttp,;t t
2016 < s,@libexecscripts@,libexec/iptables/reset.fw libexec/iptables/throttle.fw libexec/iptables/access.fw libexec/iptables/dump.fw libexec/iptables/initialize.fw libexec/iptables/clear.fw ,;t t
2018 > s,@libexecscripts@,libexec/iptables/call_splashd_check.sh libexec/iptables/uninitialize.fw libexec/iptables/reset.fw libexec/iptables/dump.fw libexec/iptables/access.fw libexec/iptables/check_splashd.sh libexec/iptables/test_arp.sh libexec/iptables/initialize.fw libexec/iptables/remote_settings.sh libexec/iptables/throttle.fw libexec/iptables/traffic_input_count.sh libexec/iptables/clear.fw libexec/iptables/upgrade_check.sh libexec/iptables/traffic_output_count.sh ,;t t
2020 > s,@GHTTP_MAJOR_VERSION@,1,;t t
2021 > s,@GHTTP_MINOR_VERSION@,0,;t t
2022 > s,@GHTTP_MICRO_VERSION@,9,;t t
2023 > s,@GHTTP_VERSION@,1.0.9,;t t
2024 > s,@GHTTP_LIBDIR@,-L${libdir},;t t
2025 > s,@GHTTP_LIBS@,-lghttp,;t t
2026 > s,@GHTTP_INCLUDEDIR@,-I${includedir},;t t
2028 < ${ac_dA}PACKAGE_VERSION${ac_dB}PACKAGE_VERSION${ac_dC}"0.93pre2"${ac_dD}
2029 < ${ac_dA}PACKAGE_STRING${ac_dB}PACKAGE_STRING${ac_dC}"nocat 0.93pre2"${ac_dD}
2031 > ${ac_dA}PACKAGE_VERSION${ac_dB}PACKAGE_VERSION${ac_dC}"0.93pre2-ewrt0.4"${ac_dD}
2032 > ${ac_dA}PACKAGE_STRING${ac_dB}PACKAGE_STRING${ac_dC}"nocat 0.93pre2-ewrt0.4"${ac_dD}
2034 < ${ac_dA}VERSION${ac_dB}VERSION${ac_dC}"0.93pre2"${ac_dD}
2036 > ${ac_dA}VERSION${ac_dB}VERSION${ac_dC}"0.93pre2-ewrt0.4"${ac_dD}
2038 < ${ac_dA}NC_FIREWALL_PATH${ac_dB}NC_FIREWALL_PATH${ac_dC}"/usr/local/libexec/nocat"${ac_dD}
2039 < ${ac_dA}NC_DOCUMENT_ROOT${ac_dB}NC_DOCUMENT_ROOT${ac_dC}"/usr/local/share/nocat/htdocs"${ac_dD}
2040 < ${ac_dA}NC_CONF_PATH${ac_dB}NC_CONF_PATH${ac_dC}"/usr/local/etc"${ac_dD}
2041 < ${ac_dA}NC_STATE_DIR${ac_dB}NC_STATE_DIR${ac_dC}"/usr/local/var"${ac_dD}
2042 < ${ac_dA}NC_PID_FILE${ac_dB}NC_PID_FILE${ac_dC}"/usr/local/var/run/splashd.pid"${ac_dD}
2043 < ${ac_dA}NC_PGP_PATH${ac_dB}NC_PGP_PATH${ac_dC}"/usr/local/share/nocat/pgp"${ac_dD}
2045 > ${ac_dA}HAVE_LIBGHTTP${ac_dB}HAVE_LIBGHTTP${ac_dC}1${ac_dD}
2046 > ${ac_dA}NC_FIREWALL_PATH${ac_dB}NC_FIREWALL_PATH${ac_dC}"/tomato/release/src/router/nocat/../nocat-install/libexec/nocat"${ac_dD}
2047 > ${ac_dA}NC_DOCUMENT_ROOT${ac_dB}NC_DOCUMENT_ROOT${ac_dC}"/tomato/release/src/router/nocat/../nocat-install/share/nocat/htdocs"${ac_dD}
2048 > ${ac_dA}NC_CONF_PATH${ac_dB}NC_CONF_PATH${ac_dC}"/etc"${ac_dD}
2049 > ${ac_dA}NC_STATE_DIR${ac_dB}NC_STATE_DIR${ac_dC}"/var"${ac_dD}
2050 > ${ac_dA}NC_PID_FILE${ac_dB}NC_PID_FILE${ac_dC}"/var/run/splashd.pid"${ac_dD}
2051 > ${ac_dA}NC_PGP_PATH${ac_dB}NC_PGP_PATH${ac_dC}"/tomato/release/src/router/nocat/../nocat-install/share/nocat/pgp"${ac_dD}
2052 > ${ac_dA}GHTTP_MAJOR_VERSION${ac_dB}GHTTP_MAJOR_VERSION${ac_dC}1${ac_dD}
2053 > ${ac_dA}GHTTP_MINOR_VERSION${ac_dB}GHTTP_MINOR_VERSION${ac_dC}0${ac_dD}
2054 > ${ac_dA}GHTTP_MICRO_VERSION${ac_dB}GHTTP_MICRO_VERSION${ac_dC}9${ac_dD}
2056 < ${ac_uA}PACKAGE_VERSION${ac_uB}PACKAGE_VERSION${ac_uC}"0.93pre2"${ac_uD}
2057 < ${ac_uA}PACKAGE_STRING${ac_uB}PACKAGE_STRING${ac_uC}"nocat 0.93pre2"${ac_uD}
2059 > ${ac_uA}PACKAGE_VERSION${ac_uB}PACKAGE_VERSION${ac_uC}"0.93pre2-ewrt0.4"${ac_uD}
2060 > ${ac_uA}PACKAGE_STRING${ac_uB}PACKAGE_STRING${ac_uC}"nocat 0.93pre2-ewrt0.4"${ac_uD}
2062 < ${ac_uA}VERSION${ac_uB}VERSION${ac_uC}"0.93pre2"${ac_uD}
2064 > ${ac_uA}VERSION${ac_uB}VERSION${ac_uC}"0.93pre2-ewrt0.4"${ac_uD}
2066 < ${ac_uA}NC_FIREWALL_PATH${ac_uB}NC_FIREWALL_PATH${ac_uC}"/usr/local/libexec/nocat"${ac_uD}
2067 < ${ac_uA}NC_DOCUMENT_ROOT${ac_uB}NC_DOCUMENT_ROOT${ac_uC}"/usr/local/share/nocat/htdocs"${ac_uD}
2068 < ${ac_uA}NC_CONF_PATH${ac_uB}NC_CONF_PATH${ac_uC}"/usr/local/etc"${ac_uD}
2069 < ${ac_uA}NC_STATE_DIR${ac_uB}NC_STATE_DIR${ac_uC}"/usr/local/var"${ac_uD}
2070 < ${ac_uA}NC_PID_FILE${ac_uB}NC_PID_FILE${ac_uC}"/usr/local/var/run/splashd.pid"${ac_uD}
2071 < ${ac_uA}NC_PGP_PATH${ac_uB}NC_PGP_PATH${ac_uC}"/usr/local/share/nocat/pgp"${ac_uD}
2073 > ${ac_uA}HAVE_LIBGHTTP${ac_uB}HAVE_LIBGHTTP${ac_uC}1${ac_uD}
2074 > ${ac_uA}NC_FIREWALL_PATH${ac_uB}NC_FIREWALL_PATH${ac_uC}"/tomato/release/src/router/nocat/../nocat-install/libexec/nocat"${ac_uD}
2075 > ${ac_uA}NC_DOCUMENT_ROOT${ac_uB}NC_DOCUMENT_ROOT${ac_uC}"/tomato/release/src/router/nocat/../nocat-install/share/nocat/htdocs"${ac_uD}
2076 > ${ac_uA}NC_CONF_PATH${ac_uB}NC_CONF_PATH${ac_uC}"/etc"${ac_uD}
2077 > ${ac_uA}NC_STATE_DIR${ac_uB}NC_STATE_DIR${ac_uC}"/var"${ac_uD}
2078 > ${ac_uA}NC_PID_FILE${ac_uB}NC_PID_FILE${ac_uC}"/var/run/splashd.pid"${ac_uD}
2079 > ${ac_uA}NC_PGP_PATH${ac_uB}NC_PGP_PATH${ac_uC}"/tomato/release/src/router/nocat/../nocat-install/share/nocat/pgp"${ac_uD}
2080 > ${ac_uA}GHTTP_MAJOR_VERSION${ac_uB}GHTTP_MAJOR_VERSION${ac_uC}1${ac_uD}
2081 > ${ac_uA}GHTTP_MINOR_VERSION${ac_uB}GHTTP_MINOR_VERSION${ac_uC}0${ac_uD}
2082 > ${ac_uA}GHTTP_MICRO_VERSION${ac_uB}GHTTP_MICRO_VERSION${ac_uC}9${ac_uD}
2084 < grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
2085 < # Extract the definition of DEP_FILES from the Makefile without
2088 > # Extract the definition of DEPDIR, am__include, and am__quote
2089 > # from the Makefile without running `make'.
2091 > am__include=`sed -n 's/^am__include = //p' < "$mf"`
2092 > test -z "am__include" && continue
2093 > am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
2095 < test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
2096 < # We invoke sed twice because it is the simplest approach to
2097 < # changing $(DEPDIR) to its actual value in the expansion.
2098 < for file in `sed -n '
2099 < /^DEP_FILES = .*\\\\$/ {
2108 < /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
2110 > # Find all dependency output files, they are included files with
2111 > # $(DEPDIR) in their names. We invoke sed twice because it is the
2112 > # simplest approach to changing $(DEPDIR) to its actual value in the
2114 > for file in `sed -n "
2115 > s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
2116 Only in /home/vicente/nocat: config.status~
2117 diff -d /home/vicente/tomatoraf/release/src-rt/router/nocat/configure /home/vicente/nocat/configure
2119 < # Generated by GNU Autoconf 2.59 for nocat 0.93pre2.
2121 > # Generated by GNU Autoconf 2.59 for nocat 0.93pre2-ewrt0.4.
2123 < PACKAGE_VERSION='0.93pre2'
2124 < PACKAGE_STRING='nocat 0.93pre2'
2126 > PACKAGE_VERSION='0.93pre2-ewrt0.4'
2127 > PACKAGE_STRING='nocat 0.93pre2-ewrt0.4'
2129 < ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE RANLIB ac_ct_RANLIB GLIB_CONFIG GLIB_CFLAGS GLIB_LIBS CPP EGREP POW_LIB LIBOBJS SPLASHD_MODE GHTTPD_PROGRAM firewall libexecscripts pkglibexecdir htdocsdir imagesdir pgpdir LTLIBOBJS'
2131 > ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE RANLIB ac_ct_RANLIB GLIB_CONFIG GLIB_CFLAGS GLIB_LIBS CPP EGREP POW_LIB LIBOBJS HAVE_LIBGHTTP SPLASHD_MODE SPLASHD_SUBDIRS GHTTPD_PROGRAM firewall libexecscripts pkglibexecdir htdocsdir imagesdir pgpdir GHTTP_MAJOR_VERSION GHTTP_MINOR_VERSION GHTTP_MICRO_VERSION GHTTP_VERSION GHTTP_LIBDIR GHTTP_LIBS GHTTP_INCLUDEDIR LTLIBOBJS'
2133 < \`configure' configures nocat 0.93pre2 to adapt to many kinds of systems.
2135 > \`configure' configures nocat 0.93pre2-ewrt0.4 to adapt to many kinds of systems.
2137 < short | recursive ) echo "Configuration of nocat 0.93pre2:";;
2139 > short | recursive ) echo "Configuration of nocat 0.93pre2-ewrt0.4:";;
2141 < --with-remote-splash Fetch splash page from elsewhere with libghttp.
2143 > --with-remote-splash Fetch splash page from a configurable service.
2145 < nocat configure 0.93pre2
2147 > nocat configure 0.93pre2-ewrt0.4
2149 < It was created by nocat $as_me 0.93pre2, which was
2151 > It was created by nocat $as_me 0.93pre2-ewrt0.4, which was
2153 < am__api_version="1.8"
2155 > am__api_version="1.9"
2157 < # Keeping the `.' argument allows $(mkdir_p) to be used without
2158 < # argument. Indeed, we sometimes output rules like
2160 > # We used to keeping the `.' as first argument, in order to
2161 > # allow $(mkdir_p) to be used without argument. As in
2163 < # where $(somedir) is conditionally defined.
2164 < # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
2165 < # expensive solution, as it forces Make to start a sub-shell.)
2166 < mkdir_p='mkdir -p -- .'
2168 > # where $(somedir) is conditionally defined. However this is wrong
2169 > # for two reasons:
2170 > # 1. if the package is installed by a user who cannot write `.'
2171 > # make install will fail,
2172 > # 2. the above comment should most certainly read
2173 > # $(mkdir_p) $(DESTDIR)$(somedir)
2174 > # so it does not work when $(somedir) is undefined and
2175 > # $(DESTDIR) is not.
2176 > # To support the latter case, we have to write
2177 > # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2178 > # so the `.' trick is pointless.
2179 > mkdir_p='mkdir -p --'
2181 < VERSION='0.93pre2'
2183 > VERSION='0.93pre2-ewrt0.4'
2186 < AMTAR=${AMTAR-"${am_missing_run}tar"}
2189 > # Always define AMTAR for backward compatibility.
2191 > AMTAR=${AMTAR-"${am_missing_run}tar"}
2193 > am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2197 < # (even with -Werror). So we grep stderr for any message
2198 < # that says an option was ignored.
2199 < if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
2201 > # or remarks (even with -Werror). So we grep stderr for any message
2202 > # that says an option was ignored or not supported.
2203 > # When given -MP, icc 7.0 and 7.1 complain thusly:
2204 > # icc: Command line warning: ignoring option '-M'; no argument required
2205 > # The diagnosis changed in icc 8.0:
2206 > # icc: Command line remark: option '-MP' not supported
2207 > if (grep 'ignoring option' conftest.err ||
2208 > grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2210 > passive-radius) splashd_mode="passive_radius.c radius.c md5.c" ;;
2212 < SPLASHD_MODE="$splashd_mode"
2217 < echo "$as_me:$LINENO: checking for ghttp_request_new in -lghttp" >&5
2218 < echo $ECHO_N "checking for ghttp_request_new in -lghttp... $ECHO_C" >&6
2219 < if test "${ac_cv_lib_ghttp_ghttp_request_new+set}" = set; then
2220 < echo $ECHO_N "(cached) $ECHO_C" >&6
2222 < ac_check_lib_save_LIBS=$LIBS
2223 < LIBS="-lghttp $LIBS"
2224 < cat >conftest.$ac_ext <<_ACEOF
2227 < cat confdefs.h >>conftest.$ac_ext
2228 < cat >>conftest.$ac_ext <<_ACEOF
2229 < /* end confdefs.h. */
2231 < /* Override any gcc2 internal prototype to avoid an error. */
2232 < #ifdef __cplusplus
2235 < /* We use char because int might match the return type of a gcc2
2236 < builtin and then its argument prototype would still apply. */
2237 < char ghttp_request_new ();
2241 < ghttp_request_new ();
2246 < rm -f conftest.$ac_objext conftest$ac_exeext
2247 < if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2248 < (eval $ac_link) 2>conftest.er1
2250 < grep -v '^ *+' conftest.er1 >conftest.err
2251 < rm -f conftest.er1
2252 < cat conftest.err >&5
2253 < echo "$as_me:$LINENO: \$? = $ac_status" >&5
2254 < (exit $ac_status); } &&
2255 < { ac_try='test -z "$ac_c_werror_flag"
2256 < || test ! -s conftest.err'
2257 < { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2258 < (eval $ac_try) 2>&5
2260 < echo "$as_me:$LINENO: \$? = $ac_status" >&5
2261 < (exit $ac_status); }; } &&
2262 < { ac_try='test -s conftest$ac_exeext'
2263 < { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2264 < (eval $ac_try) 2>&5
2266 < echo "$as_me:$LINENO: \$? = $ac_status" >&5
2267 < (exit $ac_status); }; }; then
2268 < ac_cv_lib_ghttp_ghttp_request_new=yes
2270 < echo "$as_me: failed program was:" >&5
2271 < sed 's/^/| /' conftest.$ac_ext >&5
2273 < ac_cv_lib_ghttp_ghttp_request_new=no
2275 < rm -f conftest.err conftest.$ac_objext \
2276 < conftest$ac_exeext conftest.$ac_ext
2277 < LIBS=$ac_check_lib_save_LIBS
2279 < echo "$as_me:$LINENO: result: $ac_cv_lib_ghttp_ghttp_request_new" >&5
2280 < echo "${ECHO_T}$ac_cv_lib_ghttp_ghttp_request_new" >&6
2281 < if test $ac_cv_lib_ghttp_ghttp_request_new = yes; then
2282 < cat >>confdefs.h <<_ACEOF
2284 > splashd_mode="$splashd_mode ../libghttp/libghttp.a";
2285 > splashd_subdirs="libghttp";
2287 > cat >>confdefs.h <<_ACEOF
2289 < LIBS="-lghttp $LIBS"
2295 > SPLASHD_MODE="$splashd_mode"
2297 > SPLASHD_SUBDIRS="$splashd_subdirs"
2301 < firewall=$ac_cv_prog_firewall
2303 > firewall="iptables"
2307 > # libghttp configuration details
2308 > GHTTP_MAJOR_VERSION=1
2309 > GHTTP_MINOR_VERSION=0
2310 > GHTTP_MICRO_VERSION=9
2311 > GHTTP_VERSION=$GHTTP_MAJOR_VERSION.$GHTTP_MINOR_VERSION.$GHTTP_MICRO_VERSION
2318 > cat >>confdefs.h <<_ACEOF
2319 > #define GHTTP_MAJOR_VERSION $GHTTP_MAJOR_VERSION
2322 > cat >>confdefs.h <<_ACEOF
2323 > #define GHTTP_MINOR_VERSION $GHTTP_MINOR_VERSION
2326 > cat >>confdefs.h <<_ACEOF
2327 > #define GHTTP_MICRO_VERSION $GHTTP_MICRO_VERSION
2331 > GHTTP_LIBDIR='-L${libdir}'
2332 > GHTTP_INCLUDEDIR='-I${includedir}'
2333 > GHTTP_LIBS="-lghttp"
2340 < ac_config_files="$ac_config_files Makefile src/Makefile"
2342 > ac_config_files="$ac_config_files Makefile src/Makefile libghttp/Makefile"
2344 < This file was extended by nocat $as_me 0.93pre2, which was
2346 > This file was extended by nocat $as_me 0.93pre2-ewrt0.4, which was
2348 < nocat config.status 0.93pre2
2350 > nocat config.status 0.93pre2-ewrt0.4
2352 > "libghttp/Makefile" ) CONFIG_FILES="$CONFIG_FILES libghttp/Makefile" ;;
2354 < s,@AMTAR@,$AMTAR,;t t
2356 > s,@AMTAR@,$AMTAR,;t t
2357 > s,@am__tar@,$am__tar,;t t
2358 > s,@am__untar@,$am__untar,;t t
2360 > s,@HAVE_LIBGHTTP@,$HAVE_LIBGHTTP,;t t
2362 > s,@SPLASHD_SUBDIRS@,$SPLASHD_SUBDIRS,;t t
2364 > s,@GHTTP_MAJOR_VERSION@,$GHTTP_MAJOR_VERSION,;t t
2365 > s,@GHTTP_MINOR_VERSION@,$GHTTP_MINOR_VERSION,;t t
2366 > s,@GHTTP_MICRO_VERSION@,$GHTTP_MICRO_VERSION,;t t
2367 > s,@GHTTP_VERSION@,$GHTTP_VERSION,;t t
2368 > s,@GHTTP_LIBDIR@,$GHTTP_LIBDIR,;t t
2369 > s,@GHTTP_LIBS@,$GHTTP_LIBS,;t t
2370 > s,@GHTTP_INCLUDEDIR@,$GHTTP_INCLUDEDIR,;t t
2372 < grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
2373 < # Extract the definition of DEP_FILES from the Makefile without
2376 > # Extract the definition of DEPDIR, am__include, and am__quote
2377 > # from the Makefile without running `make'.
2379 > am__include=`sed -n 's/^am__include = //p' < "$mf"`
2380 > test -z "am__include" && continue
2381 > am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
2383 < test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
2384 < # We invoke sed twice because it is the simplest approach to
2385 < # changing $(DEPDIR) to its actual value in the expansion.
2386 < for file in `sed -n '
2387 < /^DEP_FILES = .*\\\\$/ {
2396 < /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
2398 > # Find all dependency output files, they are included files with
2399 > # $(DEPDIR) in their names. We invoke sed twice because it is the
2400 > # simplest approach to changing $(DEPDIR) to its actual value in the
2402 > for file in `sed -n "
2403 > s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
2404 diff -d /home/vicente/tomatoraf/release/src-rt/router/nocat/configure.ac /home/vicente/nocat/configure.ac
2406 > passive-radius) splashd_mode="passive_radius.c radius.c md5.c" ;;
2408 < AC_SUBST(SPLASHD_MODE, "$splashd_mode")
2410 < [ --with-remote-splash Fetch splash page from elsewhere with libghttp. ],
2411 < AC_CHECK_LIB([ghttp], [ghttp_request_new])
2413 > [ --with-remote-splash Fetch splash page from a configurable service. ],
2414 > [ splashd_mode="$splashd_mode ../libghttp/libghttp.a";
2415 > splashd_subdirs="libghttp";
2417 > AC_SUBST(HAVE_LIBGHTTP) ]
2419 > AC_SUBST(SPLASHD_MODE, "$splashd_mode")
2420 > AC_SUBST(SPLASHD_SUBDIRS, "$splashd_subdirs")
2423 > # libghttp configuration details
2424 > GHTTP_MAJOR_VERSION=1
2425 > GHTTP_MINOR_VERSION=0
2426 > GHTTP_MICRO_VERSION=9
2427 > GHTTP_VERSION=$GHTTP_MAJOR_VERSION.$GHTTP_MINOR_VERSION.$GHTTP_MICRO_VERSION
2429 > AC_SUBST(GHTTP_MAJOR_VERSION)
2430 > AC_SUBST(GHTTP_MINOR_VERSION)
2431 > AC_SUBST(GHTTP_MICRO_VERSION)
2432 > AC_SUBST(GHTTP_VERSION)
2434 > AC_DEFINE_UNQUOTED(GHTTP_MAJOR_VERSION, $GHTTP_MAJOR_VERSION)
2435 > AC_DEFINE_UNQUOTED(GHTTP_MINOR_VERSION, $GHTTP_MINOR_VERSION)
2436 > AC_DEFINE_UNQUOTED(GHTTP_MICRO_VERSION, $GHTTP_MICRO_VERSION)
2438 > GHTTP_LIBDIR='-L${libdir}'
2439 > GHTTP_INCLUDEDIR='-I${includedir}'
2440 > GHTTP_LIBS="-lghttp"
2442 > AC_SUBST(GHTTP_LIBDIR)
2443 > AC_SUBST(GHTTP_LIBS)
2444 > AC_SUBST(GHTTP_INCLUDEDIR)
2450 > libghttp/Makefile])
2451 Common subdirectories: /home/vicente/tomatoraf/release/src-rt/router/nocat/htdocs and /home/vicente/nocat/htdocs
2452 Only in /home/vicente/nocat: ipkg
2453 Common subdirectories: /home/vicente/tomatoraf/release/src-rt/router/nocat/libexec and /home/vicente/nocat/libexec
2454 Only in /home/vicente/nocat: libghttp
2455 diff -d /home/vicente/tomatoraf/release/src-rt/router/nocat/Makefile /home/vicente/nocat/Makefile
2457 < # Makefile.in generated by automake 1.8.3 from Makefile.am.
2459 > # Makefile.in generated by automake 1.9.5 from Makefile.am.
2461 < # 2003, 2004 Free Software Foundation, Inc.
2463 > # 2003, 2004, 2005 Free Software Foundation, Inc.
2465 < am__installdirs = "$(DESTDIR)$(pkglibexecdir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htdocsdir)" "$(DESTDIR)$(imagesdir)" "$(DESTDIR)$(pgpdir)" "$(DESTDIR)$(sysconfdir)"
2467 > am__installdirs = "$(DESTDIR)$(pkglibexecdir)" "$(DESTDIR)$(man5dir)" \
2468 > "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htdocsdir)" \
2469 > "$(DESTDIR)$(imagesdir)" "$(DESTDIR)$(pgpdir)" \
2470 > "$(DESTDIR)$(sysconfdir)"
2472 > am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
2473 > am__vpath_adj = case $$p in \
2474 > $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
2477 > am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
2478 > am_splashtestOBJECTS = splashtest.$(OBJEXT)
2479 > splashtest_OBJECTS = $(am_splashtest_OBJECTS)
2480 > splashtest_DEPENDENCIES = libsplash.a
2482 < ACLOCAL = ${SHELL} /home/vicente/tomatoraf/release/src/router/nocat/missing --run aclocal-1.8
2484 > ACLOCAL = ${SHELL} /home/zd/work/tomato/tomato-1.23/release/src/router/nocat/missing --run aclocal-1.9
2486 < AMTAR = ${SHELL} /home/vicente/tomatoraf/release/src/router/nocat/missing --run tar
2487 < AUTOCONF = ${SHELL} /home/vicente/tomatoraf/release/src/router/nocat/missing --run autoconf
2488 < AUTOHEADER = ${SHELL} /home/vicente/tomatoraf/release/src/router/nocat/missing --run autoheader
2489 < AUTOMAKE = ${SHELL} /home/vicente/tomatoraf/release/src/router/nocat/missing --run automake-1.8
2492 > AMTAR = ${SHELL} /home/zd/work/tomato/tomato-1.23/release/src/router/nocat/missing --run tar
2493 > AUTOCONF = ${SHELL} /home/zd/work/tomato/tomato-1.23/release/src/router/nocat/missing --run autoconf
2494 > AUTOHEADER = ${SHELL} /home/zd/work/tomato/tomato-1.23/release/src/router/nocat/missing --run autoheader
2495 > AUTOMAKE = ${SHELL} /home/zd/work/tomato/tomato-1.23/release/src/router/nocat/missing --run automake-1.9
2500 > CFLAGS = -Os -pipe -mips32 -I../libghttp
2502 < GLIB_CFLAGS = -I/home/vicente/tomatoraf/release/src-rt/router/mipsel-uclibc/install/glib/usr/include/glib-1.2 -I/home/vicente/tomatoraf/release/src-rt/router/mipsel-uclibc/install/glib/usr/lib/glib/include
2503 < GLIB_CONFIG = /home/vicente/tomatoraf/release/src-rt/router/mipsel-uclibc/install/glib/usr/bin/glib-config
2504 < GLIB_LIBS = -L/home/vicente/tomatoraf/release/src-rt/router/mipsel-uclibc/install/glib/usr/lib -lglib
2506 > GHTTP_INCLUDEDIR = -I${includedir}
2507 > GHTTP_LIBDIR = -L${libdir}
2508 > GHTTP_LIBS = -lghttp
2509 > GHTTP_MAJOR_VERSION = 1
2510 > GHTTP_MICRO_VERSION = 9
2511 > GHTTP_MINOR_VERSION = 0
2512 > GHTTP_VERSION = 1.0.9
2513 > GLIB_CFLAGS = -I/home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../glib-1.2.10-install/include/glib-1.2 -I/home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../glib-1.2.10-install/lib/glib/include
2514 > GLIB_CONFIG = /home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../glib-1.2.10-install/bin/glib-config
2515 > GLIB_LIBS = -L/home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../glib-1.2.10-install/lib -lglib
2518 < MAKEINFO = ${SHELL} /home/vicente/tomatoraf/release/src/router/nocat/missing --run makeinfo
2520 > MAKEINFO = ${SHELL} /home/zd/work/tomato/tomato-1.23/release/src/router/nocat/missing --run makeinfo
2522 < PACKAGE_STRING = nocat 0.93pre2
2524 > PACKAGE_STRING = nocat 0.93pre2-ewrt0.4
2526 < PACKAGE_VERSION = 0.93pre2
2528 > PACKAGE_VERSION = 0.93pre2-ewrt0.4
2530 < RANLIB = mipsel-uclibc-ranlib
2532 > RANLIB = mipsel-linux-ranlib
2535 < SPLASHD_MODE = open.c
2536 < STRIP = mipsel-uclibc-strip -R .note -R .comment
2537 < VERSION = 0.93pre2
2540 > SPLASHD_MODE = open.c ../libghttp/libghttp.a
2541 > SPLASHD_SUBDIRS = libghttp
2542 > STRIP = mipsel-linux-strip
2543 > VERSION = 0.93pre2-ewrt0.4
2545 > am__tar = ${AMTAR} chof - "$$tardir"
2546 > am__untar = ${AMTAR} xf -
2548 < build_alias = x86_64-linux-gnu
2552 < exec_prefix = /usr/local
2554 > exec_prefix = /home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../nocat-install
2556 < install_sh = /home/vicente/tomatoraf/release/src/router/nocat/install-sh
2558 > install_sh = /home/zd/work/tomato/tomato-1.23/release/src/router/nocat/install-sh
2560 < libexecscripts = libexec/iptables/reset.fw libexec/iptables/throttle.fw libexec/iptables/access.fw libexec/iptables/dump.fw libexec/iptables/initialize.fw libexec/iptables/clear.fw
2561 < localstatedir = ${prefix}/var
2563 > libexecscripts = libexec/iptables/call_splashd_check.sh libexec/iptables/uninitialize.fw libexec/iptables/reset.fw libexec/iptables/dump.fw libexec/iptables/access.fw libexec/iptables/check_splashd.sh libexec/iptables/test_arp.sh libexec/iptables/initialize.fw libexec/iptables/remote_settings.sh libexec/iptables/throttle.fw libexec/iptables/traffic_input_count.sh libexec/iptables/clear.fw libexec/iptables/upgrade_check.sh libexec/iptables/traffic_output_count.sh
2564 > localstatedir = /var
2566 < mkdir_p = mkdir -p -- .
2568 > mkdir_p = mkdir -p --
2570 < prefix = /usr/local
2572 > prefix = /home/zd/work/tomato/tomato-1.23/release/src/router/nocat/../nocat-install
2574 < sysconfdir = ${prefix}/etc
2580 > SUBDIRS = libghttp src
2582 < pkglibexec_SCRIPTS = libexec/iptables/reset.fw libexec/iptables/throttle.fw libexec/iptables/access.fw libexec/iptables/dump.fw libexec/iptables/initialize.fw libexec/iptables/clear.fw
2584 > pkglibexec_SCRIPTS = libexec/iptables/call_splashd_check.sh libexec/iptables/uninitialize.fw libexec/iptables/reset.fw libexec/iptables/dump.fw libexec/iptables/access.fw libexec/iptables/check_splashd.sh libexec/iptables/test_arp.sh libexec/iptables/initialize.fw libexec/iptables/remote_settings.sh libexec/iptables/throttle.fw libexec/iptables/traffic_input_count.sh libexec/iptables/clear.fw libexec/iptables/upgrade_check.sh libexec/iptables/traffic_output_count.sh
2586 < EXTRA_DIST = $(EXTRA_SCRIPTS) $(images_DATA) $(htdocs_DATA) $(pgp_DATA) $(man_MANS) nocat.conf.in rc.nocat
2588 > EXTRA_DIST = $(EXTRA_SCRIPTS) $(images_DATA) $(htdocs_DATA) $(pgp_DATA) $(man_MANS) nocat.conf.in rc.nocat ipkg/control ipkg/rules ipkg/patches ipkg/patches/nocat-conf.patch ipkg/patches/openwrt-firewall.patch ipkg/patches/init-d.patch ipkg/Config.in README.uClibc README.OpenWRT
2590 > splashtest_SOURCES = splashtest.c
2591 > EXTRA_splashtest_SOURCES =
2592 > splashtest_LDADD = libsplash.a
2595 > splashtest$(EXEEXT): $(splashtest_OBJECTS) $(splashtest_DEPENDENCIES)
2596 > @rm -f splashtest$(EXEEXT)
2597 > $(LINK) $(splashtest_LDFLAGS) $(splashtest_OBJECTS) $(splashtest_LDADD) $(LIBS)
2600 < f="`echo $$p | sed -e 's|^.*/||'`"; \
2602 > f=$(am__strip_dir) \
2604 < f="`echo $$p | sed -e 's|^.*/||'`"; \
2606 > f=$(am__strip_dir) \
2608 < f="`echo $$p | sed -e 's|^.*/||'`"; \
2610 > f=$(am__strip_dir) \
2612 < f="`echo $$p | sed -e 's|^.*/||'`"; \
2614 > f=$(am__strip_dir) \
2616 < f="`echo $$p | sed -e 's|^.*/||'`"; \
2618 > f=$(am__strip_dir) \
2620 < f="`echo $$p | sed -e 's|^.*/||'`"; \
2622 > f=$(am__strip_dir) \
2624 < f="`echo $$p | sed -e 's|^.*/||'`"; \
2626 > f=$(am__strip_dir) \
2628 < f="`echo $$p | sed -e 's|^.*/||'`"; \
2630 > f=$(am__strip_dir) \
2632 < @set fnord $$MAKEFLAGS; amf=$$2; \
2634 > @failcom='exit 1'; \
2635 > for f in x $$MAKEFLAGS; do \
2637 > *=* | --[!k]*);; \
2638 > *k*) failcom='fail=yes';; \
2642 < || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
2644 > || eval $$failcom; \
2646 < @set fnord $$MAKEFLAGS; amf=$$2; \
2648 > @failcom='exit 1'; \
2649 > for f in x $$MAKEFLAGS; do \
2651 > *=* | --[!k]*);; \
2652 > *k*) failcom='fail=yes';; \
2656 < || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
2658 > || eval $$failcom; \
2660 < if (etags --etags-include --version) >/dev/null 2>&1; then \
2662 > if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
2668 < test -f $$subdir/TAGS && \
2670 > test ! -f $$subdir/TAGS || \
2672 < test -z "$(ETAGS_ARGS)$$tags$$unique" \
2673 < || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2676 > if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
2677 > test -n "$$unique" || unique=$$empty_fix; \
2678 > $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2679 > $$tags $$unique; \
2682 < $(mkdir_p) $(distdir)/htdocs $(distdir)/htdocs/images $(distdir)/libexec/iptables $(distdir)/libexec/loopback $(distdir)/man $(distdir)/pgp
2684 > $(mkdir_p) $(distdir)/htdocs $(distdir)/htdocs/images $(distdir)/ipkg $(distdir)/ipkg/patches $(distdir)/libexec/iptables $(distdir)/libexec/loopback $(distdir)/man $(distdir)/pgp
2686 < list='$(SUBDIRS)'; for subdir in $$list; do \
2688 > list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
2690 < || mkdir "$(distdir)/$$subdir" \
2692 > || $(mkdir_p) "$(distdir)/$$subdir" \
2694 > distdir=`$(am__cd) $(distdir) && pwd`; \
2695 > top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
2697 < top_distdir="../$(top_distdir)" \
2698 < distdir="../$(distdir)/$$subdir" \
2700 > top_distdir="$$top_distdir" \
2701 > distdir="$$distdir/$$subdir" \
2703 < $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
2705 > tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
2707 < $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
2709 > tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
2711 < $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
2713 > tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
2715 < $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
2717 > tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
2719 < GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
2721 > GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
2723 < bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
2725 > bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
2727 < uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
2729 > uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
2731 < GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
2733 > GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
2735 < -rm -f $(CONFIG_CLEAN_FILES)
2737 > -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2738 diff -d /home/vicente/tomatoraf/release/src-rt/router/nocat/Makefile.am /home/vicente/nocat/Makefile.am
2742 > SUBDIRS = @SPLASHD_SUBDIRS@ src
2744 > splashtest_SOURCES = splashtest.c
2745 > EXTRA_splashtest_SOURCES =
2746 > splashtest_LDADD = libsplash.a
2748 < EXTRA_DIST = $(EXTRA_SCRIPTS) $(images_DATA) $(htdocs_DATA) $(pgp_DATA) $(man_MANS) nocat.conf.in rc.nocat
2750 > EXTRA_DIST = $(EXTRA_SCRIPTS) $(images_DATA) $(htdocs_DATA) $(pgp_DATA) $(man_MANS) nocat.conf.in rc.nocat ipkg/control ipkg/rules ipkg/patches ipkg/patches/nocat-conf.patch ipkg/patches/openwrt-firewall.patch ipkg/patches/init-d.patch ipkg/Config.in README.uClibc README.OpenWRT
2751 diff -d /home/vicente/tomatoraf/release/src-rt/router/nocat/Makefile.in /home/vicente/nocat/Makefile.in
2753 < # Makefile.in generated by automake 1.8.3 from Makefile.am.
2755 > # Makefile.in generated by automake 1.9.5 from Makefile.am.
2757 < # 2003, 2004 Free Software Foundation, Inc.
2759 > # 2003, 2004, 2005 Free Software Foundation, Inc.
2761 < am__installdirs = "$(DESTDIR)$(pkglibexecdir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htdocsdir)" "$(DESTDIR)$(imagesdir)" "$(DESTDIR)$(pgpdir)" "$(DESTDIR)$(sysconfdir)"
2763 > am__installdirs = "$(DESTDIR)$(pkglibexecdir)" "$(DESTDIR)$(man5dir)" \
2764 > "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htdocsdir)" \
2765 > "$(DESTDIR)$(imagesdir)" "$(DESTDIR)$(pgpdir)" \
2766 > "$(DESTDIR)$(sysconfdir)"
2768 > am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
2769 > am__vpath_adj = case $$p in \
2770 > $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
2773 > am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
2774 > am_splashtestOBJECTS = splashtest.$(OBJEXT)
2775 > splashtest_OBJECTS = $(am_splashtest_OBJECTS)
2776 > splashtest_DEPENDENCIES = libsplash.a
2778 > GHTTP_INCLUDEDIR = @GHTTP_INCLUDEDIR@
2779 > GHTTP_LIBDIR = @GHTTP_LIBDIR@
2780 > GHTTP_LIBS = @GHTTP_LIBS@
2781 > GHTTP_MAJOR_VERSION = @GHTTP_MAJOR_VERSION@
2782 > GHTTP_MICRO_VERSION = @GHTTP_MICRO_VERSION@
2783 > GHTTP_MINOR_VERSION = @GHTTP_MINOR_VERSION@
2784 > GHTTP_VERSION = @GHTTP_VERSION@
2786 > HAVE_LIBGHTTP = @HAVE_LIBGHTTP@
2788 > SPLASHD_SUBDIRS = @SPLASHD_SUBDIRS@
2790 > am__tar = @am__tar@
2791 > am__untar = @am__untar@
2795 > SUBDIRS = @SPLASHD_SUBDIRS@ src
2797 < EXTRA_DIST = $(EXTRA_SCRIPTS) $(images_DATA) $(htdocs_DATA) $(pgp_DATA) $(man_MANS) nocat.conf.in rc.nocat
2799 > EXTRA_DIST = $(EXTRA_SCRIPTS) $(images_DATA) $(htdocs_DATA) $(pgp_DATA) $(man_MANS) nocat.conf.in rc.nocat ipkg/control ipkg/rules ipkg/patches ipkg/patches/nocat-conf.patch ipkg/patches/openwrt-firewall.patch ipkg/patches/init-d.patch ipkg/Config.in README.uClibc README.OpenWRT
2801 > splashtest_SOURCES = splashtest.c
2802 > EXTRA_splashtest_SOURCES =
2803 > splashtest_LDADD = libsplash.a
2806 > splashtest$(EXEEXT): $(splashtest_OBJECTS) $(splashtest_DEPENDENCIES)
2807 > @rm -f splashtest$(EXEEXT)
2808 > $(LINK) $(splashtest_LDFLAGS) $(splashtest_OBJECTS) $(splashtest_LDADD) $(LIBS)
2811 < f="`echo $$p | sed -e 's|^.*/||'`"; \
2813 > f=$(am__strip_dir) \
2815 < f="`echo $$p | sed -e 's|^.*/||'`"; \
2817 > f=$(am__strip_dir) \
2819 < f="`echo $$p | sed -e 's|^.*/||'`"; \
2821 > f=$(am__strip_dir) \
2823 < f="`echo $$p | sed -e 's|^.*/||'`"; \
2825 > f=$(am__strip_dir) \
2827 < f="`echo $$p | sed -e 's|^.*/||'`"; \
2829 > f=$(am__strip_dir) \
2831 < f="`echo $$p | sed -e 's|^.*/||'`"; \
2833 > f=$(am__strip_dir) \
2835 < f="`echo $$p | sed -e 's|^.*/||'`"; \
2837 > f=$(am__strip_dir) \
2839 < f="`echo $$p | sed -e 's|^.*/||'`"; \
2841 > f=$(am__strip_dir) \
2843 < @set fnord $$MAKEFLAGS; amf=$$2; \
2845 > @failcom='exit 1'; \
2846 > for f in x $$MAKEFLAGS; do \
2848 > *=* | --[!k]*);; \
2849 > *k*) failcom='fail=yes';; \
2853 < || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
2855 > || eval $$failcom; \
2857 < @set fnord $$MAKEFLAGS; amf=$$2; \
2859 > @failcom='exit 1'; \
2860 > for f in x $$MAKEFLAGS; do \
2862 > *=* | --[!k]*);; \
2863 > *k*) failcom='fail=yes';; \
2867 < || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
2869 > || eval $$failcom; \
2871 < if (etags --etags-include --version) >/dev/null 2>&1; then \
2873 > if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
2879 < test -f $$subdir/TAGS && \
2881 > test ! -f $$subdir/TAGS || \
2883 < test -z "$(ETAGS_ARGS)$$tags$$unique" \
2884 < || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2887 > if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
2888 > test -n "$$unique" || unique=$$empty_fix; \
2889 > $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2890 > $$tags $$unique; \
2893 < $(mkdir_p) $(distdir)/htdocs $(distdir)/htdocs/images $(distdir)/libexec/iptables $(distdir)/libexec/loopback $(distdir)/man $(distdir)/pgp
2895 > $(mkdir_p) $(distdir)/htdocs $(distdir)/htdocs/images $(distdir)/ipkg $(distdir)/ipkg/patches $(distdir)/libexec/iptables $(distdir)/libexec/loopback $(distdir)/man $(distdir)/pgp
2897 < list='$(SUBDIRS)'; for subdir in $$list; do \
2899 > list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
2901 < || mkdir "$(distdir)/$$subdir" \
2903 > || $(mkdir_p) "$(distdir)/$$subdir" \
2905 > distdir=`$(am__cd) $(distdir) && pwd`; \
2906 > top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
2908 < top_distdir="../$(top_distdir)" \
2909 < distdir="../$(distdir)/$$subdir" \
2911 > top_distdir="$$top_distdir" \
2912 > distdir="$$distdir/$$subdir" \
2914 < $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
2916 > tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
2918 < $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
2920 > tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
2922 < $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
2924 > tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
2926 < $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
2928 > tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
2930 < GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
2932 > GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
2934 < bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
2936 > bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
2938 < uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
2940 > uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
2942 < GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
2944 > GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
2946 < -rm -f $(CONFIG_CLEAN_FILES)
2948 > -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2949 Common subdirectories: /home/vicente/tomatoraf/release/src-rt/router/nocat/man and /home/vicente/nocat/man
2950 Only in /home/vicente/tomatoraf/release/src-rt/router/nocat: nocat.conf
2951 diff -d /home/vicente/tomatoraf/release/src-rt/router/nocat/nocat.conf.in /home/vicente/nocat/nocat.conf.in
2954 < # See the bottom of this file for options for logging to syslog.
2956 < ##### Gateway application settings.
2958 < # GatewayName -- The name of this gateway, to be optionally displayed
2959 < # on the splash and status pages. Any short string of text will do.
2961 < GatewayName the NoCat Network
2965 < # GatewayMode -- Determines the mode of operation of the gateway. Possible
2968 < # Open - Simply require a user to view a splash page and accept
2969 < # a use agreement.
2971 < # Only Open mode is currently supported.
2976 > ####### Syslog Options
2978 < # GatewayLog -- Optional. If unset, messages will go to STDERR.
2979 < # (currently unused!)
2981 > # Log Facility - syslog or internal. "internal" sends log messages
2982 > # using GatewayLog or STDERR. "syslog" (the default) sends all messages to the system log.
2984 > # LogFacility syslog
2986 < # LoginTimeout - Number of seconds after a client's last
2987 < # login/renewal to terminate their connection. Probably
2988 < # don't want to set this to less than 60 or a lot of
2989 < # bandwidth is likely to get consumed by the client's
2990 < # renewal attempts.
2992 < # For Open Mode portals, you probably want to comment out
2993 < # the preceding and set LoginTimeout to
2994 < # something large (like 86400, for one notification
2997 < LoginTimeout 86400
2999 < ###### Open Portal settings.
3002 < # HomePage -- The authservice's notion of a default
3005 < HomePage http://nocat.net/
3007 < # DocumentRoot -- Where all of the application templates (including
3008 < # SplashForm) are hiding. Can be different from Apache's DocumentRoot.
3009 < # Defaults to @htdocsdir@ via compile-time option.
3011 < # DocumentRoot @htdocsdir@
3013 < # SplashForm -- Form displayed to users on capture.
3015 < SplashForm splash.html
3017 < # StatusForm -- Page displaying status of logged in users.
3018 < # NOT YET IMPLEMENTED.
3020 < StatusForm status.html
3022 < # SplashURL -- URL to fetch remote splash page from. You must compile
3023 < # with --with-remote-splash for this to work. SplashTimeout specifies
3024 < # the reload period of the remote splash page.
3026 < # SplashURL http://example.com/get_splash_page.cgi?node=$NodeID
3028 < # SplashTimeout 21600
3030 < ###### Active/Passive Portal settings.
3031 < # None of these settings affect open mode operation.
3033 < # TrustedGroups - A list of groups registered with the auth server
3034 < # that a user may claim membership in order to gain Member-class
3035 < # access through this portal. The default magic value "Any" indicates
3036 < # that a member of *any* group is granted member-class access from
3037 < # this gateway. NOT YET IMPLEMENTED.
3039 < # TrustedGroups NoCat NYCWireless PersonalTelco
3044 < # Owners - Optional. List all local "owner" class users here, separated
3045 < # by spaces. Owners typically get full bandwidth, and unrestricted
3046 < # access to all network resources. NOT YET IMPLEMENTED.
3048 < # Owners rob@nocat.net schuyler@nocat.net
3051 < # AuthServiceAddr - Required, for captive mode. Must be set to the address of
3052 < # your authentication service. You must use an IP address
3053 < # if DNS resolution isn't available at gateway startup.
3055 < # AuthServiceAddr 208.201.239.21
3057 > # SyslogIdent - The ident of the program that is calling syslog. This will
3058 > # be prepended to every log entry made by NoCat. Defaults to NoCat.
3060 < AuthServiceAddr auth.nocat.net
3062 > # SyslogIdent NoCat
3064 < # AuthServiceURL - HTTPS URL to the login script at the authservice.
3066 > # Log verbosity -- 0 is (almost) no logging. 10 is log
3067 > # everything. 5 is probably a safe middle road.
3069 < AuthServiceURL https://auth.nocat.net/cgi-bin/login
3073 > ##### Gateway application settings.
3075 < # LogoutURL - HTTP URL to redirect user after logout.
3077 > # GatewayName -- The name of this gateway, to be optionally displayed
3078 > # on the splash and status pages. Any short string of text will do.
3080 < LogoutURL https://auth.nocat.net/logout.html
3082 > #GatewayName the NoCat Network
3084 < # PGPKeyPath -- The directory in which PGP keys are stored.
3085 < # NoCat tries to find this in the pgp/ directory above
3086 < # the bin/ parent directory. Set this only if you put it
3087 < # somewhere that NoCat doesn't expect.
3089 > # GatewayAddr/GatewayPort - The address & TCP port to bind the gateway
3090 > # service to. 5280 is de-facto standard for NoCatAuth.
3091 > # Change this only if you absolutely need to.
3093 < # PGPKeyPath @pgpdir@
3096 > # GatewayAddr 192.168.1.1
3097 > # GatewayPort 5280
3099 > #Now these are auto detected.
3101 < # FirewallPath - Where to find the firewall scripts.
3102 < # Defaults to @pkglibexecdir@ via compile-time option.
3104 < # FirewallPath @pkglibexecdir@
3107 < # LocalNetwork 10.0.1.0/24
3109 > # LocalNetwork 192.168.1.0/24
3112 > # RouteOnly - Required only if you DO NOT want your gateway to act as a NAT.
3113 > # Uncomment this only if you're running a strictly routed network, and
3114 > # don't need the gateway to enable NAT for you.
3118 > ## On WRT54G --now autodetected!
3119 > # ExternalDevice eth1
3120 > # InternalDevice br0
3121 > # InsideIP is depreciated - now defined by GatewayAddr
3122 > # InsideIP 192.168.1.1
3123 > # LocalNetwork 192.168.1.0/24
3125 > ###### Other Common Gateway Options. (stuff you probably won't have to change)
3128 > # FirewallPath - Where to find the firewall scripts.
3129 > # Defaults to @pkglibexecdir@ via compile-time option.
3131 > # FirewallPath @pkglibexecdir@
3134 > # ResetCmd, PermitCmd, DenyCmd -- Shell commands to reset,
3135 > # open and close the firewall. You probably don't need to
3138 > # ResetCmd initialize.fw
3139 > # PermitCmd access.fw permit $MAC $IP $Class
3140 > # DenyCmd access.fw deny $MAC $IP $Class
3143 > # DocumentRoot -- Where all of the application templates (including
3144 > # SplashForm) are hiding. Can be different from Apache's DocumentRoot.
3145 > # Defaults to /usr/share/nocat/htdocs via compile-time option.
3147 > # DocumentRoot @htdocsdir@
3149 > # DNSAddr 198.6.1.4
3153 < # RouteOnly - Required only if you DO NOT want your gateway to act as a NAT.
3154 < # Uncomment this only if you're running a strictly routed network, and
3155 < # don't need the gateway to enable NAT for you.
3160 < # MembersOnly - Optional. Uncomment this if you want to disable public
3161 < # access (i.e. unauthenticated 'skip' button access). You'll also want to
3162 < # point AuthServiceURL somewhere that doesn't include a skip button (like
3163 < # at your own Auth server.)
3167 > # AllowedWebHosts 69.59.149.160 //HSZ.de
3169 < ####### Syslog Options
3171 < # Log Facility - syslog or internal. "internal" sends log messages
3172 < # using STDERR. "syslog" sends all messages to the system log.
3174 < # LogFacility syslog
3177 < # SyslogIdent - The ident of the program that is calling syslog. This will
3178 < # be prepended to every log entry made by NoCat. Defaults to NoCat.
3180 < # SyslogIdent NoCat
3182 < ###### Other Common Gateway Options. (stuff you probably won't have to change)
3184 < # ResetCmd, PermitCmd, DenyCmd -- Shell commands to reset,
3185 < # open and close the firewall. You probably don't need to
3188 > # ForcedRedirect -- 2 = check header/POST for redirect, 1 == always redirect after splash, 0 = redirect to original URL
3189 > # HomePage -- The authservice's notion of a default post-capture redirect.
3191 < # ResetCmd initialize.fw
3192 < # PermitCmd access.fw permit $MAC $IP $Class
3193 < # DenyCmd access.fw deny $MAC $IP $Class
3195 > # ForcedRedirect 0
3196 > # HomePage http://portless.net/
3198 < # GatewayPort - The TCP port to bind the gateway
3199 < # service to. 5280 is de-facto standard for NoCatAuth.
3200 < # Change this only if you absolutely need to.
3202 > # LoginTimeout - Number of seconds after a client's last
3203 > # login/renewal to terminate their connection. Probably
3204 > # don't want to set this to less than 60 or a lot of
3205 > # bandwidth is likely to get consumed by the client's
3206 > # renewal attempts.
3208 < # GatewayPort 5280
3210 > # For Open mode portals: you probably want to comment out
3211 > # the preceding and set LoginTimeout to
3212 > # something large (like 86400, for one notification
3215 > # LoginTimeout 86400
3221 > # GatewayMode -- Determines the mode of operation of the gateway. Possible values are:
3223 > # Open - (default) Simply require a user to view a SplashPage and (hopefullly) an Acceptable Use Policy.
3224 > # Passive-Radius - Login to an external server at the LoginPage, with optional ConfirmPage and LogoutPage
3226 > # GatewayMode Open
3228 > ###### Open Portal settings.
3230 > # SplashForm -- Form displayed to users on capture.
3232 > # SplashForm splash.html
3234 > # StatusForm -- Page displaying status of logged in users.
3235 > # NOT YET IMPLEMENTED.
3237 > # StatusForm status.html
3239 > # SplashURL -- URL to fetch remote splash page from. You must compile
3240 > # with --with-remote-splash for this to work. SplashTimeout specifies
3241 > # the reload period of the remote splash page.
3243 > # SplashURL http://example.com/get_splash_page.cgi?node=$NodeID
3244 > # SplashURLTimeout 21600
3247 > ###### Active/Passive Portal settings.
3248 > # None of these settings affect open mode operation.
3251 > # PGPKeyPath -- The directory in which PGP keys are stored.
3252 > # NoCat tries to find this in the pgp/ directory above
3253 > # the bin/ parent directory. Set this only if you put it
3254 > # somewhere that NoCat doesn't expect.
3256 > # PGPKeyPath @pgpdir@
3259 > # TrustedGroups - A list of groups registered with the auth server
3260 > # that a user may claim membership in order to gain Member-class
3261 > # access through this portal. The default magic value "Any" indicates
3262 > # that a member of *any* group is granted member-class access from
3263 > # this gateway. NOT YET IMPLEMENTED.
3265 > # TrustedGroups NoCat NYCWireless PersonalTelco
3270 > # Owners - Optional. List all local "owner" class users here, separated
3271 > # by spaces. Owners typically get full bandwidth, and unrestricted
3272 > # access to all network resources. NOT YET IMPLEMENTED.
3274 > # Owners rob@nocat.net schuyler@nocat.net
3277 > # MembersOnly - Optional. Uncomment this if you want to disable public
3278 > # access (i.e. unauthenticated 'skip' button access). You'll also want to
3279 > # point AuthServiceURL somewhere that doesn't include a skip button (like
3280 > # at your own Auth server.)
3285 > # NoCat.net NoCatAuth-service registration
3287 > # AuthServiceAddr - Required, for captive mode. Must be set to the address of
3288 > # your authentication service. You must use an IP address
3289 > # if DNS resolution isn't available at gateway startup.
3291 > # AuthServiceAddr 208.201.239.21
3292 > # AuthServiceAddr auth.nocat.net
3293 > #AuthServiceAddr 192.168.1.2
3295 > # AuthServiceURL - HTTPS URL to the login script at the authservice.
3297 > # AuthServiceURL https://auth.nocat.net/cgi-bin/login
3299 > # LogoutURL - HTTP URL to redirect user after logout.
3301 > # LogoutURL https://auth.nocat.net/logout.html
3304 > # HotSpotZone RADIUS community-web backend registration
3305 > #HomePage http://hot-spot-zone.de/hsz/modules/hotspotportal/portal.php?hsz_hotspot=puck
3306 > #LoginPage http://www.hot-spot-zone.de/hsz/modules/hotspotportal/portal.php?hsz_hotspot=puck&hsz_page=welcome&X=
3307 > #ConfirmPage http://www.hot-spot-zone.de/hsz/modules/hotspotportal/portal.php?hsz_hotspot=puck&hsz_page=confirm&X=
3308 > #LogoutPage http://hot-spot-zone.de/hsz/modules/hotspotportal/portal.php?hsz_hotspot=puck
3311 > #RADIUSAuthServer 192.168.1.2
3312 > #RADIUSAuthPort 1812
3313 > #RADIUSAuthSecret test
3314 > #RADIUSAuthNASIdentifier wrt54g
3315 > #RADIUSAuthWait 50
3316 > #RADIUSAuthRetries 2
3317 > #RADIUSAcctServer 192.168.1.2
3318 > #RADIUSAcctPort 1813
3319 > #RADIUSAcctSecret test
3320 > #RADIUSAcctNASIdentifier wrt54g
3321 > #RADIUSAcctWait 50
3322 > #RADIUSAcctRetries 2
3323 Only in /home/vicente/tomatoraf/release/src-rt/router/nocat: nocat_differences
3324 Common subdirectories: /home/vicente/tomatoraf/release/src-rt/router/nocat/pgp and /home/vicente/nocat/pgp
3325 diff -d /home/vicente/tomatoraf/release/src-rt/router/nocat/README /home/vicente/nocat/README
3327 > This distribution contains code from libghttp, which is (c) its original
3328 > authors and also distributed under the GPL v2. See libghttp/README for more
3332 < * GnuPG (passive mode only)
3333 < * libghttp (remote splash only)
3335 < iptables must be in your path when you run ./configure! Next, as root:
3337 > iptables must be in your path when you run ./configure, or you must
3338 > use the --with-firewall=iptables option to ./configure.
3341 Only in /home/vicente/nocat: README.OpenWRT
3342 Only in /home/vicente/nocat: README.uClibc
3343 Common subdirectories: /home/vicente/tomatoraf/release/src-rt/router/nocat/src and /home/vicente/nocat/src
3344 Only in /home/vicente/nocat: t