Поменял. не особо помогло :(
[root@asterisk ~]# svn checkout
http://ast-h323.googlecode.com/svn/branches/11 ast-h323
A ast-h323/install.sh
A ast-h323/get_asterisk-g72x.sh
A ast-h323/get_ptlib.sh
A ast-h323/install_h323plus.sh
A ast-h323/ptlib-patchset
A ast-h323/ptlib-patchset/src
A ast-h323/ptlib-patchset/src/ptlib
A ast-h323/ptlib-patchset/src/ptlib/unix
A ast-h323/ptlib-patchset/src/ptlib/unix/config.cxx.patch
A ast-h323/install_asterisk.sh
A ast-h323/get-extended.sh
A ast-h323/get_autoconf.sh
A ast-h323/get.sh
A ast-h323/build_sqlite.sh
A ast-h323/h323plus-patchset
A ast-h323/h323plus-patchset/patchset.diff
A ast-h323/get_ptlib_latest.sh
A ast-h323/asterisk-patchset
A ast-h323/asterisk-patchset/configure.ac.patch
A ast-h323/asterisk-patchset/main
A ast-h323/asterisk-patchset/main/Makefile.patch
A ast-h323/asterisk-patchset/main/editline
A ast-h323/asterisk-patchset/main/editline/np
A ast-h323/asterisk-patchset/main/editline/np/strlcpy.c.patch
A ast-h323/asterisk-patchset/main/editline/np/strlcat.c.patch
A ast-h323/asterisk-patchset/main/editline/np/fgetln.c.patch
A ast-h323/asterisk-patchset/Makefile.patch
A ast-h323/asterisk-patchset/channels
A ast-h323/asterisk-patchset/channels/h323
A ast-h323/asterisk-patchset/channels/h323/Makefile.in.patch
A ast-h323/asterisk-patchset/channels/h323/caps_h323.cxx.patch
A ast-h323/asterisk-patchset/channels/h323/ast_h323.cxx.patch
A ast-h323/asterisk-patchset/channels/h323/caps_h323.h.patch
A ast-h323/asterisk-patchset/channels/h323/ast_h323.h.patch
A ast-h323/asterisk-patchset/channels/h323/chan_h323.h.patch
A ast-h323/asterisk-patchset/channels/Makefile.in.patch
A ast-h323/asterisk-patchset/channels/chan_h323.c.patch
A ast-h323/asterisk-patchset/channels/Makefile.patch
A ast-h323/asterisk-patchset/autoconf
A ast-h323/asterisk-patchset/autoconf/ast_check_h323plus.m4.patch
A ast-h323/asterisk-patchset/autoconf/ast_check_gnu_make.m4.patch
A ast-h323/asterisk-patchset/autoconf/ast_check_pwlib.m4.patch
A ast-h323/get_gnugk_latest.sh
A ast-h323/pre-build_pkg-config.sh
A ast-h323/tools_basic
A ast-h323/auto-build-debug.sh
A ast-h323/build_ptlib.sh
A ast-h323/build_autoconf.sh
A ast-h323/get_h323plus_latest.sh
A ast-h323/build.sh
A ast-h323/install_gnugk.sh
A ast-h323/patch_h323plus.sh
A ast-h323/get_curl.sh
A ast-h323/get_spandsp.sh
A ast-h323/tools_extended
A ast-h323/get_asterisk-sccp.sh
A ast-h323/get_gnugk.sh
A ast-h323/mkps.sh
A ast-h323/get_make.sh
A ast-h323/mkps_h323plus.sh
A ast-h323/package_list_basic
A ast-h323/get_m4.sh
A ast-h323/get_h323plus.sh
A ast-h323/build-debug.sh
A ast-h323/get_pkg-config.sh
A ast-h323/build_curl.sh
A ast-h323/get_asterisk.sh
A ast-h323/build_spandsp.sh
A ast-h323/build_asterisk-sccp.sh
A ast-h323/build_gnugk.sh
A ast-h323/os_info.sh
A ast-h323/build_make.sh
A ast-h323/package_list_extended
A ast-h323/get-basic.sh
A ast-h323/patch.sh
A ast-h323/build_m4.sh
A ast-h323/get_sqlite.sh
A ast-h323/install_asterisk-g72x.sh
A ast-h323/install_ptlib.sh
A ast-h323/build_h323plus.sh
A ast-h323/README.txt
A ast-h323/build_pkg-config.sh
A ast-h323/build_asterisk.sh
A ast-h323/auto-build.sh
Checked out revision 188.
[root@asterisk ~]# cd ast-h323
[root@asterisk ast-h323]# ls
asterisk-patchset build_autoconf.sh build_m4.sh
build_spandsp.sh get_autoconf.sh get_gnugk.sh
get_pkg-config.sh get_sqlite.sh install_h323plus.sh
os_info.sh pre-build_pkg-config.sh
auto-build-debug.sh build_curl.sh build_make.sh
build_sqlite.sh get-basic.sh get_h323plus_latest.sh
get_ptlib_latest.sh h323plus-patchset install_ptlib.sh
package_list_basic ptlib-patchset
auto-build.sh build-debug.sh build_pkg-config.sh
get_asterisk-g72x.sh get_curl.sh get_h323plus.sh
get_ptlib.sh install_asterisk-g72x.sh install.sh
package_list_extended README.txt
build_asterisk-sccp.sh build_gnugk.sh build_ptlib.sh
get_asterisk-sccp.sh get-extended.sh get_m4.sh get.sh
install_asterisk.sh mkps_h323plus.sh
patch_h323plus.sh tools_basic
build_asterisk.sh build_h323plus.sh build.sh
get_asterisk.sh get_gnugk_latest.sh get_make.sh
get_spandsp.sh install_gnugk.sh mkps.sh
patch.sh tools_extended
[root@asterisk ast-h323]# nano get_h323plus.sh
GNU nano 1.3.12
File: get_h323plus.sh
[ -h h323plus ] && echo "Already exists" && exit
if [ ! -d h323plus-cvs_20130211-0800 ]; then
cvs -z3 -d:pserver:anon...@h323plus.cvs.sourceforge.net:/cvsroot/h323plus
co -P -D "2013-02-11 08:00" h323plus || exit 1
mv h323plus h323plus-cvs_20130211-0800 || exit 1
fi
if [ -d h323plus-cvs_20130211-0800 ]; then
ln -svnf h323plus-cvs_20130211-0800 h323plus
else
exit 1
fi
[ Read 10 lines ]
^G Get Help^O WriteOut^R Read File^Y Prev Page^K Cut Text^C Cur Pos
^X Exit^J Justify^W Where Is^V Next Page^U UnCut Text^T To Spell
Modified
mv h323plus h323plus-cvs_20130211-0800 || exit 1
Save modified buffer (ANSWERING "No" WILL DESTROY CHANGES) ?
Y Yes
N No ^C Cancel
File Name to Write: get_h323plus.sh
^G Get Help^T To FilesM-M Mac FormatM-P Prepend
^C Cancel M-D DOS FormatM-A AppendM-B Backup File
[ Wrote 10 lines ]
[root@asterisk ast-h323]# ls
asterisk-patchset build_autoconf.sh build_m4.sh
build_spandsp.sh get_autoconf.sh get_gnugk.sh
get_pkg-config.sh get_sqlite.sh install_h323plus.sh
os_info.sh pre-build_pkg-config.sh
auto-build-debug.sh build_curl.sh build_make.sh
build_sqlite.sh get-basic.sh get_h323plus_latest.sh
get_ptlib_latest.sh h323plus-patchset install_ptlib.sh
package_list_basic ptlib-patchset
auto-build.sh build-debug.sh build_pkg-config.sh
get_asterisk-g72x.sh get_curl.sh get_h323plus.sh
get_ptlib.sh install_asterisk-g72x.sh install.sh
package_list_extended README.txt
build_asterisk-sccp.sh build_gnugk.sh build_ptlib.sh
get_asterisk-sccp.sh get-extended.sh get_m4.sh get.sh
install_asterisk.sh mkps_h323plus.sh
patch_h323plus.sh tools_basic
build_asterisk.sh build_h323plus.sh build.sh
get_asterisk.sh get_gnugk_latest.sh get_make.sh
get_spandsp.sh install_gnugk.sh mkps.sh
patch.sh tools_extended
[root@asterisk ast-h323]# nano get_h323plus_latest
GNU nano 1.3.12
File: get_h323plus_latest.sh
[ -h h323plus ] && rm -vf h323plus
[ -d h323plus-cvs_latest ] && rm -vrf h323plus-cvs_latest
cvs -z3 -d:pserver:anon...@h323plus.cvs.sourceforge.net:/cvsroot/h323plus
co -P h323plus || exit 1
mv h323plus h323plus-cvs_latest || exit 1
ln -svnf h323plus-cvs_latest h323plus
[ Read 5 lines ]
^G Get Help^O WriteOut^R Read File^Y Prev Page^K Cut Text^C Cur Pos
^X Exit^J Justify^W Where Is^V Next Page^U UnCut Text^T To Spell
Modified
Save modified buffer (ANSWERING "No" WILL DESTROY CHANGES) ?
Y Yes
N No ^C Cancel
File Name to Write: get_h323plus_latest.sh
^G Get Help^T To FilesM-M Mac FormatM-P Prepend
^C Cancel M-D DOS FormatM-A AppendM-B Backup File
[ Wrote 5 lines ]
[root@asterisk ast-h323]# ./auto-build.sh
Fetching 'make'...
--2014-06-18 13:28:37--
http://ftp.gnu.org/gnu/make/make-3.82.tar.bz2
Connecting to 10.248.200.3:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: 1242186 (1.2M) [application/x-bzip2]
Saving to: `make-3.82.tar.bz2'
0% [
] 0 --.-K/s
97%
[===============================================================================================================================================================================================================================>
] 1,213,554 5.78M/s
100%[=====================================================================================================================================================================================================================================>]
1,242,186 5.84M/s in 0.2s
2014-06-18 13:28:37 (5.84 MB/s) - `make-3.82.tar.bz2' saved
[1242186/1242186]
make-3.82/
make-3.82/vmsfunctions.c
make-3.82/getopt.h
make-3.82/make.1
make-3.82/job.c
make-3.82/COPYING
make-3.82/readme.vms
make-3.82/remake.c
make-3.82/commands.h
make-3.82/README
make-3.82/rule.c
make-3.82/config.ami
make-3.82/misc.c
make-3.82/gettext.h
make-3.82/config.h.W32
make-3.82/Makefile.DOS
make-3.82/build_w32.bat
make-3.82/make.lnk
make-3.82/vmsify.c
make-3.82/glob/
make-3.82/glob/glob.h
make-3.82/glob/COPYING.LIB
make-3.82/glob/fnmatch.h
make-3.82/glob/fnmatch.c
make-3.82/glob/SCOPTIONS
make-3.82/glob/Makefile.am
make-3.82/glob/SMakefile
make-3.82/glob/configure.bat
make-3.82/glob/Makefile.ami
make-3.82/glob/Makefile.in
make-3.82/glob/glob.c
make-3.82/glob/ChangeLog
make-3.82/subproc.bat
make-3.82/README.W32
make-3.82/getopt.c
make-3.82/read.c
make-3.82/
configure.in
make-3.82/debug.h
make-3.82/amiga.c
make-3.82/version.c
make-3.82/dir.c
make-3.82/make_msvc_net2003.sln
make-3.82/hash.c
make-3.82/w32/
make-3.82/w32/Makefile
make-3.82/w32/pathstuff.c
make-3.82/w32/include/
make-3.82/w32/include/dirent.h
make-3.82/w32/include/w32err.h
make-3.82/w32/include/pathstuff.h
make-3.82/w32/include/sub_proc.h
make-3.82/w32/Makefile.am
make-3.82/w32/compat/
make-3.82/w32/compat/dirent.c
make-3.82/w32/.deps/
make-3.82/w32/.deps/libw32_a-pathstuff.Po
make-3.82/w32/.deps/libw32_a-w32err.Po
make-3.82/w32/.deps/libw32_a-sub_proc.Po
make-3.82/w32/.deps/libw32_a-misc.Po
make-3.82/w32/Makefile.in
make-3.82/w32/subproc/
make-3.82/w32/subproc/w32err.c
make-3.82/w32/subproc/misc.c
make-3.82/w32/subproc/NMakefile
make-3.82/w32/subproc/proc.h
make-3.82/w32/subproc/sub_proc.c
make-3.82/w32/subproc/build.bat
make-3.82/dep.h
make-3.82/file.c
make-3.82/job.h
make-3.82/NMakefile
make-3.82/variable.h
make-3.82/expand.c
make-3.82/dosbuild.bat
make-3.82/amiga.h
make-3.82/filedef.h
make-3.82/make_msvc_net2003.vcproj
make-3.82/configh.dos
make-3.82/strcache.c
make-3.82/doc/
make-3.82/doc/
make.info
make-3.82/doc/make.info-1
make-3.82/doc/stamp-vti
make-3.82/doc/make.info-2
make-3.82/doc/fdl.texi
make-3.82/doc/Makefile.am
make-3.82/doc/version.texi
make-3.82/doc/make-stds.texi
make-3.82/doc/Makefile.in
make-3.82/doc/make.texi
make-3.82/signame.c
make-3.82/make.h
make-3.82/function.c
make-3.82/variable.c
make-3.82/ABOUT-NLS
make-3.82/INSTALL
make-3.82/makefile.vms
make-3.82/config/
make-3.82/config/stdint_h.m4
make-3.82/config/install-sh
make-3.82/config/wchar_t.m4
make-3.82/config/lib-prefix.m4
make-3.82/config/lib-ld.m4
make-3.82/config/texinfo.tex
make-3.82/config/inttypes-pri.m4
make-3.82/config/mdate-sh
make-3.82/config/mkinstalldirs
make-3.82/config/isc-posix.m4
make-3.82/config/gettext.m4
make-3.82/config/size_max.m4
make-3.82/config/intdiv0.m4
make-3.82/config/lcmessage.m4
make-3.82/config/compile
make-3.82/config/dospaths.m4
make-3.82/config/codeset.m4
make-3.82/config/printf-posix.m4
make-3.82/config/config.rpath
make-3.82/config/inttypes_h.m4
make-3.82/config/ulonglong.m4
make-3.82/config/iconv.m4
make-3.82/config/signed.m4
make-3.82/config/inttypes.m4
make-3.82/config/lib-link.m4
make-3.82/config/longdouble.m4
make-3.82/config/depcomp
make-3.82/config/xsize.m4
make-3.82/config/progtest.m4
make-3.82/config/Makefile.am
make-3.82/config/longlong.m4
make-3.82/config/po.m4
make-3.82/config/uintmax_t.m4
make-3.82/config/intmax.m4
make-3.82/config/Makefile.in
make-3.82/config/config.sub
make-3.82/config/glibc21.m4
make-3.82/config/nls.m4
make-3.82/config/ChangeLog
make-3.82/config/config.guess
make-3.82/config/wint_t.m4
make-3.82/config/missing
make-3.82/SCOPTIONS
make-3.82/alloca.c
make-3.82/
makefile.com
make-3.82/configure
make-3.82/hash.h
make-3.82/acinclude.m4
make-3.82/arscan.c
make-3.82/rule.h
make-3.82/NEWS
make-3.82/Makefile.am
make-3.82/po/
make-3.82/po/gl.gmo
make-3.82/po/e...@quot.header
make-3.82/po/stamp-po
make-3.82/po/nl.gmo
make-3.82/po/id.po
make-3.82/po/it.po
make-3.82/po/pl.po
make-3.82/po/es.po
make-3.82/po/LINGUAS
make-3.82/po/Makevars
make-3.82/po/sv.po
make-3.82/po/he.gmo
make-3.82/po/sv.gmo
make-3.82/po/ja.gmo
make-3.82/po/ru.po
make-3.82/po/ko.gmo
make-3.82/po/ko.po
make-3.82/po/ja.po
make-3.82/po/
Makefile.in.in
make-3.82/po/de.gmo
make-3.82/po/es.gmo
make-3.82/po/be.po
make-3.82/po/pt_BR.po
make-3.82/po/be.gmo
make-3.82/po/vi.po
make-3.82/po/it.gmo
make-3.82/po/uk.po
make-3.82/po/tr.po
make-3.82/po/hr.gmo
make-3.82/po/POTFILES.in
make-3.82/po/fr.po
make-3.82/po/da.gmo
make-3.82/po/tr.gmo
make-3.82/po/he.po
make-3.82/po/nl.po
make-3.82/po/make.pot
make-3.82/po/vi.gmo
make-3.82/po/zh_CN.gmo
make-3.82/po/fi.po
make-3.82/po/ga.gmo
make-3.82/po/insert-header.sin
make-3.82/po/remove-potcdate.sin
make-3.82/po/quot.sed
make-3.82/po/fi.gmo
make-3.82/po/hr.po
make-3.82/po/id.gmo
make-3.82/po/ru.gmo
make-3.82/po/fr.gmo
make-3.82/po/lt.po
make-3.82/po/e...@boldquot.header
make-3.82/po/pt_BR.gmo
make-3.82/po/Rules-quot
make-3.82/po/de.po
make-3.82/po/boldquot.sed
make-3.82/po/lt.gmo
make-3.82/po/da.po
make-3.82/po/ga.po
make-3.82/po/uk.gmo
make-3.82/po/gl.po
make-3.82/po/pl.gmo
make-3.82/po/ChangeLog
make-3.82/po/zh_CN.po
make-3.82/README.customs
make-3.82/commands.c
make-3.82/vpath.c
make-3.82/remote-stub.c
make-3.82/SMakefile
make-3.82/tests/
make-3.82/tests/COPYING
make-3.82/tests/README
make-3.82/tests/mkshadow
make-3.82/tests/
test_driver.pl
make-3.82/tests/
run_make_tests.pl
make-3.82/tests/NEWS
make-3.82/tests/scripts/
make-3.82/tests/scripts/misc/
make-3.82/tests/scripts/misc/general1
make-3.82/tests/scripts/misc/general3
make-3.82/tests/scripts/misc/close_stdout
make-3.82/tests/scripts/misc/general2
make-3.82/tests/scripts/misc/general4
make-3.82/tests/scripts/variables/
make-3.82/tests/scripts/variables/undefine
make-3.82/tests/scripts/variables/CURDIR
make-3.82/tests/scripts/variables/MAKEFILES
make-3.82/tests/scripts/variables/flavors
make-3.82/tests/scripts/variables/LIBPATTERNS
make-3.82/tests/scripts/variables/INCLUDE_DIRS
make-3.82/tests/scripts/variables/MFILE_LIST
make-3.82/tests/scripts/variables/define
make-3.82/tests/scripts/variables/negative
make-3.82/tests/scripts/variables/MAKELEVEL
make-3.82/tests/scripts/variables/private
make-3.82/tests/scripts/variables/DEFAULT_GOAL
make-3.82/tests/scripts/variables/automatic
make-3.82/tests/scripts/variables/MAKE_RESTARTS
make-3.82/tests/scripts/variables/MAKEFLAGS
make-3.82/tests/scripts/variables/MAKE
make-3.82/tests/scripts/variables/special
make-3.82/tests/scripts/variables/SHELL
make-3.82/tests/scripts/variables/MAKECMDGOALS
make-3.82/tests/scripts/functions/
make-3.82/tests/scripts/functions/if
make-3.82/tests/scripts/functions/dir
make-3.82/tests/scripts/functions/addsuffix
make-3.82/tests/scripts/functions/error
make-3.82/tests/scripts/functions/foreach
make-3.82/tests/scripts/functions/wildcard
make-3.82/tests/scripts/functions/andor
make-3.82/tests/scripts/functions/findstring
make-3.82/tests/scripts/functions/join
make-3.82/tests/scripts/functions/call
make-3.82/tests/scripts/functions/basename
make-3.82/tests/scripts/functions/shell
make-3.82/tests/scripts/functions/filter-out
make-3.82/tests/scripts/functions/addprefix
make-3.82/tests/scripts/functions/sort
make-3.82/tests/scripts/functions/abspath
make-3.82/tests/scripts/functions/origin
make-3.82/tests/scripts/functions/word
make-3.82/tests/scripts/functions/notdir
make-3.82/tests/scripts/functions/flavor
make-3.82/tests/scripts/functions/warning
make-3.82/tests/scripts/functions/eval
make-3.82/tests/scripts/functions/realpath
make-3.82/tests/scripts/functions/substitution
make-3.82/tests/scripts/functions/value
make-3.82/tests/scripts/functions/suffix
make-3.82/tests/scripts/functions/strip
make-3.82/tests/scripts/targets/
make-3.82/tests/scripts/targets/FORCE
make-3.82/tests/scripts/targets/INTERMEDIATE
make-3.82/tests/scripts/targets/PHONY
make-3.82/tests/scripts/targets/DEFAULT
make-3.82/tests/scripts/targets/ONESHELL
make-3.82/tests/scripts/targets/POSIX
make-3.82/tests/scripts/targets/SECONDARY
make-3.82/tests/scripts/targets/SILENT
make-3.82/tests/scripts/targets/clean
make-3.82/tests/scripts/options/
make-3.82/tests/scripts/options/dash-e
make-3.82/tests/scripts/options/dash-f
make-3.82/tests/scripts/options/warn-undefined-variables
make-3.82/tests/scripts/options/dash-q
make-3.82/tests/scripts/options/dash-C
make-3.82/tests/scripts/options/dash-B
make-3.82/tests/scripts/options/dash-I
make-3.82/tests/scripts/options/symlinks
make-3.82/tests/scripts/options/dash-k
make-3.82/tests/scripts/options/eval
make-3.82/tests/scripts/options/dash-l
make-3.82/tests/scripts/options/dash-t
make-3.82/tests/scripts/options/dash-W
make-3.82/tests/scripts/options/dash-n
make-3.82/tests/scripts/options/general
make-3.82/tests/scripts/features/
make-3.82/tests/scripts/features/echoing
make-3.82/tests/scripts/features/mult_rules
make-3.82/tests/scripts/features/patternrules
make-3.82/tests/scripts/features/comments
make-3.82/tests/scripts/features/se_implicit
make-3.82/tests/scripts/features/escape
make-3.82/tests/scripts/features/order_only
make-3.82/tests/scripts/features/vpath3
make-3.82/tests/scripts/features/statipattrules
make-3.82/tests/scripts/features/vpathplus
make-3.82/tests/scripts/features/vpath
make-3.82/tests/scripts/features/quoting
make-3.82/tests/scripts/features/varnesting
make-3.82/tests/scripts/features/override
make-3.82/tests/scripts/features/include
make-3.82/tests/scripts/features/export
make-3.82/tests/scripts/features/recursion
make-3.82/tests/scripts/features/patspecific_vars
make-3.82/tests/scripts/features/default_names
make-3.82/tests/scripts/features/mult_targets
make-3.82/tests/scripts/features/vpath2
make-3.82/tests/scripts/features/reinvoke
make-3.82/tests/scripts/features/conditionals
make-3.82/tests/scripts/features/se_explicit
make-3.82/tests/scripts/features/se_statpat
make-3.82/tests/scripts/features/double_colon
make-3.82/tests/scripts/features/errors
make-3.82/tests/scripts/features/parallelism
make-3.82/tests/scripts/features/vpathgpath
make-3.82/tests/scripts/features/targetvars
make-3.82/tests/scripts/test_template
make-3.82/tests/run_make_tests
make-3.82/tests/ChangeLog
make-3.82/configure.bat
make-3.82/ar.c
make-3.82/Makefile.ami
make-3.82/
config.h.in
make-3.82/config.h-vms
make-3.82/aclocal.m4
make-3.82/README.Amiga
make-3.82/getloadavg.c
make-3.82/
build.sh.in
make-3.82/implicit.c
make-3.82/vmsjobs.c
make-3.82/Makefile.in
make-3.82/getopt1.c
make-3.82/README.DOS
make-3.82/vmsdir.h
make-3.82/ChangeLog
make-3.82/AUTHORS
make-3.82/default.c
make-3.82/main.c
make-3.82/README.OS2
make-3.82/remote-cstms.c
create symbolic link `make' to `make-3.82'
Building 'make'...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for ar... ar
checking for perl... perl
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for strerror in -lcposix... no
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for library containing getpwnam... none required
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether stat file-mode macros are broken... no
checking whether time.h and sys/time.h may both be included... yes
checking for stdlib.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for unistd.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking whether gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking return type of signal handlers... void
checking for uid_t in sys/types.h... yes
checking for pid_t... yes
checking for uintmax_t... yes
checking for nanoseconds field of struct stat.st_mtim... tv_nsec
checking whether to use high resolution file timestamps... yes
checking for library containing clock_gettime... -lrt
checking whether system uses MSDOS-style paths... no
checking for standard gettimeofday... yes
checking for strdup... yes
checking for strndup... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for fdopen... yes
checking for fileno... yes
checking for dup2... yes
checking for getcwd... yes
checking for realpath... yes
checking for sigsetmask... yes
checking for sigaction... yes
checking for getgroups... yes
checking for seteuid... yes
checking for setegid... yes
checking for setlinebuf... yes
checking for setreuid... yes
checking for setregid... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for setvbuf... yes
checking for pipe... yes
checking for strerror... yes
checking for strsignal... yes
checking for lstat... yes
checking for readlink... yes
checking for atexit... yes
checking whether bsd_signal is declared... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strcmpi... no
checking for strncmpi... no
checking for stricmp... no
checking for strnicmp... no
checking for working strcoll... yes
checking for working alloca.h... yes
checking for alloca... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for vprintf... yes
checking for _doprnt... no
checking whether closedir returns void... no
checking for getloadavg... yes
checking for pstat_getdynamic... no
checking for kstat_open in -lkstat... no
checking for getloadavg... yes
checking whether getloadavg requires setgid... no
checking whether sys_siglist is declared... yes
checking whether _sys_siglist is declared... yes
checking whether __sys_siglist is declared... no
checking for sys/wait.h... yes
checking for waitpid... yes
checking for wait3... yes
checking for union wait... no
checking for SA_RESTART... yes
checking for location of SCCS get command... get
checking if system libc has GNU glob... yes
checking if malloc debugging is wanted... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating glob/Makefile
config.status: creating po/Makefile.in
config.status: WARNING: 'po/
Makefile.in.in' seems to ignore the
--datarootdir setting
config.status: creating config/Makefile
config.status: creating doc/Makefile
config.status: creating w32/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: creating build.sh
make all-recursive
make[1]: Entering directory `/root/ast-h323/make-3.82'
Making all in glob
make[2]: Entering directory `/root/ast-h323/make-3.82/glob'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/ast-h323/make-3.82/glob'
Making all in config
make[2]: Entering directory `/root/ast-h323/make-3.82/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/ast-h323/make-3.82/config'
Making all in po
make[2]: Entering directory `/root/ast-h323/make-3.82/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/ast-h323/make-3.82/po'
Making all in doc
make[2]: Entering directory `/root/ast-h323/make-3.82/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/ast-h323/make-3.82/doc'
make[2]: Entering directory `/root/ast-h323/make-3.82'
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT ar.o -MD
-MP -MF .deps/ar.Tpo -c -o ar.o ar.c
mv -f .deps/ar.Tpo .deps/ar.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT arscan.o
-MD -MP -MF .deps/arscan.Tpo -c -o arscan.o arscan.c
mv -f .deps/arscan.Tpo .deps/arscan.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT
commands.o -MD -MP -MF .deps/commands.Tpo -c -o commands.o commands.c
mv -f .deps/commands.Tpo .deps/commands.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT
default.o -MD -MP -MF .deps/default.Tpo -c -o default.o default.c
mv -f .deps/default.Tpo .deps/default.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT dir.o
-MD -MP -MF .deps/dir.Tpo -c -o dir.o dir.c
mv -f .deps/dir.Tpo .deps/dir.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT expand.o
-MD -MP -MF .deps/expand.Tpo -c -o expand.o expand.c
mv -f .deps/expand.Tpo .deps/expand.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT file.o
-MD -MP -MF .deps/file.Tpo -c -o file.o file.c
mv -f .deps/file.Tpo .deps/file.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT
function.o -MD -MP -MF .deps/function.Tpo -c -o function.o function.c
mv -f .deps/function.Tpo .deps/function.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT getopt.o
-MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c
mv -f .deps/getopt.Tpo .deps/getopt.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT
getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c
mv -f .deps/getopt1.Tpo .deps/getopt1.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT
implicit.o -MD -MP -MF .deps/implicit.Tpo -c -o implicit.o implicit.c
mv -f .deps/implicit.Tpo .deps/implicit.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT job.o
-MD -MP -MF .deps/job.Tpo -c -o job.o job.c
mv -f .deps/job.Tpo .deps/job.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT main.o
-MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT misc.o
-MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c
mv -f .deps/misc.Tpo .deps/misc.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT read.o
-MD -MP -MF .deps/read.Tpo -c -o read.o read.c
mv -f .deps/read.Tpo .deps/read.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT remake.o
-MD -MP -MF .deps/remake.Tpo -c -o remake.o remake.c
mv -f .deps/remake.Tpo .deps/remake.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT
remote-stub.o -MD -MP -MF .deps/remote-stub.Tpo -c -o remote-stub.o
remote-stub.c
mv -f .deps/remote-stub.Tpo .deps/remote-stub.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT rule.o
-MD -MP -MF .deps/rule.Tpo -c -o rule.o rule.c
mv -f .deps/rule.Tpo .deps/rule.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT
signame.o -MD -MP -MF .deps/signame.Tpo -c -o signame.o signame.c
mv -f .deps/signame.Tpo .deps/signame.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT
strcache.o -MD -MP -MF .deps/strcache.Tpo -c -o strcache.o strcache.c
mv -f .deps/strcache.Tpo .deps/strcache.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT
variable.o -MD -MP -MF .deps/variable.Tpo -c -o variable.o variable.c
mv -f .deps/variable.Tpo .deps/variable.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT
version.o -MD -MP -MF .deps/version.Tpo -c -o version.o version.c
mv -f .deps/version.Tpo .deps/version.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT vpath.o
-MD -MP -MF .deps/vpath.Tpo -c -o vpath.o vpath.c
mv -f .deps/vpath.Tpo .deps/vpath.Po
gcc -DLOCALEDIR=\"/root/share/locale\" -DLIBDIR=\"/root/lib\"
-DINCLUDEDIR=\"/root/include\" -DHAVE_CONFIG_H -I. -g -O2 -MT hash.o
-MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.c
mv -f .deps/hash.Tpo .deps/hash.Po
gcc -g -O2 -o make ar.o arscan.o commands.o default.o dir.o expand.o
file.o function.o getopt.o getopt1.o implicit.o job.o main.o misc.o read.o
remake.o remote-stub.o rule.o signame.o strcache.o variable.o version.o
vpath.o hash.o -lrt
make[2]: Leaving directory `/root/ast-h323/make-3.82'
make[1]: Leaving directory `/root/ast-h323/make-3.82'
Installing 'make'...
Making install in glob
make[1]: Entering directory `/root/ast-h323/make-3.82/glob'
make[2]: Entering directory `/root/ast-h323/make-3.82/glob'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/ast-h323/make-3.82/glob'
make[1]: Leaving directory `/root/ast-h323/make-3.82/glob'
Making install in config
make[1]: Entering directory `/root/ast-h323/make-3.82/config'
make[2]: Entering directory `/root/ast-h323/make-3.82/config'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/ast-h323/make-3.82/config'
make[1]: Leaving directory `/root/ast-h323/make-3.82/config'
Making install in po
make[1]: Entering directory `/root/ast-h323/make-3.82/po'
/bin/sh ../config/mkinstalldirs /root/share
installing be.gmo as /root/share/locale/be/LC_MESSAGES/make.mo
installing da.gmo as /root/share/locale/da/LC_MESSAGES/make.mo
installing de.gmo as /root/share/locale/de/LC_MESSAGES/make.mo
installing es.gmo as /root/share/locale/es/LC_MESSAGES/make.mo
installing fi.gmo as /root/share/locale/fi/LC_MESSAGES/make.mo
installing fr.gmo as /root/share/locale/fr/LC_MESSAGES/make.mo
installing ga.gmo as /root/share/locale/ga/LC_MESSAGES/make.mo
installing gl.gmo as /root/share/locale/gl/LC_MESSAGES/make.mo
installing he.gmo as /root/share/locale/he/LC_MESSAGES/make.mo
installing hr.gmo as /root/share/locale/hr/LC_MESSAGES/make.mo
installing id.gmo as /root/share/locale/id/LC_MESSAGES/make.mo
installing it.gmo as /root/share/locale/it/LC_MESSAGES/make.mo
installing ja.gmo as /root/share/locale/ja/LC_MESSAGES/make.mo
installing ko.gmo as /root/share/locale/ko/LC_MESSAGES/make.mo
installing lt.gmo as /root/share/locale/lt/LC_MESSAGES/make.mo
installing nl.gmo as /root/share/locale/nl/LC_MESSAGES/make.mo
installing pl.gmo as /root/share/locale/pl/LC_MESSAGES/make.mo
installing pt_BR.gmo as /root/share/locale/pt_BR/LC_MESSAGES/make.mo
installing ru.gmo as /root/share/locale/ru/LC_MESSAGES/make.mo
installing sv.gmo as /root/share/locale/sv/LC_MESSAGES/make.mo
installing tr.gmo as /root/share/locale/tr/LC_MESSAGES/make.mo
installing uk.gmo as /root/share/locale/uk/LC_MESSAGES/make.mo
installing vi.gmo as /root/share/locale/vi/LC_MESSAGES/make.mo
installing zh_CN.gmo as /root/share/locale/zh_CN/LC_MESSAGES/make.mo
if test "make" = "gettext-tools"; then \
/bin/sh ../config/mkinstalldirs /root/share/gettext/po; \
for file in
Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed
e...@quot.header e...@boldquot.header insert-header.sin Rules-quot
Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/root/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /root/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory `/root/ast-h323/make-3.82/po'
Making install in doc
make[1]: Entering directory `/root/ast-h323/make-3.82/doc'
make[2]: Entering directory `/root/ast-h323/make-3.82/doc'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/root/share/info" || /bin/mkdir -p "/root/share/info"
/usr/bin/install -c -m 644 ./
make.info ./make.info-1 ./make.info-2
'/root/share/info'
install-info --info-dir='/root/share/info' '/root/share/info/
make.info'
make[2]: Leaving directory `/root/ast-h323/make-3.82/doc'
make[1]: Leaving directory `/root/ast-h323/make-3.82/doc'
make[1]: Entering directory `/root/ast-h323/make-3.82'
make[2]: Entering directory `/root/ast-h323/make-3.82'
test -z "/root/bin" || /bin/mkdir -p "/root/bin"
/usr/bin/install -c make '/root/bin'
test -z "/root/share/man/man1" || /bin/mkdir -p "/root/share/man/man1"
/usr/bin/install -c -m 644 make.1 '/root/share/man/man1'
make[2]: Leaving directory `/root/ast-h323/make-3.82'
make[1]: Leaving directory `/root/ast-h323/make-3.82'
Fetching 'm4'...
--2014-06-18 13:28:46--
http://ftp.gnu.org/gnu/m4/m4-1.4.17.tar.bz2
Connecting to 10.248.200.3:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: 1438525 (1.4M) [application/x-bzip2]
Saving to: `m4-1.4.17.tar.bz2'
0% [
] 0 --.-K/s
71%
[===================================================================================================================================================================>
]
1,029,235 4.91M/s
92%
[==================================================================================================================================================================================================================>
] 1,324,147 3.03M/s
100%[=====================================================================================================================================================================================================================================>]
1,438,525 2.67M/s in 0.5s
2014-06-18 13:28:47 (2.67 MB/s) - `m4-1.4.17.tar.bz2' saved
[1438525/1438525]
m4-1.4.17/
m4-1.4.17/.prev-version
m4-1.4.17/.tarball-version
m4-1.4.17/.version
m4-1.4.17/acinclude.m4
m4-1.4.17/aclocal.m4
m4-1.4.17/AUTHORS
m4-1.4.17/BACKLOG
m4-1.4.17/bootstrap
m4-1.4.17/build-aux/
m4-1.4.17/c-boxes.el
m4-1.4.17/
cfg.mk
m4-1.4.17/ChangeLog
m4-1.4.17/checks/
m4-1.4.17/configure
m4-1.4.17/
configure.ac
m4-1.4.17/COPYING
m4-1.4.17/doc/
m4-1.4.17/examples/
m4-1.4.17/GNUmakefile
m4-1.4.17/INSTALL
m4-1.4.17/lib/
m4-1.4.17/m4/
m4-1.4.17/
maint.mk
m4-1.4.17/Makefile.am
m4-1.4.17/Makefile.in
m4-1.4.17/NEWS
m4-1.4.17/README
m4-1.4.17/src/
m4-1.4.17/tests/
m4-1.4.17/THANKS
m4-1.4.17/TODO
m4-1.4.17/tests/closedir.c
m4-1.4.17/tests/dirent-private.h
m4-1.4.17/tests/dirent.in.h
m4-1.4.17/tests/dup.c
m4-1.4.17/tests/fdopen.c
m4-1.4.17/tests/filename.h
m4-1.4.17/tests/getcwd-lgpl.c
m4-1.4.17/tests/getpagesize.c
m4-1.4.17/tests/gl_array_list.c
m4-1.4.17/tests/gl_array_list.h
m4-1.4.17/tests/gl_array_oset.c
m4-1.4.17/tests/gl_array_oset.h
m4-1.4.17/tests/
gnulib.mk
m4-1.4.17/tests/infinity.h
m4-1.4.17/tests/init.sh
m4-1.4.17/tests/inttypes.in.h
m4-1.4.17/tests/link.c
m4-1.4.17/tests/localename.c
m4-1.4.17/tests/localename.h
m4-1.4.17/tests/macros.h
m4-1.4.17/tests/Makefile.am
m4-1.4.17/tests/Makefile.in
m4-1.4.17/tests/minus-zero.h
m4-1.4.17/tests/nan.h
m4-1.4.17/tests/opendir.c
m4-1.4.17/tests/putenv.c
m4-1.4.17/tests/randomd.c
m4-1.4.17/tests/randoml.c
m4-1.4.17/tests/readdir.c
m4-1.4.17/tests/setenv.c
m4-1.4.17/tests/setlocale.c
m4-1.4.17/tests/signature.h
m4-1.4.17/tests/sleep.c
m4-1.4.17/tests/strdup.c
m4-1.4.17/tests/symlink.c
m4-1.4.17/tests/test-alloca-opt.c
m4-1.4.17/tests/test-array_list.c
m4-1.4.17/tests/test-array_oset.c
m4-1.4.17/tests/test-avltree_oset.c
m4-1.4.17/tests/test-binary-io.c
m4-1.4.17/tests/test-binary-io.sh
m4-1.4.17/tests/test-btowc.c
m4-1.4.17/tests/test-btowc1.sh
m4-1.4.17/tests/test-btowc2.sh
m4-1.4.17/tests/test-c-ctype.c
m4-1.4.17/tests/test-c-stack.c
m4-1.4.17/tests/test-c-stack.sh
m4-1.4.17/tests/test-c-stack2.sh
m4-1.4.17/tests/test-c-strcase.sh
m4-1.4.17/tests/test-c-strcasecmp.c
m4-1.4.17/tests/test-c-strncasecmp.c
m4-1.4.17/tests/test-canonicalize-lgpl.c
m4-1.4.17/tests/test-chdir.c
m4-1.4.17/tests/test-cloexec.c
m4-1.4.17/tests/test-close.c
m4-1.4.17/tests/test-closein.c
m4-1.4.17/tests/test-closein.sh
m4-1.4.17/tests/test-dirent-c++.cc
m4-1.4.17/tests/test-dirent.c
m4-1.4.17/tests/test-dirname.c
m4-1.4.17/tests/test-dup-safer.c
m4-1.4.17/tests/test-dup.c
m4-1.4.17/tests/test-dup2.c
m4-1.4.17/tests/test-environ.c
m4-1.4.17/tests/test-errno.c
m4-1.4.17/tests/test-fclose.c
m4-1.4.17/tests/test-fcntl-h-c++.cc
m4-1.4.17/tests/test-fcntl-h.c
m4-1.4.17/tests/test-fcntl.c
m4-1.4.17/tests/test-fdopen.c
m4-1.4.17/tests/test-fflush.c
m4-1.4.17/tests/test-fflush2.c
m4-1.4.17/tests/test-fflush2.sh
m4-1.4.17/tests/test-fgetc.c
m4-1.4.17/tests/test-filenamecat.c
m4-1.4.17/tests/test-float.c
m4-1.4.17/tests/test-fopen-safer.c
m4-1.4.17/tests/test-fopen.c
m4-1.4.17/tests/test-fopen.h
m4-1.4.17/tests/test-fpending.c
m4-1.4.17/tests/test-fpending.sh
m4-1.4.17/tests/test-fpurge.c
m4-1.4.17/tests/test-fputc.c
m4-1.4.17/tests/test-fread.c
m4-1.4.17/tests/test-freadahead.c
m4-1.4.17/tests/test-freadahead.sh
m4-1.4.17/tests/test-freading.c
m4-1.4.17/tests/test-frexp.c
m4-1.4.17/tests/test-frexp.h
m4-1.4.17/tests/test-frexpl.c
m4-1.4.17/tests/test-fseek.c
m4-1.4.17/tests/test-fseek.sh
m4-1.4.17/tests/test-fseek2.sh
m4-1.4.17/tests/test-fseeko.c
m4-1.4.17/tests/test-fseeko.sh
m4-1.4.17/tests/test-fseeko2.sh
m4-1.4.17/tests/test-fseeko3.c
m4-1.4.17/tests/test-fseeko3.sh
m4-1.4.17/tests/test-fseeko4.c
m4-1.4.17/tests/test-fseeko4.sh
m4-1.4.17/tests/test-fstat.c
m4-1.4.17/tests/test-ftell.c
m4-1.4.17/tests/test-ftell.sh
m4-1.4.17/tests/test-ftell2.sh
m4-1.4.17/tests/test-ftell3.c
m4-1.4.17/tests/test-ftello.c
m4-1.4.17/tests/test-ftello.sh
m4-1.4.17/tests/test-ftello2.sh
m4-1.4.17/tests/test-ftello3.c
m4-1.4.17/tests/test-ftello4.c
m4-1.4.17/tests/test-ftello4.sh
m4-1.4.17/tests/test-fwrite.c
m4-1.4.17/tests/test-getcwd-lgpl.c
m4-1.4.17/tests/test-getdtablesize.c
m4-1.4.17/tests/test-getopt.c
m4-1.4.17/tests/test-getopt.h
m4-1.4.17/tests/test-getopt_long.h
m4-1.4.17/tests/test-gettimeofday.c
m4-1.4.17/tests/test-ignore-value.c
m4-1.4.17/tests/test-init.sh
m4-1.4.17/tests/test-intprops.c
m4-1.4.17/tests/test-inttypes.c
m4-1.4.17/tests/test-isnand-nolibm.c
m4-1.4.17/tests/test-isnand.h
m4-1.4.17/tests/test-isnanf-nolibm.c
m4-1.4.17/tests/test-isnanf.h
m4-1.4.17/tests/test-isnanl-nolibm.c
m4-1.4.17/tests/test-isnanl.h
m4-1.4.17/tests/test-langinfo-c++.cc
m4-1.4.17/tests/test-langinfo.c
m4-1.4.17/tests/test-link.c
m4-1.4.17/tests/test-link.h
m4-1.4.17/tests/test-linkedhash_list.c
m4-1.4.17/tests/test-locale-c++.cc
m4-1.4.17/tests/test-locale-c++2.cc
m4-1.4.17/tests/test-locale.c
m4-1.4.17/tests/test-localeconv.c
m4-1.4.17/tests/test-localename.c
m4-1.4.17/tests/test-lseek.c
m4-1.4.17/tests/test-lseek.sh
m4-1.4.17/tests/test-lstat.c
m4-1.4.17/tests/test-lstat.h
m4-1.4.17/tests/test-malloc-gnu.c
m4-1.4.17/tests/test-malloca.c
m4-1.4.17/tests/test-math-c++.cc
m4-1.4.17/tests/test-math-c++2.cc
m4-1.4.17/tests/test-math.c
m4-1.4.17/tests/test-mbrtowc-w32-1.sh
m4-1.4.17/tests/test-mbrtowc-w32-2.sh
m4-1.4.17/tests/test-mbrtowc-w32-3.sh
m4-1.4.17/tests/test-mbrtowc-w32-4.sh
m4-1.4.17/tests/test-mbrtowc-w32-5.sh
m4-1.4.17/tests/test-mbrtowc-w32.c
m4-1.4.17/tests/test-mbrtowc.c
m4-1.4.17/tests/test-mbrtowc1.sh
m4-1.4.17/tests/test-mbrtowc2.sh
m4-1.4.17/tests/test-mbrtowc3.sh
m4-1.4.17/tests/test-mbrtowc4.sh
m4-1.4.17/tests/test-mbsinit.c
m4-1.4.17/tests/test-mbsinit.sh
m4-1.4.17/tests/test-memchr.c
m4-1.4.17/tests/test-memchr2.c
m4-1.4.17/tests/test-nl_langinfo.c
m4-1.4.17/tests/test-nl_langinfo.sh
m4-1.4.17/tests/test-open.c
m4-1.4.17/tests/test-open.h
m4-1.4.17/tests/test-pathmax.c
m4-1.4.17/tests/test-pipe2.c
m4-1.4.17/tests/test-posix_spawn1.c
m4-1.4.17/tests/
test-posix_spawn1.in.sh
m4-1.4.17/tests/test-posix_spawn2.c
m4-1.4.17/tests/
test-posix_spawn2.in.sh
m4-1.4.17/tests/test-posix_spawn_file_actions_addclose.c
m4-1.4.17/tests/test-posix_spawn_file_actions_adddup2.c
m4-1.4.17/tests/test-posix_spawn_file_actions_addopen.c
m4-1.4.17/tests/test-printf-frexp.c
m4-1.4.17/tests/test-printf-frexpl.c
m4-1.4.17/tests/test-quotearg-simple.c
m4-1.4.17/tests/test-quotearg.h
m4-1.4.17/tests/test-raise.c
m4-1.4.17/tests/test-rawmemchr.c
m4-1.4.17/tests/test-readlink.c
m4-1.4.17/tests/test-readlink.h
m4-1.4.17/tests/test-regex.c
m4-1.4.17/tests/test-rename.c
m4-1.4.17/tests/test-rename.h
m4-1.4.17/tests/test-rmdir.c
m4-1.4.17/tests/test-rmdir.h
m4-1.4.17/tests/test-sched.c
m4-1.4.17/tests/test-setenv.c
m4-1.4.17/tests/test-setlocale1.c
m4-1.4.17/tests/test-setlocale1.sh
m4-1.4.17/tests/test-setlocale2.c
m4-1.4.17/tests/test-setlocale2.sh
m4-1.4.17/tests/test-sigaction.c
m4-1.4.17/tests/test-signal-h-c++.cc
m4-1.4.17/tests/test-signal-h-c++2.cc
m4-1.4.17/tests/test-signal-h.c
m4-1.4.17/tests/test-signbit.c
m4-1.4.17/tests/test-sigpipe.c
m4-1.4.17/tests/test-sigpipe.sh
m4-1.4.17/tests/test-sigprocmask.c
m4-1.4.17/tests/test-sleep.c
m4-1.4.17/tests/test-snprintf.c
m4-1.4.17/tests/test-spawn-c++.cc
m4-1.4.17/tests/test-spawn-pipe-child.c
m4-1.4.17/tests/test-spawn-pipe-main.c
m4-1.4.17/tests/test-spawn-pipe.sh
m4-1.4.17/tests/test-spawn.c
m4-1.4.17/tests/test-stat.c
m4-1.4.17/tests/test-stat.h
m4-1.4.17/tests/test-stdbool.c
m4-1.4.17/tests/test-stddef.c
m4-1.4.17/tests/test-stdint.c
m4-1.4.17/tests/test-stdio-c++.cc
m4-1.4.17/tests/test-stdio-c++2.cc
m4-1.4.17/tests/test-stdio.c
m4-1.4.17/tests/test-stdlib-c++.cc
m4-1.4.17/tests/test-stdlib-c++2.cc
m4-1.4.17/tests/test-stdlib.c
m4-1.4.17/tests/test-strchrnul.c
m4-1.4.17/tests/test-strerror.c
m4-1.4.17/tests/test-string-c++.cc
m4-1.4.17/tests/test-string-c++2.cc
m4-1.4.17/tests/test-string.c
m4-1.4.17/tests/test-strnlen.c
m4-1.4.17/tests/test-strsignal.c
m4-1.4.17/tests/test-strstr.c
m4-1.4.17/tests/test-strtod.c
m4-1.4.17/tests/test-symlink.c
m4-1.4.17/tests/test-symlink.h
m4-1.4.17/tests/test-sys_stat-c++.cc
m4-1.4.17/tests/test-sys_stat.c
m4-1.4.17/tests/test-sys_time-c++.cc
m4-1.4.17/tests/test-sys_time.c
m4-1.4.17/tests/test-sys_types-c++.cc
m4-1.4.17/tests/test-sys_types.c
m4-1.4.17/tests/test-sys_wait-c++.cc
m4-1.4.17/tests/test-sys_wait.c
m4-1.4.17/tests/test-sys_wait.h
m4-1.4.17/tests/test-time-c++.cc
m4-1.4.17/tests/test-time-c++2.cc
m4-1.4.17/tests/test-time.c
m4-1.4.17/tests/test-unistd-c++.cc
m4-1.4.17/tests/test-unistd.c
m4-1.4.17/tests/test-unsetenv.c
m4-1.4.17/tests/test-update-copyright.sh
m4-1.4.17/tests/test-vasnprintf.c
m4-1.4.17/tests/test-vasprintf-posix.c
m4-1.4.17/tests/test-vasprintf.c
m4-1.4.17/tests/test-vc-list-files-cvs.sh
m4-1.4.17/tests/test-vc-list-files-git.sh
m4-1.4.17/tests/test-verify.c
m4-1.4.17/tests/test-verify.sh
m4-1.4.17/tests/test-version-etc.c
m4-1.4.17/tests/test-version-etc.sh
m4-1.4.17/tests/test-wchar-c++.cc
m4-1.4.17/tests/test-wchar.c
m4-1.4.17/tests/test-wcrtomb-w32-1.sh
m4-1.4.17/tests/test-wcrtomb-w32-2.sh
m4-1.4.17/tests/test-wcrtomb-w32-3.sh
m4-1.4.17/tests/test-wcrtomb-w32-4.sh
m4-1.4.17/tests/test-wcrtomb-w32-5.sh
m4-1.4.17/tests/test-wcrtomb-w32.c
m4-1.4.17/tests/test-wcrtomb.c
m4-1.4.17/tests/test-wcrtomb.sh
m4-1.4.17/tests/test-wctype-h-c++.cc
m4-1.4.17/tests/test-wctype-h.c
m4-1.4.17/tests/test-write.c
m4-1.4.17/tests/test-xalloc-die.c
m4-1.4.17/tests/test-xalloc-die.sh
m4-1.4.17/tests/test-xvasprintf.c
m4-1.4.17/tests/unsetenv.c
m4-1.4.17/tests/wctob.c
m4-1.4.17/tests/wctomb-impl.h
m4-1.4.17/tests/wctomb.c
m4-1.4.17/tests/write.c
m4-1.4.17/tests/zerosize-ptr.h
m4-1.4.17/src/builtin.c
m4-1.4.17/src/debug.c
m4-1.4.17/src/eval.c
m4-1.4.17/src/format.c
m4-1.4.17/src/freeze.c
m4-1.4.17/src/input.c
m4-1.4.17/src/m4.c
m4-1.4.17/src/m4.h
m4-1.4.17/src/macro.c
m4-1.4.17/src/Makefile.am
m4-1.4.17/src/Makefile.in
m4-1.4.17/src/output.c
m4-1.4.17/src/path.c
m4-1.4.17/src/symtab.c
m4-1.4.17/m4/00gnulib.m4
m4-1.4.17/m4/alloca.m4
m4-1.4.17/m4/ansi-c++.m4
m4-1.4.17/m4/asm-underscore.m4
m4-1.4.17/m4/assert.m4
m4-1.4.17/m4/autobuild.m4
m4-1.4.17/m4/btowc.m4
m4-1.4.17/m4/c-stack.m4
m4-1.4.17/m4/canonicalize.m4
m4-1.4.17/m4/close-stream.m4
m4-1.4.17/m4/close.m4
m4-1.4.17/m4/closedir.m4
m4-1.4.17/m4/closein.m4
m4-1.4.17/m4/closeout.m4
m4-1.4.17/m4/codeset.m4
m4-1.4.17/m4/config-h.m4
m4-1.4.17/m4/configmake.m4
m4-1.4.17/m4/dirent_h.m4
m4-1.4.17/m4/dirname.m4
m4-1.4.17/m4/double-slash-root.m4
m4-1.4.17/m4/dup.m4
m4-1.4.17/m4/dup2.m4
m4-1.4.17/m4/eealloc.m4
m4-1.4.17/m4/environ.m4
m4-1.4.17/m4/errno_h.m4
m4-1.4.17/m4/error.m4
m4-1.4.17/m4/execute.m4
m4-1.4.17/m4/exponentd.m4
m4-1.4.17/m4/exponentf.m4
m4-1.4.17/m4/exponentl.m4
m4-1.4.17/m4/extensions.m4
m4-1.4.17/m4/extern-inline.m4
m4-1.4.17/m4/fatal-signal.m4
m4-1.4.17/m4/fclose.m4
m4-1.4.17/m4/fcntl-o.m4
m4-1.4.17/m4/fcntl.m4
m4-1.4.17/m4/fcntl_h.m4
m4-1.4.17/m4/fdopen.m4
m4-1.4.17/m4/fflush.m4
m4-1.4.17/m4/filenamecat.m4
m4-1.4.17/m4/float_h.m4
m4-1.4.17/m4/fopen.m4
m4-1.4.17/m4/fpending.m4
m4-1.4.17/m4/fpieee.m4
m4-1.4.17/m4/fpurge.m4
m4-1.4.17/m4/freadahead.m4
m4-1.4.17/m4/freading.m4
m4-1.4.17/m4/frexp.m4
m4-1.4.17/m4/frexpl.m4
m4-1.4.17/m4/fseek.m4
m4-1.4.17/m4/fseeko.m4
m4-1.4.17/m4/fstat.m4
m4-1.4.17/m4/ftell.m4
m4-1.4.17/m4/ftello.m4
m4-1.4.17/m4/getcwd.m4
m4-1.4.17/m4/getdtablesize.m4
m4-1.4.17/m4/getopt.m4
m4-1.4.17/m4/getpagesize.m4
m4-1.4.17/m4/gettimeofday.m4
m4-1.4.17/m4/glibc21.m4
m4-1.4.17/m4/gnulib-cache.m4
m4-1.4.17/m4/gnulib-common.m4
m4-1.4.17/m4/gnulib-comp.m4
m4-1.4.17/m4/include_next.m4
m4-1.4.17/m4/intlmacosx.m4
m4-1.4.17/m4/intmax_t.m4
m4-1.4.17/m4/inttypes-pri.m4
m4-1.4.17/m4/inttypes.m4
m4-1.4.17/m4/inttypes_h.m4
m4-1.4.17/m4/isnand.m4
m4-1.4.17/m4/isnanf.m4
m4-1.4.17/m4/isnanl.m4
m4-1.4.17/m4/langinfo_h.m4
m4-1.4.17/m4/largefile.m4
m4-1.4.17/m4/lcmessage.m4
m4-1.4.17/m4/ldexp.m4
m4-1.4.17/m4/ldexpl.m4
m4-1.4.17/m4/lib-ld.m4
m4-1.4.17/m4/lib-link.m4
m4-1.4.17/m4/lib-prefix.m4
m4-1.4.17/m4/libsigsegv.m4
m4-1.4.17/m4/link.m4
m4-1.4.17/m4/localcharset.m4
m4-1.4.17/m4/locale-fr.m4
m4-1.4.17/m4/locale-ja.m4
m4-1.4.17/m4/locale-tr.m4
m4-1.4.17/m4/locale-zh.m4
m4-1.4.17/m4/locale_h.m4
m4-1.4.17/m4/localeconv.m4
m4-1.4.17/m4/localename.m4
m4-1.4.17/m4/lock.m4
m4-1.4.17/m4/longlong.m4
m4-1.4.17/m4/lseek.m4
m4-1.4.17/m4/lstat.m4
m4-1.4.17/m4/malloc.m4
m4-1.4.17/m4/malloca.m4
m4-1.4.17/m4/manywarnings.m4
m4-1.4.17/m4/math_h.m4
m4-1.4.17/m4/mbrtowc.m4
m4-1.4.17/m4/mbsinit.m4
m4-1.4.17/m4/mbstate_t.m4
m4-1.4.17/m4/mbtowc.m4
m4-1.4.17/m4/memchr.m4
m4-1.4.17/m4/mkdtemp.m4
m4-1.4.17/m4/mkstemp.m4
m4-1.4.17/m4/mmap-anon.m4
m4-1.4.17/m4/mode_t.m4
m4-1.4.17/m4/msvc-inval.m4
m4-1.4.17/m4/msvc-nothrow.m4
m4-1.4.17/m4/multiarch.m4
m4-1.4.17/m4/nl_langinfo.m4
m4-1.4.17/m4/nocrash.m4
m4-1.4.17/m4/off_t.m4
m4-1.4.17/m4/open.m4
m4-1.4.17/m4/opendir.m4
m4-1.4.17/m4/pathmax.m4
m4-1.4.17/m4/pipe2.m4
m4-1.4.17/m4/posix_spawn.m4
m4-1.4.17/m4/printf-frexp.m4
m4-1.4.17/m4/printf-frexpl.m4
m4-1.4.17/m4/printf.m4
m4-1.4.17/m4/putenv.m4
m4-1.4.17/m4/quotearg.m4
m4-1.4.17/m4/raise.m4
m4-1.4.17/m4/rawmemchr.m4
m4-1.4.17/m4/readdir.m4
m4-1.4.17/m4/readlink.m4
m4-1.4.17/m4/regex.m4
m4-1.4.17/m4/rename.m4
m4-1.4.17/m4/rmdir.m4
m4-1.4.17/m4/sched_h.m4
m4-1.4.17/m4/secure_getenv.m4
m4-1.4.17/m4/setenv.m4
m4-1.4.17/m4/setlocale.m4
m4-1.4.17/m4/sig_atomic_t.m4
m4-1.4.17/m4/sigaction.m4
m4-1.4.17/m4/signal_h.m4
m4-1.4.17/m4/signalblocking.m4
m4-1.4.17/m4/signbit.m4
m4-1.4.17/m4/sigpipe.m4
m4-1.4.17/m4/size_max.m4
m4-1.4.17/m4/sleep.m4
m4-1.4.17/m4/snprintf.m4
m4-1.4.17/m4/spawn-pipe.m4
m4-1.4.17/m4/spawn_h.m4
m4-1.4.17/m4/ssize_t.m4
m4-1.4.17/m4/stat.m4
m4-1.4.17/m4/stdarg.m4
m4-1.4.17/m4/stdbool.m4
m4-1.4.17/m4/stddef_h.m4
m4-1.4.17/m4/stdint.m4
m4-1.4.17/m4/stdint_h.m4
m4-1.4.17/m4/stdio_h.m4
m4-1.4.17/m4/stdlib_h.m4
m4-1.4.17/m4/strchrnul.m4
m4-1.4.17/m4/strdup.m4
m4-1.4.17/m4/strerror.m4
m4-1.4.17/m4/string_h.m4
m4-1.4.17/m4/strndup.m4
m4-1.4.17/m4/strnlen.m4
m4-1.4.17/m4/strsignal.m4
m4-1.4.17/m4/strstr.m4
m4-1.4.17/m4/strtod.m4
m4-1.4.17/m4/symlink.m4
m4-1.4.17/m4/sys_socket_h.m4
m4-1.4.17/m4/sys_stat_h.m4
m4-1.4.17/m4/sys_time_h.m4
m4-1.4.17/m4/sys_types_h.m4
m4-1.4.17/m4/sys_wait_h.m4
m4-1.4.17/m4/tempname.m4
m4-1.4.17/m4/threadlib.m4
m4-1.4.17/m4/time_h.m4
m4-1.4.17/m4/tls.m4
m4-1.4.17/m4/tmpdir.m4
m4-1.4.17/m4/ungetc.m4
m4-1.4.17/m4/unistd-safer.m4
m4-1.4.17/m4/unistd_h.m4
m4-1.4.17/m4/unlocked-io.m4
m4-1.4.17/m4/vasnprintf.m4
m4-1.4.17/m4/vasprintf-posix.m4
m4-1.4.17/m4/vasprintf.m4
m4-1.4.17/m4/version-etc.m4
m4-1.4.17/m4/wait-process.m4
m4-1.4.17/m4/waitpid.m4
m4-1.4.17/m4/warnings.m4
m4-1.4.17/m4/wchar_h.m4
m4-1.4.17/m4/wchar_t.m4
m4-1.4.17/m4/wcrtomb.m4
m4-1.4.17/m4/wctob.m4
m4-1.4.17/m4/wctomb.m4
m4-1.4.17/m4/wctype_h.m4
m4-1.4.17/m4/wint_t.m4
m4-1.4.17/m4/write.m4
m4-1.4.17/m4/xalloc.m4
m4-1.4.17/m4/xsize.m4
m4-1.4.17/m4/xstrndup.m4
m4-1.4.17/m4/xvasprintf.m4
m4-1.4.17/lib/alloca.in.h
m4-1.4.17/lib/asnprintf.c
m4-1.4.17/lib/asprintf.c
m4-1.4.17/lib/basename-lgpl.c
m4-1.4.17/lib/basename.c
m4-1.4.17/lib/binary-io.c
m4-1.4.17/lib/binary-io.h
m4-1.4.17/lib/btowc.c
m4-1.4.17/lib/c-ctype.c
m4-1.4.17/lib/c-ctype.h
m4-1.4.17/lib/c-stack.c
m4-1.4.17/lib/c-stack.h
m4-1.4.17/lib/c-strcase.h
m4-1.4.17/lib/c-strcasecmp.c
m4-1.4.17/lib/c-strcaseeq.h
m4-1.4.17/lib/c-strncasecmp.c
m4-1.4.17/lib/canonicalize-lgpl.c
m4-1.4.17/lib/clean-temp.c
m4-1.4.17/lib/clean-temp.h
m4-1.4.17/lib/cloexec.c
m4-1.4.17/lib/cloexec.h
m4-1.4.17/lib/close-stream.c
m4-1.4.17/lib/close-stream.h
m4-1.4.17/lib/close.c
m4-1.4.17/lib/closein.c
m4-1.4.17/lib/closein.h
m4-1.4.17/lib/closeout.c
m4-1.4.17/lib/closeout.h
m4-1.4.17/lib/config.charset
m4-1.4.17/lib/config.hin
m4-1.4.17/lib/dirname-lgpl.c
m4-1.4.17/lib/dirname.c
m4-1.4.17/lib/dirname.h
m4-1.4.17/lib/dosname.h
m4-1.4.17/lib/dup-safer-flag.c
m4-1.4.17/lib/dup-safer.c
m4-1.4.17/lib/dup2.c
m4-1.4.17/lib/errno.in.h
m4-1.4.17/lib/error.c
m4-1.4.17/lib/error.h
m4-1.4.17/lib/execute.c
m4-1.4.17/lib/execute.h
m4-1.4.17/lib/exitfail.c
m4-1.4.17/lib/exitfail.h
m4-1.4.17/lib/fatal-signal.c
m4-1.4.17/lib/fatal-signal.h
m4-1.4.17/lib/fclose.c
m4-1.4.17/lib/fcntl.c
m4-1.4.17/lib/fcntl.in.h
m4-1.4.17/lib/fd-hook.c
m4-1.4.17/lib/fd-hook.h
m4-1.4.17/lib/fd-safer-flag.c
m4-1.4.17/lib/fd-safer.c
m4-1.4.17/lib/fflush.c
m4-1.4.17/lib/filenamecat-lgpl.c
m4-1.4.17/lib/filenamecat.c
m4-1.4.17/lib/filenamecat.h
m4-1.4.17/lib/float+.h
m4-1.4.17/lib/float.c
m4-1.4.17/lib/float.in.h
m4-1.4.17/lib/fopen-safer.c
m4-1.4.17/lib/fopen.c
m4-1.4.17/lib/fpending.c
m4-1.4.17/lib/fpending.h
m4-1.4.17/lib/fpucw.h
m4-1.4.17/lib/fpurge.c
m4-1.4.17/lib/freadahead.c
m4-1.4.17/lib/freadahead.h
m4-1.4.17/lib/freading.c
m4-1.4.17/lib/freading.h
m4-1.4.17/lib/frexp.c
m4-1.4.17/lib/frexpl.c
m4-1.4.17/lib/fseek.c
m4-1.4.17/lib/fseeko.c
m4-1.4.17/lib/fstat.c
m4-1.4.17/lib/ftell.c
m4-1.4.17/lib/ftello.c
m4-1.4.17/lib/getdtablesize.c
m4-1.4.17/lib/getopt.c
m4-1.4.17/lib/getopt.in.h
m4-1.4.17/lib/getopt1.c
m4-1.4.17/lib/getopt_int.h
m4-1.4.17/lib/gettext.h
m4-1.4.17/lib/gettimeofday.c
m4-1.4.17/lib/gl_anyhash_list1.h
m4-1.4.17/lib/gl_anyhash_list2.h
m4-1.4.17/lib/gl_anylinked_list1.h
m4-1.4.17/lib/gl_anylinked_list2.h
m4-1.4.17/lib/gl_anytree_oset.h
m4-1.4.17/lib/gl_avltree_oset.c
m4-1.4.17/lib/gl_avltree_oset.h
m4-1.4.17/lib/gl_linkedhash_list.c
m4-1.4.17/lib/gl_linkedhash_list.h
m4-1.4.17/lib/gl_list.c
m4-1.4.17/lib/gl_list.h
m4-1.4.17/lib/gl_oset.c
m4-1.4.17/lib/gl_oset.h
m4-1.4.17/lib/gl_xlist.c
m4-1.4.17/lib/gl_xlist.h
m4-1.4.17/lib/gl_xoset.c
m4-1.4.17/lib/gl_xoset.h
m4-1.4.17/lib/glthread/
m4-1.4.17/lib/
gnulib.mk
m4-1.4.17/lib/ignore-value.h
m4-1.4.17/lib/intprops.h
m4-1.4.17/lib/isnan.c
m4-1.4.17/lib/isnand-nolibm.h
m4-1.4.17/lib/isnand.c
m4-1.4.17/lib/isnanf-nolibm.h
m4-1.4.17/lib/isnanf.c
m4-1.4.17/lib/isnanl-nolibm.h
m4-1.4.17/lib/isnanl.c
m4-1.4.17/lib/itold.c
m4-1.4.17/lib/langinfo.in.h
m4-1.4.17/lib/localcharset.c
m4-1.4.17/lib/localcharset.h
m4-1.4.17/lib/locale.in.h
m4-1.4.17/lib/localeconv.c
m4-1.4.17/lib/lseek.c
m4-1.4.17/lib/lstat.c
m4-1.4.17/lib/Makefile.am
m4-1.4.17/lib/Makefile.in
m4-1.4.17/lib/malloc.c
m4-1.4.17/lib/malloca.c
m4-1.4.17/lib/malloca.h
m4-1.4.17/lib/malloca.valgrind
m4-1.4.17/lib/math.c
m4-1.4.17/lib/math.in.h
m4-1.4.17/lib/mbrtowc.c
m4-1.4.17/lib/mbsinit.c
m4-1.4.17/lib/mbtowc-impl.h
m4-1.4.17/lib/mbtowc.c
m4-1.4.17/lib/memchr.c
m4-1.4.17/lib/memchr.valgrind
m4-1.4.17/lib/memchr2.c
m4-1.4.17/lib/memchr2.h
m4-1.4.17/lib/memchr2.valgrind
m4-1.4.17/lib/mkdtemp.c
m4-1.4.17/lib/mkstemp-safer.c
m4-1.4.17/lib/mkstemp.c
m4-1.4.17/lib/msvc-inval.c
m4-1.4.17/lib/msvc-inval.h
m4-1.4.17/lib/msvc-nothrow.c
m4-1.4.17/lib/msvc-nothrow.h
m4-1.4.17/lib/nl_langinfo.c
m4-1.4.17/lib/obstack.c
m4-1.4.17/lib/obstack.h
m4-1.4.17/lib/open.c
m4-1.4.17/lib/pathmax.h
m4-1.4.17/lib/pipe-safer.c
m4-1.4.17/lib/pipe2-safer.c
m4-1.4.17/lib/pipe2.c
m4-1.4.17/lib/printf-args.c
m4-1.4.17/lib/printf-args.h
m4-1.4.17/lib/printf-frexp.c
m4-1.4.17/lib/printf-frexp.h
m4-1.4.17/lib/printf-frexpl.c
m4-1.4.17/lib/printf-frexpl.h
m4-1.4.17/lib/printf-parse.c
m4-1.4.17/lib/printf-parse.h
m4-1.4.17/lib/progname.c
m4-1.4.17/lib/progname.h
m4-1.4.17/lib/quote.h
m4-1.4.17/lib/quotearg.c
m4-1.4.17/lib/quotearg.h
m4-1.4.17/lib/raise.c
m4-1.4.17/lib/rawmemchr.c
m4-1.4.17/lib/rawmemchr.valgrind
m4-1.4.17/lib/readlink.c
m4-1.4.17/lib/ref-add.sin
m4-1.4.17/lib/ref-del.sin
m4-1.4.17/lib/regcomp.c
m4-1.4.17/lib/regex.c
m4-1.4.17/lib/regex.h
m4-1.4.17/lib/regex_internal.c
m4-1.4.17/lib/regex_internal.h
m4-1.4.17/lib/regexec.c
m4-1.4.17/lib/rename.c
m4-1.4.17/lib/rmdir.c
m4-1.4.17/lib/same-inode.h
m4-1.4.17/lib/sched.in.h
m4-1.4.17/lib/secure_getenv.c
m4-1.4.17/lib/sig-handler.c
m4-1.4.17/lib/sig-handler.h
m4-1.4.17/lib/sigaction.c
m4-1.4.17/lib/siglist.h
m4-1.4.17/lib/signal.in.h
m4-1.4.17/lib/signbitd.c
m4-1.4.17/lib/signbitf.c
m4-1.4.17/lib/signbitl.c
m4-1.4.17/lib/sigprocmask.c
m4-1.4.17/lib/size_max.h
m4-1.4.17/lib/snprintf.c
m4-1.4.17/lib/spawn-pipe.c
m4-1.4.17/lib/spawn-pipe.h
m4-1.4.17/lib/spawn.in.h
m4-1.4.17/lib/spawn_faction_addclose.c
m4-1.4.17/lib/spawn_faction_adddup2.c
m4-1.4.17/lib/spawn_faction_addopen.c
m4-1.4.17/lib/spawn_faction_destroy.c
m4-1.4.17/lib/spawn_faction_init.c
m4-1.4.17/lib/spawn_int.h
m4-1.4.17/lib/spawnattr_destroy.c
m4-1.4.17/lib/spawnattr_init.c
m4-1.4.17/lib/spawnattr_setflags.c
m4-1.4.17/lib/spawnattr_setsigmask.c
m4-1.4.17/lib/spawni.c
m4-1.4.17/lib/spawnp.c
m4-1.4.17/lib/stat.c
m4-1.4.17/lib/stdarg.in.h
m4-1.4.17/lib/stdbool.in.h
m4-1.4.17/lib/stddef.in.h
m4-1.4.17/lib/stdint.in.h
m4-1.4.17/lib/stdio--.h
m4-1.4.17/lib/stdio-impl.h
m4-1.4.17/lib/stdio-safer.h
m4-1.4.17/lib/stdio-write.c
m4-1.4.17/lib/stdio.in.h
m4-1.4.17/lib/stdlib--.h
m4-1.4.17/lib/stdlib-safer.h
m4-1.4.17/lib/stdlib.in.h
m4-1.4.17/lib/str-two-way.h
m4-1.4.17/lib/strchrnul.c
m4-1.4.17/lib/strchrnul.valgrind
m4-1.4.17/lib/streq.h
m4-1.4.17/lib/strerror-override.c
m4-1.4.17/lib/strerror-override.h
m4-1.4.17/lib/strerror.c
m4-1.4.17/lib/string.in.h
m4-1.4.17/lib/stripslash.c
m4-1.4.17/lib/strndup.c
m4-1.4.17/lib/strnlen.c
m4-1.4.17/lib/strsignal.c
m4-1.4.17/lib/strstr.c
m4-1.4.17/lib/strtod.c
m4-1.4.17/lib/sys_stat.in.h
m4-1.4.17/lib/sys_time.in.h
m4-1.4.17/lib/sys_types.in.h
m4-1.4.17/lib/sys_wait.in.h
m4-1.4.17/lib/tempname.c
m4-1.4.17/lib/tempname.h
m4-1.4.17/lib/time.in.h
m4-1.4.17/lib/tmpdir.c
m4-1.4.17/lib/tmpdir.h
m4-1.4.17/lib/unistd--.h
m4-1.4.17/lib/unistd-safer.h
m4-1.4.17/lib/unistd.c
m4-1.4.17/lib/unistd.in.h
m4-1.4.17/lib/unlocked-io.h
m4-1.4.17/lib/vasnprintf.c
m4-1.4.17/lib/vasnprintf.h
m4-1.4.17/lib/vasprintf.c
m4-1.4.17/lib/verify.h
m4-1.4.17/lib/verror.c
m4-1.4.17/lib/verror.h
m4-1.4.17/lib/version-etc-fsf.c
m4-1.4.17/lib/version-etc.c
m4-1.4.17/lib/version-etc.h
m4-1.4.17/lib/w32spawn.h
m4-1.4.17/lib/wait-process.c
m4-1.4.17/lib/wait-process.h
m4-1.4.17/lib/waitpid.c
m4-1.4.17/lib/wchar.in.h
m4-1.4.17/lib/wcrtomb.c
m4-1.4.17/lib/wctype-h.c
m4-1.4.17/lib/wctype.in.h
m4-1.4.17/lib/xalloc-die.c
m4-1.4.17/lib/xalloc-oversized.h
m4-1.4.17/lib/xalloc.h
m4-1.4.17/lib/xasprintf.c
m4-1.4.17/lib/xmalloc.c
m4-1.4.17/lib/xmalloca.c
m4-1.4.17/lib/xmalloca.h
m4-1.4.17/lib/xprintf.c
m4-1.4.17/lib/xprintf.h
m4-1.4.17/lib/xsize.c
m4-1.4.17/lib/xsize.h
m4-1.4.17/lib/xstrndup.c
m4-1.4.17/lib/xstrndup.h
m4-1.4.17/lib/xvasprintf.c
m4-1.4.17/lib/xvasprintf.h
m4-1.4.17/lib/glthread/lock.c
m4-1.4.17/lib/glthread/lock.h
m4-1.4.17/lib/glthread/threadlib.c
m4-1.4.17/lib/glthread/tls.c
m4-1.4.17/lib/glthread/tls.h
m4-1.4.17/examples/capitalize.m4
m4-1.4.17/examples/capitalize2.m4
m4-1.4.17/examples/comments.m4
m4-1.4.17/examples/COPYING
m4-1.4.17/examples/curry.m4
m4-1.4.17/examples/ddivert.m4
m4-1.4.17/examples/debug.m4
m4-1.4.17/examples/esyscmd.m4
m4-1.4.17/examples/exp.m4
m4-1.4.17/examples/file.m4
m4-1.4.17/examples/foo
m4-1.4.17/examples/foreach.m4
m4-1.4.17/examples/foreach2.m4
m4-1.4.17/examples/foreachq.m4
m4-1.4.17/examples/foreachq2.m4
m4-1.4.17/examples/foreachq3.m4
m4-1.4.17/examples/foreachq4.m4
m4-1.4.17/examples/forloop.m4
m4-1.4.17/examples/forloop2.m4
m4-1.4.17/examples/forloop3.m4
m4-1.4.17/examples/fstab.m4
m4-1.4.17/examples/hanoi.m4
m4-1.4.17/examples/incl-test.m4
m4-1.4.17/examples/incl.m4
m4-1.4.17/examples/include.m4
m4-1.4.17/examples/indir.m4
m4-1.4.17/examples/join.m4
m4-1.4.17/examples/loop.m4
m4-1.4.17/examples/Makefile.am
m4-1.4.17/examples/Makefile.in
m4-1.4.17/examples/misc.m4
m4-1.4.17/examples/multiquotes.m4
m4-1.4.17/examples/patsubst.m4
m4-1.4.17/examples/pushpop.m4
m4-1.4.17/examples/quote.m4
m4-1.4.17/examples/regexp.m4
m4-1.4.17/examples/reverse.m4
m4-1.4.17/examples/stack.m4
m4-1.4.17/examples/stack_sep.m4
m4-1.4.17/examples/sync-lines.m4
m4-1.4.17/examples/sysv-args.m4
m4-1.4.17/examples/trace.m4
m4-1.4.17/examples/translit.m4
m4-1.4.17/examples/undivert.incl
m4-1.4.17/examples/undivert.m4
m4-1.4.17/examples/wrap.m4
m4-1.4.17/examples/wrapfifo.m4
m4-1.4.17/examples/wraplifo.m4
m4-1.4.17/examples/wraplifo2.m4
m4-1.4.17/doc/fdl-1.3.texi
m4-1.4.17/doc/gendocs_template
m4-1.4.17/doc/gpl-3.0.texi
m4-1.4.17/doc/m4.1
m4-1.4.17/doc/
m4.info
m4-1.4.17/doc/m4.info-1
m4-1.4.17/doc/m4.info-2
m4-1.4.17/doc/m4.texi
m4-1.4.17/doc/Makefile.am
m4-1.4.17/doc/Makefile.in
m4-1.4.17/doc/stamp-vti
m4-1.4.17/doc/version.texi
m4-1.4.17/checks/001.preprocess
m4-1.4.17/checks/002.debugging_
m4-1.4.17/checks/003.command_li
m4-1.4.17/checks/004.command_li
m4-1.4.17/checks/005.command_li
m4-1.4.17/checks/006.command_li
m4-1.4.17/checks/007.command_li
m4-1.4.17/checks/008.comments
m4-1.4.17/checks/009.comments
m4-1.4.17/checks/010.input_proc
m4-1.4.17/checks/011.input_proc
m4-1.4.17/checks/012.inhibiting
m4-1.4.17/checks/013.inhibiting
m4-1.4.17/checks/014.inhibiting
m4-1.4.17/checks/015.inhibiting
m4-1.4.17/checks/016.inhibiting
m4-1.4.17/checks/017.inhibiting
m4-1.4.17/checks/018.inhibiting
m4-1.4.17/checks/019.inhibiting
m4-1.4.17/checks/020.macro_argu
m4-1.4.17/checks/021.macro_argu
m4-1.4.17/checks/022.macro_argu
m4-1.4.17/checks/023.macro_argu
m4-1.4.17/checks/024.macro_argu
m4-1.4.17/checks/025.quoting_ar
m4-1.4.17/checks/026.macro_expa
m4-1.4.17/checks/027.macro_expa
m4-1.4.17/checks/028.define
m4-1.4.17/checks/029.define
m4-1.4.17/checks/030.define
m4-1.4.17/checks/031.arguments
m4-1.4.17/checks/032.arguments
m4-1.4.17/checks/033.arguments
m4-1.4.17/checks/034.arguments
m4-1.4.17/checks/035.arguments
m4-1.4.17/checks/036.arguments
m4-1.4.17/checks/037.pseudo_arg
m4-1.4.17/checks/038.pseudo_arg
m4-1.4.17/checks/039.pseudo_arg
m4-1.4.17/checks/040.pseudo_arg
m4-1.4.17/checks/041.pseudo_arg
m4-1.4.17/checks/042.pseudo_arg
m4-1.4.17/checks/043.pseudo_arg
m4-1.4.17/checks/044.pseudo_arg
m4-1.4.17/checks/045.pseudo_arg
m4-1.4.17/checks/046.undefine
m4-1.4.17/checks/047.undefine
m4-1.4.17/checks/048.defn
m4-1.4.17/checks/049.defn
m4-1.4.17/checks/050.defn
m4-1.4.17/checks/051.defn
m4-1.4.17/checks/052.defn
m4-1.4.17/checks/053.defn
m4-1.4.17/checks/054.defn
m4-1.4.17/checks/055.pushdef
m4-1.4.17/checks/056.pushdef
m4-1.4.17/checks/057.indir
m4-1.4.17/checks/058.indir
m4-1.4.17/checks/059.indir
m4-1.4.17/checks/060.builtin
m4-1.4.17/checks/061.builtin
m4-1.4.17/checks/062.builtin
m4-1.4.17/checks/063.builtin
m4-1.4.17/checks/064.builtin
m4-1.4.17/checks/065.ifdef
m4-1.4.17/checks/066.ifelse
m4-1.4.17/checks/067.ifelse
m4-1.4.17/checks/068.ifelse
m4-1.4.17/checks/069.ifelse
m4-1.4.17/checks/070.ifelse
m4-1.4.17/checks/071.shift
m4-1.4.17/checks/072.shift
m4-1.4.17/checks/073.shift
m4-1.4.17/checks/074.shift
m4-1.4.17/checks/075.shift
m4-1.4.17/checks/076.shift
m4-1.4.17/checks/077.shift
m4-1.4.17/checks/078.shift
m4-1.4.17/checks/079.forloop
m4-1.4.17/checks/080.forloop
m4-1.4.17/checks/081.forloop
m4-1.4.17/checks/082.foreach
m4-1.4.17/checks/083.foreach
m4-1.4.17/checks/084.foreach
m4-1.4.17/checks/085.foreach
m4-1.4.17/checks/086.foreach
m4-1.4.17/checks/087.foreach
m4-1.4.17/checks/088.stacks
m4-1.4.17/checks/089.stacks
m4-1.4.17/checks/090.compositio
m4-1.4.17/checks/091.compositio
m4-1.4.17/checks/092.compositio
m4-1.4.17/checks/093.compositio
m4-1.4.17/checks/094.dumpdef
m4-1.4.17/checks/095.dumpdef
m4-1.4.17/checks/096.trace
m4-1.4.17/checks/097.trace
m4-1.4.17/checks/098.trace
m4-1.4.17/checks/099.trace
m4-1.4.17/checks/100.trace
m4-1.4.17/checks/101.debug_leve
m4-1.4.17/checks/102.debug_leve
m4-1.4.17/checks/103.debug_leve
m4-1.4.17/checks/104.debug_outp
m4-1.4.17/checks/105.dnl
m4-1.4.17/checks/106.dnl
m4-1.4.17/checks/107.dnl
m4-1.4.17/checks/108.changequot
m4-1.4.17/checks/109.changequot
m4-1.4.17/checks/110.changequot
m4-1.4.17/checks/111.changequot
m4-1.4.17/checks/112.changequot
m4-1.4.17/checks/113.changequot
m4-1.4.17/checks/114.changequot
m4-1.4.17/checks/115.changequot
m4-1.4.17/checks/116.changequot
m4-1.4.17/checks/117.changequot
m4-1.4.17/checks/118.changequot
m4-1.4.17/checks/119.changecom
m4-1.4.17/checks/120.changecom
m4-1.4.17/checks/121.changecom
m4-1.4.17/checks/122.changecom
m4-1.4.17/checks/123.changecom
m4-1.4.17/checks/124.changecom
m4-1.4.17/checks/125.changeword
m4-1.4.17/checks/126.changeword
m4-1.4.17/checks/127.changeword
m4-1.4.17/checks/128.changeword
m4-1.4.17/checks/129.changeword
m4-1.4.17/checks/130.changeword
m4-1.4.17/checks/131.m4wrap
m4-1.4.17/checks/132.m4wrap
m4-1.4.17/checks/133.m4wrap
m4-1.4.17/checks/134.m4wrap
m4-1.4.17/checks/135.m4wrap
m4-1.4.17/checks/136.m4wrap
m4-1.4.17/checks/137.include
m4-1.4.17/checks/138.include
m4-1.4.17/checks/139.include
m4-1.4.17/checks/140.include
m4-1.4.17/checks/141.include
m4-1.4.17/checks/142.include
m4-1.4.17/checks/143.diversions
m4-1.4.17/checks/144.diversions
m4-1.4.17/checks/145.diversions
m4-1.4.17/checks/146.diversions
m4-1.4.17/checks/147.divert
m4-1.4.17/checks/148.divert
m4-1.4.17/checks/149.divert
m4-1.4.17/checks/150.divert
m4-1.4.17/checks/151.divert
m4-1.4.17/checks/152.undivert
m4-1.4.17/checks/153.undivert
m4-1.4.17/checks/154.undivert
m4-1.4.17/checks/155.undivert
m4-1.4.17/checks/156.undivert
m4-1.4.17/checks/157.undivert
m4-1.4.17/checks/158.divnum
m4-1.4.17/checks/159.cleardiver
m4-1.4.17/checks/160.cleardiver
m4-1.4.17/checks/161.len
m4-1.4.17/checks/162.index_macr
m4-1.4.17/checks/163.index_macr
m4-1.4.17/checks/164.index_macr
m4-1.4.17/checks/165.index_macr
m4-1.4.17/checks/166.regexp
m4-1.4.17/checks/167.regexp
m4-1.4.17/checks/168.regexp
m4-1.4.17/checks/169.substr
m4-1.4.17/checks/170.substr
m4-1.4.17/checks/171.translit
m4-1.4.17/checks/172.translit
m4-1.4.17/checks/173.translit
m4-1.4.17/checks/174.translit
m4-1.4.17/checks/175.patsubst
m4-1.4.17/checks/176.patsubst
m4-1.4.17/checks/177.patsubst
m4-1.4.17/checks/178.patsubst
m4-1.4.17/checks/179.patsubst
m4-1.4.17/checks/180.format
m4-1.4.17/checks/181.format
m4-1.4.17/checks/182.format
m4-1.4.17/checks/183.format
m4-1.4.17/checks/184.incr
m4-1.4.17/checks/185.eval
m4-1.4.17/checks/186.eval
m4-1.4.17/checks/187.eval
m4-1.4.17/checks/188.eval
m4-1.4.17/checks/189.eval
m4-1.4.17/checks/190.eval
m4-1.4.17/checks/191.platform_m
m4-1.4.17/checks/192.platform_m
m4-1.4.17/checks/193.platform_m
m4-1.4.17/checks/194.syscmd
m4-1.4.17/checks/195.syscmd
m4-1.4.17/checks/196.esyscmd
m4-1.4.17/checks/197.sysval
m4-1.4.17/checks/198.sysval
m4-1.4.17/checks/199.mkstemp
m4-1.4.17/checks/200.mkstemp
m4-1.4.17/checks/201.mkstemp
m4-1.4.17/checks/202.errprint
m4-1.4.17/checks/203.location
m4-1.4.17/checks/204.location
m4-1.4.17/checks/205.location
m4-1.4.17/checks/206.m4exit
m4-1.4.17/checks/207.m4exit
m4-1.4.17/checks/208.using_froz
m4-1.4.17/checks/209.using_froz
m4-1.4.17/checks/210.using_froz
m4-1.4.17/checks/211.extensions
m4-1.4.17/checks/212.other_inco
m4-1.4.17/checks/213.other_inco
m4-1.4.17/checks/214.improved_e
m4-1.4.17/checks/215.improved_f
m4-1.4.17/checks/216.improved_f
m4-1.4.17/checks/217.improved_f
m4-1.4.17/checks/218.improved_f
m4-1.4.17/checks/219.improved_f
m4-1.4.17/checks/220.improved_f
m4-1.4.17/checks/221.improved_f
m4-1.4.17/checks/222.improved_f
m4-1.4.17/checks/223.improved_f
m4-1.4.17/checks/224.improved_f
m4-1.4.17/checks/225.improved_f
m4-1.4.17/checks/226.improved_f
m4-1.4.17/checks/227.improved_f
m4-1.4.17/checks/228.improved_f
m4-1.4.17/checks/229.improved_c
m4-1.4.17/checks/230.improved_c
m4-1.4.17/checks/231.improved_m
m4-1.4.17/checks/232.improved_m
m4-1.4.17/checks/233.improved_c
m4-1.4.17/checks/234.improved_c
m4-1.4.17/checks/235.improved_c
m4-1.4.17/checks/236.improved_f
m4-1.4.17/checks/check-them
m4-1.4.17/checks/get-them
m4-1.4.17/checks/Makefile.am
m4-1.4.17/checks/Makefile.in
m4-1.4.17/checks/stackovf.test
m4-1.4.17/checks/stamp-checks
m4-1.4.17/build-aux/announce-gen
m4-1.4.17/build-aux/compile
m4-1.4.17/build-aux/config.guess
m4-1.4.17/build-aux/config.rpath
m4-1.4.17/build-aux/config.sub
m4-1.4.17/build-aux/depcomp
m4-1.4.17/build-aux/gendocs.sh
m4-1.4.17/build-aux/git-version-gen
m4-1.4.17/build-aux/gnu-web-doc-update
m4-1.4.17/build-aux/gnupload
m4-1.4.17/build-aux/install-sh
m4-1.4.17/build-aux/mdate-sh
m4-1.4.17/build-aux/missing
m4-1.4.17/build-aux/snippet/
m4-1.4.17/build-aux/test-driver
m4-1.4.17/build-aux/texinfo.tex
m4-1.4.17/build-aux/update-copyright
m4-1.4.17/build-aux/useless-if-before-free
m4-1.4.17/build-aux/vc-list-files
m4-1.4.17/build-aux/snippet/_Noreturn.h
m4-1.4.17/build-aux/snippet/arg-nonnull.h
m4-1.4.17/build-aux/snippet/c++defs.h
m4-1.4.17/build-aux/snippet/unused-parameter.h
m4-1.4.17/build-aux/snippet/warn-on-use.h
create symbolic link `m4' to `m4-1.4.17'
Building 'm4'...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached)
-std=gnu99
configure: autobuild project... GNU M4
configure: autobuild revision... 1.4.17
configure: autobuild hostname...
asterisk.dvptus.transneft.ru
configure: autobuild timestamp... 20140618T022848Z
checking for unsigned long long int... yes
checking for long long int... yes
checking for unsigned long long int... (cached) yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking for btowc... yes
checking for setrlimit... yes
checking for sigaltstack... yes
checking for canonicalize_file_name... yes
checking for getcwd... yes
checking for readlink... yes
checking for realpath... yes
checking for _set_invalid_parameter_handler... no
checking for fcntl... yes
checking for symlink... yes
checking for mempcpy... yes
checking for fpurge... no
checking for __fpurge... yes
checking for __freadahead... no
checking for __freading... yes
checking for getdtablesize... yes
checking for gettimeofday... yes
checking for lstat... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mprotect... yes
checking for mkstemp... yes
checking for nl_langinfo... yes
checking for pipe2... no
checking for posix_spawn... yes
checking for isblank... yes
checking for iswctype... yes
checking for wcscoll... yes
checking for link... yes
checking for secure_getenv... no
checking for sigaction... yes
checking for siginterrupt... yes
checking for snprintf... yes
checking for strndup... yes
checking for pipe... yes
checking for vasnprintf... no
checking for wcrtomb... yes
checking for iswcntrl... yes
checking for newlocale... yes
checking for setenv... yes
checking for sleep... yes
checking for strdup... yes
checking for wctob... yes
checking for nl_langinfo and CODESET... yes
checking for a traditional french locale... fr_FR
checking for ucontext.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for sys/socket.h... yes
checking for stdio_ext.h... yes
checking for sys/stat.h... (cached) yes
checking for getopt.h... yes
checking for sys/time.h... yes
checking for langinfo.h... yes
checking for xlocale.h... yes
checking for math.h... yes
checking for sys/mman.h... yes
checking for sched.h... yes
checking for spawn.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for sys/wait.h... yes
checking for features.h... yes
checking for wctype.h... yes
checking for dirent.h... yes
checking for inttypes.h... (cached) yes
checking for working C stack overflow detection... yes
checking for correct stack_t interpretation... yes
checking for precise C stack overflow detection... no
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for libsigsegv... no, consider installing GNU libsigsegv
checking whether // is distinct from /... no
checking whether realpath works... yes
checking if environ is properly declared... yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking for mode_t... yes
checking for sig_atomic_t... yes
checking for working fcntl.h... yes
checking for pid_t... yes
checking whether frexp() can be used without linking with libm... yes
checking whether alarm is declared... yes
checking whether long double and double are the same... no
checking whether stdin defaults to large file offsets... yes
checking whether fseeko is declared... yes
checking for fseeko... yes
checking whether fflush works on input streams... no
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking whether ftello is declared... yes
checking for ftello... yes
checking whether ftello works... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... no
checking whether getenv is declared... yes
checking for C/C++ restrict keyword... __restrict
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking where to find the exponent in a 'float'... word 0 bit 23
checking whether byte ordering is bigendian... no
checking whether getc_unlocked is declared... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
checking for wchar_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking for multithread API to use... none
checking whether lstat correctly handles trailing slash... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for mbstate_t... yes
checking for a traditional japanese locale... ja_JP
checking for a transitional chinese locale... zh_CN.GB18030
checking for a french Unicode locale... fr_FR.UTF-8
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking for promoted mode_t type... mode_t
checking whether posix_spawn works... yes
checking whether posix_spawnattr_setschedpolicy is supported... yes
checking whether posix_spawnattr_setschedparam is supported... yes
checking for sigset_t... yes
checking for SIGPIPE... yes
checking for inline... inline
checking for uid_t in sys/types.h... yes
checking whether C symbols are prefixed with underscore at the linker
level... no
checking whether snprintf returns a byte count as in C99... yes
checking whether snprintf is declared... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether stdint.h conforms to C99... yes
checking whether strerror(0) succeeds... yes
checking whether strndup is declared... yes
checking whether strnlen is declared... yes
checking whether strsignal is declared... yes
checking whether sys_siglist is declared... yes
checking whether strstr works... yes
checking whether ldexp() can be used without linking with libm... yes
checking for struct timespec in <time.h>... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... (cached) yes
checking whether _snprintf is declared... no
checking whether printf supports size specifiers as in C99... yes
checking whether printf supports 'long double' arguments... yes
checking whether printf supports infinite 'double' arguments... yes
checking whether printf supports infinite 'long double' arguments... no
checking whether printf supports the 'a' and 'A' directives... yes
checking whether printf supports the 'F' directive... yes
checking whether printf supports the 'n' directive... yes
checking whether printf supports the 'ls' directive... yes
checking whether printf supports the grouping flag... yes
checking whether printf supports the left-adjust flag correctly... yes
checking whether printf supports the zero flag correctly... yes
checking whether printf supports large precisions... yes
checking whether printf survives out-of-memory conditions... yes
checking whether to use C++... no
checking whether ungetc works on arbitrary bytes... yes
checking whether getcwd (NULL, 0) allocates memory for result... yes
checking for getcwd with POSIX signature... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether setenv is declared... yes
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for tsearch... yes
checking whether strdup is declared... yes
checking whether unsetenv is declared... yes
checking for alloca as a compiler built-in... yes
checking whether to enable assertions... yes
checking whether btowc(0) is correct... yes
checking whether btowc(EOF) is correct... yes
checking whether sigaltstack is declared... yes
checking for stack_t... yes
checking whether // is distinct from /... (cached) no
checking whether dup2 works... yes
checking for error_at_line... yes
checking whether fflush works on input streams... (cached) no
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... no
checking whether fflush works on input streams... (cached) no
checking whether conversion from 'int' to 'long double' works... yes
checking whether fopen recognizes a trailing slash... yes
checking for __fpending... yes
checking whether fpurge is declared... no
checking whether frexp works... yes
checking whether frexpl is declared... yes
checking whether frexpl() can be used without linking with libm... yes
checking whether frexpl works... yes
checking for fseeko... (cached) yes
checking whether fflush works on input streams... (cached) no
checking for _fseeki64... no
checking for ftello... (cached) yes
checking whether ftello works... (cached) yes
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... almost
checking whether isnan(double) can be used without linking with libm... yes
checking whether isnan(float) can be used without linking with libm... yes
checking whether isnan(float) works... yes
checking whether isnan(long double) can be used without linking with
libm... yes
checking whether isnanl works... no
checking where to find the exponent in a 'long double'... word 2 bit 0
checking whether langinfo.h defines CODESET... yes
checking whether langinfo.h defines T_FMT_AMPM... yes
checking whether langinfo.h defines ERA... yes
checking whether langinfo.h defines YESEXPR... yes
checking for libsigsegv... (cached) no, consider installing GNU libsigsegv
checking whether locale.h conforms to POSIX:2001... yes
checking whether locale.h defines locale_t... yes
checking whether struct lconv is properly defined... yes
checking whether lseek detects pipes... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... (cached) yes
checking whether NAN macro works... yes
checking whether HUGE_VAL works... yes
checking whether mbrtowc handles incomplete characters... yes
checking whether mbrtowc works as well as mbtowc... yes
checking whether mbrtowc handles a NULL pwc argument... yes
checking whether mbrtowc handles a NULL string argument... yes
checking whether mbrtowc has a correct return value... yes
checking whether mbrtowc returns 0 when parsing a NUL character... yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking for mkdtemp... yes
checking for working mkstemp... yes
checking whether YESEXPR works... yes
checking for obstacks... yes
checking whether open recognizes a trailing slash... yes
checking whether posix_spawn_file_actions_addclose works... yes
checking whether posix_spawn_file_actions_adddup2 works... yes
checking whether posix_spawn_file_actions_addopen works... yes
checking whether frexp works... (cached) yes
checking whether ldexp can be used without linking with libm... (cached) yes
checking whether frexpl() can be used without linking with libm... (cached)
yes
checking whether frexpl works... (cached) yes
checking whether frexpl is declared... (cached) yes
checking whether ldexpl() can be used without linking with libm... yes
checking whether ldexpl works... yes
checking whether ldexpl is declared... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking for raise... yes
checking for sigprocmask... yes
checking for rawmemchr... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking for working re_compile_pattern... yes
checking whether rename honors trailing slash on destination... yes
checking whether rename honors trailing slash on source... yes
checking whether rename manages hard links correctly... yes
checking whether rename manages existing destinations correctly... yes
checking whether rmdir works... yes
checking for struct sched_param... yes
checking for __secure_getenv... yes
checking for struct sigaction.sa_sigaction... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking for signbit macro... yes
checking for signbit compiler built-ins... yes
checking for sigprocmask... (cached) yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for snprintf... (cached) yes
checking whether snprintf respects a size of 1... yes
checking whether printf supports POSIX/XSI format strings with positions...
yes
checking for posix_spawnattr_t... yes
checking for posix_spawn_file_actions_t... yes
checking for ssize_t... yes
checking whether stat handles trailing slashes on directories... yes
checking whether stat handles trailing slashes on files... yes
checking for va_copy... yes
checking whether NULL can be used in arbitrary expressions... (cached) yes
checking for strchrnul... yes
checking whether strchrnul works... yes
checking for working strerror function... yes
checking for working strndup... yes
checking for working strnlen... yes
checking for strsignal... yes
checking whether strsignal always returns a string... yes
checking whether strstr works in linear time... no
checking whether strstr works... (cached) yes
checking whether strtod obeys C99... no
checking for nlink_t... (cached) yes
checking for ptrdiff_t... yes
checking for vasprintf... yes
checking for vasprintf... (cached) yes
checking for ptrdiff_t... (cached) yes
checking for waitid... yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether wcrtomb return value is correct... yes
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking for stdint.h... (cached) yes
checking for a traditional french locale... (cached) fr_FR
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional french locale... (cached) fr_FR
checking for a turkish Unicode locale... tr_TR.UTF-8
checking for closedir... yes
checking whether fdopen sets errno... yes
checking for getpagesize... yes
checking whether getpagesize is declared... yes
checking whether INT32_MAX < INTMAX_MAX... yes
checking whether INT64_MAX == LONG_MAX... no
checking whether UINT32_MAX < UINTMAX_MAX... yes
checking whether UINT64_MAX == ULONG_MAX... no
checking where to find the exponent in a 'double'... (cached) word 1 bit 20
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking where to find the exponent in a 'long double'... (cached) word 2
bit 0
checking whether link obeys POSIX... yes
checking for setlocale... yes
checking for uselocale... yes
checking for a traditional french locale... (cached) fr_FR
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for a traditional french locale... (cached) fr_FR
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for opendir... yes
checking for putenv compatible with GNU and SVID... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for readdir... yes
checking whether setenv validates arguments... yes
checking for a traditional french locale... (cached) fr_FR
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking whether sleep is declared... yes
checking for working sleep... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking whether symlink handles trailing slash correctly... yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... yes
checking for a traditional french locale... (cached) fr_FR
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking whether wctob works... yes
checking whether wctob is declared... yes
checking whether an open file can be renamed... yes
checking if changeword is wanted... no
checking which shell to use for syscmd... /bin/sh
checking if malloc debugging is wanted... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating checks/Makefile
config.status: creating examples/Makefile
config.status: creating lib/config.h
config.status: executing depfiles commands
config.status: executing stamp-h commands
make all-recursive
make[1]: Entering directory `/root/ast-h323/m4-1.4.17'
Making all in .
make[2]: Entering directory `/root/ast-h323/m4-1.4.17'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/root/ast-h323/m4-1.4.17'
Making all in examples
make[2]: Entering directory `/root/ast-h323/m4-1.4.17/examples'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/ast-h323/m4-1.4.17/examples'
Making all in lib
make[2]: Entering directory `/root/ast-h323/m4-1.4.17/lib'
rm -f alloca.h-t alloca.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./alloca.in.h; \
} > alloca.h-t && \
mv -f alloca.h-t alloca.h
rm -f configmake.h-t && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
echo '#define PREFIX "/root"'; \
echo '#define EXEC_PREFIX "/root"'; \
echo '#define BINDIR "/root/bin"'; \
echo '#define SBINDIR "/root/sbin"'; \
echo '#define LIBEXECDIR "/root/libexec"'; \
echo '#define DATAROOTDIR "/root/share"'; \
echo '#define DATADIR "/root/share"'; \
echo '#define SYSCONFDIR "/root/etc"'; \
echo '#define SHAREDSTATEDIR "/root/com"'; \
echo '#define LOCALSTATEDIR "/root/var"'; \
echo '#define INCLUDEDIR "/root/include"'; \
echo '#define OLDINCLUDEDIR "/usr/include"'; \
echo '#define DOCDIR "/root/share/doc/m4"'; \
echo '#define INFODIR "/root/share/info"'; \
echo '#define HTMLDIR "/root/share/doc/m4"'; \
echo '#define DVIDIR "/root/share/doc/m4"'; \
echo '#define PDFDIR "/root/share/doc/m4"'; \
echo '#define PSDIR "/root/share/doc/m4"'; \
echo '#define LIBDIR "/root/lib"'; \
echo '#define LISPDIR "/root/share/emacs/site-lisp"'; \
echo '#define LOCALEDIR "/root/share/locale"'; \
echo '#define MANDIR "/root/share/man"'; \
echo '#define MANEXT ""'; \
echo '#define PKGDATADIR "/root/share/m4"'; \
echo '#define PKGINCLUDEDIR "/root/include/m4"'; \
echo '#define PKGLIBDIR "/root/lib/m4"'; \
echo '#define PKGLIBEXECDIR "/root/libexec/m4"'; \
} | sed '/""/d' > configmake.h-t && \
mv -f configmake.h-t configmake.h
rm -f c++defs.h-t c++defs.h && \
sed -n -e '/_GL_CXXDEFS/,$p' \
< ../build-aux/snippet/c++defs.h \
> c++defs.h-t && \
mv c++defs.h-t c++defs.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
sed -n -e '/GL_ARG_NONNULL/,$p' \
< ../build-aux/snippet/arg-nonnull.h \
> arg-nonnull.h-t && \
mv arg-nonnull.h-t arg-nonnull.h
rm -f warn-on-use.h-t warn-on-use.h && \
sed -n -e '/^.ifndef/,$p' \
< ../build-aux/snippet/warn-on-use.h \
> warn-on-use.h-t && \
mv warn-on-use.h-t warn-on-use.h
rm -f fcntl.h-t fcntl.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
-e 's/@''GNULIB_FCNTL''@/1/g' \
-e 's/@''GNULIB_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_OPEN''@/1/g' \
-e 's/@''GNULIB_OPENAT''@/0/g' \
-e 's|@''HAVE_FCNTL''@|1|g' \
-e 's|@''HAVE_OPENAT''@|1|g' \
-e 's|@''REPLACE_FCNTL''@|1|g' \
-e 's|@''REPLACE_OPEN''@|0|g' \
-e 's|@''REPLACE_OPENAT''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./fcntl.in.h; \
} > fcntl.h-t && \
mv fcntl.h-t fcntl.h
rm -f getopt.h-t getopt.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's|@''HAVE_GETOPT_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_GETOPT_H''@|<getopt.h>|g' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
< ./getopt.in.h; \
} > getopt.h-t && \
mv -f getopt.h-t getopt.h
rm -f langinfo.h-t langinfo.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's|@''HAVE_LANGINFO_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_LANGINFO_H''@|<langinfo.h>|g' \
-e 's/@''GNULIB_NL_LANGINFO''@/1/g' \
-e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
-e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \
-e 's|@''HAVE_LANGINFO_ERA''@|1|g' \
-e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \
-e 's|@''HAVE_NL_LANGINFO''@|1|g' \
-e 's|@''REPLACE_NL_LANGINFO''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./langinfo.in.h; \
} > langinfo.h-t && \
mv langinfo.h-t langinfo.h
rm -f locale.h-t locale.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_LOCALE_H''@|<locale.h>|g' \
-e 's/@''GNULIB_LOCALECONV''@/1/g' \
-e 's/@''GNULIB_SETLOCALE''@/IN_M4_GNULIB_TESTS/g' \
-e 's/@''GNULIB_DUPLOCALE''@/0/g' \
-e 's|@''HAVE_DUPLOCALE''@|1|g' \
-e 's|@''HAVE_XLOCALE_H''@|1|g' \
-e 's|@''REPLACE_LOCALECONV''@|0|g' \
-e 's|@''REPLACE_SETLOCALE''@|0|g' \
-e 's|@''REPLACE_DUPLOCALE''@|0|g' \
-e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./locale.in.h; \
} > locale.h-t && \
mv locale.h-t locale.h
rm -f math.h-t math.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|<math.h>|g' \
-e 's/@''GNULIB_ACOSF''@/0/g' \
-e 's/@''GNULIB_ACOSL''@/0/g' \
-e 's/@''GNULIB_ASINF''@/0/g' \
-e 's/@''GNULIB_ASINL''@/0/g' \
-e 's/@''GNULIB_ATANF''@/0/g' \
-e 's/@''GNULIB_ATANL''@/0/g' \
-e 's/@''GNULIB_ATAN2F''@/0/g' \
-e 's/@''GNULIB_CBRT''@/0/g' \
-e 's/@''GNULIB_CBRTF''@/0/g' \
-e 's/@''GNULIB_CBRTL''@/0/g' \
-e 's/@''GNULIB_CEIL''@/0/g' \
-e 's/@''GNULIB_CEILF''@/0/g' \
-e 's/@''GNULIB_CEILL''@/0/g' \
-e 's/@''GNULIB_COPYSIGN''@/0/g' \
-e 's/@''GNULIB_COPYSIGNF''@/0/g' \
-e 's/@''GNULIB_COPYSIGNL''@/0/g' \
-e 's/@''GNULIB_COSF''@/0/g' \
-e 's/@''GNULIB_COSL''@/0/g' \
-e 's/@''GNULIB_COSHF''@/0/g' \
-e 's/@''GNULIB_EXPF''@/0/g' \
-e 's/@''GNULIB_EXPL''@/0/g' \
-e 's/@''GNULIB_EXP2''@/0/g' \
-e 's/@''GNULIB_EXP2F''@/0/g' \
-e 's/@''GNULIB_EXP2L''@/0/g' \
-e 's/@''GNULIB_EXPM1''@/0/g' \
-e 's/@''GNULIB_EXPM1F''@/0/g' \
-e 's/@''GNULIB_EXPM1L''@/0/g' \
-e 's/@''GNULIB_FABSF''@/0/g' \
-e 's/@''GNULIB_FABSL''@/0/g' \
-e 's/@''GNULIB_FLOOR''@/0/g' \
-e 's/@''GNULIB_FLOORF''@/0/g' \
-e 's/@''GNULIB_FLOORL''@/0/g' \
-e 's/@''GNULIB_FMA''@/0/g' \
-e 's/@''GNULIB_FMAF''@/0/g' \
-e 's/@''GNULIB_FMAL''@/0/g' \
-e 's/@''GNULIB_FMOD''@/0/g' \
-e 's/@''GNULIB_FMODF''@/0/g' \
-e 's/@''GNULIB_FMODL''@/0/g' \
-e 's/@''GNULIB_FREXPF''@/0/g' \
-e 's/@''GNULIB_FREXP''@/1/g' \
-e 's/@''GNULIB_FREXPL''@/1/g' \
-e 's/@''GNULIB_HYPOT''@/0/g' \
-e 's/@''GNULIB_HYPOTF''@/0/g' \
-e 's/@''GNULIB_HYPOTL''@/0/g' \
< ./math.in.h | \
sed -e 's/@''GNULIB_ILOGB''@/0/g' \
-e 's/@''GNULIB_ILOGBF''@/0/g' \
-e 's/@''GNULIB_ILOGBL''@/0/g' \
-e 's/@''GNULIB_ISFINITE''@/0/g' \
-e 's/@''GNULIB_ISINF''@/0/g' \
-e 's/@''GNULIB_ISNAN''@/0/g' \
-e 's/@''GNULIB_ISNANF''@/0/g' \
-e 's/@''GNULIB_ISNAND''@/0/g' \
-e 's/@''GNULIB_ISNANL''@/0/g' \
-e 's/@''GNULIB_LDEXPF''@/0/g' \
-e 's/@''GNULIB_LDEXPL''@/0/g' \
-e 's/@''GNULIB_LOG''@/0/g' \
-e 's/@''GNULIB_LOGF''@/0/g' \
-e 's/@''GNULIB_LOGL''@/0/g' \
-e 's/@''GNULIB_LOG10''@/0/g' \
-e 's/@''GNULIB_LOG10F''@/0/g' \
-e 's/@''GNULIB_LOG10L''@/0/g' \
-e 's/@''GNULIB_LOG1P''@/0/g' \
-e 's/@''GNULIB_LOG1PF''@/0/g' \
-e 's/@''GNULIB_LOG1PL''@/0/g' \
-e 's/@''GNULIB_LOG2''@/0/g' \
-e 's/@''GNULIB_LOG2F''@/0/g' \
-e 's/@''GNULIB_LOG2L''@/0/g' \
-e 's/@''GNULIB_LOGB''@/0/g' \
-e 's/@''GNULIB_LOGBF''@/0/g' \
-e 's/@''GNULIB_LOGBL''@/0/g' \
-e 's/@''GNULIB_MODF''@/0/g' \
-e 's/@''GNULIB_MODFF''@/0/g' \
-e 's/@''GNULIB_MODFL''@/0/g' \
-e 's/@''GNULIB_POWF''@/0/g' \
-e 's/@''GNULIB_REMAINDER''@/0/g' \
-e 's/@''GNULIB_REMAINDERF''@/0/g' \
-e 's/@''GNULIB_REMAINDERL''@/0/g' \
-e 's/@''GNULIB_RINT''@/0/g' \
-e 's/@''GNULIB_RINTF''@/0/g' \
-e 's/@''GNULIB_RINTL''@/0/g' \
-e 's/@''GNULIB_ROUND''@/0/g' \
-e 's/@''GNULIB_ROUNDF''@/0/g' \
-e 's/@''GNULIB_ROUNDL''@/0/g' \
-e 's/@''GNULIB_SIGNBIT''@/1/g' \
-e 's/@''GNULIB_SINF''@/0/g' \
-e 's/@''GNULIB_SINL''@/0/g' \
-e 's/@''GNULIB_SINHF''@/0/g' \
-e 's/@''GNULIB_SQRTF''@/0/g' \
-e 's/@''GNULIB_SQRTL''@/0/g' \
-e 's/@''GNULIB_TANF''@/0/g' \
-e 's/@''GNULIB_TANL''@/0/g' \
-e 's/@''GNULIB_TANHF''@/0/g' \
-e 's/@''GNULIB_TRUNC''@/0/g' \
-e 's/@''GNULIB_TRUNCF''@/0/g' \
-e 's/@''GNULIB_TRUNCL''@/0/g' \
| \
sed -e 's|@''HAVE_ACOSF''@|1|g' \
-e 's|@''HAVE_ACOSL''@|1|g' \
-e 's|@''HAVE_ASINF''@|1|g' \
-e 's|@''HAVE_ASINL''@|1|g' \
-e 's|@''HAVE_ATANF''@|1|g' \
-e 's|@''HAVE_ATANL''@|1|g' \
-e 's|@''HAVE_ATAN2F''@|1|g' \
-e 's|@''HAVE_CBRT''@|1|g' \
-e 's|@''HAVE_CBRTF''@|1|g' \
-e 's|@''HAVE_CBRTL''@|1|g' \
-e 's|@''HAVE_COPYSIGN''@|1|g' \
-e 's|@''HAVE_COPYSIGNL''@|1|g' \
-e 's|@''HAVE_COSF''@|1|g' \
-e 's|@''HAVE_COSL''@|1|g' \
-e 's|@''HAVE_COSHF''@|1|g' \
-e 's|@''HAVE_EXPF''@|1|g' \
-e 's|@''HAVE_EXPL''@|1|g' \
-e 's|@''HAVE_EXPM1''@|1|g' \
-e 's|@''HAVE_EXPM1F''@|1|g' \
-e 's|@''HAVE_FABSF''@|1|g' \
-e 's|@''HAVE_FABSL''@|1|g' \
-e 's|@''HAVE_FMA''@|1|g' \
-e 's|@''HAVE_FMAF''@|1|g' \
-e 's|@''HAVE_FMAL''@|1|g' \
-e 's|@''HAVE_FMODF''@|1|g' \
-e 's|@''HAVE_FMODL''@|1|g' \
-e 's|@''HAVE_FREXPF''@|1|g' \
-e 's|@''HAVE_HYPOTF''@|1|g' \
-e 's|@''HAVE_HYPOTL''@|1|g' \
-e 's|@''HAVE_ILOGB''@|1|g' \
-e 's|@''HAVE_ILOGBF''@|1|g' \
-e 's|@''HAVE_ILOGBL''@|1|g' \
-e 's|@''HAVE_ISNANF''@|1|g' \
-e 's|@''HAVE_ISNAND''@|1|g' \
-e 's|@''HAVE_ISNANL''@|1|g' \
-e 's|@''HAVE_LDEXPF''@|1|g' \
-e 's|@''HAVE_LOGF''@|1|g' \
-e 's|@''HAVE_LOGL''@|1|g' \
-e 's|@''HAVE_LOG10F''@|1|g' \
-e 's|@''HAVE_LOG10L''@|1|g' \
-e 's|@''HAVE_LOG1P''@|1|g' \
-e 's|@''HAVE_LOG1PF''@|1|g' \
-e 's|@''HAVE_LOG1PL''@|1|g' \
-e 's|@''HAVE_LOGBF''@|1|g' \
-e 's|@''HAVE_LOGBL''@|1|g' \
-e 's|@''HAVE_MODFF''@|1|g' \
-e 's|@''HAVE_MODFL''@|1|g' \
-e 's|@''HAVE_POWF''@|1|g' \
-e 's|@''HAVE_REMAINDER''@|1|g' \
-e 's|@''HAVE_REMAINDERF''@|1|g' \
-e 's|@''HAVE_RINT''@|1|g' \
-e 's|@''HAVE_RINTL''@|1|g' \
-e 's|@''HAVE_SINF''@|1|g' \
-e 's|@''HAVE_SINL''@|1|g' \
-e 's|@''HAVE_SINHF''@|1|g' \
-e 's|@''HAVE_SQRTF''@|1|g' \
-e 's|@''HAVE_SQRTL''@|1|g' \
-e 's|@''HAVE_TANF''@|1|g' \
-e 's|@''HAVE_TANL''@|1|g' \
-e 's|@''HAVE_TANHF''@|1|g' \
-e 's|@''HAVE_DECL_ACOSL''@|1|g' \
-e 's|@''HAVE_DECL_ASINL''@|1|g' \
-e 's|@''HAVE_DECL_ATANL''@|1|g' \
-e 's|@''HAVE_DECL_CBRTF''@|1|g' \
-e 's|@''HAVE_DECL_CBRTL''@|1|g' \
-e 's|@''HAVE_DECL_CEILF''@|1|g' \
-e 's|@''HAVE_DECL_CEILL''@|1|g' \
-e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \
-e 's|@''HAVE_DECL_COSL''@|1|g' \
-e 's|@''HAVE_DECL_EXPL''@|1|g' \
-e 's|@''HAVE_DECL_EXP2''@|1|g' \
-e 's|@''HAVE_DECL_EXP2F''@|1|g' \
-e 's|@''HAVE_DECL_EXP2L''@|1|g' \
-e 's|@''HAVE_DECL_EXPM1L''@|1|g' \
-e 's|@''HAVE_DECL_FLOORF''@|1|g' \
-e 's|@''HAVE_DECL_FLOORL''@|1|g' \
-e 's|@''HAVE_DECL_FREXPL''@|1|g' \
-e 's|@''HAVE_DECL_LDEXPL''@|1|g' \
-e 's|@''HAVE_DECL_LOGL''@|1|g' \
-e 's|@''HAVE_DECL_LOG10L''@|1|g' \
-e 's|@''HAVE_DECL_LOG2''@|1|g' \
-e 's|@''HAVE_DECL_LOG2F''@|1|g' \
-e 's|@''HAVE_DECL_LOG2L''@|1|g' \
-e 's|@''HAVE_DECL_LOGB''@|1|g' \
-e 's|@''HAVE_DECL_REMAINDER''@|1|g' \
-e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \
-e 's|@''HAVE_DECL_RINTF''@|1|g' \
-e 's|@''HAVE_DECL_ROUND''@|1|g' \
-e 's|@''HAVE_DECL_ROUNDF''@|1|g' \
-e 's|@''HAVE_DECL_ROUNDL''@|1|g' \
-e 's|@''HAVE_DECL_SINL''@|1|g' \
-e 's|@''HAVE_DECL_SQRTL''@|1|g' \
-e 's|@''HAVE_DECL_TANL''@|1|g' \
-e 's|@''HAVE_DECL_TRUNC''@|1|g' \
-e 's|@''HAVE_DECL_TRUNCF''@|1|g' \
-e 's|@''HAVE_DECL_TRUNCL''@|1|g' \
| \
sed -e 's|@''REPLACE_CBRTF''@|0|g' \
-e 's|@''REPLACE_CBRTL''@|0|g' \
-e 's|@''REPLACE_CEIL''@|0|g' \
-e 's|@''REPLACE_CEILF''@|0|g' \
-e 's|@''REPLACE_CEILL''@|0|g' \
-e 's|@''REPLACE_EXPM1''@|0|g' \
-e 's|@''REPLACE_EXPM1F''@|0|g' \
-e 's|@''REPLACE_EXP2''@|0|g' \
-e 's|@''REPLACE_EXP2L''@|0|g' \
-e 's|@''REPLACE_FABSL''@|0|g' \
-e 's|@''REPLACE_FLOOR''@|0|g' \
-e 's|@''REPLACE_FLOORF''@|0|g' \
-e 's|@''REPLACE_FLOORL''@|0|g' \
-e 's|@''REPLACE_FMA''@|0|g' \
-e 's|@''REPLACE_FMAF''@|0|g' \
-e 's|@''REPLACE_FMAL''@|0|g' \
-e 's|@''REPLACE_FMOD''@|0|g' \
-e 's|@''REPLACE_FMODF''@|0|g' \
-e 's|@''REPLACE_FMODL''@|0|g' \
-e 's|@''REPLACE_FREXPF''@|0|g' \
-e 's|@''REPLACE_FREXP''@|0|g' \
-e 's|@''REPLACE_FREXPL''@|0|g' \
-e 's|@''REPLACE_HUGE_VAL''@|0|g' \
-e 's|@''REPLACE_HYPOT''@|0|g' \
-e 's|@''REPLACE_HYPOTF''@|0|g' \
-e 's|@''REPLACE_HYPOTL''@|0|g' \
-e 's|@''REPLACE_ILOGB''@|0|g' \
-e 's|@''REPLACE_ILOGBF''@|0|g' \
-e 's|@''REPLACE_ISFINITE''@|0|g' \
-e 's|@''REPLACE_ISINF''@|0|g' \
-e 's|@''REPLACE_ISNAN''@|0|g' \
-e 's|@''REPLACE_ITOLD''@|0|g' \
-e 's|@''REPLACE_LDEXPL''@|0|g' \
-e 's|@''REPLACE_LOG''@|0|g' \
-e 's|@''REPLACE_LOGF''@|0|g' \
-e 's|@''REPLACE_LOGL''@|0|g' \
-e 's|@''REPLACE_LOG10''@|0|g' \
-e 's|@''REPLACE_LOG10F''@|0|g' \
-e 's|@''REPLACE_LOG10L''@|0|g' \
-e 's|@''REPLACE_LOG1P''@|0|g' \
-e 's|@''REPLACE_LOG1PF''@|0|g' \
-e 's|@''REPLACE_LOG1PL''@|0|g' \
-e 's|@''REPLACE_LOG2''@|0|g' \
-e 's|@''REPLACE_LOG2F''@|0|g' \
-e 's|@''REPLACE_LOG2L''@|0|g' \
-e 's|@''REPLACE_LOGB''@|0|g' \
-e 's|@''REPLACE_LOGBF''@|0|g' \
-e 's|@''REPLACE_LOGBL''@|0|g' \
-e 's|@''REPLACE_MODF''@|0|g' \
-e 's|@''REPLACE_MODFF''@|0|g' \
-e 's|@''REPLACE_MODFL''@|0|g' \
-e 's|@''REPLACE_NAN''@|0|g' \
-e 's|@''REPLACE_REMAINDER''@|0|g' \
-e 's|@''REPLACE_REMAINDERF''@|0|g' \
-e 's|@''REPLACE_REMAINDERL''@|0|g' \
-e 's|@''REPLACE_ROUND''@|0|g' \
-e 's|@''REPLACE_ROUNDF''@|0|g' \
-e 's|@''REPLACE_ROUNDL''@|0|g' \
-e 's|@''REPLACE_SIGNBIT''@|0|g' \
-e 's|@''REPLACE_SIGNBIT_USING_GCC''@|1|g' \
-e 's|@''REPLACE_SQRTL''@|0|g' \
-e 's|@''REPLACE_TRUNC''@|0|g' \
-e 's|@''REPLACE_TRUNCF''@|0|g' \
-e 's|@''REPLACE_TRUNCL''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > math.h-t && \
mv math.h-t math.h
rm -f sched.h-t sched.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's|@''HAVE_SCHED_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SCHED_H''@|<sched.h>|g' \
-e 's|@''HAVE_STRUCT_SCHED_PARAM''@|1|g' \
< ./sched.in.h; \
} > sched.h-t && \
mv sched.h-t sched.h
rm -f signal.h-t signal.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
-e 's|@''GNULIB_PTHREAD_SIGMASK''@|0|g' \
-e 's|@''GNULIB_RAISE''@|1|g' \
-e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/1/g' \
-e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
-e 's/@''GNULIB_SIGACTION''@/1/g' \
-e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
-e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
-e 's|@''HAVE_RAISE''@|1|g' \
-e 's|@''HAVE_SIGSET_T''@|1|g' \
-e 's|@''HAVE_SIGINFO_T''@|1|g' \
-e 's|@''HAVE_SIGACTION''@|1|g' \
-e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
-e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
-e 's|@''HAVE_SIGHANDLER_T''@|1|g' \
-e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
-e 's|@''REPLACE_RAISE''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./signal.in.h; \
} > signal.h-t && \
mv signal.h-t signal.h
rm -f unused-parameter.h-t unused-parameter.h && \
sed -n -e '/GL_UNUSED_PARAMETER/,$p' \
< ../build-aux/snippet/unused-parameter.h \
> unused-parameter.h-t && \
mv unused-parameter.h-t unused-parameter.h
rm -f spawn.h-t spawn.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's|@''HAVE_SPAWN_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SPAWN_H''@|<spawn.h>|g' \
-e 's/@''GNULIB_POSIX_SPAWN''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNP''@/1/g' \
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT''@/1/g' \
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@/1/g' \
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@/1/g' \
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@/1/g' \
-e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY''@/1/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_INIT''@/1/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETFLAGS''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETFLAGS''@/1/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETPGROUP''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETPGROUP''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGMASK''@/0/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGMASK''@/1/g' \
-e 's/@''GNULIB_POSIX_SPAWNATTR_DESTROY''@/1/g' \
-e 's|@''HAVE_POSIX_SPAWN''@|1|g' \
-e 's|@''HAVE_POSIX_SPAWNATTR_T''@|1|g' \
-e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_T''@|1|g' \
-e 's|@''REPLACE_POSIX_SPAWN''@|0|g' \
-e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@|0|g' \
-e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@|0|g' \
-e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./spawn.in.h; \
} > spawn.h-t && \
mv spawn.h-t spawn.h
rm -f stdio.h-t stdio.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
-e 's/@''GNULIB_DPRINTF''@/0/g' \
-e 's/@''GNULIB_FCLOSE''@/1/g' \
-e 's/@''GNULIB_FDOPEN''@/IN_M4_GNULIB_TESTS/g' \
-e 's/@''GNULIB_FFLUSH''@/1/g' \
-e 's/@''GNULIB_FGETC''@/1/g' \
-e 's/@''GNULIB_FGETS''@/1/g' \
-e 's/@''GNULIB_FOPEN''@/1/g' \
-e 's/@''GNULIB_FPRINTF''@/1/g' \
-e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_FPURGE''@/1/g' \
-e 's/@''GNULIB_FPUTC''@/1/g' \
-e 's/@''GNULIB_FPUTS''@/1/g' \
-e 's/@''GNULIB_FREAD''@/1/g' \
-e 's/@''GNULIB_FREOPEN''@/0/g' \
-e 's/@''GNULIB_FSCANF''@/1/g' \
-e 's/@''GNULIB_FSEEK''@/1/g' \
-e 's/@''GNULIB_FSEEKO''@/1/g' \
-e 's/@''GNULIB_FTELL''@/1/g' \
-e 's/@''GNULIB_FTELLO''@/1/g' \
-e 's/@''GNULIB_FWRITE''@/1/g' \
-e 's/@''GNULIB_GETC''@/1/g' \
-e 's/@''GNULIB_GETCHAR''@/1/g' \
-e 's/@''GNULIB_GETDELIM''@/0/g' \
-e 's/@''GNULIB_GETLINE''@/0/g' \
-e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
-e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_PCLOSE''@/0/g' \
-e 's/@''GNULIB_PERROR''@/0/g' \
-e 's/@''GNULIB_POPEN''@/0/g' \
-e 's/@''GNULIB_PRINTF''@/1/g' \
-e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_PUTC''@/1/g' \
-e 's/@''GNULIB_PUTCHAR''@/1/g' \
-e 's/@''GNULIB_PUTS''@/1/g' \
-e 's/@''GNULIB_REMOVE''@/0/g' \
-e 's/@''GNULIB_RENAME''@/1/g' \
-e 's/@''GNULIB_RENAMEAT''@/0/g' \
-e 's/@''GNULIB_SCANF''@/1/g' \
-e 's/@''GNULIB_SNPRINTF''@/1/g' \
-e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_STDIO_H_SIGPIPE''@/1/g' \
-e 's/@''GNULIB_TMPFILE''@/0/g' \
-e 's/@''GNULIB_VASPRINTF''@/1/g' \
-e 's/@''GNULIB_VDPRINTF''@/0/g' \
-e 's/@''GNULIB_VFPRINTF''@/1/g' \
-e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_VFSCANF''@/0/g' \
-e 's/@''GNULIB_VSCANF''@/0/g' \
-e 's/@''GNULIB_VPRINTF''@/1/g' \
-e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_VSNPRINTF''@/0/g' \
-e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
< ./stdio.in.h | \
sed -e 's|@''HAVE_DECL_FPURGE''@|0|g' \
-e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
-e 's|@''HAVE_DECL_FTELLO''@|1|g' \
-e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
-e 's|@''HAVE_DECL_GETLINE''@|1|g' \
-e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
-e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
-e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
-e 's|@''HAVE_DPRINTF''@|1|g' \
-e 's|@''HAVE_FSEEKO''@|1|g' \
-e 's|@''HAVE_FTELLO''@|1|g' \
-e 's|@''HAVE_PCLOSE''@|1|g' \
-e 's|@''HAVE_POPEN''@|1|g' \
-e 's|@''HAVE_RENAMEAT''@|1|g' \
-e 's|@''HAVE_VASPRINTF''@|1|g' \
-e 's|@''HAVE_VDPRINTF''@|1|g' \
-e 's|@''REPLACE_DPRINTF''@|0|g' \
-e 's|@''REPLACE_FCLOSE''@|1|g' \
-e 's|@''REPLACE_FDOPEN''@|0|g' \
-e 's|@''REPLACE_FFLUSH''@|1|g' \
-e 's|@''REPLACE_FOPEN''@|0|g' \
-e 's|@''REPLACE_FPRINTF''@|0|g' \
-e 's|@''REPLACE_FPURGE''@|0|g' \
-e 's|@''REPLACE_FREOPEN''@|0|g' \
-e 's|@''REPLACE_FSEEK''@|1|g' \
-e 's|@''REPLACE_FSEEKO''@|1|g' \
-e 's|@''REPLACE_FTELL''@|0|g' \
-e 's|@''REPLACE_FTELLO''@|0|g' \
-e 's|@''REPLACE_GETDELIM''@|0|g' \
-e 's|@''REPLACE_GETLINE''@|0|g' \
-e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
-e 's|@''REPLACE_PERROR''@|0|g' \
-e 's|@''REPLACE_POPEN''@|0|g' \
-e 's|@''REPLACE_PRINTF''@|0|g' \
-e 's|@''REPLACE_REMOVE''@|0|g' \
-e 's|@''REPLACE_RENAME''@|0|g' \
-e 's|@''REPLACE_RENAMEAT''@|0|g' \
-e 's|@''REPLACE_SNPRINTF''@|0|g' \
-e 's|@''REPLACE_SPRINTF''@|0|g' \
-e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
-e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
-e 's|@''REPLACE_TMPFILE''@|0|g' \
-e 's|@''REPLACE_VASPRINTF''@|1|g' \
-e 's|@''REPLACE_VDPRINTF''@|0|g' \
-e 's|@''REPLACE_VFPRINTF''@|0|g' \
-e 's|@''REPLACE_VPRINTF''@|0|g' \
-e 's|@''REPLACE_VSNPRINTF''@|0|g' \
-e 's|@''REPLACE_VSPRINTF''@|0|g' \
-e 's|@''ASM_SYMBOL_PREFIX''@|""|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > stdio.h-t && \
mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
-e 's/@''GNULIB__EXIT''@/0/g' \
-e 's/@''GNULIB_ATOLL''@/0/g' \
-e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
-e 's/@''GNULIB_GETLOADAVG''@/0/g' \
-e 's/@''GNULIB_GETSUBOPT''@/0/g' \
-e 's/@''GNULIB_GRANTPT''@/0/g' \
-e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
-e 's/@''GNULIB_MBTOWC''@/1/g' \
-e 's/@''GNULIB_MKDTEMP''@/1/g' \
-e 's/@''GNULIB_MKOSTEMP''@/0/g' \
-e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
-e 's/@''GNULIB_MKSTEMP''@/1/g' \
-e 's/@''GNULIB_MKSTEMPS''@/0/g' \
-e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
-e 's/@''GNULIB_PTSNAME''@/0/g' \
-e 's/@''GNULIB_PTSNAME_R''@/0/g' \
-e 's/@''GNULIB_PUTENV''@/IN_M4_GNULIB_TESTS/g' \
-e 's/@''GNULIB_RANDOM''@/0/g' \
-e 's/@''GNULIB_RANDOM_R''@/0/g' \
-e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_REALPATH''@/1/g' \
-e 's/@''GNULIB_RPMATCH''@/0/g' \
-e 's/@''GNULIB_SECURE_GETENV''@/1/g' \
-e 's/@''GNULIB_SETENV''@/IN_M4_GNULIB_TESTS/g' \
-e 's/@''GNULIB_STRTOD''@/1/g' \
-e 's/@''GNULIB_STRTOLL''@/0/g' \
-e 's/@''GNULIB_STRTOULL''@/0/g' \
-e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
-e 's/@''GNULIB_UNLOCKPT''@/0/g' \
-e 's/@''GNULIB_UNSETENV''@/IN_M4_GNULIB_TESTS/g' \
-e 's/@''GNULIB_WCTOMB''@/IN_M4_GNULIB_TESTS/g' \
< ./stdlib.in.h | \
sed -e 's|@''HAVE__EXIT''@|1|g' \
-e 's|@''HAVE_ATOLL''@|1|g' \
-e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
-e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
-e 's|@''HAVE_GETSUBOPT''@|1|g' \
-e 's|@''HAVE_GRANTPT''@|1|g' \
-e 's|@''HAVE_MKDTEMP''@|1|g' \
-e 's|@''HAVE_MKOSTEMP''@|1|g' \
-e 's|@''HAVE_MKOSTEMPS''@|1|g' \
-e 's|@''HAVE_MKSTEMP''@|1|g' \
-e 's|@''HAVE_MKSTEMPS''@|1|g' \
-e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
-e 's|@''HAVE_PTSNAME''@|1|g' \
-e 's|@''HAVE_PTSNAME_R''@|1|g' \
-e 's|@''HAVE_RANDOM''@|1|g' \
-e 's|@''HAVE_RANDOM_H''@|1|g' \
-e 's|@''HAVE_RANDOM_R''@|1|g' \
-e 's|@''HAVE_REALPATH''@|1|g' \
-e 's|@''HAVE_RPMATCH''@|1|g' \
-e 's|@''HAVE_SECURE_GETENV''@|0|g' \
-e 's|@''HAVE_DECL_SETENV''@|1|g' \
-e 's|@''HAVE_STRTOD''@|1|g' \
-e 's|@''HAVE_STRTOLL''@|1|g' \
-e 's|@''HAVE_STRTOULL''@|1|g' \
-e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
-e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
-e 's|@''HAVE_UNLOCKPT''@|1|g' \
-e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
-e 's|@''REPLACE_CALLOC''@|0|g' \
-e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
-e 's|@''REPLACE_MALLOC''@|0|g' \
-e 's|@''REPLACE_MBTOWC''@|0|g' \
-e 's|@''REPLACE_MKSTEMP''@|0|g' \
-e 's|@''REPLACE_PTSNAME''@|0|g' \
-e 's|@''REPLACE_PTSNAME_R''@|0|g' \
-e 's|@''REPLACE_PUTENV''@|0|g' \
-e 's|@''REPLACE_RANDOM_R''@|0|g' \
-e 's|@''REPLACE_REALLOC''@|0|g' \
-e 's|@''REPLACE_REALPATH''@|0|g' \
-e 's|@''REPLACE_SETENV''@|0|g' \
-e 's|@''REPLACE_STRTOD''@|1|g' \
-e 's|@''REPLACE_UNSETENV''@|0|g' \
-e 's|@''REPLACE_WCTOMB''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _Noreturn/r ../build-aux/snippet/_Noreturn.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > stdlib.h-t && \
mv stdlib.h-t stdlib.h
rm -f string.h-t string.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STRING_H''@|<string.h>|g' \
-e 's/@''GNULIB_FFSL''@/0/g' \
-e 's/@''GNULIB_FFSLL''@/0/g' \
-e 's/@''GNULIB_MBSLEN''@/0/g' \
-e 's/@''GNULIB_MBSNLEN''@/0/g' \
-e 's/@''GNULIB_MBSCHR''@/0/g' \
-e 's/@''GNULIB_MBSRCHR''@/0/g' \
-e 's/@''GNULIB_MBSSTR''@/0/g' \
-e 's/@''GNULIB_MBSCASECMP''@/0/g' \
-e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
-e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
-e 's/@''GNULIB_MBSCASESTR''@/0/g' \
-e 's/@''GNULIB_MBSCSPN''@/0/g' \
-e 's/@''GNULIB_MBSPBRK''@/0/g' \
-e 's/@''GNULIB_MBSSPN''@/0/g' \
-e 's/@''GNULIB_MBSSEP''@/0/g' \
-e 's/@''GNULIB_MBSTOK_R''@/0/g' \
-e 's/@''GNULIB_MEMCHR''@/1/g' \
-e 's/@''GNULIB_MEMMEM''@/0/g' \
-e 's/@''GNULIB_MEMPCPY''@/0/g' \
-e 's/@''GNULIB_MEMRCHR''@/0/g' \
-e 's/@''GNULIB_RAWMEMCHR''@/1/g' \
-e 's/@''GNULIB_STPCPY''@/0/g' \
-e 's/@''GNULIB_STPNCPY''@/0/g' \
-e 's/@''GNULIB_STRCHRNUL''@/1/g' \
-e 's/@''GNULIB_STRDUP''@/IN_M4_GNULIB_TESTS/g' \
-e 's/@''GNULIB_STRNCAT''@/0/g' \
-e 's/@''GNULIB_STRNDUP''@/1/g' \
-e 's/@''GNULIB_STRNLEN''@/1/g' \
-e 's/@''GNULIB_STRPBRK''@/0/g' \
-e 's/@''GNULIB_STRSEP''@/0/g' \
-e 's/@''GNULIB_STRSTR''@/1/g' \
-e 's/@''GNULIB_STRCASESTR''@/0/g' \
-e 's/@''GNULIB_STRTOK_R''@/0/g' \
-e 's/@''GNULIB_STRERROR''@/1/g' \
-e 's/@''GNULIB_STRERROR_R''@/0/g' \
-e 's/@''GNULIB_STRSIGNAL''@/1/g' \
-e 's/@''GNULIB_STRVERSCMP''@/0/g' \
< ./string.in.h | \
sed -e 's|@''HAVE_FFSL''@|1|g' \
-e 's|@''HAVE_FFSLL''@|1|g' \
-e 's|@''HAVE_MBSLEN''@|0|g' \
-e 's|@''HAVE_MEMCHR''@|1|g' \
-e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
-e 's|@''HAVE_MEMPCPY''@|1|g' \
-e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
-e 's|@''HAVE_RAWMEMCHR''@|1|g' \
-e 's|@''HAVE_STPCPY''@|1|g' \
-e 's|@''HAVE_STPNCPY''@|1|g' \
-e 's|@''HAVE_STRCHRNUL''@|1|g' \
-e 's|@''HAVE_DECL_STRDUP''@|1|g' \
-e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
-e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
-e 's|@''HAVE_STRPBRK''@|1|g' \
-e 's|@''HAVE_STRSEP''@|1|g' \
-e 's|@''HAVE_STRCASESTR''@|1|g' \
-e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
-e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
-e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
-e 's|@''HAVE_STRVERSCMP''@|1|g' \
-e 's|@''REPLACE_STPNCPY''@|0|g' \
-e 's|@''REPLACE_MEMCHR''@|0|g' \
-e 's|@''REPLACE_MEMMEM''@|0|g' \
-e 's|@''REPLACE_STRCASESTR''@|0|g' \
-e 's|@''REPLACE_STRCHRNUL''@|0|g' \
-e 's|@''REPLACE_STRDUP''@|0|g' \
-e 's|@''REPLACE_STRSTR''@|1|g' \
-e 's|@''REPLACE_STRERROR''@|0|g' \
-e 's|@''REPLACE_STRERROR_R''@|0|g' \
-e 's|@''REPLACE_STRNCAT''@|0|g' \
-e 's|@''REPLACE_STRNDUP''@|0|g' \
-e 's|@''REPLACE_STRNLEN''@|0|g' \
-e 's|@''REPLACE_STRSIGNAL''@|0|g' \
-e 's|@''REPLACE_STRTOK_R''@|0|g' \
-e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
< ./string.in.h; \
} > string.h-t && \
mv string.h-t string.h
/bin/mkdir -p sys
rm -f sys/stat.h-t sys/stat.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
-e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
-e 's/@''GNULIB_FCHMODAT''@/0/g' \
-e 's/@''GNULIB_FSTAT''@/1/g' \
-e 's/@''GNULIB_FSTATAT''@/0/g' \
-e 's/@''GNULIB_FUTIMENS''@/0/g' \
-e 's/@''GNULIB_LCHMOD''@/0/g' \
-e 's/@''GNULIB_LSTAT''@/1/g' \
-e 's/@''GNULIB_MKDIRAT''@/0/g' \
-e 's/@''GNULIB_MKFIFO''@/0/g' \
-e 's/@''GNULIB_MKFIFOAT''@/0/g' \
-e 's/@''GNULIB_MKNOD''@/0/g' \
-e 's/@''GNULIB_MKNODAT''@/0/g' \
-e 's/@''GNULIB_STAT''@/1/g' \
-e 's/@''GNULIB_UTIMENSAT''@/0/g' \
-e 's|@''HAVE_FCHMODAT''@|1|g' \
-e 's|@''HAVE_FSTATAT''@|1|g' \
-e 's|@''HAVE_FUTIMENS''@|1|g' \
-e 's|@''HAVE_LCHMOD''@|1|g' \
-e 's|@''HAVE_LSTAT''@|1|g' \
-e 's|@''HAVE_MKDIRAT''@|1|g' \
-e 's|@''HAVE_MKFIFO''@|1|g' \
-e 's|@''HAVE_MKFIFOAT''@|1|g' \
-e 's|@''HAVE_MKNOD''@|1|g' \
-e 's|@''HAVE_MKNODAT''@|1|g' \
-e 's|@''HAVE_UTIMENSAT''@|1|g' \
-e 's|@''REPLACE_FSTAT''@|0|g' \
-e 's|@''REPLACE_FSTATAT''@|0|g' \
-e 's|@''REPLACE_FUTIMENS''@|0|g' \
-e 's|@''REPLACE_LSTAT''@|0|g' \
-e 's|@''REPLACE_MKDIR''@|0|g' \
-e 's|@''REPLACE_MKFIFO''@|0|g' \
-e 's|@''REPLACE_MKNOD''@|0|g' \
-e 's|@''REPLACE_STAT''@|0|g' \
-e 's|@''REPLACE_UTIMENSAT''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./sys_stat.in.h; \
} > sys/stat.h-t && \
mv sys/stat.h-t sys/stat.h
/bin/mkdir -p sys
rm -f sys/time.h-t sys/time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's/@''HAVE_SYS_TIME_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
-e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
-e 's|@''HAVE_WINSOCK2_H''@|0|g' \
-e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
-e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
-e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
-e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./sys_time.in.h; \
} > sys/time.h-t && \
mv sys/time.h-t sys/time.h
/bin/mkdir -p sys
rm -f sys/types.h-t sys/types.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
-e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
< ./sys_types.in.h; \
} > sys/types.h-t && \
mv sys/types.h-t sys/types.h
/bin/mkdir -p sys
rm -f sys/wait.h-t sys/wait.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_WAIT_H''@|<sys/wait.h>|g' \
-e 's/@''GNULIB_WAITPID''@/1/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./sys_wait.in.h; \
} > sys/wait.h-t && \
mv sys/wait.h-t sys/wait.h
rm -f time.h-t time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_TIME_H''@|<time.h>|g' \
-e 's/@''GNULIB_MKTIME''@/0/g' \
-e 's/@''GNULIB_NANOSLEEP''@/0/g' \
-e 's/@''GNULIB_STRPTIME''@/0/g' \
-e 's/@''GNULIB_TIMEGM''@/0/g' \
-e 's/@''GNULIB_TIME_R''@/0/g' \
-e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
-e 's|@''HAVE_NANOSLEEP''@|1|g' \
-e 's|@''HAVE_STRPTIME''@|1|g' \
-e 's|@''HAVE_TIMEGM''@|1|g' \
-e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
-e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
-e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
-e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./time.in.h; \
} > time.h-t && \
mv time.h-t time.h
rm -f unistd.h-t unistd.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's|@''HAVE_UNISTD_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
-e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
-e 's/@''GNULIB_CHDIR''@/1/g' \
-e 's/@''GNULIB_CHOWN''@/0/g' \
-e 's/@''GNULIB_CLOSE''@/1/g' \
-e 's/@''GNULIB_DUP''@/IN_M4_GNULIB_TESTS/g' \
-e 's/@''GNULIB_DUP2''@/1/g' \
-e 's/@''GNULIB_DUP3''@/0/g' \
-e 's/@''GNULIB_ENVIRON''@/1/g' \
-e 's/@''GNULIB_EUIDACCESS''@/0/g' \
-e 's/@''GNULIB_FACCESSAT''@/0/g' \
-e 's/@''GNULIB_FCHDIR''@/0/g' \
-e 's/@''GNULIB_FCHOWNAT''@/0/g' \
-e 's/@''GNULIB_FDATASYNC''@/0/g' \
-e 's/@''GNULIB_FSYNC''@/0/g' \
-e 's/@''GNULIB_FTRUNCATE''@/0/g' \
-e 's/@''GNULIB_GETCWD''@/IN_M4_GNULIB_TESTS/g' \
-e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
-e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \
-e 's/@''GNULIB_GETGROUPS''@/0/g' \
-e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
-e 's/@''GNULIB_GETLOGIN''@/0/g' \
-e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
-e 's/@''GNULIB_GETPAGESIZE''@/IN_M4_GNULIB_TESTS/g' \
-e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
-e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
-e 's/@''GNULIB_ISATTY''@/0/g' \
-e 's/@''GNULIB_LCHOWN''@/0/g' \
-e 's/@''GNULIB_LINK''@/IN_M4_GNULIB_TESTS/g' \
-e 's/@''GNULIB_LINKAT''@/0/g' \
-e 's/@''GNULIB_LSEEK''@/1/g' \
-e 's/@''GNULIB_PIPE''@/0/g' \
-e 's/@''GNULIB_PIPE2''@/1/g' \
-e 's/@''GNULIB_PREAD''@/0/g' \
-e 's/@''GNULIB_PWRITE''@/0/g' \
-e 's/@''GNULIB_READ''@/0/g' \
-e 's/@''GNULIB_READLINK''@/1/g' \
-e 's/@''GNULIB_READLINKAT''@/0/g' \
-e 's/@''GNULIB_RMDIR''@/1/g' \
-e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
-e 's/@''GNULIB_SLEEP''@/IN_M4_GNULIB_TESTS/g' \
-e 's/@''GNULIB_SYMLINK''@/IN_M4_GNULIB_TESTS/g' \
-e 's/@''GNULIB_SYMLINKAT''@/0/g' \
-e 's/@''GNULIB_TTYNAME_R''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_GETOPT''@/01/g' \
-e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/1/g' \
-e 's/@''GNULIB_UNLINK''@/0/g' \
-e 's/@''GNULIB_UNLINKAT''@/0/g' \
-e 's/@''GNULIB_USLEEP''@/0/g' \
-e 's/@''GNULIB_WRITE''@/IN_M4_GNULIB_TESTS/g' \
< ./unistd.in.h | \
sed -e 's|@''HAVE_CHOWN''@|1|g' \
-e 's|@''HAVE_DUP2''@|1|g' \
-e 's|@''HAVE_DUP3''@|1|g' \
-e 's|@''HAVE_EUIDACCESS''@|1|g' \
-e 's|@''HAVE_FACCESSAT''@|1|g' \
-e 's|@''HAVE_FCHDIR''@|1|g' \
-e 's|@''HAVE_FCHOWNAT''@|1|g' \
-e 's|@''HAVE_FDATASYNC''@|1|g' \
-e 's|@''HAVE_FSYNC''@|1|g' \
-e 's|@''HAVE_FTRUNCATE''@|1|g' \
-e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
-e 's|@''HAVE_GETGROUPS''@|1|g' \
-e 's|@''HAVE_GETHOSTNAME''@|1|g' \
-e 's|@''HAVE_GETLOGIN''@|1|g' \
-e 's|@''HAVE_GETPAGESIZE''@|1|g' \
-e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
-e 's|@''HAVE_LCHOWN''@|1|g' \
-e 's|@''HAVE_LINK''@|1|g' \
-e 's|@''HAVE_LINKAT''@|1|g' \
-e 's|@''HAVE_PIPE''@|1|g' \
-e 's|@''HAVE_PIPE2''@|0|g' \
-e 's|@''HAVE_PREAD''@|1|g' \
-e 's|@''HAVE_PWRITE''@|1|g' \
-e 's|@''HAVE_READLINK''@|1|g' \
-e 's|@''HAVE_READLINKAT''@|1|g' \
-e 's|@''HAVE_SETHOSTNAME''@|1|g' \
-e 's|@''HAVE_SLEEP''@|1|g' \
-e 's|@''HAVE_SYMLINK''@|1|g' \
-e 's|@''HAVE_SYMLINKAT''@|1|g' \
-e 's|@''HAVE_UNLINKAT''@|1|g' \
-e 's|@''HAVE_USLEEP''@|1|g' \
-e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
-e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
-e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
-e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
-e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
-e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
-e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
-e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
-e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
-e 's|@''HAVE_OS_H''@|0|g' \
-e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
| \
sed -e 's|@''REPLACE_CHOWN''@|0|g' \
-e 's|@''REPLACE_CLOSE''@|0|g' \
-e 's|@''REPLACE_DUP''@|0|g' \
-e 's|@''REPLACE_DUP2''@|0|g' \
-e 's|@''REPLACE_FCHOWNAT''@|0|g' \
-e 's|@''REPLACE_FTRUNCATE''@|0|g' \
-e 's|@''REPLACE_GETCWD''@|0|g' \
-e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
-e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
-e 's|@''REPLACE_GETGROUPS''@|0|g' \
-e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
-e 's|@''REPLACE_ISATTY''@|0|g' \
-e 's|@''REPLACE_LCHOWN''@|0|g' \
-e 's|@''REPLACE_LINK''@|0|g' \
-e 's|@''REPLACE_LINKAT''@|0|g' \
-e 's|@''REPLACE_LSEEK''@|0|g' \
-e 's|@''REPLACE_PREAD''@|0|g' \
-e 's|@''REPLACE_PWRITE''@|0|g' \
-e 's|@''REPLACE_READ''@|0|g' \
-e 's|@''REPLACE_READLINK''@|0|g' \
-e 's|@''REPLACE_RMDIR''@|0|g' \
-e 's|@''REPLACE_SLEEP''@|0|g' \
-e 's|@''REPLACE_SYMLINK''@|0|g' \
-e 's|@''REPLACE_TTYNAME_R''@|0|g' \
-e 's|@''REPLACE_UNLINK''@|0|g' \
-e 's|@''REPLACE_UNLINKAT''@|0|g' \
-e 's|@''REPLACE_USLEEP''@|0|g' \
-e 's|@''REPLACE_WRITE''@|0|g' \
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > unistd.h-t && \
mv unistd.h-t unistd.h
rm -f wchar.h-t wchar.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''HAVE_FEATURES_H''@|1|g' \
-e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
-e 's|@''HAVE_WCHAR_H''@|1|g' \
-e 's/@''GNULIB_BTOWC''@/1/g' \
-e 's/@''GNULIB_WCTOB''@/IN_M4_GNULIB_TESTS/g' \
-e 's/@''GNULIB_MBSINIT''@/1/g' \
-e 's/@''GNULIB_MBRTOWC''@/1/g' \
-e 's/@''GNULIB_MBRLEN''@/0/g' \
-e 's/@''GNULIB_MBSRTOWCS''@/0/g' \
-e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
-e 's/@''GNULIB_WCRTOMB''@/1/g' \
-e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
-e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
-e 's/@''GNULIB_WCWIDTH''@/0/g' \
-e 's/@''GNULIB_WMEMCHR''@/0/g' \
-e 's/@''GNULIB_WMEMCMP''@/0/g' \
-e 's/@''GNULIB_WMEMCPY''@/0/g' \
-e 's/@''GNULIB_WMEMMOVE''@/0/g' \
-e 's/@''GNULIB_WMEMSET''@/0/g' \
-e 's/@''GNULIB_WCSLEN''@/0/g' \
-e 's/@''GNULIB_WCSNLEN''@/0/g' \
-e 's/@''GNULIB_WCSCPY''@/0/g' \
-e 's/@''GNULIB_WCPCPY''@/0/g' \
-e 's/@''GNULIB_WCSNCPY''@/0/g' \
-e 's/@''GNULIB_WCPNCPY''@/0/g' \
-e 's/@''GNULIB_WCSCAT''@/0/g' \
-e 's/@''GNULIB_WCSNCAT''@/0/g' \
-e 's/@''GNULIB_WCSCMP''@/0/g' \
-e 's/@''GNULIB_WCSNCMP''@/0/g' \
-e 's/@''GNULIB_WCSCASECMP''@/0/g' \
-e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
-e 's/@''GNULIB_WCSCOLL''@/0/g' \
-e 's/@''GNULIB_WCSXFRM''@/0/g' \
-e 's/@''GNULIB_WCSDUP''@/0/g' \
-e 's/@''GNULIB_WCSCHR''@/0/g' \
-e 's/@''GNULIB_WCSRCHR''@/0/g' \
-e 's/@''GNULIB_WCSCSPN''@/0/g' \
-e 's/@''GNULIB_WCSSPN''@/0/g' \
-e 's/@''GNULIB_WCSPBRK''@/0/g' \
-e 's/@''GNULIB_WCSSTR''@/0/g' \
-e 's/@''GNULIB_WCSTOK''@/0/g' \
-e 's/@''GNULIB_WCSWIDTH''@/0/g' \
< ./wchar.in.h | \
sed -e 's|@''HAVE_WINT_T''@|1|g' \
-e 's|@''HAVE_BTOWC''@|1|g' \
-e 's|@''HAVE_MBSINIT''@|1|g' \
-e 's|@''HAVE_MBRTOWC''@|1|g' \
-e 's|@''HAVE_MBRLEN''@|1|g' \
-e 's|@''HAVE_MBSRTOWCS''@|1|g' \
-e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
-e 's|@''HAVE_WCRTOMB''@|1|g' \
-e 's|@''HAVE_WCSRTOMBS''@|1|g' \
-e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
-e 's|@''HAVE_WMEMCHR''@|1|g' \
-e 's|@''HAVE_WMEMCMP''@|1|g' \
-e 's|@''HAVE_WMEMCPY''@|1|g' \
-e 's|@''HAVE_WMEMMOVE''@|1|g' \
-e 's|@''HAVE_WMEMSET''@|1|g' \
-e 's|@''HAVE_WCSLEN''@|1|g' \
-e 's|@''HAVE_WCSNLEN''@|1|g' \
-e 's|@''HAVE_WCSCPY''@|1|g' \
-e 's|@''HAVE_WCPCPY''@|1|g' \
-e 's|@''HAVE_WCSNCPY''@|1|g' \
-e 's|@''HAVE_WCPNCPY''@|1|g' \
-e 's|@''HAVE_WCSCAT''@|1|g' \
-e 's|@''HAVE_WCSNCAT''@|1|g' \
-e 's|@''HAVE_WCSCMP''@|1|g' \
-e 's|@''HAVE_WCSNCMP''@|1|g' \
-e 's|@''HAVE_WCSCASECMP''@|1|g' \
-e 's|@''HAVE_WCSNCASECMP''@|1|g' \
-e 's|@''HAVE_WCSCOLL''@|1|g' \
-e 's|@''HAVE_WCSXFRM''@|1|g' \
-e 's|@''HAVE_WCSDUP''@|1|g' \
-e 's|@''HAVE_WCSCHR''@|1|g' \
-e 's|@''HAVE_WCSRCHR''@|1|g' \
-e 's|@''HAVE_WCSCSPN''@|1|g' \
-e 's|@''HAVE_WCSSPN''@|1|g' \
-e 's|@''HAVE_WCSPBRK''@|1|g' \
-e 's|@''HAVE_WCSSTR''@|1|g' \
-e 's|@''HAVE_WCSTOK''@|1|g' \
-e 's|@''HAVE_WCSWIDTH''@|1|g' \
-e 's|@''HAVE_DECL_WCTOB''@|1|g' \
-e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
| \
sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
-e 's|@''REPLACE_BTOWC''@|0|g' \
-e 's|@''REPLACE_WCTOB''@|0|g' \
-e 's|@''REPLACE_MBSINIT''@|0|g' \
-e 's|@''REPLACE_MBRTOWC''@|0|g' \
-e 's|@''REPLACE_MBRLEN''@|0|g' \
-e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
-e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
-e 's|@''REPLACE_WCRTOMB''@|0|g' \
-e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
-e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
-e 's|@''REPLACE_WCWIDTH''@|0|g' \
-e 's|@''REPLACE_WCSWIDTH''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > wchar.h-t && \
mv wchar.h-t wchar.h
rm -f wctype.h-t wctype.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's/@''HAVE_WCTYPE_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
-e 's/@''GNULIB_ISWBLANK''@/0/g' \
-e 's/@''GNULIB_WCTYPE''@/0/g' \
-e 's/@''GNULIB_ISWCTYPE''@/0/g' \
-e 's/@''GNULIB_WCTRANS''@/0/g' \
-e 's/@''GNULIB_TOWCTRANS''@/0/g' \
-e 's/@''HAVE_ISWBLANK''@/1/g' \
-e 's/@''HAVE_ISWCNTRL''@/1/g' \
-e 's/@''HAVE_WCTYPE_T''@/1/g' \
-e 's/@''HAVE_WCTRANS_T''@/1/g' \
-e 's/@''HAVE_WINT_T''@/1/g' \
-e 's/@''REPLACE_ISWBLANK''@/0/g' \
-e 's/@''REPLACE_ISWCNTRL''@/0/g' \
-e 's/@''REPLACE_TOWLOWER''@/0/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./wctype.in.h; \
} > wctype.h-t && \
mv wctype.h-t wctype.h
make all-am
make[3]: Entering directory `/root/ast-h323/m4-1.4.17/lib'
depbase=`echo gl_avltree_oset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT gl_avltree_oset.o -MD -MP -MF
$depbase.Tpo -c -o gl_avltree_oset.o gl_avltree_oset.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo binary-io.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT binary-io.o -MD -MP -MF $depbase.Tpo -c
-o binary-io.o binary-io.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo c-ctype.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT c-ctype.o -MD -MP -MF $depbase.Tpo -c -o
c-ctype.o c-ctype.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo c-stack.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT c-stack.o -MD -MP -MF $depbase.Tpo -c -o
c-stack.o c-stack.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo c-strcasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT c-strcasecmp.o -MD -MP -MF $depbase.Tpo
-c -o c-strcasecmp.o c-strcasecmp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo c-strncasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT c-strncasecmp.o -MD -MP -MF $depbase.Tpo
-c -o c-strncasecmp.o c-strncasecmp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo clean-temp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT clean-temp.o -MD -MP -MF $depbase.Tpo -c
-o clean-temp.o clean-temp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo cloexec.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT cloexec.o -MD -MP -MF $depbase.Tpo -c -o
cloexec.o cloexec.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo close-stream.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT close-stream.o -MD -MP -MF $depbase.Tpo
-c -o close-stream.o close-stream.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo closein.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT closein.o -MD -MP -MF $depbase.Tpo -c -o
closein.o closein.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo closeout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT closeout.o -MD -MP -MF $depbase.Tpo -c
-o closeout.o closeout.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo dirname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT dirname.o -MD -MP -MF $depbase.Tpo -c -o
dirname.o dirname.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo basename.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT basename.o -MD -MP -MF $depbase.Tpo -c
-o basename.o basename.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo dirname-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT dirname-lgpl.o -MD -MP -MF $depbase.Tpo
-c -o dirname-lgpl.o dirname-lgpl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo basename-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT basename-lgpl.o -MD -MP -MF $depbase.Tpo
-c -o basename-lgpl.o basename-lgpl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo stripslash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT stripslash.o -MD -MP -MF $depbase.Tpo -c
-o stripslash.o stripslash.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo execute.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT execute.o -MD -MP -MF $depbase.Tpo -c -o
execute.o execute.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo exitfail.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT exitfail.o -MD -MP -MF $depbase.Tpo -c
-o exitfail.o exitfail.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fatal-signal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT fatal-signal.o -MD -MP -MF $depbase.Tpo
-c -o fatal-signal.o fatal-signal.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fd-hook.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT fd-hook.o -MD -MP -MF $depbase.Tpo -c -o
fd-hook.o fd-hook.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fd-safer-flag.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT fd-safer-flag.o -MD -MP -MF $depbase.Tpo
-c -o fd-safer-flag.o fd-safer-flag.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo dup-safer-flag.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT dup-safer-flag.o -MD -MP -MF
$depbase.Tpo -c -o dup-safer-flag.o dup-safer-flag.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo filenamecat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT filenamecat.o -MD -MP -MF $depbase.Tpo
-c -o filenamecat.o filenamecat.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo filenamecat-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT filenamecat-lgpl.o -MD -MP -MF
$depbase.Tpo -c -o filenamecat-lgpl.o filenamecat-lgpl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fopen-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT fopen-safer.o -MD -MP -MF $depbase.Tpo
-c -o fopen-safer.o fopen-safer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo freading.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT freading.o -MD -MP -MF $depbase.Tpo -c
-o freading.o freading.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo gl_linkedhash_list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT gl_linkedhash_list.o -MD -MP -MF
$depbase.Tpo -c -o gl_linkedhash_list.o gl_linkedhash_list.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo gl_list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT gl_list.o -MD -MP -MF $depbase.Tpo -c -o
gl_list.o gl_list.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo localcharset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT localcharset.o -MD -MP -MF $depbase.Tpo
-c -o localcharset.o localcharset.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo glthread/lock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT glthread/lock.o -MD -MP -MF $depbase.Tpo
-c -o glthread/lock.o glthread/lock.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo malloca.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT malloca.o -MD -MP -MF $depbase.Tpo -c -o
malloca.o malloca.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo math.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT math.o -MD -MP -MF $depbase.Tpo -c -o
math.o math.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo memchr2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT memchr2.o -MD -MP -MF $depbase.Tpo -c -o
memchr2.o memchr2.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo gl_oset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT gl_oset.o -MD -MP -MF $depbase.Tpo -c -o
gl_oset.o gl_oset.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo pipe2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT pipe2.o -MD -MP -MF $depbase.Tpo -c -o
pipe2.o pipe2.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo pipe2-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT pipe2-safer.o -MD -MP -MF $depbase.Tpo
-c -o pipe2-safer.o pipe2-safer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo printf-frexp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT printf-frexp.o -MD -MP -MF $depbase.Tpo
-c -o printf-frexp.o printf-frexp.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo printf-frexpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT printf-frexpl.o -MD -MP -MF $depbase.Tpo
-c -o printf-frexpl.o printf-frexpl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo progname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT progname.o -MD -MP -MF $depbase.Tpo -c
-o progname.o progname.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo quotearg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT quotearg.o -MD -MP -MF $depbase.Tpo -c
-o quotearg.o quotearg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo sig-handler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT sig-handler.o -MD -MP -MF $depbase.Tpo
-c -o sig-handler.o sig-handler.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo spawn-pipe.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT spawn-pipe.o -MD -MP -MF $depbase.Tpo -c
-o spawn-pipe.o spawn-pipe.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo mkstemp-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT mkstemp-safer.o -MD -MP -MF $depbase.Tpo
-c -o mkstemp-safer.o mkstemp-safer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tempname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT tempname.o -MD -MP -MF $depbase.Tpo -c
-o tempname.o tempname.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo glthread/threadlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT glthread/threadlib.o -MD -MP -MF
$depbase.Tpo -c -o glthread/threadlib.o glthread/threadlib.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo glthread/tls.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT glthread/tls.o -MD -MP -MF $depbase.Tpo
-c -o glthread/tls.o glthread/tls.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo tmpdir.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT tmpdir.o -MD -MP -MF $depbase.Tpo -c -o
tmpdir.o tmpdir.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo unistd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT unistd.o -MD -MP -MF $depbase.Tpo -c -o
unistd.o unistd.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo dup-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT dup-safer.o -MD -MP -MF $depbase.Tpo -c
-o dup-safer.o dup-safer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fd-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT fd-safer.o -MD -MP -MF $depbase.Tpo -c
-o fd-safer.o fd-safer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo pipe-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT pipe-safer.o -MD -MP -MF $depbase.Tpo -c
-o pipe-safer.o pipe-safer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo verror.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT verror.o -MD -MP -MF $depbase.Tpo -c -o
verror.o verror.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo version-etc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT version-etc.o -MD -MP -MF $depbase.Tpo
-c -o version-etc.o version-etc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo version-etc-fsf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT version-etc-fsf.o -MD -MP -MF
$depbase.Tpo -c -o version-etc-fsf.o version-etc-fsf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo wait-process.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT wait-process.o -MD -MP -MF $depbase.Tpo
-c -o wait-process.o wait-process.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo wctype-h.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT wctype-h.o -MD -MP -MF $depbase.Tpo -c
-o wctype-h.o wctype-h.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xmalloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT xmalloc.o -MD -MP -MF $depbase.Tpo -c -o
xmalloc.o xmalloc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xalloc-die.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT xalloc-die.o -MD -MP -MF $depbase.Tpo -c
-o xalloc-die.o xalloc-die.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo gl_xlist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT gl_xlist.o -MD -MP -MF $depbase.Tpo -c
-o gl_xlist.o gl_xlist.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xmalloca.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT xmalloca.o -MD -MP -MF $depbase.Tpo -c
-o xmalloca.o xmalloca.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo gl_xoset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT gl_xoset.o -MD -MP -MF $depbase.Tpo -c
-o gl_xoset.o gl_xoset.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT xprintf.o -MD -MP -MF $depbase.Tpo -c -o
xprintf.o xprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xsize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT xsize.o -MD -MP -MF $depbase.Tpo -c -o
xsize.o xsize.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xstrndup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT xstrndup.o -MD -MP -MF $depbase.Tpo -c
-o xstrndup.o xstrndup.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xvasprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT xvasprintf.o -MD -MP -MF $depbase.Tpo -c
-o xvasprintf.o xvasprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo xasprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT xasprintf.o -MD -MP -MF $depbase.Tpo -c
-o xasprintf.o xasprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo asnprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT asnprintf.o -MD -MP -MF $depbase.Tpo -c
-o asnprintf.o asnprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo asprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT asprintf.o -MD -MP -MF $depbase.Tpo -c
-o asprintf.o asprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fclose.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT fclose.o -MD -MP -MF $depbase.Tpo -c -o
fclose.o fclose.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fcntl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT fcntl.o -MD -MP -MF $depbase.Tpo -c -o
fcntl.o fcntl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fflush.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT fflush.o -MD -MP -MF $depbase.Tpo -c -o
fflush.o fflush.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fpurge.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT fpurge.o -MD -MP -MF $depbase.Tpo -c -o
fpurge.o fpurge.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo freadahead.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT freadahead.o -MD -MP -MF $depbase.Tpo -c
-o freadahead.o freadahead.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fseek.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT fseek.o -MD -MP -MF $depbase.Tpo -c -o
fseek.o fseek.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo fseeko.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT fseeko.o -MD -MP -MF $depbase.Tpo -c -o
fseeko.o fseeko.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo getopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT getopt.o -MD -MP -MF $depbase.Tpo -c -o
getopt.o getopt.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo getopt1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT getopt1.o -MD -MP -MF $depbase.Tpo -c -o
getopt1.o getopt1.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo isnanl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT isnanl.o -MD -MP -MF $depbase.Tpo -c -o
isnanl.o isnanl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo printf-args.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT printf-args.o -MD -MP -MF $depbase.Tpo
-c -o printf-args.o printf-args.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo printf-parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT printf-parse.o -MD -MP -MF $depbase.Tpo
-c -o printf-parse.o printf-parse.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo secure_getenv.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT secure_getenv.o -MD -MP -MF $depbase.Tpo
-c -o secure_getenv.o secure_getenv.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo strstr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT strstr.o -MD -MP -MF $depbase.Tpo -c -o
strstr.o strstr.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo strtod.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT strtod.o -MD -MP -MF $depbase.Tpo -c -o
strtod.o strtod.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo vasnprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT vasnprintf.o -MD -MP -MF $depbase.Tpo -c
-o vasnprintf.o vasnprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo vasprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -g -O2 -MT vasprintf.o -MD -MP -MF $depbase.Tpo -c
-o vasprintf.o vasprintf.c &&\
mv -f $depbase.Tpo $depbase.Po
rm -f libm4.a
ar cru libm4.a gl_avltree_oset.o binary-io.o c-ctype.o c-stack.o
c-strcasecmp.o c-strncasecmp.o clean-temp.o cloexec.o close-stream.o
closein.o closeout.o dirname.o basename.o dirname-lgpl.o basename-lgpl.o
stripslash.o execute.o exitfail.o fatal-signal.o fd-hook.o fd-safer-flag.o
dup-safer-flag.o filenamecat.o filenamecat-lgpl.o fopen-safer.o freading.o
gl_linkedhash_list.o gl_list.o localcharset.o glthread/lock.o malloca.o
math.o memchr2.o gl_oset.o pipe2.o pipe2-safer.o printf-frexp.o
printf-frexpl.o progname.o quotearg.o sig-handler.o spawn-pipe.o
mkstemp-safer.o tempname.o glthread/threadlib.o glthread/tls.o tmpdir.o
unistd.o dup-safer.o fd-safer.o pipe-safer.o verror.o version-etc.o
version-etc-fsf.o wait-process.o wctype-h.o xmalloc.o xalloc-die.o
gl_xlist.o xmalloca.o gl_xoset.o xprintf.o xsize.o xstrndup.o xvasprintf.o
xasprintf.o asnprintf.o asprintf.o fclose.o fcntl.o fflush.o fpurge.o
freadahead.o fseek.o fseeko.o getopt.o getopt1.o isnanl.o printf-args.o
printf-parse.o secure_getenv.o strstr.o strtod.o vasnprintf.o vasprintf.o
ranlib libm4.a
rm -f t-charset.alias charset.alias && \
/bin/sh ./config.charset 'i686-pc-linux-gnu' > t-charset.alias && \
mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/m4/g' ref-add.sin > t-ref-add.sed && \
mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/m4/g' ref-del.sin > t-ref-del.sed && \
mv t-ref-del.sed ref-del.sed
make[3]: Leaving directory `/root/ast-h323/m4-1.4.17/lib'
make[2]: Leaving directory `/root/ast-h323/m4-1.4.17/lib'
Making all in src
make[2]: Entering directory `/root/ast-h323/m4-1.4.17/src'
depbase=`echo m4.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I../lib -I../lib -g -O2 -MT m4.o -MD -MP -MF
$depbase.Tpo -c -o m4.o m4.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo builtin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I../lib -I../lib -g -O2 -MT builtin.o -MD -MP -MF
$depbase.Tpo -c -o builtin.o builtin.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I../lib -I../lib -g -O2 -MT debug.o -MD -MP -MF
$depbase.Tpo -c -o debug.o debug.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo eval.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I../lib -I../lib -g -O2 -MT eval.o -MD -MP -MF
$depbase.Tpo -c -o eval.o eval.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo format.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I../lib -I../lib -g -O2 -MT format.o -MD -MP -MF
$depbase.Tpo -c -o format.o format.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo freeze.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I../lib -I../lib -g -O2 -MT freeze.o -MD -MP -MF
$depbase.Tpo -c -o freeze.o freeze.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo input.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I../lib -I../lib -g -O2 -MT input.o -MD -MP -MF
$depbase.Tpo -c -o input.o input.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo macro.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I../lib -I../lib -g -O2 -MT macro.o -MD -MP -MF
$depbase.Tpo -c -o macro.o macro.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo output.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I../lib -I../lib -g -O2 -MT output.o -MD -MP -MF
$depbase.Tpo -c -o output.o output.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo path.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I../lib -I../lib -g -O2 -MT path.o -MD -MP -MF
$depbase.Tpo -c -o path.o path.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo symtab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I../lib -I../lib -g -O2 -MT symtab.o -MD -MP -MF
$depbase.Tpo -c -o symtab.o symtab.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc -std=gnu99 -g -O2 -o m4 m4.o builtin.o debug.o eval.o format.o
freeze.o input.o macro.o output.o path.o symtab.o ../lib/libm4.a
make[2]: Leaving directory `/root/ast-h323/m4-1.4.17/src'
Making all in doc
make[2]: Entering directory `/root/ast-h323/m4-1.4.17/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/ast-h323/m4-1.4.17/doc'
Making all in checks
make[2]: Entering directory `/root/ast-h323/m4-1.4.17/checks'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/ast-h323/m4-1.4.17/checks'
Making all in tests
make[2]: Entering directory `/root/ast-h323/m4-1.4.17/tests'
rm -f c++defs.h-t c++defs.h && \
sed -n -e '/_GL_CXXDEFS/,$p' \
< ../build-aux/snippet/c++defs.h \
> c++defs.h-t && \
mv c++defs.h-t c++defs.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
sed -n -e '/GL_ARG_NONNULL/,$p' \
< ../build-aux/snippet/arg-nonnull.h \
> arg-nonnull.h-t && \
mv arg-nonnull.h-t arg-nonnull.h
rm -f warn-on-use.h-t warn-on-use.h && \
sed -n -e '/^.ifndef/,$p' \
< ../build-aux/snippet/warn-on-use.h \
> warn-on-use.h-t && \
mv warn-on-use.h-t warn-on-use.h
rm -f dirent.h-t dirent.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_M4|g' \
-e 's|@''HAVE_DIRENT_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_DIRENT_H''@|<dirent.h>|g' \
-e 's/@''GNULIB_OPENDIR''@/IN_M4_GNULIB_TESTS/g' \
-e 's/@''GNULIB_READDIR''@/IN_M4_GNULIB_TESTS/g' \
-e 's/@''GNULIB_REWINDDIR''@/0/g' \
-e 's/@''GNULIB_CLOSEDIR''@/IN_M4_GNULIB_TESTS/g' \
-e 's/@''GNULIB_DIRFD''@/0/g' \
-e 's/@''GNULIB_FDOPENDIR''@/0/g' \
-e 's/@''GNULIB_SCANDIR''@/0/g' \
-e 's/@''GNULIB_ALPHASORT''@/0/g' \
-e 's/@''HAVE_OPENDIR''@/1/g' \
-e 's/@''HAVE_READDIR''@/1/g' \
-e 's/@''HAVE_REWINDDIR''@/1/g' \
-e 's/@''HAVE_CLOSEDIR''@/1/g' \
-e 's|@''HAVE_DECL_DIRFD''@|1|g' \
-e 's|@''HAVE_DECL_FDOPENDIR''@|1|g' \
-e 's|@''HAVE_FDOPENDIR''@|1|g' \
-e 's|@''HAVE_SCANDIR''@|1|g' \
-e 's|@''HAVE_ALPHASORT''@|1|g' \
-e 's|@''REPLACE_OPENDIR''@|0|g' \
-e 's|@''REPLACE_CLOSEDIR''@|0|g' \
-e 's|@''REPLACE_DIRFD''@|0|g' \
-e 's|@''REPLACE_FDOPENDIR''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./dirent.in.h; \
} > dirent.h-t && \
mv dirent.h-t dirent.h
rm -f inttypes.h-t inttypes.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
-e 's/@''PRI_MACROS_BROKEN''@/0/g' \
-e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
-e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
-e 's/@''PRIPTR_PREFIX''@/""/g' \
-e 's/@''GNULIB_IMAXABS''@/0/g' \
-e 's/@''GNULIB_IMAXDIV''@/0/g' \
-e 's/@''GNULIB_STRTOIMAX''@/0/g' \
-e 's/@''GNULIB_STRTOUMAX''@/0/g' \
-e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
-e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
-e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
-e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
-e 's/@''REPLACE_STRTOIMAX''@/0/g' \
-e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
-e 's/@''INT64_MAX_EQ_LONG_MAX''@/0/g' \
-e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
-e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/0/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./inttypes.in.h; \
} > inttypes.h-t && \
mv inttypes.h-t inttypes.h
rm -f test-posix_spawn1.sh-t test-posix_spawn1.sh && \
cp ./
test-posix_spawn1.in.sh test-posix_spawn1.sh-t && \
mv test-posix_spawn1.sh-t test-posix_spawn1.sh
rm -f test-posix_spawn2.sh-t test-posix_spawn2.sh && \
cp ./
test-posix_spawn2.in.sh test-posix_spawn2.sh-t && \
mv test-posix_spawn2.sh-t test-posix_spawn2.sh
rm -f unused-parameter.h-t unused-parameter.h && \
sed -n -e '/GL_UNUSED_PARAMETER/,$p' \
< ../build-aux/snippet/unused-parameter.h \
> unused-parameter.h-t && \
mv unused-parameter.h-t unused-parameter.h
make all-recursive
make[3]: Entering directory `/root/ast-h323/m4-1.4.17/tests'
Making all in .
make[4]: Entering directory `/root/ast-h323/m4-1.4.17/tests'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/root/ast-h323/m4-1.4.17/tests'
make[3]: Leaving directory `/root/ast-h323/m4-1.4.17/tests'
make[2]: Leaving directory `/root/ast-h323/m4-1.4.17/tests'
make[1]: Leaving directory `/root/ast-h323/m4-1.4.17'
Installing 'm4'...
make install-recursive
make[1]: Entering directory `/root/ast-h323/m4-1.4.17'
Making install in .
make[2]: Entering directory `/root/ast-h323/m4-1.4.17'
make[3]: Entering directory `/root/ast-h323/m4-1.4.17'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/ast-h323/m4-1.4.17'
make[2]: Leaving directory `/root/ast-h323/m4-1.4.17'
Making install in examples
make[2]: Entering directory `/root/ast-h323/m4-1.4.17/examples'
make[3]: Entering directory `/root/ast-h323/m4-1.4.17/examples'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/ast-h323/m4-1.4.17/examples'
make[2]: Leaving directory `/root/ast-h323/m4-1.4.17/examples'
Making install in lib
make[2]: Entering directory `/root/ast-h323/m4-1.4.17/lib'
make install-am
make[3]: Entering directory `/root/ast-h323/m4-1.4.17/lib'
make[4]: Entering directory `/root/ast-h323/m4-1.4.17/lib'
if test yes = no; then \
case 'linux-gnu' in \
darwin[56]*) \
need_charset_alias=true ;; \
darwin* | cygwin* | mingw* | pw32* | cegcc*) \
need_charset_alias=false ;; \
*) \
need_charset_alias=true ;; \
esac ; \
else \
need_charset_alias=false ; \
fi ; \
if $need_charset_alias; then \
/bin/sh /root/ast-h323/m4/build-aux/install-sh -d /root/lib ; \
fi ; \
if test -f /root/lib/charset.alias; then \
sed -f ref-add.sed /root/lib/charset.alias > /root/lib/charset.tmp ; \
/usr/bin/install -c -m 644 /root/lib/charset.tmp /root/lib/charset.alias
; \
rm -f /root/lib/charset.tmp ; \
else \
if $need_charset_alias; then \
sed -f ref-add.sed charset.alias > /root/lib/charset.tmp ; \
/usr/bin/install -c -m 644 /root/lib/charset.tmp
/root/lib/charset.alias ; \
rm -f /root/lib/charset.tmp ; \
fi ; \
fi
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/root/ast-h323/m4-1.4.17/lib'
make[3]: Leaving directory `/root/ast-h323/m4-1.4.17/lib'
make[2]: Leaving directory `/root/ast-h323/m4-1.4.17/lib'
Making install in src
make[2]: Entering directory `/root/ast-h323/m4-1.4.17/src'
make[3]: Entering directory `/root/ast-h323/m4-1.4.17/src'
/bin/mkdir -p '/root/bin'
/usr/bin/install -c m4 '/root/bin'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/ast-h323/m4-1.4.17/src'
make[2]: Leaving directory `/root/ast-h323/m4-1.4.17/src'
Making install in doc
make[2]: Entering directory `/root/ast-h323/m4-1.4.17/doc'
make[3]: Entering directory `/root/ast-h323/m4-1.4.17/doc'
make[3]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/root/share/info'
/usr/bin/install -c -m 644 ./
m4.info ./m4.info-1 ./m4.info-2
'/root/share/info'
install-info --info-dir='/root/share/info' '/root/share/info/
m4.info'
/bin/mkdir -p '/root/share/man/man1'
/usr/bin/install -c -m 644 ./m4.1 '/root/share/man/man1'
make[3]: Leaving directory `/root/ast-h323/m4-1.4.17/doc'
make[2]: Leaving directory `/root/ast-h323/m4-1.4.17/doc'
Making install in checks
make[2]: Entering directory `/root/ast-h323/m4-1.4.17/checks'
make[3]: Entering directory `/root/ast-h323/m4-1.4.17/checks'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/ast-h323/m4-1.4.17/checks'
make[2]: Leaving directory `/root/ast-h323/m4-1.4.17/checks'
Making install in tests
make[2]: Entering directory `/root/ast-h323/m4-1.4.17/tests'
make install-recursive
make[3]: Entering directory `/root/ast-h323/m4-1.4.17/tests'
Making install in .
make[4]: Entering directory `/root/ast-h323/m4-1.4.17/tests'
make[5]: Entering directory `/root/ast-h323/m4-1.4.17/tests'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/root/ast-h323/m4-1.4.17/tests'
make[4]: Leaving directory `/root/ast-h323/m4-1.4.17/tests'
make[3]: Leaving directory `/root/ast-h323/m4-1.4.17/tests'
make[2]: Leaving directory `/root/ast-h323/m4-1.4.17/tests'
make[1]: Leaving directory `/root/ast-h323/m4-1.4.17'
Fetching 'autoconf'...
--2014-06-18 13:29:14--
http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
Connecting to 10.248.200.3:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: 1927468 (1.8M) [application/x-gzip]
Saving to: `autoconf-2.69.tar.gz'
0% [
] 0 --.-K/s
43%
[===================================================================================================>
] 838,183 3.99M/s
67%
[==========================================================================================================================================================>
]
1,306,587 3.07M/s
100%[=====================================================================================================================================================================================================================================>]
1,927,468 3.11M/s in 0.6s
2014-06-18 13:29:15 (3.11 MB/s) - `autoconf-2.69.tar.gz' saved
[1927468/1927468]
autoconf-2.69/
autoconf-2.69/THANKS
autoconf-2.69/NEWS
autoconf-2.69/bin/
autoconf-2.69/bin/
ifnames.in
autoconf-2.69/bin/Makefile.am
autoconf-2.69/bin/
autoheader.in
autoconf-2.69/bin/Makefile.in
autoconf-2.69/bin/
autoreconf.in
autoconf-2.69/bin/
autom4te.in
autoconf-2.69/bin/
autoconf.as
autoconf-2.69/bin/
autoscan.in
autoconf-2.69/bin/
autoupdate.in
autoconf-2.69/man/
autoconf-2.69/man/autoheader.1
autoconf-2.69/man/autoupdate.x
autoconf-2.69/man/Makefile.am
autoconf-2.69/man/autom4te.1
autoconf-2.69/man/ifnames.x
autoconf-2.69/man/Makefile.in
autoconf-2.69/man/autoheader.x
autoconf-2.69/man/autom4te.x
autoconf-2.69/man/autoreconf.x
autoconf-2.69/man/autoscan.x
autoconf-2.69/man/config.sub.x
autoconf-2.69/man/config.sub.1
autoconf-2.69/man/common.x
autoconf-2.69/man/autoscan.1
autoconf-2.69/man/config.guess.1
autoconf-2.69/man/autoupdate.1
autoconf-2.69/man/autoconf.1
autoconf-2.69/man/ifnames.1
autoconf-2.69/man/autoconf.x
autoconf-2.69/man/autoreconf.1
autoconf-2.69/man/config.guess.x
autoconf-2.69/Makefile.am
autoconf-2.69/
cfg.mk
autoconf-2.69/.version
autoconf-2.69/.tarball-version
autoconf-2.69/lib/
autoconf-2.69/lib/
freeze.mk
autoconf-2.69/lib/Makefile.am
autoconf-2.69/lib/emacs/
autoconf-2.69/lib/emacs/Makefile.am
autoconf-2.69/lib/emacs/autotest-mode.el
autoconf-2.69/lib/emacs/Makefile.in
autoconf-2.69/lib/emacs/autoconf-mode.el
autoconf-2.69/lib/Makefile.in
autoconf-2.69/lib/autotest/
autoconf-2.69/lib/autotest/Makefile.am
autoconf-2.69/lib/autotest/Makefile.in
autoconf-2.69/lib/autotest/specific.m4
autoconf-2.69/lib/autotest/autotest.m4
autoconf-2.69/lib/autotest/general.m4
autoconf-2.69/lib/m4sugar/
autoconf-2.69/lib/m4sugar/Makefile.am
autoconf-2.69/lib/m4sugar/Makefile.in
autoconf-2.69/lib/m4sugar/foreach.m4
autoconf-2.69/lib/m4sugar/m4sh.m4
autoconf-2.69/lib/m4sugar/m4sugar.m4
autoconf-2.69/lib/autoscan/
autoconf-2.69/lib/autoscan/Makefile.am
autoconf-2.69/lib/autoscan/autoscan.pre
autoconf-2.69/lib/autoscan/Makefile.in
autoconf-2.69/lib/
autom4te.in
autoconf-2.69/lib/autoconf/
autoconf-2.69/lib/autoconf/oldnames.m4
autoconf-2.69/lib/autoconf/go.m4
autoconf-2.69/lib/autoconf/Makefile.am
autoconf-2.69/lib/autoconf/status.m4
autoconf-2.69/lib/autoconf/headers.m4
autoconf-2.69/lib/autoconf/Makefile.in
autoconf-2.69/lib/autoconf/fortran.m4
autoconf-2.69/lib/autoconf/erlang.m4
autoconf-2.69/lib/autoconf/programs.m4
autoconf-2.69/lib/autoconf/autoheader.m4
autoconf-2.69/lib/autoconf/lang.m4
autoconf-2.69/lib/autoconf/functions.m4
autoconf-2.69/lib/autoconf/autoconf.m4
autoconf-2.69/lib/autoconf/specific.m4
autoconf-2.69/lib/autoconf/libs.m4
autoconf-2.69/lib/autoconf/autoscan.m4
autoconf-2.69/lib/autoconf/autotest.m4
autoconf-2.69/lib/autoconf/autoupdate.m4
autoconf-2.69/lib/autoconf/general.m4
autoconf-2.69/lib/autoconf/c.m4
autoconf-2.69/lib/autoconf/types.m4
autoconf-2.69/lib/Autom4te/
autoconf-2.69/lib/Autom4te/ChannelDefs.pm
autoconf-2.69/lib/Autom4te/Makefile.am
autoconf-2.69/lib/Autom4te/Makefile.in
autoconf-2.69/lib/Autom4te/XFile.pm
autoconf-2.69/lib/Autom4te/Getopt.pm
autoconf-2.69/lib/Autom4te/General.pm
autoconf-2.69/lib/Autom4te/Configure_ac.pm
autoconf-2.69/lib/Autom4te/Request.pm
autoconf-2.69/lib/Autom4te/FileUtils.pm
autoconf-2.69/lib/Autom4te/Channels.pm
autoconf-2.69/lib/Autom4te/C4che.pm
autoconf-2.69/Makefile.in
autoconf-2.69/ChangeLog.2
autoconf-2.69/ChangeLog
autoconf-2.69/configure
autoconf-2.69/
maint.mk
autoconf-2.69/doc/
autoconf-2.69/doc/autoconf.texi
autoconf-2.69/doc/install.texi
autoconf-2.69/doc/Makefile.am
autoconf-2.69/doc/Makefile.in
autoconf-2.69/doc/
autoconf.info
autoconf-2.69/doc/stamp-vti
autoconf-2.69/doc/gendocs_template
autoconf-2.69/doc/make-stds.texi
autoconf-2.69/doc/
standards.info
autoconf-2.69/doc/gnu-oids.texi
autoconf-2.69/doc/fdl.texi
autoconf-2.69/doc/standards.texi
autoconf-2.69/doc/version.texi
autoconf-2.69/.prev-version
autoconf-2.69/COPYING
autoconf-2.69/ChangeLog.3
autoconf-2.69/tests/
autoconf-2.69/tests/
m4sh.at
autoconf-2.69/tests/
wrapper.as
autoconf-2.69/tests/
acgo.at
autoconf-2.69/tests/Makefile.am
autoconf-2.69/tests/
autotest.at
autoconf-2.69/tests/
aclang.at
autoconf-2.69/tests/
go.at
autoconf-2.69/tests/
acstatus.at
autoconf-2.69/tests/mktests.sh
autoconf-2.69/tests/
acc.at
autoconf-2.69/tests/
autoscan.at
autoconf-2.69/tests/
aclibs.at
autoconf-2.69/tests/Makefile.in
autoconf-2.69/tests/
actypes.at
autoconf-2.69/tests/
compile.at
autoconf-2.69/tests/statesave.m4
autoconf-2.69/tests/
c.at
autoconf-2.69/tests/
acfortran.at
autoconf-2.69/tests/
local.at
autoconf-2.69/tests/
erlang.at
autoconf-2.69/tests/
m4sugar.at
autoconf-2.69/tests/
acautoupdate.at
autoconf-2.69/tests/
torture.at
autoconf-2.69/tests/
foreign.at
autoconf-2.69/tests/
acautoheader.at
autoconf-2.69/tests/
acheaders.at
autoconf-2.69/tests/
base.at
autoconf-2.69/tests/
acfunctions.at
autoconf-2.69/tests/
fortran.at
autoconf-2.69/tests/
acprograms.at
autoconf-2.69/tests/
acspecific.at
autoconf-2.69/tests/
semantics.at
autoconf-2.69/tests/
atlocal.in
autoconf-2.69/tests/mktests.stamp
autoconf-2.69/tests/
tools.at
autoconf-2.69/tests/
suite.at
autoconf-2.69/tests/
acgeneral.at
autoconf-2.69/README
autoconf-2.69/AUTHORS
autoconf-2.69/COPYINGv3
autoconf-2.69/BUGS
autoconf-2.69/ChangeLog.0
autoconf-2.69/ChangeLog.1
autoconf-2.69/
configure.ac
autoconf-2.69/TODO
autoconf-2.69/m4/
autoconf-2.69/m4/m4.m4
autoconf-2.69/m4/make-case.m4
autoconf-2.69/m4/autobuild.m4
autoconf-2.69/COPYING.EXCEPTION
autoconf-2.69/INSTALL
autoconf-2.69/GNUmakefile
autoconf-2.69/aclocal.m4
autoconf-2.69/build-aux/
autoconf-2.69/build-aux/texinfo.tex
autoconf-2.69/build-aux/install-sh
autoconf-2.69/build-aux/config.sub
autoconf-2.69/build-aux/elisp-comp
autoconf-2.69/build-aux/gendocs.sh
autoconf-2.69/build-aux/git-version-gen
autoconf-2.69/build-aux/config.guess
autoconf-2.69/build-aux/gitlog-to-changelog
autoconf-2.69/build-aux/gnupload
autoconf-2.69/build-aux/missing
autoconf-2.69/build-aux/mdate-sh
autoconf-2.69/build-aux/announce-gen
create symbolic link `autoconf' to `autoconf-2.69'
Building 'autoconf'...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
configure: autobuild project... GNU Autoconf
configure: autobuild revision... 2.69
configure: autobuild hostname...
asterisk.dvptus.transneft.ru
configure: autobuild timestamp... 20140618T022916Z
checking whether /bin/sh -n is known to work... yes
checking for characters that cannot appear in file names... none
checking whether directories can have trailing spaces... yes
checking for expr... /usr/bin/expr
checking for GNU M4 that supports accurate traces... /root/bin/m4
checking whether /root/bin/m4 accepts --gnu... yes
checking how m4 supports trace files... --debugfile
checking for perl... /usr/bin/perl
checking whether /usr/bin/perl Fcntl::flock is implemented... yes
checking for emacs... emacs
checking whether emacs is sufficiently recent... yes
checking for emacs... emacs
checking where .elc files should go... ${datarootdir}/emacs/site-lisp
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking whether make is case sensitive... yes
configure: creating ./config.status
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating man/Makefile
config.status: creating lib/emacs/Makefile
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating lib/Autom4te/Makefile
config.status: creating lib/autoscan/Makefile
config.status: creating lib/m4sugar/Makefile
config.status: creating lib/autoconf/Makefile
config.status: creating lib/autotest/Makefile
config.status: creating bin/Makefile
config.status: executing tests/atconfig commands
make all-recursive
make[1]: Entering directory `/root/ast-h323/autoconf-2.69'
Making all in bin
make[2]: Entering directory `/root/ast-h323/autoconf-2.69/bin'
rm -f autom4te autom4te.tmp
srcdir=''; \
test -f ./
autom4te.in || srcdir=./; \
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e
's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/root/bin|g' -e
's|@pkgdatadir[@]|/root/share/autoconf|g' -e 's|@prefix[@]|/root|g' -e
's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e
's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e
's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e
's|@M4[@]|/root/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e
's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed
's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e
's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e
's|@configure_input[@]|Generated from
autom4te.in; do not edit by hand.|g'
${srcdir}
autom4te.in >autom4te.tmp
chmod +x autom4te.tmp
chmod a-w autom4te.tmp
mv autom4te.tmp autom4te
cd ../lib && make autom4te.cfg
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/lib'
rm -f autom4te.cfg autom4te.tmp
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e
's|@bindir[@]|/root/bin|g' -e 's|@pkgdatadir[@]|/root/share/autoconf|g' -e
's|@prefix[@]|/root|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed
's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed
's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g'
-e 's|@M4[@]|/root/bin/m4|g' -e 's|@AWK[@]|gawk|g' -e
's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' ./
autom4te.in
>autom4te.tmp
chmod a-w autom4te.tmp
mv autom4te.tmp autom4te.cfg
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/lib'
cd ../lib/m4sugar && make version.m4
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/lib/m4sugar'
:;{ \
echo '# This file is part of -*- Autoconf -*-.' && \
echo '# Version of Autoconf.' && \
echo '# Copyright (C) 1999, 2000, 2001, 2002, 2006, 2007, 2009' && \
echo '# Free Software Foundation, Inc.' && \
echo &&\
echo 'm4_define([m4_PACKAGE_NAME], [GNU Autoconf])' && \
echo 'm4_define([m4_PACKAGE_TARNAME], [autoconf])' && \
echo 'm4_define([m4_PACKAGE_VERSION], [2.69])' && \
echo 'm4_define([m4_PACKAGE_STRING], [GNU Autoconf 2.69])' && \
echo 'm4_define([m4_PACKAGE_BUGREPORT], [
bug-au...@gnu.org])' && \
echo 'm4_define([m4_PACKAGE_URL],
[
http://www.gnu.org/software/autoconf/])' && \
echo 'm4_define([m4_PACKAGE_YEAR], ['`sed
's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../../ChangeLog`'])'; \
} > version.m4-t
mv version.m4-t version.m4
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/lib/m4sugar'
autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg'
../bin/autom4te -B '..'/lib -B '..'/lib --language M4sh --cache ''
--melt ./
autoconf.as -o
autoconf.in
rm -f autoconf autoconf.tmp
srcdir=''; \
test -f ./
autoconf.in || srcdir=./; \
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e
's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/root/bin|g' -e
's|@pkgdatadir[@]|/root/share/autoconf|g' -e 's|@prefix[@]|/root|g' -e
's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e
's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e
's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e
's|@M4[@]|/root/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e
's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed
's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e
's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e
's|@configure_input[@]|Generated from
autoconf.in; do not edit by hand.|g'
${srcdir}
autoconf.in >autoconf.tmp
chmod +x autoconf.tmp
chmod a-w autoconf.tmp
mv autoconf.tmp autoconf
rm -f autoheader autoheader.tmp
srcdir=''; \
test -f ./
autoheader.in || srcdir=./; \
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e
's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/root/bin|g' -e
's|@pkgdatadir[@]|/root/share/autoconf|g' -e 's|@prefix[@]|/root|g' -e
's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e
's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e
's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e
's|@M4[@]|/root/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e
's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed
's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e
's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e
's|@configure_input[@]|Generated from
autoheader.in; do not edit by
hand.|g' ${srcdir}
autoheader.in >autoheader.tmp
chmod +x autoheader.tmp
chmod a-w autoheader.tmp
mv autoheader.tmp autoheader
rm -f autoreconf autoreconf.tmp
srcdir=''; \
test -f ./
autoreconf.in || srcdir=./; \
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e
's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/root/bin|g' -e
's|@pkgdatadir[@]|/root/share/autoconf|g' -e 's|@prefix[@]|/root|g' -e
's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e
's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e
's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e
's|@M4[@]|/root/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e
's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed
's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e
's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e
's|@configure_input[@]|Generated from
autoreconf.in; do not edit by
hand.|g' ${srcdir}
autoreconf.in >autoreconf.tmp
chmod +x autoreconf.tmp
chmod a-w autoreconf.tmp
mv autoreconf.tmp autoreconf
rm -f ifnames ifnames.tmp
srcdir=''; \
test -f ./
ifnames.in || srcdir=./; \
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e
's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/root/bin|g' -e
's|@pkgdatadir[@]|/root/share/autoconf|g' -e 's|@prefix[@]|/root|g' -e
's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e
's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e
's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e
's|@M4[@]|/root/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e
's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed
's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e
's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e
's|@configure_input[@]|Generated from
ifnames.in; do not edit by hand.|g'
${srcdir}
ifnames.in >ifnames.tmp
chmod +x ifnames.tmp
chmod a-w ifnames.tmp
mv ifnames.tmp ifnames
rm -f autoscan autoscan.tmp
srcdir=''; \
test -f ./
autoscan.in || srcdir=./; \
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e
's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/root/bin|g' -e
's|@pkgdatadir[@]|/root/share/autoconf|g' -e 's|@prefix[@]|/root|g' -e
's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e
's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e
's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e
's|@M4[@]|/root/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e
's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed
's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e
's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e
's|@configure_input[@]|Generated from
autoscan.in; do not edit by hand.|g'
${srcdir}
autoscan.in >autoscan.tmp
chmod +x autoscan.tmp
chmod a-w autoscan.tmp
mv autoscan.tmp autoscan
rm -f autoupdate autoupdate.tmp
srcdir=''; \
test -f ./
autoupdate.in || srcdir=./; \
sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e
's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/root/bin|g' -e
's|@pkgdatadir[@]|/root/share/autoconf|g' -e 's|@prefix[@]|/root|g' -e
's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e
's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e
's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e
's|@M4[@]|/root/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e
's|@M4_GNU[@]|--gnu|g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|'`sed
's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e
's|@VERSION[@]|2.69|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e
's|@configure_input[@]|Generated from
autoupdate.in; do not edit by
hand.|g' ${srcdir}
autoupdate.in >autoupdate.tmp
chmod +x autoupdate.tmp
chmod a-w autoupdate.tmp
mv autoupdate.tmp autoupdate
make[2]: Leaving directory `/root/ast-h323/autoconf-2.69/bin'
Making all in .
make[2]: Entering directory `/root/ast-h323/autoconf-2.69'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/root/ast-h323/autoconf-2.69'
Making all in lib
make[2]: Entering directory `/root/ast-h323/autoconf-2.69/lib'
Making all in Autom4te
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/lib/Autom4te'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/lib/Autom4te'
Making all in m4sugar
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/lib/m4sugar'
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'
../../bin/autom4te -B '../..'/lib -B '../..'/lib \
--language=m4sugar \
--freeze \
--output=m4sugar.m4f
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'
../../bin/autom4te -B '../..'/lib -B '../..'/lib \
--language=m4sh \
--freeze \
--output=m4sh.m4f
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/lib/m4sugar'
Making all in autoconf
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/lib/autoconf'
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'
../../bin/autom4te -B '../..'/lib -B '../..'/lib \
--language=autoconf \
--freeze \
--output=autoconf.m4f
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/lib/autoconf'
Making all in autotest
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/lib/autotest'
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'
../../bin/autom4te -B '../..'/lib -B '../..'/lib \
--language=autotest \
--freeze \
--output=autotest.m4f
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/lib/autotest'
Making all in autoscan
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/lib/autoscan'
echo '# Automatically Generated: do not edit this file' >autoscan.list
sed '/^[#]/!q' ./autoscan.pre >>autoscan.list
( \
sed -n '/^[^#]/p' ./autoscan.pre; \
autom4te_perllibdir='../..'/lib AUTOM4TE_CFG='../../lib/autom4te.cfg'
../../bin/autom4te -B '../..'/lib -B '../..'/lib --cache '' -M
-l autoconf -t'AN_OUTPUT:$1: $2 $3' \
) | LC_ALL=C sort >>autoscan.list
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/lib/autoscan'
Making all in emacs
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/lib/emacs'
WARNING: Warnings can be ignored. :-)
if test "emacs" != no; then \
set x; \
list='autoconf-mode.el autotest-mode.el'; for p in $list; do \
if test -f "$p"; then d=; else d="./"; fi; \
set x "$@" "$d$p"; shift; \
done; \
shift; \
EMACS="emacs" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \
else : ; fi
Loading /usr/share/emacs/site-lisp/site-start.d/igrep-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/lang-coding-systems-init.el
(source)...
Loading /usr/share/emacs/site-lisp/site-start.d/php-mode-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/po-mode-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/psgml-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/python-mode-init.el
(source)...
Loading /usr/share/emacs/site-lisp/site-start.d/rpm-spec-mode-init.el
(source)...
Loading /usr/share/emacs/site-lisp/site-start.d/tramp-init.el (source)...
While compiling autoconf-mode in file
/root/ast-h323/autoconf/lib/emacs/elc.21159/autoconf-mode.el:
** assignment to free variable add-log-current-defun-function
Wrote /root/ast-h323/autoconf/lib/emacs/elc.21159/autoconf-mode.elc
While compiling autotest-mode in file
/root/ast-h323/autoconf/lib/emacs/elc.21159/autotest-mode.el:
** assignment to free variable add-log-current-defun-function
Wrote /root/ast-h323/autoconf/lib/emacs/elc.21159/autotest-mode.elc
Done
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/lib/emacs'
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/lib'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/lib'
make[2]: Leaving directory `/root/ast-h323/autoconf-2.69/lib'
Making all in doc
make[2]: Entering directory `/root/ast-h323/autoconf-2.69/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/ast-h323/autoconf-2.69/doc'
Making all in tests
make[2]: Entering directory `/root/ast-h323/autoconf-2.69/tests'
autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg'
../bin/autom4te -B '..'/lib -B '..'/lib --language=M4sh
./
wrapper.as -o
wrapper.in
rm -f autoconf autoconf.tmp
input=
wrapper.in; \
sed -e 's|@wrap_program[@]|autoconf|g' -e
's|@abs_top_srcdir[@]|/root/ast-h323/autoconf|g' -e
's|@abs_top_builddir[@]|/root/ast-h323/autoconf|g' -e
"s|@configure_input[@]|Generated from $input.|g"
wrapper.in >autoconf.tmp
chmod +x autoconf.tmp
chmod a-w autoconf.tmp
mv -f autoconf.tmp autoconf
rm -f autoheader autoheader.tmp
input=
wrapper.in; \
sed -e 's|@wrap_program[@]|autoheader|g' -e
's|@abs_top_srcdir[@]|/root/ast-h323/autoconf|g' -e
's|@abs_top_builddir[@]|/root/ast-h323/autoconf|g' -e
"s|@configure_input[@]|Generated from $input.|g"
wrapper.in >autoheader.tmp
chmod +x autoheader.tmp
chmod a-w autoheader.tmp
mv -f autoheader.tmp autoheader
rm -f autom4te autom4te.tmp
input=
wrapper.in; \
sed -e 's|@wrap_program[@]|autom4te|g' -e
's|@abs_top_srcdir[@]|/root/ast-h323/autoconf|g' -e
's|@abs_top_builddir[@]|/root/ast-h323/autoconf|g' -e
"s|@configure_input[@]|Generated from $input.|g"
wrapper.in >autom4te.tmp
chmod +x autom4te.tmp
chmod a-w autom4te.tmp
mv -f autom4te.tmp autom4te
rm -f autoreconf autoreconf.tmp
input=
wrapper.in; \
sed -e 's|@wrap_program[@]|autoreconf|g' -e
's|@abs_top_srcdir[@]|/root/ast-h323/autoconf|g' -e
's|@abs_top_builddir[@]|/root/ast-h323/autoconf|g' -e
"s|@configure_input[@]|Generated from $input.|g"
wrapper.in >autoreconf.tmp
chmod +x autoreconf.tmp
chmod a-w autoreconf.tmp
mv -f autoreconf.tmp autoreconf
rm -f autoscan autoscan.tmp
input=
wrapper.in; \
sed -e 's|@wrap_program[@]|autoscan|g' -e
's|@abs_top_srcdir[@]|/root/ast-h323/autoconf|g' -e
's|@abs_top_builddir[@]|/root/ast-h323/autoconf|g' -e
"s|@configure_input[@]|Generated from $input.|g"
wrapper.in >autoscan.tmp
chmod +x autoscan.tmp
chmod a-w autoscan.tmp
mv -f autoscan.tmp autoscan
rm -f autoupdate autoupdate.tmp
input=
wrapper.in; \
sed -e 's|@wrap_program[@]|autoupdate|g' -e
's|@abs_top_srcdir[@]|/root/ast-h323/autoconf|g' -e
's|@abs_top_builddir[@]|/root/ast-h323/autoconf|g' -e
"s|@configure_input[@]|Generated from $input.|g"
wrapper.in >autoupdate.tmp
chmod +x autoupdate.tmp
chmod a-w autoupdate.tmp
mv -f autoupdate.tmp autoupdate
rm -f ifnames ifnames.tmp
input=
wrapper.in; \
sed -e 's|@wrap_program[@]|ifnames|g' -e
's|@abs_top_srcdir[@]|/root/ast-h323/autoconf|g' -e
's|@abs_top_builddir[@]|/root/ast-h323/autoconf|g' -e
"s|@configure_input[@]|Generated from $input.|g"
wrapper.in >ifnames.tmp
chmod +x ifnames.tmp
chmod a-w ifnames.tmp
mv -f ifnames.tmp ifnames
make[2]: Leaving directory `/root/ast-h323/autoconf-2.69/tests'
Making all in man
make[2]: Entering directory `/root/ast-h323/autoconf-2.69/man'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/ast-h323/autoconf-2.69/man'
make[1]: Leaving directory `/root/ast-h323/autoconf-2.69'
Installing 'autoconf'...
make install-recursive
make[1]: Entering directory `/root/ast-h323/autoconf-2.69'
Making install in bin
make[2]: Entering directory `/root/ast-h323/autoconf-2.69/bin'
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/bin'
test -z "/root/bin" || /bin/mkdir -p "/root/bin"
/usr/bin/install -c autom4te autoconf autoheader autoreconf ifnames
autoscan autoupdate '/root/bin'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/bin'
make[2]: Leaving directory `/root/ast-h323/autoconf-2.69/bin'
Making install in .
make[2]: Entering directory `/root/ast-h323/autoconf-2.69'
make[3]: Entering directory `/root/ast-h323/autoconf-2.69'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/root/share/autoconf" || /bin/mkdir -p "/root/share/autoconf"
/usr/bin/install -c -m 644 ./INSTALL '/root/share/autoconf'
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69'
make[2]: Leaving directory `/root/ast-h323/autoconf-2.69'
Making install in lib
make[2]: Entering directory `/root/ast-h323/autoconf-2.69/lib'
Making install in Autom4te
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/lib/Autom4te'
make[4]: Entering directory `/root/ast-h323/autoconf-2.69/lib/Autom4te'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/root/share/autoconf/Autom4te" || /bin/mkdir -p
"/root/share/autoconf/Autom4te"
/usr/bin/install -c -m 644 C4che.pm ChannelDefs.pm Channels.pm
Configure_ac.pm FileUtils.pm General.pm Getopt.pm Request.pm XFile.pm
'/root/share/autoconf/Autom4te'
make[4]: Leaving directory `/root/ast-h323/autoconf-2.69/lib/Autom4te'
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/lib/Autom4te'
Making install in m4sugar
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/lib/m4sugar'
make[4]: Entering directory `/root/ast-h323/autoconf-2.69/lib/m4sugar'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/root/share/autoconf/m4sugar" || /bin/mkdir -p
"/root/share/autoconf/m4sugar"
/usr/bin/install -c -m 644 m4sugar.m4 foreach.m4 m4sh.m4
'/root/share/autoconf/m4sugar'
test -z "/root/share/autoconf/m4sugar" || /bin/mkdir -p
"/root/share/autoconf/m4sugar"
/usr/bin/install -c -m 644 version.m4 m4sugar.m4f m4sh.m4f
'/root/share/autoconf/m4sugar'
make[4]: Leaving directory `/root/ast-h323/autoconf-2.69/lib/m4sugar'
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/lib/m4sugar'
Making install in autoconf
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/lib/autoconf'
make[4]: Entering directory `/root/ast-h323/autoconf-2.69/lib/autoconf'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/root/share/autoconf/autoconf" || /bin/mkdir -p
"/root/share/autoconf/autoconf"
/usr/bin/install -c -m 644 autoconf.m4 general.m4 status.m4 oldnames.m4
specific.m4 autoheader.m4 autoupdate.m4 autotest.m4 autoscan.m4 lang.m4
c.m4 erlang.m4 fortran.m4 functions.m4 go.m4 headers.m4 types.m4 libs.m4
programs.m4 '/root/share/autoconf/autoconf'
test -z "/root/share/autoconf/autoconf" || /bin/mkdir -p
"/root/share/autoconf/autoconf"
/usr/bin/install -c -m 644 autoconf.m4f '/root/share/autoconf/autoconf'
make[4]: Leaving directory `/root/ast-h323/autoconf-2.69/lib/autoconf'
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/lib/autoconf'
Making install in autotest
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/lib/autotest'
make[4]: Entering directory `/root/ast-h323/autoconf-2.69/lib/autotest'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/root/share/autoconf/autotest" || /bin/mkdir -p
"/root/share/autoconf/autotest"
/usr/bin/install -c -m 644 autotest.m4 general.m4 specific.m4
'/root/share/autoconf/autotest'
test -z "/root/share/autoconf/autotest" || /bin/mkdir -p
"/root/share/autoconf/autotest"
/usr/bin/install -c -m 644 autotest.m4f '/root/share/autoconf/autotest'
make[4]: Leaving directory `/root/ast-h323/autoconf-2.69/lib/autotest'
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/lib/autotest'
Making install in autoscan
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/lib/autoscan'
make[4]: Entering directory `/root/ast-h323/autoconf-2.69/lib/autoscan'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/root/share/autoconf/autoscan" || /bin/mkdir -p
"/root/share/autoconf/autoscan"
/usr/bin/install -c -m 644 autoscan.list '/root/share/autoconf/autoscan'
make[4]: Leaving directory `/root/ast-h323/autoconf-2.69/lib/autoscan'
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/lib/autoscan'
Making install in emacs
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/lib/emacs'
make[4]: Entering directory `/root/ast-h323/autoconf-2.69/lib/emacs'
make[4]: Nothing to be done for `install-exec-am'.
/usr/bin/install -c -m 644 'autoconf-mode.el'
'/root/share/emacs/site-lisp/autoconf-mode.el'
/usr/bin/install -c -m 644 'autoconf-mode.elc'
'/root/share/emacs/site-lisp/autoconf-mode.elc'
/usr/bin/install -c -m 644 'autotest-mode.el'
'/root/share/emacs/site-lisp/autotest-mode.el'
/usr/bin/install -c -m 644 'autotest-mode.elc'
'/root/share/emacs/site-lisp/autotest-mode.elc'
make[4]: Leaving directory `/root/ast-h323/autoconf-2.69/lib/emacs'
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/lib/emacs'
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/lib'
make[4]: Entering directory `/root/ast-h323/autoconf-2.69/lib'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/root/share/autoconf" || /bin/mkdir -p "/root/share/autoconf"
/usr/bin/install -c -m 644 autom4te.cfg '/root/share/autoconf'
make[4]: Leaving directory `/root/ast-h323/autoconf-2.69/lib'
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/lib'
make[2]: Leaving directory `/root/ast-h323/autoconf-2.69/lib'
Making install in doc
make[2]: Entering directory `/root/ast-h323/autoconf-2.69/doc'
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/doc'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/root/share/info" || /bin/mkdir -p "/root/share/info"
/usr/bin/install -c -m 644 ./
autoconf.info ./
standards.info
'/root/share/info'
install-info --info-dir='/root/share/info' '/root/share/info/
autoconf.info'
install-info --info-dir='/root/share/info'
'/root/share/info/
standards.info'
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/doc'
make[2]: Leaving directory `/root/ast-h323/autoconf-2.69/doc'
Making install in tests
make[2]: Entering directory `/root/ast-h323/autoconf-2.69/tests'
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/tests'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/tests'
make[2]: Leaving directory `/root/ast-h323/autoconf-2.69/tests'
Making install in man
make[2]: Entering directory `/root/ast-h323/autoconf-2.69/man'
make[3]: Entering directory `/root/ast-h323/autoconf-2.69/man'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/root/share/man/man1" || /bin/mkdir -p "/root/share/man/man1"
/usr/bin/install -c -m 644 ./autoconf.1 ./autoheader.1 ./autom4te.1
./autoreconf.1 ./autoscan.1 ./autoupdate.1 ./ifnames.1 ./config.guess.1
./config.sub.1 '/root/share/man/man1'
make[3]: Leaving directory `/root/ast-h323/autoconf-2.69/man'
make[2]: Leaving directory `/root/ast-h323/autoconf-2.69/man'
make[1]: Leaving directory `/root/ast-h323/autoconf-2.69'
Fetching 'pkg-config'...
--2014-06-18 13:29:18--
http://pkgconfig.freedesktop.org/releases/pkg-config-0.26.tar.gz
Connecting to 10.248.200.3:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: 396399 (387K) [application/x-gzip]
Saving to: `pkg-config-0.26.tar.gz'
0% [
] 0 --.-K/s
100%[=====================================================================================================================================================================================================================================>]
396,399 --.-K/s in 0.08s
2014-06-18 13:29:18 (5.04 MB/s) - `pkg-config-0.26.tar.gz' saved
[396399/396399]
pkg-config-0.26/
pkg-config-0.26/parse.h
pkg-config-0.26/INSTALL
pkg-config-0.26/acconfig.h
pkg-config-0.26/COPYING
pkg-config-0.26/Makefile.am
pkg-config-0.26/ltmain.sh
pkg-config-0.26/pkg.h
pkg-config-0.26/
config.h.in
pkg-config-0.26/pkg.m4
pkg-config-0.26/README
pkg-config-0.26/pkg-config.1
pkg-config-0.26/
configure.ac
pkg-config-0.26/AUTHORS
pkg-config-0.26/pkg.c
pkg-config-0.26/parse.c
pkg-config-0.26/Makefile.in
pkg-config-0.26/check/
pkg-config-0.26/check/idirafter.pc
pkg-config-0.26/check/simple.pc
pkg-config-0.26/check/Makefile.am
pkg-config-0.26/check/public-dep.pc
pkg-config-0.26/check/check-libs
pkg-config-0.26/check/missing-requires.pc
pkg-config-0.26/check/check-conflicts
pkg-config-0.26/check/common
pkg-config-0.26/check/check-cmd-options
pkg-config-0.26/check/check-whitespace
pkg-config-0.26/check/check-libs-private
pkg-config-0.26/check/check-requires-private
pkg-config-0.26/check/requires-test.pc
pkg-config-0.26/check/conflicts-test.pc
pkg-config-0.26/check/fields-blank.pc
pkg-config-0.26/check/check-define-variable
pkg-config-0.26/check/
config.sh.in
pkg-config-0.26/check/Makefile.in
pkg-config-0.26/check/check-cflags
pkg-config-0.26/check/check-idirafter
pkg-config-0.26/check/check-missing
pkg-config-0.26/check/whitespace.pc
pkg-config-0.26/check/check-includedir
pkg-config-0.26/check/private-dep.pc
pkg-config-0.26/check/missing-requires-private.pc
pkg-config-0.26/check/includedir.pc
pkg-config-0.26/NEWS
pkg-config-0.26/aclocal.m4
pkg-config-0.26/main.c
pkg-config-0.26/config.sub
pkg-config-0.26/install-sh
pkg-config-0.26/README.win32
pkg-config-0.26/popt/
pkg-config-0.26/popt/poptconfig.c
pkg-config-0.26/popt/popt.c
pkg-config-0.26/popt/COPYING
pkg-config-0.26/popt/Makefile.am
pkg-config-0.26/popt/popthelp.c
pkg-config-0.26/popt/findme.h
pkg-config-0.26/popt/poptint.h
pkg-config-0.26/popt/findme.c
pkg-config-0.26/popt/poptparse.c
pkg-config-0.26/popt/Makefile.in
pkg-config-0.26/popt/popt.h
pkg-config-0.26/pkg-config-guide.html
pkg-config-0.26/missing
pkg-config-0.26/config.guess
pkg-config-0.26/ChangeLog
pkg-config-0.26/configure
pkg-config-0.26/depcomp
create symbolic link `pkg-config' to `pkg-config-0.26'
Executing pre-build script for 'pkg-config'...
removed `/root/bin/pkg-config'
Building 'pkg-config'...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu
format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format...
func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries...
yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating ./
config.lt
config.lt: creating libtool
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for default search path for .pc files...
${libdir}/pkgconfig:${datadir}/pkgconfig
checking for --with-system-include-path... /usr/include
checking for --with-system-library-path... /usr/lib
checking whether to list both direct and indirect dependencies... no
checking for Win32... no
checking for pkg-config... pkg-config
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for setresuid... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for unistd.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating popt/Makefile
config.status: creating check/Makefile
config.status: creating check/config.sh
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory `/root/ast-h323/pkg-config-0.26'
Making all in popt
make[2]: Entering directory `/root/ast-h323/pkg-config-0.26/popt'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-g -O2 -MT popt.lo -MD -MP -MF .deps/popt.Tpo -c -o popt.lo popt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT popt.lo -MD -MP
-MF .deps/popt.Tpo -c popt.c -fPIC -DPIC -o .libs/popt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT popt.lo -MD -MP
-MF .deps/popt.Tpo -c popt.c -o popt.o >/dev/null 2>&1
mv -f .deps/popt.Tpo .deps/popt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-g -O2 -MT poptconfig.lo -MD -MP -MF .deps/poptconfig.Tpo -c -o
poptconfig.lo poptconfig.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT poptconfig.lo
-MD -MP -MF .deps/poptconfig.Tpo -c poptconfig.c -fPIC -DPIC -o
.libs/poptconfig.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT poptconfig.lo
-MD -MP -MF .deps/poptconfig.Tpo -c poptconfig.c -o poptconfig.o >/dev/null
2>&1
mv -f .deps/poptconfig.Tpo .deps/poptconfig.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-g -O2 -MT popthelp.lo -MD -MP -MF .deps/popthelp.Tpo -c -o popthelp.lo
popthelp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT popthelp.lo -MD
-MP -MF .deps/popthelp.Tpo -c popthelp.c -fPIC -DPIC -o .libs/popthelp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT popthelp.lo -MD
-MP -MF .deps/popthelp.Tpo -c popthelp.c -o popthelp.o >/dev/null 2>&1
mv -f .deps/popthelp.Tpo .deps/popthelp.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-g -O2 -MT poptparse.lo -MD -MP -MF .deps/poptparse.Tpo -c -o
poptparse.lo poptparse.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT poptparse.lo -MD
-MP -MF .deps/poptparse.Tpo -c poptparse.c -fPIC -DPIC -o .libs/poptparse.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT poptparse.lo -MD
-MP -MF .deps/poptparse.Tpo -c poptparse.c -o poptparse.o >/dev/null 2>&1
mv -f .deps/poptparse.Tpo .deps/poptparse.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-g -O2 -MT findme.lo -MD -MP -MF .deps/findme.Tpo -c -o findme.lo findme.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT findme.lo -MD
-MP -MF .deps/findme.Tpo -c findme.c -fPIC -DPIC -o .libs/findme.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT findme.lo -MD
-MP -MF .deps/findme.Tpo -c findme.c -o findme.o >/dev/null 2>&1
mv -f .deps/findme.Tpo .deps/findme.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o
libpopt.la
popt.lo poptconfig.lo popthelp.lo poptparse.lo findme.lo
libtool: link: ar cru .libs/libpopt.a .libs/popt.o .libs/poptconfig.o
.libs/popthelp.o .libs/poptparse.o .libs/findme.o
libtool: link: ranlib .libs/libpopt.a
libtool: link: ( cd ".libs" && rm -f "
libpopt.la" && ln -s "../
libpopt.la"
"
libpopt.la" )
make[2]: Leaving directory `/root/ast-h323/pkg-config-0.26/popt'
Making all in .
make[2]: Entering directory `/root/ast-h323/pkg-config-0.26'
gcc -DHAVE_CONFIG_H -I.
-DPKG_CONFIG_PC_PATH="\"/root/lib/pkgconfig:/root/share/pkgconfig\""
-DPKG_CONFIG_SYSTEM_INCLUDE_PATH="\"/usr/include\""
-DPKG_CONFIG_SYSTEM_LIBRARY_PATH="\"/usr/lib\"" -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I./popt -g -Wall -O2 -g -O2 -MT pkg.o -MD
-MP -MF .deps/pkg.Tpo -c -o pkg.o pkg.c
mv -f .deps/pkg.Tpo .deps/pkg.Po
gcc -DHAVE_CONFIG_H -I.
-DPKG_CONFIG_PC_PATH="\"/root/lib/pkgconfig:/root/share/pkgconfig\""
-DPKG_CONFIG_SYSTEM_INCLUDE_PATH="\"/usr/include\""
-DPKG_CONFIG_SYSTEM_LIBRARY_PATH="\"/usr/lib\"" -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I./popt -g -Wall -O2 -g -O2 -MT parse.o -MD
-MP -MF .deps/parse.Tpo -c -o parse.o parse.c
mv -f .deps/parse.Tpo .deps/parse.Po
gcc -DHAVE_CONFIG_H -I.
-DPKG_CONFIG_PC_PATH="\"/root/lib/pkgconfig:/root/share/pkgconfig\""
-DPKG_CONFIG_SYSTEM_INCLUDE_PATH="\"/usr/include\""
-DPKG_CONFIG_SYSTEM_LIBRARY_PATH="\"/usr/lib\"" -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I./popt -g -Wall -O2 -g -O2 -MT main.o -MD
-MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
/bin/sh ./libtool --tag=CC --mode=link gcc -g -Wall -O2 -g -O2 -o
pkg-config pkg.o parse.o main.o -L/lib -lglib-2.0 popt/
libpopt.la
libtool: link: gcc -g -Wall -O2 -g -O2 -o pkg-config pkg.o parse.o main.o
-L/lib -lglib-2.0 popt/.libs/libpopt.a
make[2]: Leaving directory `/root/ast-h323/pkg-config-0.26'
Making all in check
make[2]: Entering directory `/root/ast-h323/pkg-config-0.26/check'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/ast-h323/pkg-config-0.26/check'
make[1]: Leaving directory `/root/ast-h323/pkg-config-0.26'
Installing 'pkg-config'...
Making install in popt
make[1]: Entering directory `/root/ast-h323/pkg-config-0.26/popt'
make[2]: Entering directory `/root/ast-h323/pkg-config-0.26/popt'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/ast-h323/pkg-config-0.26/popt'
make[1]: Leaving directory `/root/ast-h323/pkg-config-0.26/popt'
Making install in .
make[1]: Entering directory `/root/ast-h323/pkg-config-0.26'
make[2]: Entering directory `/root/ast-h323/pkg-config-0.26'
test -z "/root/bin" || /bin/mkdir -p "/root/bin"
/bin/sh ./libtool --mode=install /usr/bin/install -c pkg-config
'/root/bin'
libtool: install: /usr/bin/install -c pkg-config /root/bin/pkg-config
test -z "/root/share/doc/pkg-config" || /bin/mkdir -p
"/root/share/doc/pkg-config"
/usr/bin/install -c -m 644 pkg-config-guide.html
'/root/share/doc/pkg-config'
test -z "/root/share/aclocal" || /bin/mkdir -p "/root/share/aclocal"
/usr/bin/install -c -m 644 pkg.m4 '/root/share/aclocal'
test -z "/root/share/man/man1" || /bin/mkdir -p "/root/share/man/man1"
/usr/bin/install -c -m 644 pkg-config.1 '/root/share/man/man1'
make[2]: Leaving directory `/root/ast-h323/pkg-config-0.26'
make[1]: Leaving directory `/root/ast-h323/pkg-config-0.26'
Making install in check
make[1]: Entering directory `/root/ast-h323/pkg-config-0.26/check'
make[2]: Entering directory `/root/ast-h323/pkg-config-0.26/check'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/ast-h323/pkg-config-0.26/check'
make[1]: Leaving directory `/root/ast-h323/pkg-config-0.26/check'
create symbolic link `/root/ast-h323/package_list' to
`/root/ast-h323/package_list_basic'
Fetching 'spandsp'...
--2014-06-18 13:29:23--
http://www.soft-switch.org/downloads/spandsp/spandsp-0.0.6pre21.tgz
Connecting to 10.248.200.3:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: 3278758 (3.1M) [application/x-gzip]
Saving to: `spandsp-0.0.6pre21.tgz'
0% [
] 0 --.-K/s
30% [====================================================================>
] 993,881 4.37M/s
40%
[===========================================================================================>
] 1,314,545
3.00M/s
82%
[============================================================================================================================================================================================>
] 2,707,185 4.17M/s
93%
[======================================================================================================================================================================================================================>
] 3,066,741 3.57M/s
100%[=====================================================================================================================================================================================================================================>]
3,278,758 3.35M/s in 0.9s
2014-06-18 13:29:24 (3.35 MB/s) - `spandsp-0.0.6pre21.tgz' saved
[3278758/3278758]
spandsp-0.0.6/
spandsp-0.0.6/configure
spandsp-0.0.6/spandsp-sim/
spandsp-0.0.6/spandsp-sim/make_line_models.c
spandsp-0.0.6/spandsp-sim/spandsp/
spandsp-0.0.6/spandsp-sim/spandsp/g1050.h
spandsp-0.0.6/spandsp-sim/spandsp/line_model.h
spandsp-0.0.6/spandsp-sim/spandsp/line_models.h
spandsp-0.0.6/spandsp-sim/spandsp/rfc2198_sim.h
spandsp-0.0.6/spandsp-sim/spandsp/test_utils.h
spandsp-0.0.6/spandsp-sim/libspandsp_sim.2008.vcproj
spandsp-0.0.6/spandsp-sim/msvc/
spandsp-0.0.6/spandsp-sim/msvc/msvcproj.foot
spandsp-0.0.6/spandsp-sim/msvc/vc8proj.head
spandsp-0.0.6/spandsp-sim/msvc/msvcproj.head
spandsp-0.0.6/spandsp-sim/msvc/make_line_models.2008.vcproj
spandsp-0.0.6/spandsp-sim/msvc/vc9proj.head
spandsp-0.0.6/spandsp-sim/msvc/vc9proj.foot
spandsp-0.0.6/spandsp-sim/msvc/vc8proj.foot
spandsp-0.0.6/spandsp-sim/rfc2198_sim.c
spandsp-0.0.6/spandsp-sim/libspandsp_sim.2005.vcproj
spandsp-0.0.6/spandsp-sim/g1050.c
spandsp-0.0.6/spandsp-sim/libspandsp_sim.dsp
spandsp-0.0.6/spandsp-sim/test_utils.c
spandsp-0.0.6/spandsp-sim/Makefile.in
spandsp-0.0.6/spandsp-sim/Makefile.am
spandsp-0.0.6/spandsp-sim/line_model.c
spandsp-0.0.6/spandsp-sim/spandsp-sim.h
spandsp-0.0.6/DueDiligence
spandsp-0.0.6/
spandsp.spec.in
spandsp-0.0.6/src/
spandsp-0.0.6/src/fax_modems.c
spandsp-0.0.6/src/t30_api.c
spandsp-0.0.6/src/v29rx.c
spandsp-0.0.6/src/oki_adpcm.c
spandsp-0.0.6/src/queue.c
spandsp-0.0.6/src/crc.c
spandsp-0.0.6/src/libspandsp.2008.vcproj
spandsp-0.0.6/src/modem_connect_tones.c
spandsp-0.0.6/src/lpc10_encode.c
spandsp-0.0.6/src/faxfont.h
spandsp-0.0.6/src/v42bis.c
spandsp-0.0.6/src/t35.c
spandsp-0.0.6/src/t38_core.c
spandsp-0.0.6/src/plc.c
spandsp-0.0.6/src/noise.c
spandsp-0.0.6/src/image_translate.c
spandsp-0.0.6/src/bell_r2_mf.c
spandsp-0.0.6/src/v29tx.c
spandsp-0.0.6/src/gsm0610_lpc.c
spandsp-0.0.6/src/filter_tools.c
spandsp-0.0.6/src/v18.c
spandsp-0.0.6/src/libspandsp.2005.vcproj
spandsp-0.0.6/src/gsm0610_long_term.c
spandsp-0.0.6/src/v17tx.c
spandsp-0.0.6/src/v29tx_constellation_maps.h
spandsp-0.0.6/src/complex_vector_int.c
spandsp-0.0.6/src/echo.c
spandsp-0.0.6/src/dds_int.c
spandsp-0.0.6/src/filter_tools.h
spandsp-0.0.6/src/lpc10_analyse.c
spandsp-0.0.6/src/power_meter.c
spandsp-0.0.6/src/libtiff.2005.vcproj
spandsp-0.0.6/src/v8.c
spandsp-0.0.6/src/spandsp/
spandsp-0.0.6/src/spandsp/plc.h
spandsp-0.0.6/src/spandsp/v42bis.h
spandsp-0.0.6/src/spandsp/echo.h
spandsp-0.0.6/src/spandsp/gsm0610.h
spandsp-0.0.6/src/spandsp/vector_int.h
spandsp-0.0.6/src/spandsp/saturated.h
spandsp-0.0.6/src/spandsp/dds.h
spandsp-0.0.6/src/spandsp/t4_rx.h
spandsp-0.0.6/src/spandsp/timezone.h
spandsp-0.0.6/src/spandsp/version.h
spandsp-0.0.6/src/spandsp/t38_terminal.h
spandsp-0.0.6/src/spandsp/telephony.h
spandsp-0.0.6/src/spandsp/schedule.h
spandsp-0.0.6/src/spandsp/v42.h
spandsp-0.0.6/src/spandsp/v27ter_tx.h
spandsp-0.0.6/src/spandsp/bitstream.h
spandsp-0.0.6/src/spandsp/v27ter_rx.h
spandsp-0.0.6/src/spandsp/modem_connect_tones.h
spandsp-0.0.6/src/spandsp/g726.h
spandsp-0.0.6/src/spandsp/super_tone_rx.h
spandsp-0.0.6/src/spandsp/timing.h
spandsp-0.0.6/src/spandsp/noise.h
spandsp-0.0.6/src/spandsp/expose.h
spandsp-0.0.6/src/spandsp/v22bis.h
spandsp-0.0.6/src/spandsp/t35.h
spandsp-0.0.6/src/spandsp/v17tx.h
spandsp-0.0.6/src/spandsp/silence_gen.h
spandsp-0.0.6/src/spandsp/complex_filters.h
spandsp-0.0.6/src/spandsp/playout.h
spandsp-0.0.6/src/spandsp/bell_r2_mf.h
spandsp-0.0.6/src/spandsp/image_translate.h
spandsp-0.0.6/src/spandsp/private/
spandsp-0.0.6/src/spandsp/private/v42bis.h
spandsp-0.0.6/src/spandsp/private/echo.h
spandsp-0.0.6/src/spandsp/private/gsm0610.h
spandsp-0.0.6/src/spandsp/private/t4_rx.h
spandsp-0.0.6/src/spandsp/private/timezone.h
spandsp-0.0.6/src/spandsp/private/t38_terminal.h
spandsp-0.0.6/src/spandsp/private/schedule.h
spandsp-0.0.6/src/spandsp/private/v42.h
spandsp-0.0.6/src/spandsp/private/v27ter_tx.h
spandsp-0.0.6/src/spandsp/private/bitstream.h
spandsp-0.0.6/src/spandsp/private/v27ter_rx.h
spandsp-0.0.6/src/spandsp/private/modem_connect_tones.h
spandsp-0.0.6/src/spandsp/private/g726.h
spandsp-0.0.6/src/spandsp/private/super_tone_rx.h
spandsp-0.0.6/src/spandsp/private/noise.h
spandsp-0.0.6/src/spandsp/private/v22bis.h
spandsp-0.0.6/src/spandsp/private/v17tx.h
spandsp-0.0.6/src/spandsp/private/silence_gen.h
spandsp-0.0.6/src/spandsp/private/bell_r2_mf.h
spandsp-0.0.6/src/spandsp/private/image_translate.h
spandsp-0.0.6/src/spandsp/private/v8.h
spandsp-0.0.6/src/spandsp/private/queue.h
spandsp-0.0.6/src/spandsp/private/t4_tx.h
spandsp-0.0.6/src/spandsp/private/hdlc.h
spandsp-0.0.6/src/spandsp/private/t31.h
spandsp-0.0.6/src/spandsp/private/dtmf.h
spandsp-0.0.6/src/spandsp/private/v29rx.h
spandsp-0.0.6/src/spandsp/private/fsk.h
spandsp-0.0.6/src/spandsp/private/v17rx.h
spandsp-0.0.6/src/spandsp/private/v29tx.h
spandsp-0.0.6/src/spandsp/private/fax.h
spandsp-0.0.6/src/spandsp/private/t4_t6_encode.h
spandsp-0.0.6/src/spandsp/private/oki_adpcm.h
spandsp-0.0.6/src/spandsp/private/t30_dis_dtc_dcs_bits.h
spandsp-0.0.6/src/spandsp/private/README
spandsp-0.0.6/src/spandsp/private/super_tone_tx.h
spandsp-0.0.6/src/spandsp/private/t38_gateway.h
spandsp-0.0.6/src/spandsp/private/v18.h
spandsp-0.0.6/src/spandsp/private/g711.h
spandsp-0.0.6/src/spandsp/private/swept_tone.h
spandsp-0.0.6/src/spandsp/private/at_interpreter.h
spandsp-0.0.6/src/spandsp/private/async.h
spandsp-0.0.6/src/spandsp/private/t30.h
spandsp-0.0.6/src/spandsp/private/t38_non_ecm_buffer.h
spandsp-0.0.6/src/spandsp/private/awgn.h
spandsp-0.0.6/src/spandsp/private/ima_adpcm.h
spandsp-0.0.6/src/spandsp/private/adsi.h
spandsp-0.0.6/src/spandsp/private/time_scale.h
spandsp-0.0.6/src/spandsp/private/modem_echo.h
spandsp-0.0.6/src/spandsp/private/logging.h
spandsp-0.0.6/src/spandsp/private/sig_tone.h
spandsp-0.0.6/src/spandsp/private/fax_modems.h
spandsp-0.0.6/src/spandsp/private/tone_detect.h
spandsp-0.0.6/src/spandsp/private/t4_t6_decode.h
spandsp-0.0.6/src/spandsp/private/tone_generate.h
spandsp-0.0.6/src/spandsp/private/lpc10.h
spandsp-0.0.6/src/spandsp/private/g722.h
spandsp-0.0.6/src/spandsp/private/bert.h
spandsp-0.0.6/src/spandsp/private/t38_core.h
spandsp-0.0.6/src/spandsp/v8.h
spandsp-0.0.6/src/spandsp/queue.h
spandsp-0.0.6/src/spandsp/t4_tx.h
spandsp-0.0.6/src/spandsp/hdlc.h
spandsp-0.0.6/src/spandsp/t31.h
spandsp-0.0.6/src/spandsp/fast_convert.h
spandsp-0.0.6/src/spandsp/dtmf.h
spandsp-0.0.6/src/spandsp/t30_api.h
spandsp-0.0.6/src/spandsp/v29rx.h
spandsp-0.0.6/src/spandsp/fsk.h
spandsp-0.0.6/src/spandsp/v17rx.h
spandsp-0.0.6/src/spandsp/v29tx.h
spandsp-0.0.6/src/spandsp/g168models.h
spandsp-0.0.6/src/spandsp/t30_logging.h
spandsp-0.0.6/src/spandsp/fax.h
spandsp-0.0.6/src/spandsp/t4_t6_encode.h
spandsp-0.0.6/src/spandsp/complex_vector_float.h
spandsp-0.0.6/src/spandsp/
version.h.in
spandsp-0.0.6/src/spandsp/oki_adpcm.h
spandsp-0.0.6/src/spandsp/super_tone_tx.h
spandsp-0.0.6/src/spandsp/t38_gateway.h
spandsp-0.0.6/src/spandsp/v18.h
spandsp-0.0.6/src/spandsp/bit_operations.h
spandsp-0.0.6/src/spandsp/g711.h
spandsp-0.0.6/src/spandsp/swept_tone.h
spandsp-0.0.6/src/spandsp/at_interpreter.h
spandsp-0.0.6/src/spandsp/complex.h
spandsp-0.0.6/src/spandsp/async.h
spandsp-0.0.6/src/spandsp/t30.h
spandsp-0.0.6/src/spandsp/t38_non_ecm_buffer.h
spandsp-0.0.6/src/spandsp/biquad.h
spandsp-0.0.6/src/spandsp/crc.h
spandsp-0.0.6/src/spandsp/awgn.h
spandsp-0.0.6/src/spandsp/ima_adpcm.h
spandsp-0.0.6/src/spandsp/t30_fcf.h
spandsp-0.0.6/src/spandsp/adsi.h
spandsp-0.0.6/src/spandsp/time_scale.h
spandsp-0.0.6/src/spandsp/modem_echo.h
spandsp-0.0.6/src/spandsp/power_meter.h
spandsp-0.0.6/src/spandsp/logging.h
spandsp-0.0.6/src/spandsp/complex_vector_int.h
spandsp-0.0.6/src/spandsp/arctan2.h
spandsp-0.0.6/src/spandsp/sig_tone.h
spandsp-0.0.6/src/spandsp/vector_float.h
spandsp-0.0.6/src/spandsp/fax_modems.h
spandsp-0.0.6/src/spandsp/tone_detect.h
spandsp-0.0.6/src/spandsp/t4_t6_decode.h
spandsp-0.0.6/src/spandsp/dc_restore.h
spandsp-0.0.6/src/spandsp/tone_generate.h
spandsp-0.0.6/src/spandsp/fir.h
spandsp-0.0.6/src/spandsp/lpc10.h
spandsp-0.0.6/src/spandsp/g722.h
spandsp-0.0.6/src/spandsp/bert.h
spandsp-0.0.6/src/spandsp/t38_core.h
spandsp-0.0.6/src/v17_v32bis_tx_constellation_maps.h
spandsp-0.0.6/src/async.c
spandsp-0.0.6/src/gsm0610_encode.c
spandsp-0.0.6/src/playout.c
spandsp-0.0.6/src/g722.c
spandsp-0.0.6/src/modem_echo.c
spandsp-0.0.6/src/dds_float.c
spandsp-0.0.6/src/vector_float.c
spandsp-0.0.6/src/t38_terminal.c
spandsp-0.0.6/src/at_interpreter.c
spandsp-0.0.6/src/t31.c
spandsp-0.0.6/src/bitstream.c
spandsp-0.0.6/src/mmx_sse_decs.h
spandsp-0.0.6/src/t4_tx.c
spandsp-0.0.6/src/v27ter_tx.c
spandsp-0.0.6/src/timezone.c
spandsp-0.0.6/src/tone_detect.c
spandsp-0.0.6/src/v22bis_tx.c
spandsp-0.0.6/src/floating_fudge.h
spandsp-0.0.6/src/t38_gateway.c
spandsp-0.0.6/src/schedule.c
spandsp-0.0.6/src/g726.c
spandsp-0.0.6/src/libspandsp.2008.sln
spandsp-0.0.6/src/lpc10_placev.c
spandsp-0.0.6/src/gsm0610_preprocess.c
spandsp-0.0.6/src/lpc10_encdecs.h
spandsp-0.0.6/src/t30_logging.c
spandsp-0.0.6/src/gsm0610_short_term.c
spandsp-0.0.6/src/t38_non_ecm_buffer.c
spandsp-0.0.6/src/t30_local.h
spandsp-0.0.6/src/v27ter_rx.c
spandsp-0.0.6/src/fsk.c
spandsp-0.0.6/src/msvc/
spandsp-0.0.6/src/msvc/msvcproj.foot
spandsp-0.0.6/src/msvc/vc8proj.head
spandsp-0.0.6/src/msvc/msvcproj.head
spandsp-0.0.6/src/msvc/sys/
spandsp-0.0.6/src/msvc/sys/time.h
spandsp-0.0.6/src/msvc/getopt.c
spandsp-0.0.6/src/msvc/inttypes.h
spandsp-0.0.6/src/msvc/config.h
spandsp-0.0.6/src/msvc/make_modem_filter.2008.vcproj
spandsp-0.0.6/src/msvc/make_at_dictionary.2005.vcproj
spandsp-0.0.6/src/msvc/make_modem_filter.2005.vcproj
spandsp-0.0.6/src/msvc/Download_TIFF.2005.vcproj
spandsp-0.0.6/src/msvc/gettimeofday.c
spandsp-0.0.6/src/msvc/tgmath.h
spandsp-0.0.6/src/msvc/unistd.h
spandsp-0.0.6/src/msvc/vc9proj.head
spandsp-0.0.6/src/msvc/Download_TIFF.2008.vcproj
spandsp-0.0.6/src/msvc/util.vbs
spandsp-0.0.6/src/msvc/vc9proj.foot
spandsp-0.0.6/src/msvc/spandsp.h
spandsp-0.0.6/src/msvc/tiff/
spandsp-0.0.6/src/msvc/tiff/cleancount
spandsp-0.0.6/src/msvc/make_at_dictionary.2008.vcproj
spandsp-0.0.6/src/msvc/vc8proj.foot
spandsp-0.0.6/src/hdlc.c
spandsp-0.0.6/src/make_modem_filter.c
spandsp-0.0.6/src/lpc10_voicing.c
spandsp-0.0.6/src/sig_tone.c
spandsp-0.0.6/src/adsi.c
spandsp-0.0.6/src/vector_int.c
spandsp-0.0.6/src/complex_vector_float.c
spandsp-0.0.6/src/v17_v32bis_rx_constellation_maps.h
spandsp-0.0.6/src/v22bis_rx.c
spandsp-0.0.6/src/complex_filters.c
spandsp-0.0.6/src/
spandsp.h.in
spandsp-0.0.6/src/swept_tone.c
spandsp-0.0.6/src/lpc10_decode.c
spandsp-0.0.6/src/super_tone_rx.c
spandsp-0.0.6/src/logging.c
spandsp-0.0.6/src/v42.c
spandsp-0.0.6/src/libspandsp.dsp
spandsp-0.0.6/src/silence_gen.c
spandsp-0.0.6/src/super_tone_tx.c
spandsp-0.0.6/src/fax.c
spandsp-0.0.6/src/t30.c
spandsp-0.0.6/src/tone_generate.c
spandsp-0.0.6/src/bit_operations.c
spandsp-0.0.6/src/bert.c
spandsp-0.0.6/src/make_at_dictionary.c
spandsp-0.0.6/src/ima_adpcm.c
spandsp-0.0.6/src/t4_rx.c
spandsp-0.0.6/src/time_scale.c
spandsp-0.0.6/src/libspandsp.2005.sln
spandsp-0.0.6/src/gsm0610_local.h
spandsp-0.0.6/src/gsm0610_rpe.c
spandsp-0.0.6/src/testcpuid.c
spandsp-0.0.6/src/dtmf.c
spandsp-0.0.6/src/gsm0610_decode.c
spandsp-0.0.6/src/g711.c
spandsp-0.0.6/src/Makefile.in
spandsp-0.0.6/src/Makefile.am
spandsp-0.0.6/src/t4_t6_decode_states.h
spandsp-0.0.6/src/v17rx.c
spandsp-0.0.6/src/libtiff.2008.vcproj
spandsp-0.0.6/src/awgn.c
spandsp-0.0.6/wrapper.xsl
spandsp-0.0.6/
spandsp.pc.in
spandsp-0.0.6/README.testdata
spandsp-0.0.6/debian/
spandsp-0.0.6/debian/libspandsp6.install
spandsp-0.0.6/debian/control
spandsp-0.0.6/debian/copyright
spandsp-0.0.6/debian/libspandsp-dev.install
spandsp-0.0.6/debian/compat
spandsp-0.0.6/debian/rules
spandsp-0.0.6/debian/changelog
spandsp-0.0.6/debian/libspandsp-doc.install
spandsp-0.0.6/debian/watch
spandsp-0.0.6/AUTHORS
spandsp-0.0.6/spandsp/
spandsp-0.0.6/spandsp/fax-tests.dtd
spandsp-0.0.6/spandsp/global-tones.xml
spandsp-0.0.6/spandsp/tones.dtd
spandsp-0.0.6/spandsp/tsb85.xml
spandsp-0.0.6/spandsp/fax-tests.xml
spandsp-0.0.6/COPYING
spandsp-0.0.6/NEWS
spandsp-0.0.6/INSTALL
spandsp-0.0.6/spandsp.spec
spandsp-0.0.6/tests/
spandsp-0.0.6/tests/bell_mf_rx_tests.c
spandsp-0.0.6/tests/swept_tone_tests.c
spandsp-0.0.6/tests/schedule_tests.c
spandsp-0.0.6/tests/lpc10_tests.c
spandsp-0.0.6/tests/modem_monitor.cpp
spandsp-0.0.6/tests/testfax.c
spandsp-0.0.6/tests/adsi_tests.c
spandsp-0.0.6/tests/fsk_tests.c
spandsp-0.0.6/tests/vector_int_tests.c
spandsp-0.0.6/tests/echo_tests.c
spandsp-0.0.6/tests/fax_tester.c
spandsp-0.0.6/tests/g1050_tests.c
spandsp-0.0.6/tests/fax_tests.sh
spandsp-0.0.6/tests/v17_tests.c
spandsp-0.0.6/tests/pcap_parse.h
spandsp-0.0.6/tests/t38_gateway_to_terminal_tests.c
spandsp-0.0.6/tests/dtmf_tx_tests.c
spandsp-0.0.6/tests/testadsi.c
spandsp-0.0.6/tests/super_tone_tx_tests.c
spandsp-0.0.6/tests/fax_utils.h
spandsp-0.0.6/tests/t38_core_tests.c
spandsp-0.0.6/tests/async_tests.c
spandsp-0.0.6/tests/t4_tests.c
spandsp-0.0.6/tests/r2_mf_rx_tests.c
spandsp-0.0.6/tests/v22bis_tests.c
spandsp-0.0.6/tests/queue_tests.c
spandsp-0.0.6/tests/tsb85_tests.sh
spandsp-0.0.6/tests/v42_tests.c
spandsp-0.0.6/tests/tone_detect_tests.c
spandsp-0.0.6/tests/oki_adpcm_tests.c
spandsp-0.0.6/tests/pcap_parse.c
spandsp-0.0.6/tests/t38_non_ecm_buffer_tests.c
spandsp-0.0.6/tests/v42bis_tests.sh
spandsp-0.0.6/tests/timezone_tests.c
spandsp-0.0.6/tests/playout_tests.c
spandsp-0.0.6/tests/fax_tests.c
spandsp-0.0.6/tests/echo_monitor.h
spandsp-0.0.6/tests/line_model_monitor.cpp
spandsp-0.0.6/tests/line_model_monitor.h
spandsp-0.0.6/tests/gsm0610_tests.c
spandsp-0.0.6/tests/complex_vector_int_tests.c
spandsp-0.0.6/tests/ima_adpcm_tests.c
spandsp-0.0.6/tests/hdlc_tests.c
spandsp-0.0.6/tests/saturated_tests.c
spandsp-0.0.6/tests/v42bis_tests.c
spandsp-0.0.6/tests/g722_tests.c
spandsp-0.0.6/tests/v27ter_tests.c
spandsp-0.0.6/tests/v8_tests.c
spandsp-0.0.6/tests/dtmf_rx_tests.c
spandsp-0.0.6/tests/media_monitor.cpp
spandsp-0.0.6/tests/tsb85_extra_tests.sh
spandsp-0.0.6/tests/plc_tests.c
spandsp-0.0.6/tests/image_translate_tests.c
spandsp-0.0.6/tests/make_g168_css.c
spandsp-0.0.6/tests/vector_float_tests.c
spandsp-0.0.6/tests/media_monitor.h
spandsp-0.0.6/tests/t38_terminal_tests.c
spandsp-0.0.6/tests/tone_generate_tests.c
spandsp-0.0.6/tests/echo_monitor.cpp
spandsp-0.0.6/tests/udptl.c
spandsp-0.0.6/tests/v29_tests.c
spandsp-0.0.6/tests/fax_utils.c
spandsp-0.0.6/tests/crc_tests.c
spandsp-0.0.6/tests/msvc/
spandsp-0.0.6/tests/msvc/dtmf_tx_tests.vcproj
spandsp-0.0.6/tests/msvc/vector_int_tests.vcproj
spandsp-0.0.6/tests/msvc/v8_tests.vcproj
spandsp-0.0.6/tests/msvc/t38_terminal_tests.vcproj
spandsp-0.0.6/tests/msvc/t38_core_tests.vcproj
spandsp-0.0.6/tests/msvc/complex_tests.vcproj
spandsp-0.0.6/tests/msvc/v22bis_tests.vcproj
spandsp-0.0.6/tests/msvc/dtmf_rx_tests.vcproj
spandsp-0.0.6/tests/msvc/t38_non_ecm_buffer_tests.vcproj
spandsp-0.0.6/tests/msvc/adsi_tests.vcproj
spandsp-0.0.6/tests/msvc/queue_tests.vcproj
spandsp-0.0.6/tests/msvc/vector_float_tests.vcproj
spandsp-0.0.6/tests/msvc/complex_vector_float_tests.vcproj
spandsp-0.0.6/tests/msvc/complex_vector_int_tests.vcproj
spandsp-0.0.6/tests/msvc/v80_tests.vcproj
spandsp-0.0.6/tests/msvc/v29_tests.vcproj
spandsp-0.0.6/tests/g168_tests.c
spandsp-0.0.6/tests/r2_mf_tx_tests.c
spandsp-0.0.6/tests/dds_tests.c
spandsp-0.0.6/tests/power_meter_tests.c
spandsp-0.0.6/tests/t38_gateway_tests.c
spandsp-0.0.6/tests/dc_restore_tests.c
spandsp-0.0.6/tests/t31_tests.c
spandsp-0.0.6/tests/g726_tests.c
spandsp-0.0.6/tests/logging_tests.c
spandsp-0.0.6/tests/bitstream_tests.c
spandsp-0.0.6/tests/line_model_tests.c
spandsp-0.0.6/tests/modem_monitor.h
spandsp-0.0.6/tests/fax_decode.c
spandsp-0.0.6/tests/complex_vector_float_tests.c
spandsp-0.0.6/tests/modem_echo_tests.c
spandsp-0.0.6/tests/t38_decode.c
spandsp-0.0.6/tests/bit_operations_tests.c
spandsp-0.0.6/tests/super_tone_rx_tests.c
spandsp-0.0.6/tests/tsb85_tests.c
spandsp-0.0.6/tests/v18_tests.c
spandsp-0.0.6/tests/g711_tests.c
spandsp-0.0.6/tests/rfc2198_sim_tests.c
spandsp-0.0.6/tests/sig_tone_tests.c
spandsp-0.0.6/tests/at_interpreter_tests.c
spandsp-0.0.6/tests/time_scale_tests.c
spandsp-0.0.6/tests/complex_tests.c
spandsp-0.0.6/tests/t38_terminal_to_gateway_tests.c
spandsp-0.0.6/tests/awgn_tests.c
spandsp-0.0.6/tests/udptl.h
spandsp-0.0.6/tests/Makefile.in
spandsp-0.0.6/tests/Makefile.am
spandsp-0.0.6/tests/noise_tests.c
spandsp-0.0.6/tests/bell_mf_tx_tests.c
spandsp-0.0.6/tests/modem_connect_tones_tests.c
spandsp-0.0.6/tests/bert_tests.c
spandsp-0.0.6/tests/fax_tester.h
spandsp-0.0.6/tests/regression_tests.sh
spandsp-0.0.6/unpack_v56ter_data.sh
spandsp-0.0.6/README
spandsp-0.0.6/
config-h.in
spandsp-0.0.6/config/
spandsp-0.0.6/config/missing
spandsp-0.0.6/config/ltmain.sh
spandsp-0.0.6/config/ax_check_export_capability.m4
spandsp-0.0.6/config/ax_check_real_file.m4
spandsp-0.0.6/config/install-sh
spandsp-0.0.6/config/ax_fixed_point_machine.m4
spandsp-0.0.6/config/ax_c99_features.m4
spandsp-0.0.6/config/config.sub
spandsp-0.0.6/config/config.guess
spandsp-0.0.6/config/ax_compiler_vendor.m4
spandsp-0.0.6/config/ax_misaligned_access_fails.m4
spandsp-0.0.6/config/depcomp
spandsp-0.0.6/unpack_gsm0610_data.sh
spandsp-0.0.6/ChangeLog
spandsp-0.0.6/autogen.sh
spandsp-0.0.6/unpack_g726_data.sh
spandsp-0.0.6/doc/
spandsp-0.0.6/doc/t38_manual.xml
spandsp-0.0.6/doc/wrapper.xsl
spandsp-0.0.6/doc/t38_manual/
spandsp-0.0.6/doc/t38_manual/css.css
spandsp-0.0.6/doc/t38-gateway.dia
spandsp-0.0.6/doc/t38-terminal.dia
spandsp-0.0.6/doc/
doxygen.in
spandsp-0.0.6/doc/css.css
spandsp-0.0.6/doc/Makefile.in
spandsp-0.0.6/doc/Makefile.am
spandsp-0.0.6/aclocal.m4
spandsp-0.0.6/
configure.ac
spandsp-0.0.6/test-data/
spandsp-0.0.6/test-data/etsi/
spandsp-0.0.6/test-data/etsi/fax/
spandsp-0.0.6/test-data/etsi/fax/generate_etsi_300_242_pages.c
spandsp-0.0.6/test-data/etsi/fax/Makefile.in
spandsp-0.0.6/test-data/etsi/fax/Makefile.am
spandsp-0.0.6/test-data/etsi/Makefile.in
spandsp-0.0.6/test-data/etsi/Makefile.am
spandsp-0.0.6/test-data/local/
spandsp-0.0.6/test-data/local/short_wb_voice.wav
spandsp-0.0.6/test-data/local/lenna-colour.tif
spandsp-0.0.6/test-data/local/short_nb_voice.wav
spandsp-0.0.6/test-data/local/dam9.wav
spandsp-0.0.6/test-data/local/Makefile.in
spandsp-0.0.6/test-data/local/Makefile.am
spandsp-0.0.6/test-data/local/dam9_lpc55.wav
spandsp-0.0.6/test-data/Makefile.in
spandsp-0.0.6/test-data/Makefile.am
spandsp-0.0.6/test-data/itu/
spandsp-0.0.6/test-data/itu/fax/
spandsp-0.0.6/test-data/itu/fax/test1.pbm
spandsp-0.0.6/test-data/itu/fax/itu4.pbm
spandsp-0.0.6/test-data/itu/fax/itu6.pbm
spandsp-0.0.6/test-data/itu/fax/generate_sized_pages.c
spandsp-0.0.6/test-data/itu/fax/itu5.pbm
spandsp-0.0.6/test-data/itu/fax/itu3.pbm
spandsp-0.0.6/test-data/itu/fax/itu7.pbm
spandsp-0.0.6/test-data/itu/fax/itu2.pbm
spandsp-0.0.6/test-data/itu/fax/generate_dithered_tif.c
spandsp-0.0.6/test-data/itu/fax/generate_striped_pages.c
spandsp-0.0.6/test-data/itu/fax/test2.pbm
spandsp-0.0.6/test-data/itu/fax/test3.pbm
spandsp-0.0.6/test-data/itu/fax/test4.pbm
spandsp-0.0.6/test-data/itu/fax/itu8.pbm
spandsp-0.0.6/test-data/itu/fax/itu1.pbm
spandsp-0.0.6/test-data/itu/fax/Makefile.in
spandsp-0.0.6/test-data/itu/fax/Makefile.am
spandsp-0.0.6/test-data/itu/Makefile.in
spandsp-0.0.6/test-data/itu/Makefile.am
spandsp-0.0.6/Makefile.in
spandsp-0.0.6/Makefile.am
spandsp-0.0.6/unpack_g722_data.sh
`spandsp-0.0.6' -> `spandsp-0.0.6pre21'
create symbolic link `spandsp' to `spandsp-0.0.6pre21'
Fetching 'ptlib'...
A ptlib-svn_2.10/
ptlib.pc.in
A ptlib-svn_2.10/configure
A ptlib-svn_2.10/Makefile.in
A ptlib-svn_2.10/src
A ptlib-svn_2.10/src/ptlib
A ptlib-svn_2.10/src/ptlib/msos
A ptlib-svn_2.10/src/ptlib/msos/PTLib_2008.vcproj
A ptlib-svn_2.10/src/ptlib/msos/sound_directsound.cxx
A ptlib-svn_2.10/src/ptlib/msos/Console Components.dsp
A ptlib-svn_2.10/src/ptlib/msos/assert.cxx
A ptlib-svn_2.10/src/ptlib/msos/vfw.cxx
A ptlib-svn_2.10/src/ptlib/msos/vidinput_app.cxx
A ptlib-svn_2.10/src/ptlib/msos/doswin.cxx
A ptlib-svn_2.10/src/ptlib/msos/Console.vcproj
A ptlib-svn_2.10/src/ptlib/msos/dossock.cxx
A ptlib-svn_2.10/src/ptlib/msos/Console_2005.vcproj
A ptlib-svn_2.10/src/ptlib/msos/PTLib.vcproj
A ptlib-svn_2.10/src/ptlib/msos/directshow.cxx
A ptlib-svn_2.10/src/ptlib/msos/wincfg.cxx
A ptlib-svn_2.10/src/ptlib/msos/winsock.cxx
A ptlib-svn_2.10/src/ptlib/msos/svcproc.cxx
A ptlib-svn_2.10/src/ptlib/msos/dllmain.cxx
A ptlib-svn_2.10/src/ptlib/msos/PTLib_2005.vcproj
A ptlib-svn_2.10/src/ptlib/msos/mail.cxx
A ptlib-svn_2.10/src/ptlib/msos/libver.rc
A ptlib-svn_2.10/src/ptlib/msos/msdos.cxx
A ptlib-svn_2.10/src/ptlib/msos/Console.dsp
A ptlib-svn_2.10/src/ptlib/msos/icmp.cxx
A ptlib-svn_2.10/src/ptlib/msos/winserial.cxx
A ptlib-svn_2.10/src/ptlib/msos/Console_2010.vcxproj
A ptlib-svn_2.10/src/ptlib/msos/mswin.cxx
A ptlib-svn_2.10/src/ptlib/msos/pipe.cxx
A ptlib-svn_2.10/src/ptlib/msos/PTLib.dsp
A ptlib-svn_2.10/src/ptlib/msos/ethsock.cxx
A ptlib-svn_2.10/src/ptlib/msos/epacket.h
A ptlib-svn_2.10/src/ptlib/msos/remconn.cxx
A ptlib-svn_2.10/src/ptlib/msos/win32.cxx
A ptlib-svn_2.10/src/ptlib/msos/Console_2010.vcxproj.filters
A ptlib-svn_2.10/src/ptlib/msos/PTLib_2010.vcxproj
A ptlib-svn_2.10/src/ptlib/msos/sound_win32.cxx
A ptlib-svn_2.10/src/ptlib/msos/ptlib.cxx
A ptlib-svn_2.10/src/ptlib/msos/Console_2008.vcproj
A ptlib-svn_2.10/src/ptlib/msos/PTLib_2010.vcxproj.filters
A ptlib-svn_2.10/src/ptlib/unix
A ptlib-svn_2.10/src/ptlib/unix/vxaudio.cxx
A ptlib-svn_2.10/src/ptlib/unix/osutil.cxx
A ptlib-svn_2.10/src/ptlib/unix/dummyvideo.cxx
A ptlib-svn_2.10/src/ptlib/unix/serchan.cxx
A ptlib-svn_2.10/src/ptlib/unix/macosaudio
A ptlib-svn_2.10/src/ptlib/unix/macosaudio/SoundMangler.cxx
A ptlib-svn_2.10/src/ptlib/unix/macosaudio/ringbuffer.h
A ptlib-svn_2.10/src/ptlib/unix/macosaudio/SequenceGrabber.h
A ptlib-svn_2.10/src/ptlib/unix/macosaudio/SoundMangler.h
A ptlib-svn_2.10/src/ptlib/unix/macosaudio/MacMain.cxx
A ptlib-svn_2.10/src/ptlib/unix/macosaudio/ringbuffer.cxx
A ptlib-svn_2.10/src/ptlib/unix/macosaudio/MacMain.h
A ptlib-svn_2.10/src/ptlib/unix/macosaudio/SequenceGrabber.cxx
A ptlib-svn_2.10/src/ptlib/unix/macosaudio.cxx
A ptlib-svn_2.10/src/ptlib/unix/sunaudio.cxx
A ptlib-svn_2.10/src/ptlib/unix/pipechan.cxx
A ptlib-svn_2.10/src/ptlib/unix/tlib.cxx
A ptlib-svn_2.10/src/ptlib/unix/udll.cxx
A ptlib-svn_2.10/src/ptlib/unix/tlibbe.cxx
A ptlib-svn_2.10/src/ptlib/unix/assert.cxx
A ptlib-svn_2.10/src/ptlib/unix/uicmp.cxx
A ptlib-svn_2.10/src/ptlib/unix/shmvideo.cxx
A ptlib-svn_2.10/src/ptlib/unix/svcproc.cxx
A ptlib-svn_2.10/src/ptlib/unix/qsa.cxx
A ptlib-svn_2.10/src/ptlib/unix/socket.cxx
A ptlib-svn_2.10/src/ptlib/unix/maccoreaudio
A ptlib-svn_2.10/src/ptlib/unix/maccoreaudio/mute_hack.inl
A ptlib-svn_2.10/src/ptlib/unix/maccoreaudio/circular_buffer.inl
A ptlib-svn_2.10/src/ptlib/unix/maccoreaudio/maccoreaudio_devices.inl
A ptlib-svn_2.10/src/ptlib/unix/maccoreaudio.cxx
A ptlib-svn_2.10/src/ptlib/unix/remconn.cxx
A ptlib-svn_2.10/src/ptlib/unix/switch.cxx
A ptlib-svn_2.10/src/ptlib/unix/uerror.h
A ptlib-svn_2.10/src/ptlib/unix/video4beos.cxx
A ptlib-svn_2.10/src/ptlib/unix/config.cxx
A ptlib-svn_2.10/src/ptlib/unix/ossaix.cxx
A ptlib-svn_2.10/src/ptlib/unix/beaudio
A ptlib-svn_2.10/src/ptlib/unix/beaudio/BlockFIFO.cxx
A ptlib-svn_2.10/src/ptlib/unix/beaudio/Resampler.h
A ptlib-svn_2.10/src/ptlib/unix/beaudio/MediaRecorderNode.h
A ptlib-svn_2.10/src/ptlib/unix/beaudio/LICENCE.be_sample_code
A ptlib-svn_2.10/src/ptlib/unix/beaudio/AudioFileWriter.h
A ptlib-svn_2.10/src/ptlib/unix/beaudio/BlockFIFO.h
A ptlib-svn_2.10/src/ptlib/unix/beaudio/MediaRecorder.cxx
A ptlib-svn_2.10/src/ptlib/unix/beaudio/MediaRecorder.h
A ptlib-svn_2.10/src/ptlib/unix/beaudio/MediaRecorderNode.cxx
A ptlib-svn_2.10/src/ptlib/unix/beaudio/NodeRelease.h
A ptlib-svn_2.10/src/ptlib/unix/channel.cxx
A ptlib-svn_2.10/src/ptlib/unix/beaudio.cxx
A ptlib-svn_2.10/src/ptlib/unix/tlibvx.cxx
A ptlib-svn_2.10/src/ptlib/unix/tlibmpthrd.cxx
A ptlib-svn_2.10/src/ptlib/unix/tlibthrd.cxx
A ptlib-svn_2.10/src/ptlib/unix/dummyaudio.cxx
A ptlib-svn_2.10/src/ptlib/wm
A ptlib-svn_2.10/src/ptlib/wm/time.cpp
A ptlib-svn_2.10/src/ptlib/wm/cegps.cxx
A ptlib-svn_2.10/src/ptlib/wm/mmsystemx.cxx
A ptlib-svn_2.10/src/ptlib/wm/stdlibx.cpp
A ptlib-svn_2.10/src/ptlib/Nucleus++
A ptlib-svn_2.10/src/ptlib/Nucleus++/NucleusTimer.cxx
A ptlib-svn_2.10/src/ptlib/Nucleus++/NucleusSemaphore.cxx
A ptlib-svn_2.10/src/ptlib/Nucleus++/NucleusPDirectory.cxx
A ptlib-svn_2.10/src/ptlib/Nucleus++/NucleusSyncPoint.cxx
A ptlib-svn_2.10/src/ptlib/Nucleus++/socket.cxx
A ptlib-svn_2.10/src/ptlib/Nucleus++/NucleusSoundBite.cxx
A ptlib-svn_2.10/src/ptlib/Nucleus++/NucleusPFile.cxx
A ptlib-svn_2.10/src/ptlib/Nucleus++/assert.cxx
A ptlib-svn_2.10/src/ptlib/Nucleus++/NucleusMutex.cxx
A ptlib-svn_2.10/src/ptlib/Nucleus++/NucleusConfig.cxx
A ptlib-svn_2.10/src/ptlib/Nucleus++/NucleusThread.cxx
A ptlib-svn_2.10/src/ptlib/Nucleus++/NucleusChannel.cxx
A ptlib-svn_2.10/src/ptlib/Nucleus++/NucleusConChan.cxx
A ptlib-svn_2.10/src/ptlib/Nucleus++/NucleusPtlib.cxx
A ptlib-svn_2.10/src/ptlib/Nucleus++/NucleusPFilePath.cxx
A ptlib-svn_2.10/src/ptlib/Nucleus++/Makefile
A ptlib-svn_2.10/src/ptlib/Nucleus++/NucleusProcess.cxx
A ptlib-svn_2.10/src/ptlib/Nucleus++/NucleusPTime.cxx
A ptlib-svn_2.10/src/ptlib/common
A ptlib-svn_2.10/src/ptlib/common/tinyjpeg.h
A ptlib-svn_2.10/src/ptlib/common/ptime.cxx
A ptlib-svn_2.10/src/ptlib/common/serial.cxx
A ptlib-svn_2.10/src/ptlib/common/syslog.cxx
A ptlib-svn_2.10/src/ptlib/common/pethsock.cxx
A ptlib-svn_2.10/src/ptlib/common/getdate.y
A ptlib-svn_2.10/src/ptlib/common/vfakeio.cxx
A ptlib-svn_2.10/src/ptlib/common/collect.cxx
A ptlib-svn_2.10/src/ptlib/common/pconfig.cxx
A ptlib-svn_2.10/src/ptlib/common/pipechan.cxx
A ptlib-svn_2.10/src/ptlib/common/tinyjpeg-internal.h
A ptlib-svn_2.10/src/ptlib/common/sound.cxx
A ptlib-svn_2.10/src/ptlib/common/safecoll.cxx
A ptlib-svn_2.10/src/ptlib/common/pchannel.cxx
A ptlib-svn_2.10/src/ptlib/common/tinyjpeg.cxx
A ptlib-svn_2.10/src/ptlib/common/contain.cxx
A ptlib-svn_2.10/src/ptlib/common/pvidchan.cxx
A ptlib-svn_2.10/src/ptlib/common/videoio.cxx
A ptlib-svn_2.10/src/ptlib/common/notifier_ext.cxx
A ptlib-svn_2.10/src/ptlib/common/qos.cxx
A ptlib-svn_2.10/src/ptlib/common/osutils.cxx
A ptlib-svn_2.10/src/ptlib/common/getdate.tab.c
A ptlib-svn_2.10/src/ptlib/common/sfile.cxx
A ptlib-svn_2.10/src/ptlib/common/jidctflt.cxx
A ptlib-svn_2.10/src/ptlib/common/pluginmgr.cxx
A ptlib-svn_2.10/src/ptlib/common/object.cxx
A ptlib-svn_2.10/src/ptlib/common/vconvert.cxx
A ptlib-svn_2.10/src/ptlib/common/regex
A ptlib-svn_2.10/src/ptlib/common/regex/regex.7
A ptlib-svn_2.10/src/ptlib/common/regex/mkh
A ptlib-svn_2.10/src/ptlib/common/regex/regex2.h
A ptlib-svn_2.10/src/ptlib/common/regex/utils.h
A ptlib-svn_2.10/src/ptlib/common/regex/engine.c
A ptlib-svn_2.10/src/ptlib/common/regex/regerror.ih
A ptlib-svn_2.10/src/ptlib/common/regex/regcomp.ih
A ptlib-svn_2.10/src/ptlib/common/regex/README
A ptlib-svn_2.10/src/ptlib/common/regex/cclass.h
A ptlib-svn_2.10/src/ptlib/common/regex/regfree.c
A ptlib-svn_2.10/src/ptlib/common/regex/regex.h
A ptlib-svn_2.10/src/ptlib/common/regex/WHATSNEW
A ptlib-svn_2.10/src/ptlib/common/regex/tests
A ptlib-svn_2.10/src/ptlib/common/regex/regexec.c
A ptlib-svn_2.10/src/ptlib/common/regex/engine.ih
A ptlib-svn_2.10/src/ptlib/common/regex/main.c
A ptlib-svn_2.10/src/ptlib/common/regex/debug.c
A ptlib-svn_2.10/src/ptlib/common/regex/regerror.c
A ptlib-svn_2.10/src/ptlib/common/regex/COPYRIGHT
A ptlib-svn_2.10/src/ptlib/common/regex/cname.h
A ptlib-svn_2.10/src/ptlib/common/regex/regex.3
A ptlib-svn_2.10/src/ptlib/common/regex/split.c
A ptlib-svn_2.10/src/ptlib/common/regex/regcomp.c
A ptlib-svn_2.10/src/ptlib/common/regex/Makefile
A ptlib-svn_2.10/src/ptlib/common/sockets.cxx
A ptlib-svn_2.10/src/Makefile
A ptlib-svn_2.10/src/ptclib
A ptlib-svn_2.10/src/ptclib/xmpp.cxx
A ptlib-svn_2.10/src/ptclib/pxmlrpc.cxx
A ptlib-svn_2.10/src/ptclib/rfc1155.cxx
A ptlib-svn_2.10/src/ptclib/asnper.cxx
A ptlib-svn_2.10/src/ptclib/cypher.cxx
A ptlib-svn_2.10/src/ptclib/xmpp_c2s.cxx
A ptlib-svn_2.10/src/ptclib/httpsvc.cxx
A ptlib-svn_2.10/src/ptclib/snmpclnt.cxx
A ptlib-svn_2.10/src/ptclib/pffvdev.cxx
A ptlib-svn_2.10/src/ptclib/asnxer.cxx
A ptlib-svn_2.10/src/ptclib/inetmail.cxx
A ptlib-svn_2.10/src/ptclib/udp.h
A ptlib-svn_2.10/src/ptclib/shttpsvc.cxx
A ptlib-svn_2.10/src/ptclib/xmpp_roster.cxx
A ptlib-svn_2.10/src/ptclib/psoap.cxx
A ptlib-svn_2.10/src/ptclib/pvfiledev.cxx
A ptlib-svn_2.10/src/ptclib/vxml.cxx
A ptlib-svn_2.10/src/ptclib/guid.cxx
A ptlib-svn_2.10/src/ptclib/ipacl.cxx
A ptlib-svn_2.10/src/ptclib/xmpp_muc.cxx
A ptlib-svn_2.10/src/ptclib/telnet.cxx
A ptlib-svn_2.10/src/ptclib/vcard.cxx
A ptlib-svn_2.10/src/ptclib/pldap.cxx
A ptlib-svn_2.10/src/ptclib/httpform.cxx
A ptlib-svn_2.10/src/ptclib/enum.cxx
A ptlib-svn_2.10/src/ptclib/vsdl.cxx
A ptlib-svn_2.10/src/ptclib/pxmlrpcs.cxx
A ptlib-svn_2.10/src/ptclib/pwavfile.cxx
A ptlib-svn_2.10/src/ptclib/memfile.cxx
A ptlib-svn_2.10/src/ptclib/http.cxx
A ptlib-svn_2.10/src/ptclib/speex_echo
A ptlib-svn_2.10/src/ptclib/speex_echo/speex_preprocess.h
A ptlib-svn_2.10/src/ptclib/speex_echo/PAEC_2005.vcproj
A ptlib-svn_2.10/src/ptclib/speex_echo/misc.h
A ptlib-svn_2.10/src/ptclib/speex_echo/PAEC_2008.vcproj
A ptlib-svn_2.10/src/ptclib/speex_echo/smallft.c
A ptlib-svn_2.10/src/ptclib/speex_echo/mdf.c
A ptlib-svn_2.10/src/ptclib/speex_echo/smallft.h
A ptlib-svn_2.10/src/ptclib/speex_echo/config.h
A ptlib-svn_2.10/src/ptclib/speex_echo/PAEC.dsp
A ptlib-svn_2.10/src/ptclib/speex_echo/speex_types.h
A ptlib-svn_2.10/src/ptclib/speex_echo/arch.h
A ptlib-svn_2.10/src/ptclib/speex_echo/preprocess.c
A ptlib-svn_2.10/src/ptclib/speex_echo/speex_echo.h
A ptlib-svn_2.10/src/ptclib/speex_echo/paec.cxx
A ptlib-svn_2.10/src/ptclib/speex_echo/PAEC.vcproj
A ptlib-svn_2.10/src/ptclib/speex_echo/misc.c
A ptlib-svn_2.10/src/ptclib/psockbun.cxx
A ptlib-svn_2.10/src/ptclib/ftp.cxx
A ptlib-svn_2.10/src/ptclib/qchannel.cxx
A ptlib-svn_2.10/src/ptclib/dtmf.cxx
A ptlib-svn_2.10/src/ptclib/ptts.cxx
A ptlib-svn_2.10/src/ptclib/snmp.asn
A ptlib-svn_2.10/src/ptclib/httpclnt.cxx
A ptlib-svn_2.10/src/ptclib/pasn.cxx
A ptlib-svn_2.10/src/ptclib/modem.cxx
A ptlib-svn_2.10/src/ptclib/pnat.cxx
A ptlib-svn_2.10/src/ptclib/url.cxx
A ptlib-svn_2.10/src/ptclib/inetprot.cxx
A ptlib-svn_2.10/src/ptclib/html.cxx
A ptlib-svn_2.10/src/ptclib/rfc1155.asn
A ptlib-svn_2.10/src/ptclib/asner.cxx
A ptlib-svn_2.10/src/ptclib/ftpclnt.cxx
A ptlib-svn_2.10/src/ptclib/pwavfiledev.cxx
A ptlib-svn_2.10/src/ptclib/snmpserv.cxx
A ptlib-svn_2.10/src/ptclib/pxml.cxx
A ptlib-svn_2.10/src/ptclib/random.cxx
A ptlib-svn_2.10/src/ptclib/lua.cxx
A ptlib-svn_2.10/src/ptclib/pssl.cxx
A ptlib-svn_2.10/src/ptclib/psasl.cxx
A ptlib-svn_2.10/src/ptclib/socks.cxx
A ptlib-svn_2.10/src/ptclib/podbc.cxx
A ptlib-svn_2.10/src/ptclib/delaychan.cxx
A ptlib-svn_2.10/src/ptclib/httpsrvr.cxx
A ptlib-svn_2.10/src/ptclib/psnmp.cxx
A ptlib-svn_2.10/src/ptclib/threadpool.cxx
A ptlib-svn_2.10/src/ptclib/pvidfile.cxx
A ptlib-svn_2.10/src/ptclib/pdns.cxx
A ptlib-svn_2.10/src/ptclib/ftpsrvr.cxx
A ptlib-svn_2.10/src/ptclib/cli.cxx
A ptlib-svn_2.10/src/ptclib/pils.cxx
A ptlib-svn_2.10/src/ptclib/pstun.cxx
A ptlib-svn_2.10/src/ptclib/asnber.cxx
A ptlib-svn_2.10/src/ptclib/snmp.cxx
A ptlib-svn_2.10/
revision.h.in
A ptlib-svn_2.10/ptlib.m4
A ptlib-svn_2.10/config.guess
A ptlib-svn_2.10/ptlib_samples_2010.sln
A ptlib-svn_2.10/ReadMe_QOS.txt
A ptlib-svn_2.10/config.sub
A ptlib-svn_2.10/tools
A ptlib-svn_2.10/tools/configure
A ptlib-svn_2.10/tools/configure/configure.cpp
A ptlib-svn_2.10/tools/configure/configure_2005.vcproj
A ptlib-svn_2.10/tools/configure/configure_2008.vcproj
A ptlib-svn_2.10/tools/configure/configure_2010.vcxproj
A ptlib-svn_2.10/tools/svn_getrev
A ptlib-svn_2.10/tools/svn_getrev/svn_getrev.cpp
A ptlib-svn_2.10/tools/svn_getrev/svn_getrev_2005.vcproj
A ptlib-svn_2.10/tools/svn_getrev/svn_getrev_2008.vcproj
A ptlib-svn_2.10/tools/MergeSym
A ptlib-svn_2.10/tools/MergeSym/MergeSym_2005.vcproj
A ptlib-svn_2.10/tools/MergeSym/MergeSym_2008.vcproj
A ptlib-svn_2.10/tools/MergeSym/MergeSym_2010.vcxproj
A ptlib-svn_2.10/tools/MergeSym/run_dumpbin.bat
A ptlib-svn_2.10/tools/MergeSym/MergeSym.cxx
A ptlib-svn_2.10/tools/asnparser
A ptlib-svn_2.10/tools/asnparser/precompile.cpp
A ptlib-svn_2.10/tools/asnparser/asnparser_2008.sln
A ptlib-svn_2.10/tools/asnparser/asn_lex.l
A ptlib-svn_2.10/tools/asnparser/main.cxx
A ptlib-svn_2.10/tools/asnparser/asnparser_2008.vcproj
A ptlib-svn_2.10/tools/asnparser/main.h
A ptlib-svn_2.10/tools/asnparser/Makefile
A ptlib-svn_2.10/tools/asnparser/asnparser.1
A ptlib-svn_2.10/tools/asnparser/asn_grammar.y
A ptlib-svn_2.10/svn_getrev.exe
A ptlib-svn_2.10/
configure.ac
A ptlib-svn_2.10/ptlib_2010.sln
A ptlib-svn_2.10/mpl-1.0.htm
A ptlib-svn_2.10/make
A ptlib-svn_2.10/make/common.mak
A ptlib-svn_2.10/make/ptlib.mak
A ptlib-svn_2.10/make/
ptlib-config.in
A ptlib-svn_2.10/make/
ptbuildopts.mak.in
A ptlib-svn_2.10/make/plugins.mak
A ptlib-svn_2.10/make/unix.mak
A ptlib-svn_2.10/make/lib.mak
A ptlib-svn_2.10/History.txt
A ptlib-svn_2.10/plugins
A ptlib-svn_2.10/plugins/sound_shm
A ptlib-svn_2.10/plugins/sound_shm/sound_shm.cxx
A ptlib-svn_2.10/plugins/sound_shm/sound_shm.h
A ptlib-svn_2.10/plugins/sound_shm/shmif.cpp
A ptlib-svn_2.10/plugins/sound_shm/shm2wav.cpp
A ptlib-svn_2.10/plugins/sound_shm/shmif.h
A ptlib-svn_2.10/plugins/sound_shm/Makefile
A ptlib-svn_2.10/plugins/sound_sunaudio
A ptlib-svn_2.10/plugins/sound_sunaudio/sound_sunaudio.cxx
A ptlib-svn_2.10/plugins/sound_sunaudio/sound_sunaudio.h
A ptlib-svn_2.10/plugins/sound_sunaudio/Makefile
A ptlib-svn_2.10/plugins/sound_pulse
A ptlib-svn_2.10/plugins/sound_pulse/sound_pulse.cxx
A ptlib-svn_2.10/plugins/sound_pulse/sound_pulse.h
A ptlib-svn_2.10/plugins/sound_pulse/Makefile
A ptlib-svn_2.10/plugins/sound_pulse/Readme
A ptlib-svn_2.10/plugins/configure
A ptlib-svn_2.10/plugins/Makefile.in
A ptlib-svn_2.10/plugins/sound_esd
A ptlib-svn_2.10/plugins/sound_esd/sound_esd.cxx
A ptlib-svn_2.10/plugins/sound_esd/sound_esd.h
A ptlib-svn_2.10/plugins/sound_esd/Makefile
A ptlib-svn_2.10/plugins/
configure.in
A ptlib-svn_2.10/plugins/vidinput_v4l
A ptlib-svn_2.10/plugins/vidinput_v4l/vidinput_v4l.cxx
A ptlib-svn_2.10/plugins/vidinput_v4l/Makefile
A ptlib-svn_2.10/plugins/vidinput_v4l/vidinput_v4l.h
A ptlib-svn_2.10/plugins/sound_alsa
A ptlib-svn_2.10/plugins/sound_alsa/sound_alsa.cxx
A ptlib-svn_2.10/plugins/sound_alsa/Makefile
A ptlib-svn_2.10/plugins/sound_alsa/sound_alsa.h
A ptlib-svn_2.10/plugins/vidinput_dc
A ptlib-svn_2.10/plugins/vidinput_dc/Makefile.in
A ptlib-svn_2.10/plugins/vidinput_dc/video4dc1394.cxx
A ptlib-svn_2.10/plugins/vidinput_dc/videoio1394dc.h
A ptlib-svn_2.10/plugins/vidinput_v4l2
A ptlib-svn_2.10/plugins/vidinput_v4l2/vidinput_v4l2.h
A ptlib-svn_2.10/plugins/vidinput_v4l2/Makefile.in
A ptlib-svn_2.10/plugins/vidinput_v4l2/vidinput_names.cxx
A ptlib-svn_2.10/plugins/vidinput_v4l2/vidinput_v4l2.cxx
A ptlib-svn_2.10/plugins/vidinput_v4l2/vidinput_names.h
A ptlib-svn_2.10/plugins/vidinput_bsd
A ptlib-svn_2.10/plugins/vidinput_bsd/vidinput_bsd.h
A ptlib-svn_2.10/plugins/vidinput_bsd/vidinput_bsd.cxx
A ptlib-svn_2.10/plugins/vidinput_bsd/Makefile
A ptlib-svn_2.10/plugins/ReadMe.txt
A ptlib-svn_2.10/plugins/vidinput_avc
A ptlib-svn_2.10/plugins/vidinput_avc/vidinput_avc.h
A ptlib-svn_2.10/plugins/vidinput_avc/vidinput_avc.cxx
A ptlib-svn_2.10/plugins/vidinput_avc/Makefile
A ptlib-svn_2.10/plugins/sound_oss
A ptlib-svn_2.10/plugins/sound_oss/sound_oss.h
A ptlib-svn_2.10/plugins/sound_oss/Makefile
A ptlib-svn_2.10/plugins/sound_oss/sound_oss.cxx
A ptlib-svn_2.10/ptlib.wsp
A ptlib-svn_2.10/include
A ptlib-svn_2.10/include/ptlib.h
A ptlib-svn_2.10/include/
ptbuildopts.h.in
A ptlib-svn_2.10/include/ptlib
A ptlib-svn_2.10/include/ptlib/ipdsock.h
A ptlib-svn_2.10/include/ptlib/args.h
A ptlib-svn_2.10/include/ptlib/pprocess.h
A ptlib-svn_2.10/include/ptlib/ethsock.h
A ptlib-svn_2.10/include/ptlib/remconn.h
A ptlib-svn_2.10/include/ptlib/qos.h
A ptlib-svn_2.10/include/ptlib/config.h
A ptlib-svn_2.10/include/ptlib/channel.h
A ptlib-svn_2.10/include/ptlib/udpsock.h
A ptlib-svn_2.10/include/ptlib/conchan.h
A ptlib-svn_2.10/include/ptlib/macos
A ptlib-svn_2.10/include/ptlib/macos/ptlib
A ptlib-svn_2.10/include/ptlib/smartptr.h
A ptlib-svn_2.10/include/ptlib/array.h
A ptlib-svn_2.10/include/ptlib/ptime.h
A ptlib-svn_2.10/include/ptlib/syslog.h
A ptlib-svn_2.10/include/ptlib/dict.h
A ptlib-svn_2.10/include/ptlib/MacMainIf.h
A ptlib-svn_2.10/include/ptlib/wxstring.h
A ptlib-svn_2.10/include/ptlib/contain.inl
A ptlib-svn_2.10/include/ptlib/pipechan.h
A ptlib-svn_2.10/include/ptlib/filepath.h
A ptlib-svn_2.10/include/ptlib/sfile.h
A ptlib-svn_2.10/include/ptlib/indchan.h
A ptlib-svn_2.10/include/ptlib/video.h
A ptlib-svn_2.10/include/ptlib/vconvert.h
A ptlib-svn_2.10/include/ptlib/tcpsock.h
A ptlib-svn_2.10/include/ptlib/dynalink.h
A ptlib-svn_2.10/include/ptlib/osutil.inl
A ptlib-svn_2.10/include/ptlib/svcproc.h
A ptlib-svn_2.10/include/ptlib/textfile.h
A ptlib-svn_2.10/include/ptlib/videoio1394dc.h
A ptlib-svn_2.10/include/ptlib/pstring.h
A ptlib-svn_2.10/include/ptlib/msos
A ptlib-svn_2.10/include/ptlib/msos/CopyDTF_2010.bat
A ptlib-svn_2.10/include/ptlib/msos/CopyDTF_2005.bat
A ptlib-svn_2.10/include/ptlib/msos/ptlib_2005_wm6.dtf
A ptlib-svn_2.10/include/ptlib/msos/CopyDTF_2008.bat
A ptlib-svn_2.10/include/ptlib/msos/ptlib_2010.dtf
A ptlib-svn_2.10/include/ptlib/msos/ptlibd_2005_wm6.dtf
A ptlib-svn_2.10/include/ptlib/msos/ptlibd.dtf
A ptlib-svn_2.10/include/ptlib/msos/unistd.h
A ptlib-svn_2.10/include/ptlib/msos/ptlibd_2010.dtf
A ptlib-svn_2.10/include/ptlib/msos/AUTOEXP.DAT
A ptlib-svn_2.10/include/ptlib/msos/ptlib.ignore
A ptlib-svn_2.10/include/ptlib/msos/ptlib_2005.dtf
A ptlib-svn_2.10/include/ptlib/msos/ptlib_2005_wm.dtf
A ptlib-svn_2.10/include/ptlib/msos/ptlib_2008.dtf
A ptlib-svn_2.10/include/ptlib/msos/ptlibd_2005.dtf
A ptlib-svn_2.10/include/ptlib/msos/ptlibd_2005_wm.dtf
A ptlib-svn_2.10/include/ptlib/msos/ptlibd_2008.dtf
A ptlib-svn_2.10/include/ptlib/msos/ptlibn_2005_wm6.dtf
A ptlib-svn_2.10/include/ptlib/msos/ptlibn_2010.dtf
A ptlib-svn_2.10/include/ptlib/msos/dxtrans.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib
A ptlib-svn_2.10/include/ptlib/msos/ptlib/contain.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/ipdsock.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/pprocess.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/debstrm.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/ethsock.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/remconn.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/mutex.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/config.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/channel.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/udpsock.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/conchan.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/timeint.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/sound_win32.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/semaphor.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/ptime.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/ipxsock.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/serchan.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/syncpoint.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/PODBC.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/pipechan.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/sound.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/spxsock.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/pdirect.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/sound_directsound.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/filepath.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/critsec.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/videoio.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/vidinput_app.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/sfile.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/ptlib.inl
A ptlib-svn_2.10/include/ptlib/msos/ptlib/video.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/tcpsock.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/thread.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/icmpsock.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/dynalink.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/epacket.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/file.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/svcproc.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/timer.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/mail.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/pt_atl.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/textfile.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/addrv6.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/socket.h
A ptlib-svn_2.10/include/ptlib/msos/ptlib/ipsock.h
A ptlib-svn_2.10/include/ptlib/msos/ptlibn_2005.dtf
A ptlib-svn_2.10/include/ptlib/msos/ptlibn_2005_wm.dtf
A ptlib-svn_2.10/include/ptlib/msos/ptlibn_2008.dtf
A ptlib-svn_2.10/include/ptlib/contain.h
A ptlib-svn_2.10/include/ptlib/wm
A ptlib-svn_2.10/include/ptlib/wm/stdlibx.h
A ptlib-svn_2.10/include/ptlib/wm/direct.h
A ptlib-svn_2.10/include/ptlib/wm/nspapi.h
A ptlib-svn_2.10/include/ptlib/wm/signal.h
A ptlib-svn_2.10/include/ptlib/wm/process.h
A ptlib-svn_2.10/include/ptlib/wm/cegps.h
A ptlib-svn_2.10/include/ptlib/wm/share.h
A ptlib-svn_2.10/include/ptlib/wm/crtdbg.h
A ptlib-svn_2.10/include/ptlib/wm/errno.h
A ptlib-svn_2.10/include/ptlib/wm/fcntl.h
A ptlib-svn_2.10/include/ptlib/wm/mmsystemx.h
A ptlib-svn_2.10/include/ptlib/wm/io.h
A ptlib-svn_2.10/include/ptlib/wm/sys
A ptlib-svn_2.10/include/ptlib/wm/sys/stat.h
A ptlib-svn_2.10/include/ptlib/wm/sys/utime.h
A ptlib-svn_2.10/include/ptlib/wm/sys/types.h
A ptlib-svn_2.10/include/ptlib/unix
A ptlib-svn_2.10/include/ptlib/unix/ptlib
A ptlib-svn_2.10/include/ptlib/unix/ptlib/resampler.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/contain.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/maccoreaudio.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/ipdsock.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/pprocess.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/ethsock.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/remconn.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/mutex.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/config.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/beaudio.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/channel.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/udpsock.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/conchan.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/timeint.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/bevideo.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/ptime.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/semaphor.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/pmachdep.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/serchan.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/syncpoint.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/pipechan.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/sound.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/pdirect.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/filepath.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/critsec.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/sfile.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/ptlib.inl
A ptlib-svn_2.10/include/ptlib/unix/ptlib/video.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/tcpsock.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/thread.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/icmpsock.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/dynalink.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/shmvideo.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/svcproc.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/file.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/timer.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/mail.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/textfile.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/socket.h
A ptlib-svn_2.10/include/ptlib/unix/ptlib/ipsock.h
A ptlib-svn_2.10/include/ptlib/mutex.h
A ptlib-svn_2.10/include/ptlib/int64.h
A ptlib-svn_2.10/include/ptlib/object.h
A ptlib-svn_2.10/include/ptlib/timeint.h
A ptlib-svn_2.10/include/ptlib/sockets.h
A ptlib-svn_2.10/include/ptlib/psharedptr.h
A ptlib-svn_2.10/include/ptlib/Nucleus++
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/contain.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/ipdsock.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/pprocess.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/ethsock.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/remconn.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/mutex.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/config.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/channel.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/udpsock.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/timeint.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/conchan.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/semaphor.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/ptime.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/pmachdep.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/serchan.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/syncpoint.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/pipechan.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/sound.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/pdirect.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/filepath.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/NucleusDebstrm.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/sfile.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/ptlib.inl
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/tcpsock.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/thread.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/icmpsock.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/dynalink.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/file.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/svcproc.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/timer.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/textfile.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/socket.h
A ptlib-svn_2.10/include/ptlib/Nucleus++/ptlib/ipsock.h
A ptlib-svn_2.10/include/ptlib/semaphor.h
A ptlib-svn_2.10/include/ptlib/notifier.h
A ptlib-svn_2.10/include/ptlib/serchan.h
A ptlib-svn_2.10/include/ptlib/syncpoint.h
A ptlib-svn_2.10/include/ptlib/pfactory.h
A ptlib-svn_2.10/include/ptlib/safecoll.h
A ptlib-svn_2.10/include/ptlib/sound.h
A ptlib-svn_2.10/include/ptlib/pdirect.h
A ptlib-svn_2.10/include/ptlib/critsec.h
A ptlib-svn_2.10/include/ptlib/psync.h
A ptlib-svn_2.10/include/ptlib/lists.h
A ptlib-svn_2.10/include/ptlib/plugin.h
A ptlib-svn_2.10/include/ptlib/syncthrd.h
A ptlib-svn_2.10/include/ptlib/videoio.h
A ptlib-svn_2.10/include/ptlib/notifier_ext.h
A ptlib-svn_2.10/include/ptlib/pluginmgr.h
A ptlib-svn_2.10/include/ptlib/thread.h
A ptlib-svn_2.10/include/ptlib/icmpsock.h
A ptlib-svn_2.10/include/ptlib/file.h
A ptlib-svn_2.10/include/ptlib/timer.h
A ptlib-svn_2.10/include/ptlib/mail.h
A ptlib-svn_2.10/include/ptlib/socket.h
A ptlib-svn_2.10/include/ptlib/ipsock.h
A ptlib-svn_2.10/include/ptclib
A ptlib-svn_2.10/include/ptclib/telnet.h
A ptlib-svn_2.10/include/ptclib/psnmp.h
A ptlib-svn_2.10/include/ptclib/vcard.h
A ptlib-svn_2.10/include/ptclib/pldap.h
A ptlib-svn_2.10/include/ptclib/threadpool.h
A ptlib-svn_2.10/include/ptclib/pvidfile.h
A ptlib-svn_2.10/include/ptclib/httpform.h
A ptlib-svn_2.10/include/ptclib/pdns.h
A ptlib-svn_2.10/include/ptclib/enum.h
A ptlib-svn_2.10/include/ptclib/pils.h
A ptlib-svn_2.10/include/ptclib/cli.h
A ptlib-svn_2.10/include/ptclib/paec.h
A ptlib-svn_2.10/include/ptclib/pxmlrpcs.h
A ptlib-svn_2.10/include/ptclib/vsdl.h
A ptlib-svn_2.10/include/ptclib/pstun.h
A ptlib-svn_2.10/include/ptclib/asnber.h
A ptlib-svn_2.10/include/ptclib/snmp.h
A ptlib-svn_2.10/include/ptclib/pwavfile.h
A ptlib-svn_2.10/include/ptclib/memfile.h
A ptlib-svn_2.10/include/ptclib/http.h
A ptlib-svn_2.10/include/ptclib/xmpp.h
A ptlib-svn_2.10/include/ptclib/psockbun.h
A ptlib-svn_2.10/include/ptclib/pxmlrpc.h
A ptlib-svn_2.10/include/ptclib/rfc1155.h
A ptlib-svn_2.10/include/ptclib/asnper.h
A ptlib-svn_2.10/include/ptclib/qchannel.h
A ptlib-svn_2.10/include/ptclib/ftp.h
A ptlib-svn_2.10/include/ptclib/ptts.h
A ptlib-svn_2.10/include/ptclib/dtmf.h
A ptlib-svn_2.10/include/ptclib/cypher.h
A ptlib-svn_2.10/include/ptclib/xmpp_c2s.h
A ptlib-svn_2.10/include/ptclib/httpsvc.h
A ptlib-svn_2.10/include/ptclib/pffvdev.h
A ptlib-svn_2.10/include/ptclib/asnxer.h
A ptlib-svn_2.10/include/ptclib/pasn.h
A ptlib-svn_2.10/include/ptclib/modem.h
A ptlib-svn_2.10/include/ptclib/pnat.h
A ptlib-svn_2.10/include/ptclib/inetmail.h
A ptlib-svn_2.10/include/ptclib/url.h
A ptlib-svn_2.10/include/ptclib/inetprot.h
A ptlib-svn_2.10/include/ptclib/html.h
A ptlib-svn_2.10/include/ptclib/asner.h
A ptlib-svn_2.10/include/ptclib/pwavfiledev.h
A ptlib-svn_2.10/include/ptclib/shttpsvc.h
A ptlib-svn_2.10/include/ptclib/pxml.h
A ptlib-svn_2.10/include/ptclib/random.h
A ptlib-svn_2.10/include/ptclib/lua.h
A ptlib-svn_2.10/include/ptclib/pssl.h
A ptlib-svn_2.10/include/ptclib/psasl.h
A ptlib-svn_2.10/include/ptclib/psoap.h
A ptlib-svn_2.10/include/ptclib/socks.h
A ptlib-svn_2.10/include/ptclib/xmpp_roster.h
A ptlib-svn_2.10/include/ptclib/pvfiledev.h
A ptlib-svn_2.10/include/ptclib/vxml.h
A ptlib-svn_2.10/include/ptclib/podbc.h
A ptlib-svn_2.10/include/ptclib/mime.h
A ptlib-svn_2.10/include/ptclib/ipacl.h
A ptlib-svn_2.10/include/ptclib/delaychan.h
A ptlib-svn_2.10/include/ptclib/guid.h
A ptlib-svn_2.10/include/ptclib/xmpp_muc.h
A ptlib-svn_2.10/ptlib_samples_2005.sln
A ptlib-svn_2.10/configure.exe
A ptlib-svn_2.10/
ptlib_cfg.dxy.in
A ptlib-svn_2.10/ptlib_samples_2008.sln
A ptlib-svn_2.10/samples
A ptlib-svn_2.10/samples/serial
A ptlib-svn_2.10/samples/serial/serial.cxx
A ptlib-svn_2.10/samples/serial/Makefile
A ptlib-svn_2.10/samples/map_dict
A ptlib-svn_2.10/samples/map_dict/precompile.cxx
A ptlib-svn_2.10/samples/map_dict/main.cxx
A ptlib-svn_2.10/samples/map_dict/map_dict_2005.vcproj
A ptlib-svn_2.10/samples/map_dict/main.h
A ptlib-svn_2.10/samples/map_dict/docs.dxy
A ptlib-svn_2.10/samples/map_dict/map_dict_2008.vcproj
A ptlib-svn_2.10/samples/map_dict/Makefile
A ptlib-svn_2.10/samples/vidtest
A ptlib-svn_2.10/samples/vidtest/precompile.cxx
A ptlib-svn_2.10/samples/vidtest/main.cxx
A ptlib-svn_2.10/samples/vidtest/precompile.h
A ptlib-svn_2.10/samples/vidtest/main.h
A ptlib-svn_2.10/samples/vidtest/vidtest_2005.vcproj
A ptlib-svn_2.10/samples/vidtest/version.h
A ptlib-svn_2.10/samples/vidtest/Makefile
A ptlib-svn_2.10/samples/vidtest/vidtest_2008.vcproj
A ptlib-svn_2.10/samples/xmlrpcsrvr
A ptlib-svn_2.10/samples/xmlrpcsrvr/custom.h
A ptlib-svn_2.10/samples/xmlrpcsrvr/precompile.cxx
A ptlib-svn_2.10/samples/xmlrpcsrvr/main.cxx
A ptlib-svn_2.10/samples/xmlrpcsrvr/
messages.mc
A ptlib-svn_2.10/samples/xmlrpcsrvr/main.h
A ptlib-svn_2.10/samples/xmlrpcsrvr/xmlrpcsrvr_2005.vcproj
A ptlib-svn_2.10/samples/xmlrpcsrvr/custom.cxx
A ptlib-svn_2.10/samples/xmlrpcsrvr/xmlrpcsrvr.ico
A ptlib-svn_2.10/samples/xmlrpcsrvr/Makefile
A ptlib-svn_2.10/samples/xmlrpcsrvr/xmlrpcsrvr_2008.vcproj
A ptlib-svn_2.10/samples/ipv6test
A ptlib-svn_2.10/samples/ipv6test/ipv6test_2008.vcproj
A ptlib-svn_2.10/samples/ipv6test/precompile.cxx
A ptlib-svn_2.10/samples/ipv6test/main.cxx
A ptlib-svn_2.10/samples/ipv6test/precompile.h
A ptlib-svn_2.10/samples/ipv6test/main.h
A ptlib-svn_2.10/samples/ipv6test/version.h
A ptlib-svn_2.10/samples/ipv6test/ipv6test_2005.vcproj
A ptlib-svn_2.10/samples/ipv6test/Makefile
A ptlib-svn_2.10/samples/md5
A ptlib-svn_2.10/samples/md5/encrypt.cxx
A ptlib-svn_2.10/samples/md5/Makefile
A ptlib-svn_2.10/samples/address
A ptlib-svn_2.10/samples/address/address.vcproj
A ptlib-svn_2.10/samples/address/local.cxx
A ptlib-svn_2.10/samples/address/Makefile
A ptlib-svn_2.10/samples/vxmltest
A ptlib-svn_2.10/samples/vxmltest/precompile.cxx
A ptlib-svn_2.10/samples/vxmltest/vxmltest_2008.vcproj
A ptlib-svn_2.10/samples/vxmltest/main.cxx
A ptlib-svn_2.10/samples/vxmltest/root.vxml
A ptlib-svn_2.10/samples/vxmltest/main.h
A ptlib-svn_2.10/samples/vxmltest/vxmltest_2005.vcproj
A ptlib-svn_2.10/samples/stunclient
A ptlib-svn_2.10/samples/stunclient/precompile.cxx
A ptlib-svn_2.10/samples/stunclient/stunclient_2005.vcproj
A ptlib-svn_2.10/samples/stunclient/stunclient_2008.vcproj
A ptlib-svn_2.10/samples/stunclient/main.cxx
A ptlib-svn_2.10/samples/stunclient/main.h
A ptlib-svn_2.10/samples/stunclient/version.h
A ptlib-svn_2.10/samples/stunclient/Makefile
A ptlib-svn_2.10/samples/wavfile
A ptlib-svn_2.10/samples/wavfile/main.cxx
A ptlib-svn_2.10/samples/wavfile/wavfile_2005.vcproj
A ptlib-svn_2.10/samples/wavfile/wavfile_2008.vcproj
A ptlib-svn_2.10/samples/wavfile/wavfile_2010.vcxproj
A ptlib-svn_2.10/samples/wavfile/Makefile
A ptlib-svn_2.10/samples/ptimer
A ptlib-svn_2.10/samples/ptimer/precompile.cxx
A ptlib-svn_2.10/samples/ptimer/main.cxx
A ptlib-svn_2.10/samples/ptimer/precompile.h
A ptlib-svn_2.10/samples/ptimer/ptimer_2005.vcproj
A ptlib-svn_2.10/samples/ptimer/main.h
A ptlib-svn_2.10/samples/ptimer/ptimer_2008.vcproj
A ptlib-svn_2.10/samples/ptimer/version.h
A ptlib-svn_2.10/samples/ptimer/Makefile
A ptlib-svn_2.10/samples/audio
A ptlib-svn_2.10/samples/audio/audio.cxx
A ptlib-svn_2.10/samples/audio/audio.h
A ptlib-svn_2.10/samples/audio/version.h
A ptlib-svn_2.10/samples/audio/audio_2008.vcproj
A ptlib-svn_2.10/samples/audio/Makefile
A ptlib-svn_2.10/samples/url
A ptlib-svn_2.10/samples/url/url_test.cxx
A ptlib-svn_2.10/samples/url/url_2005.vcproj
A ptlib-svn_2.10/samples/url/Makefile
A ptlib-svn_2.10/samples/url/url_2010.vcxproj
A ptlib-svn_2.10/samples/threadex
A ptlib-svn_2.10/samples/threadex/threadex_2008.vcproj
A ptlib-svn_2.10/samples/threadex/precompile.cxx
A ptlib-svn_2.10/samples/threadex/main.cxx
A ptlib-svn_2.10/samples/threadex/precompile.h
A ptlib-svn_2.10/samples/threadex/main.h
A ptlib-svn_2.10/samples/threadex/version.h
A ptlib-svn_2.10/samples/threadex/threadex_2005.vcproj
A ptlib-svn_2.10/samples/threadex/Makefile
A ptlib-svn_2.10/samples/netif
A ptlib-svn_2.10/samples/netif/netif_2008.vcproj
A ptlib-svn_2.10/samples/netif/netif.cxx
A ptlib-svn_2.10/samples/netif/Makefile
A ptlib-svn_2.10/samples/netif/netif_2005.vcproj
A ptlib-svn_2.10/samples/xmlrpc
A ptlib-svn_2.10/samples/xmlrpc/precompile.cxx
A ptlib-svn_2.10/samples/xmlrpc/xmlrpc_2008.vcproj
A ptlib-svn_2.10/samples/xmlrpc/main.cxx
A ptlib-svn_2.10/samples/xmlrpc/main.h
A ptlib-svn_2.10/samples/xmlrpc/Makefile
A ptlib-svn_2.10/samples/xmlrpc/xmlrpc_2005.vcproj
A ptlib-svn_2.10/samples/ThreadSafe
A ptlib-svn_2.10/samples/ThreadSafe/precompile.cxx
A ptlib-svn_2.10/samples/ThreadSafe/ThreadSafe_2008.vcproj
A ptlib-svn_2.10/samples/ThreadSafe/main.cxx
A ptlib-svn_2.10/samples/ThreadSafe/main.h
A ptlib-svn_2.10/samples/ThreadSafe/Makefile
A ptlib-svn_2.10/samples/ThreadSafe/ThreadSafe_2005.vcproj
A ptlib-svn_2.10/samples/StringTest
A ptlib-svn_2.10/samples/StringTest/main.cxx
A ptlib-svn_2.10/samples/StringTest/StringTest.vcproj
A ptlib-svn_2.10/samples/StringTest/main.h
A ptlib-svn_2.10/samples/StringTest/version.h
A ptlib-svn_2.10/samples/StringTest/Makefile
A ptlib-svn_2.10/samples/xmppconsole
A ptlib-svn_2.10/samples/xmppconsole/precompile.cxx
A ptlib-svn_2.10/samples/xmppconsole/main.cxx
A ptlib-svn_2.10/samples/xmppconsole/main.h
A ptlib-svn_2.10/samples/xmppconsole/version.h
A ptlib-svn_2.10/samples/xmppconsole/Makefile
A ptlib-svn_2.10/samples/xmppconsole/README
A ptlib-svn_2.10/samples/thread
A ptlib-svn_2.10/samples/thread/thread.cxx
A ptlib-svn_2.10/samples/thread/Makefile
A ptlib-svn_2.10/samples/factory
A ptlib-svn_2.10/samples/factory/factory_2005.vcproj
A ptlib-svn_2.10/samples/factory/precompile.cxx
A ptlib-svn_2.10/samples/factory/factory_2008.vcproj
A ptlib-svn_2.10/samples/factory/concrete.cxx
A ptlib-svn_2.10/samples/factory/main.cxx
A ptlib-svn_2.10/samples/factory/abstract.h
A ptlib-svn_2.10/samples/factory/solid.cxx
A ptlib-svn_2.10/samples/factory/Makefile
A ptlib-svn_2.10/samples/find_ip
A ptlib-svn_2.10/samples/find_ip/find_ip_2005.vcproj
A ptlib-svn_2.10/samples/find_ip/precompile.cxx
A ptlib-svn_2.10/samples/find_ip/find_ip_2008.vcproj
A ptlib-svn_2.10/samples/find_ip/find_ip.cxx
A ptlib-svn_2.10/samples/find_ip/Makefile
A ptlib-svn_2.10/samples/syncpoints
A ptlib-svn_2.10/samples/syncpoints/precompile.cxx
A ptlib-svn_2.10/samples/syncpoints/syncpoints_2005.vcproj
A ptlib-svn_2.10/samples/syncpoints/syncpoints_2008.vcproj
A ptlib-svn_2.10/samples/syncpoints/main.cxx
A ptlib-svn_2.10/samples/syncpoints/main.h
A ptlib-svn_2.10/samples/syncpoints/docs.dxy
A ptlib-svn_2.10/samples/syncpoints/Makefile
A ptlib-svn_2.10/samples/Makefile
A ptlib-svn_2.10/samples/snmptest
A ptlib-svn_2.10/samples/snmptest/snmptest.h
A ptlib-svn_2.10/samples/snmptest/Makefile
A ptlib-svn_2.10/samples/snmptest/snmptest.cxx
A ptlib-svn_2.10/samples/safetest
A ptlib-svn_2.10/samples/safetest/precompile.cxx
A ptlib-svn_2.10/samples/safetest/main.cxx
A ptlib-svn_2.10/samples/safetest/precompile.h
A ptlib-svn_2.10/samples/safetest/docs.cfg
A ptlib-svn_2.10/samples/safetest/safetest_2005.vcproj
A ptlib-svn_2.10/samples/safetest/overview.cxx
A ptlib-svn_2.10/samples/safetest/safetest_2008.vcproj
A ptlib-svn_2.10/samples/safetest/main.h
A ptlib-svn_2.10/samples/safetest/version.h
A ptlib-svn_2.10/samples/safetest/Makefile
A ptlib-svn_2.10/samples/httptest
A ptlib-svn_2.10/samples/httptest/httptest.cxx
A ptlib-svn_2.10/samples/httptest/httptest_2005.vcproj
A ptlib-svn_2.10/samples/httptest/httptest_2008.vcproj
A ptlib-svn_2.10/samples/httptest/httptest_2010.vcxproj
A ptlib-svn_2.10/samples/httptest/Makefile
A ptlib-svn_2.10/samples/ldaptest
A ptlib-svn_2.10/samples/ldaptest/precompile.cxx
A ptlib-svn_2.10/samples/ldaptest/main.cxx
A ptlib-svn_2.10/samples/ldaptest/precompile.h
A ptlib-svn_2.10/samples/ldaptest/ldaptest_2005.vcproj
A ptlib-svn_2.10/samples/ldaptest/main.h
A ptlib-svn_2.10/samples/ldaptest/ldaptest_2008.vcproj
A ptlib-svn_2.10/samples/ldaptest/version.h
A ptlib-svn_2.10/samples/ldaptest/Makefile
A ptlib-svn_2.10/samples/pxml
A ptlib-svn_2.10/samples/pxml/precompile.cxx
A ptlib-svn_2.10/samples/pxml/main.cxx
A ptlib-svn_2.10/samples/pxml/PxmlTest_2005.vcproj
A ptlib-svn_2.10/samples/pxml/main.h
A ptlib-svn_2.10/samples/pxml/PxmlTest_2008.vcproj
A ptlib-svn_2.10/samples/pxml/Makefile
A ptlib-svn_2.10/samples/pxml/cfg.txt
A ptlib-svn_2.10/samples/lua
A ptlib-svn_2.10/samples/lua/lua.cxx
A ptlib-svn_2.10/samples/lua/luaDLL_2008.vcproj
A ptlib-svn_2.10/samples/lua/lua_2008.vcproj
A ptlib-svn_2.10/samples/lua/Makefile
A ptlib-svn_2.10/samples/dnstest
A ptlib-svn_2.10/samples/dnstest/dnstest_2008.vcproj
A ptlib-svn_2.10/samples/dnstest/precompile.cxx
A ptlib-svn_2.10/samples/dnstest/main.cxx
A ptlib-svn_2.10/samples/dnstest/main.h
A ptlib-svn_2.10/samples/dnstest/dnstest_2005.vcproj
A ptlib-svn_2.10/samples/dnstest/Makefile
A ptlib-svn_2.10/samples/queue
A ptlib-svn_2.10/samples/queue/precompile.cxx
A ptlib-svn_2.10/samples/queue/main.cxx
A ptlib-svn_2.10/samples/queue/precompile.h
A ptlib-svn_2.10/samples/queue/docs.cfg
A ptlib-svn_2.10/samples/queue/main.h
A ptlib-svn_2.10/samples/queue/version.h
A ptlib-svn_2.10/samples/queue/queue_2005.vcproj
A ptlib-svn_2.10/samples/queue/Makefile
A ptlib-svn_2.10/samples/queue/Readme
A ptlib-svn_2.10/samples/xmpptest
A ptlib-svn_2.10/samples/xmpptest/ConnectDialog.h
A ptlib-svn_2.10/samples/xmpptest/xmpptest_2008.vcproj
A ptlib-svn_2.10/samples/xmpptest/MainFrame.cxx
A ptlib-svn_2.10/samples/xmpptest/precompile.cxx
A ptlib-svn_2.10/samples/xmpptest/MainFrame.h
A ptlib-svn_2.10/samples/xmpptest/main.cxx
A ptlib-svn_2.10/samples/xmpptest/ConnectDialog.cxx
A ptlib-svn_2.10/samples/xmpptest/main.h
A ptlib-svn_2.10/samples/xmpptest/ReadMe.txt
A ptlib-svn_2.10/samples/xmpptest/xmpptest_2005.vcproj
A ptlib-svn_2.10/samples/xmpptest/Makefile
A ptlib-svn_2.10/samples/emailtest
A ptlib-svn_2.10/samples/emailtest/emailtest_2005.vcproj
A ptlib-svn_2.10/samples/emailtest/precompile.cxx
A ptlib-svn_2.10/samples/emailtest/emailtest_2008.vcproj
A ptlib-svn_2.10/samples/emailtest/main.cxx
A ptlib-svn_2.10/samples/emailtest/precompile.h
A ptlib-svn_2.10/samples/emailtest/main.h
A ptlib-svn_2.10/samples/emailtest/version.h
A ptlib-svn_2.10/samples/emailtest/Makefile
A ptlib-svn_2.10/samples/timing
A ptlib-svn_2.10/samples/timing/timing_2005.vcproj
A ptlib-svn_2.10/samples/timing/precompile.cxx
A ptlib-svn_2.10/samples/timing/timing_2008.vcproj
A ptlib-svn_2.10/samples/timing/timing_2010.vcxproj
A ptlib-svn_2.10/samples/timing/timing.cxx
A ptlib-svn_2.10/samples/timing/Makefile
A ptlib-svn_2.10/samples/sockbundle
A ptlib-svn_2.10/samples/sockbundle/sockbundle_2008.vcproj
A ptlib-svn_2.10/samples/sockbundle/sockbundle.cxx
A ptlib-svn_2.10/samples/sockbundle/Makefile
A ptlib-svn_2.10/samples/dtmftest
A ptlib-svn_2.10/samples/dtmftest/precompile.cxx
A ptlib-svn_2.10/samples/dtmftest/dtmftest_2005.vcproj
A ptlib-svn_2.10/samples/dtmftest/dtmftest_2008.vcproj
A ptlib-svn_2.10/samples/dtmftest/main.cxx
A ptlib-svn_2.10/samples/dtmftest/precompile.h
A ptlib-svn_2.10/samples/dtmftest/main.h
A ptlib-svn_2.10/samples/dtmftest/version.h
A ptlib-svn_2.10/samples/dtmftest/Makefile
A ptlib-svn_2.10/samples/sortedlist
A ptlib-svn_2.10/samples/sortedlist/precompile.cxx
A ptlib-svn_2.10/samples/sortedlist/SortedListTest.h
A ptlib-svn_2.10/samples/sortedlist/SortedListTest_2005.vcproj
A ptlib-svn_2.10/samples/sortedlist/SortedListTest_2008.vcproj
A ptlib-svn_2.10/samples/sortedlist/Makefile
A ptlib-svn_2.10/samples/sortedlist/SortedListTest.cxx
A ptlib-svn_2.10/samples/plugintest
A ptlib-svn_2.10/samples/plugintest/plugintest.vcproj
A ptlib-svn_2.10/samples/plugintest/main.cxx
A ptlib-svn_2.10/samples/plugintest/main.h
A ptlib-svn_2.10/samples/plugintest/Makefile
A ptlib-svn_2.10/samples/aggtest
A ptlib-svn_2.10/samples/aggtest/precompile.cxx
A ptlib-svn_2.10/samples/aggtest/main.cxx
A ptlib-svn_2.10/samples/aggtest/precompile.h
A ptlib-svn_2.10/samples/aggtest/aggtest_2005.vcproj
A ptlib-svn_2.10/samples/aggtest/aggtest_2008.vcproj
A ptlib-svn_2.10/samples/aggtest/main.h
A ptlib-svn_2.10/samples/aggtest/version.h
A ptlib-svn_2.10/samples/vcard
A ptlib-svn_2.10/samples/vcard/vcard_test.cxx
A ptlib-svn_2.10/samples/vcard/vcard_2005.vcproj
A ptlib-svn_2.10/samples/vcard/vcard_2008.vcproj
A ptlib-svn_2.10/samples/vcard/Makefile
A ptlib-svn_2.10/samples/ODBC
A ptlib-svn_2.10/samples/ODBC/test.mdb
A ptlib-svn_2.10/samples/ODBC/odbctest_2003.sln
A ptlib-svn_2.10/samples/ODBC/odbctest.cxx
A ptlib-svn_2.10/samples/strtest
A ptlib-svn_2.10/samples/strtest/strtest_2010.vcxproj
A ptlib-svn_2.10/samples/strtest/main.cxx
A ptlib-svn_2.10/samples/strtest/Makefile
A ptlib-svn_2.10/samples/hello_world
A ptlib-svn_2.10/samples/hello_world/hello_2010.vcxproj
A ptlib-svn_2.10/samples/hello_world/hello.cxx
A ptlib-svn_2.10/samples/hello_world/hello.vcproj
A ptlib-svn_2.10/samples/hello_world/helloDLL_2003.vcproj
A ptlib-svn_2.10/samples/hello_world/helloDLL_2005.vcproj
A ptlib-svn_2.10/samples/hello_world/helloDLL_2008.vcproj
A ptlib-svn_2.10/samples/hello_world/helloDLL_2010.vcxproj
A ptlib-svn_2.10/samples/hello_world/hello_2005.vcproj
A ptlib-svn_2.10/samples/hello_world/Makefile
A ptlib-svn_2.10/samples/hello_world/hello_2008.vcproj
A ptlib-svn_2.10/ptlib.xcodeproj
A ptlib-svn_2.10/ptlib.xcodeproj/project.pbxproj
A ptlib-svn_2.10/ptlib.wpj
A ptlib-svn_2.10/version.h
A ptlib-svn_2.10/ReadMe.txt
A ptlib-svn_2.10/ptlib_2005.sln
A ptlib-svn_2.10/ptlib.dxy
A ptlib-svn_2.10/ptlib_2008.sln
A ptlib-svn_2.10/README_VXWORKS.txt
A ptlib-svn_2.10/install-sh
U ptlib-svn_2.10
Checked out revision 32172.
create symbolic link `ptlib' to `ptlib-svn_2.10'
Copying patch set for 'ptlib'...
./src/ptlib/unix/config.cxx.patch
./src/ptlib/unix/config.cxx.patch
Patching 'ptlib'...
patching file /root/ast-h323/ptlib/src/ptlib/unix/config.cxx
Fetching 'h323plus'...
--2014-06-18 13:30:23--
http://h323plus.cvs.sourceforge.net/viewvc/h323plus/h323plus/?view=tar&pathrev=v1_25_4
Connecting to 10.248.200.3:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: `h323plus-1.25.4.tar.gz'
[<=>
] 0 --.-K/s
[ <=>
] 5,594 20.5K/s
[ <=>
] 14,100 25.8K/s
[ <=>
] 30,160 35.4K/s
[ <=>
] 62,272 50.4K/s
[ <=>
] 101,431 67.1K/s
[ <=>
] 145,483 79.5K/s
[ <=>
] 203,630 96.9K/s
[ <=>
] 256,696 108K/s
[ <=>
] 322,134 116K/s
[ <=>
] 386,209 130K/s
[ <=>
] 450,614 135K/s
[ <=>
] 516,140 143K/s
[ <=>
] 582,970 149K/s
[ <=>
] 647,705 150K/s
[ <=>
] 713,240 155K/s
[ <=>
] 777,645 158K/s
[ <=>
] 843,180 161K/s
[ <=>
] 906,290 155K/s
[ <=>
] 971,825 159K/s
[ <=>
] 973,285 152K/s
[ <=>
] 976,205 152K/s
[ <=>
] 982,045 150K/s
[ <=>
] 993,725 148K/s
[ <=>
] 1,016,920 149K/s
[ <=>
] 1,054,880 148K/s
[ <=>
] 1,093,005 148K/s
[ <=>
] 1,133,885 145K/s
[ <=>
] 1,176,225 140K/s
[ <=>
] 1,220,016 140K/s
[ <=>
] 1,263,816 135K/s
[ <=>
] 1,310,536 134K/s
[ <=>
] 1,358,707 130K/s
[ <=>
] 1,408,347 126K/s
[ <=>
] 1,459,447 126K/s
[ <=>
] 1,512,007 124K/s
[ <=>
] 1,566,027 123K/s
[ <=>
] 1,621,507 122K/s
[ <=>
] 1,678,439 126K/s
[ <=>
] 1,738,290 125K/s
[ <=>
] 1,801,054 135K/s
[ <=>
] 1,865,278 145K/s
[ <=>
] 1,930,797 154K/s
[ <=>
] 1,996,323 167K/s
[ <=>
] 2,060,877 173K/s
[ <=>
] 2,123,648 177K/s
[ <=>
] 2,189,183 181K/s
[ <=>
] 2,254,718 189K/s
[ <=>
] 2,320,253 190K/s
[ <=>
] 2,385,788 196K/s
[ <=>
] 2,451,306 199K/s
[ <=>
] 2,516,832 206K/s
[ <=>
] 2,558,694 198K/s
[ <=>
] 2,609,786 196K/s
[ <=>
] 2,643,170 178K/s
[ <=>
] 2,674,478 173K/s
[ <=>
] 2,675,938 161K/s
[ <=>
] 2,708,706 147K/s
[ <=>
] 2,741,474 136K/s
[ <=>
] 2,774,242 122K/s
[ <=>
] 2,805,550 117K/s
[ <=>
] 2,807,010 112K/s
[ <=>
] 2,839,778 105K/s
[ <=>
] 2,905,298 106K/s
[ <=>
] 2,969,364 106K/s
[ <=>
] 3,034,427 106K/s
[ <=>
] 3,036,386 90.9K/s
[ <=>
] 3,100,611 92.4K/s
[
<=>
] 3,134,690 93.3K/s
[
<=>
] 3,167,458 79.1K/s
[
<=>
] 3,198,766 79.5K/s
[
<=>
] 3,231,534 78.5K/s
[
<=>
] 3,232,994 77.0K/s
[
<=>
] 3,264,302 76.8K/s
[
<=>
] 3,264,302 68.2K/s
[
<=>
] 3,297,876 71.6K/s
[
<=>
] 3,329,838 75.7K/s
[
<=>
] 3,331,298 70.1K/s
[
<=>
] 3,362,606 73.7K/s
[
<=>
] 3,364,066 67.5K/s
[
<=>
] 3,429,587 77.2K/s
[
<=>
] 3,495,106 77.1K/s
[
<=>
] 3,556,740 69.5K/s
[
<=>
] 3,620,964 84.5K/s
[
<=>
] 3,655,831 81.0K/s
[
<=>
] 3,720,227 85.6K/s
[
<=>
] 3,749,419 84.5K/s
[
<=>
] 3,813,643 97.6K/s
[
<=>
] 3,876,407 101K/s
[
<=>
] 3,941,926 114K/s
[
<=>
] 3,986,658 118K/s
[
<=>
] 4,019,426 131K/s
[
<=>
] 4,050,734 130K/s
[
<=>
] 4,084,962 151K/s
[
<=>
] 4,116,270 147K/s
[
<=>
] 4,117,730 145K/s
[
<=>
] 4,149,038 136K/s
[
<=>
] 4,181,806 136K/s
[
<=>
] 4,248,559 135K/s
[
<=>
] 4,248,559 135K/s in 34s
2014-06-18 13:30:58 (123 KB/s) - `h323plus-1.25.4.tar.gz' saved [4248559]
h323plus/
h323plus/MPL-1.1.html
h323plus/Makefile.in
h323plus/OpenH323.mak
h323plus/Openh323libce.vcb
h323plus/Openh323libce.vcp
h323plus/Openh323libce.vcw
h323plus/changes.txt
h323plus/config.guess
h323plus/config.sub
h323plus/configure
h323plus/
configure.ac
h323plus/configure.exe
h323plus/h323plus.dxy
h323plus/h323plus_2005.sln
h323plus/h323plus_2005.vcproj
h323plus/h323plus_2008.sln
h323plus/h323plus_2008.vcproj
h323plus/h323plus_2010.sln
h323plus/h323plus_2010.vcxproj
h323plus/h323plus_2010.vcxproj.filters
h323plus/h323plus_cfg.dxy
h323plus/install-sh
h323plus/mpl-1.0.htm
h323plus/opal.m4
h323plus/openh323u.mak
h323plus/
openh323u.mak.in
h323plus/version.h
h323plus/videonotes.rtf
h323plus/include/
h323plus/include/channels.h
h323plus/include/codecs.h
h323plus/include/dynacodec.h
h323plus/include/g711.h
h323plus/include/gccpdu.h
h323plus/include/gkclient.h
h323plus/include/gkserver.h
h323plus/include/gnugknat.h
h323plus/include/guid.h
h323plus/include/h225.h
h323plus/include/h225ras.h
h323plus/include/h235.h
h323plus/include/h235auth.h
h323plus/include/h235plugin.h
h323plus/include/h235pluginmgr.h
h323plus/include/h245.h
h323plus/include/h248.h
h323plus/include/h323.h
h323plus/include/h323annexg.h
h323plus/include/h323caps.h
h323plus/include/h323con.h
h323plus/include/h323ep.h
h323plus/include/h323filetransfer.h
h323plus/include/h323h224.h
h323plus/include/h323neg.h
h323plus/include/h323pdu.h
h323plus/include/h323pluginmgr.h
h323plus/include/h323rtp.h
h323plus/include/h323t120.h
h323plus/include/h323t38.h
h323plus/include/h323trans.h
h323plus/include/h501.h
h323plus/include/h501pdu.h
h323plus/include/jitter.h
h323plus/include/mcspdu.h
h323plus/include/mediafmt.h
h323plus/include/opalvxml.h
h323plus/include/opalwavfile.h
h323plus/include/
openh323buildopts.h.in
h323plus/include/peclient.h
h323plus/include/ptlib_extras.h
h323plus/include/q922.h
h323plus/include/q931.h
h323plus/include/rfc2833.h
h323plus/include/rtp.h
h323plus/include/rtp2wav.h
h323plus/include/svcctrl.h
h323plus/include/t120proto.h
h323plus/include/t38.h
h323plus/include/t38proto.h
h323plus/include/transports.h
h323plus/include/x224.h
h323plus/include/x880.h
h323plus/include/codec/
h323plus/include/codec/opalplugin.h
h323plus/include/etc/
h323plus/include/etc/h323aec.h
h323plus/include/h224/
h323plus/include/h224/h224.h
h323plus/include/h224/h224handler.h
h323plus/include/h224/h281.h
h323plus/include/h224/h281handler.h
h323plus/include/h224/h284.h
h323plus/include/h224/t140.h
h323plus/include/h230/
h323plus/include/h230/OID2.h
h323plus/include/h230/h230.h
h323plus/include/h235/
h323plus/include/h235/h2351.h
h323plus/include/h235/h2356.h
h323plus/include/h235/h235caps.h
h323plus/include/h235/h235chan.h
h323plus/include/h235/h235crypto.h
h323plus/include/h235/h235support.h
h323plus/include/h341/
h323plus/include/h341/h341.h
h323plus/include/h341/h341_oid.h
h323plus/include/h350/
h323plus/include/h350/h350.h
h323plus/include/h350/h350_service.h
h323plus/include/h450/
h323plus/include/h450/h4501.h
h323plus/include/h450/h45010.h
h323plus/include/h450/h45011.h
h323plus/include/h450/h4502.h
h323plus/include/h450/h4503.h
h323plus/include/h450/h4504.h
h323plus/include/h450/h4505.h
h323plus/include/h450/h4506.h
h323plus/include/h450/h4507.h
h323plus/include/h450/h4508.h
h323plus/include/h450/h4509.h
h323plus/include/h450/h450pdu.h
h323plus/include/h460/
h323plus/include/h460/h460.h
h323plus/include/h460/h4601.h
h323plus/include/h460/h46015.h
h323plus/include/h460/h46018.h
h323plus/include/h460/h46018_h225.h
h323plus/include/h460/h46019.h
h323plus/include/h460/h46024b.h
h323plus/include/h460/h46026.h
h323plus/include/h460/h46026mgr.h
h323plus/include/h460/h4604.h
h323plus/include/h460/h4609.h
h323plus/include/h460/h460_oid3.h
h323plus/include/h460/h460_oid6.h
h323plus/include/h460/h460_oid9.h
h323plus/include/h460/h460_std17.h
h323plus/include/h460/h460_std18.h
h323plus/include/h460/h460_std22.h
h323plus/include/h460/h460_std23.h
h323plus/include/h460/h460_std26.h
h323plus/include/h460/h460_std9.h
h323plus/include/h460/h460p.h
h323plus/include/h460/h460pres.h
h323plus/include/h460/h460tm.h
h323plus/include/h460/h4610.h
h323plus/include/h460/h461_base.h
h323plus/include/h460/upnpcp.h
h323plus/plugins/
h323plus/plugins/Makefile.in
h323plus/plugins/aclocal.m4
h323plus/plugins/configure
h323plus/plugins/
configure.ac
h323plus/plugins/
plugin-config.h.in
h323plus/plugins/audio/
h323plus/plugins/audio/EasyCodec/
h323plus/plugins/audio/EasyCodec/EasyCodecs.dsw
h323plus/plugins/audio/EasyCodec/EasyG722.dsp
h323plus/plugins/audio/EasyCodec/EasyG7231.dsp
h323plus/plugins/audio/EasyCodec/EasyG7231_2005.vcproj
h323plus/plugins/audio/EasyCodec/EasyG7231_2008.vcproj
h323plus/plugins/audio/EasyCodec/EasyG728.dsp
h323plus/plugins/audio/EasyCodec/EasyG728_2005.vcproj
h323plus/plugins/audio/EasyCodec/EasyG728_2008.vcproj
h323plus/plugins/audio/EasyCodec/EasyG729A.dsp
h323plus/plugins/audio/EasyCodec/EasyG729A_2005.vcproj
h323plus/plugins/audio/EasyCodec/EasyG729A_2008.vcproj
h323plus/plugins/audio/EasyCodec/ReadMe.txt
h323plus/plugins/audio/EasyCodec/easycodecs.cxx
h323plus/plugins/audio/EasyCodec/easycodecs.h
h323plus/plugins/audio/EasyCodec/g722codec.h
h323plus/plugins/audio/EasyCodec/g7231codec.h
h323plus/plugins/audio/EasyCodec/g728codec.h
h323plus/plugins/audio/EasyCodec/g729Acodec.h
h323plus/plugins/audio/G.722.1/
h323plus/plugins/audio/G.722.1/G.722.1_2005.vcproj
h323plus/plugins/audio/G.722.1/G.722.1_2008.vcproj
h323plus/plugins/audio/G.722.1/G7221Codec.cxx
h323plus/plugins/audio/G.722.1/Makefile.in
h323plus/plugins/audio/G.722.1/G722-1/
h323plus/plugins/audio/G.722.1/G722-1/basop32.c
h323plus/plugins/audio/G.722.1/G722-1/basop32.h
h323plus/plugins/audio/G.722.1/G722-1/coef2sam.c
h323plus/plugins/audio/G.722.1/G722-1/common.c
h323plus/plugins/audio/G.722.1/G722-1/count.c
h323plus/plugins/audio/G.722.1/G722-1/count.h
h323plus/plugins/audio/G.722.1/G722-1/dct4_a.c
h323plus/plugins/audio/G.722.1/G722-1/dct4_a.h
h323plus/plugins/audio/G.722.1/G722-1/dct4_s.c
h323plus/plugins/audio/G.722.1/G722-1/dct4_s.h
h323plus/plugins/audio/G.722.1/G722-1/decode.c
h323plus/plugins/audio/G.722.1/G722-1/decoder.c
h323plus/plugins/audio/G.722.1/G722-1/defs.h
h323plus/plugins/audio/G.722.1/G722-1/encode.c
h323plus/plugins/audio/G.722.1/G722-1/encoder.c
h323plus/plugins/audio/G.722.1/G722-1/huff_def.h
h323plus/plugins/audio/G.722.1/G722-1/huff_tab.c
h323plus/plugins/audio/G.722.1/G722-1/huff_tab.h
h323plus/plugins/audio/G.722.1/G722-1/sam2coef.c
h323plus/plugins/audio/G.722.1/G722-1/tables.c
h323plus/plugins/audio/G.722.1/G722-1/tables.h
h323plus/plugins/audio/G.722.1/G722-1/typedef.h
h323plus/plugins/audio/G.722.2/
h323plus/plugins/audio/G.722.2/G.722.2_2005.vcproj
h323plus/plugins/audio/G.722.2/G.722.2_2008.vcproj
h323plus/plugins/audio/G.722.2/G7222Codec.cpp
h323plus/plugins/audio/G.722.2/Makefile.in
h323plus/plugins/audio/G.722.2/AMR-WB/
h323plus/plugins/audio/G.722.2/AMR-WB/dec.h
h323plus/plugins/audio/G.722.2/AMR-WB/dec_acelp.c
h323plus/plugins/audio/G.722.2/AMR-WB/dec_acelp.h
h323plus/plugins/audio/G.722.2/AMR-WB/dec_dtx.c
h323plus/plugins/audio/G.722.2/AMR-WB/dec_dtx.h
h323plus/plugins/audio/G.722.2/AMR-WB/dec_gain.c
h323plus/plugins/audio/G.722.2/AMR-WB/dec_gain.h
h323plus/plugins/audio/G.722.2/AMR-WB/dec_if.c
h323plus/plugins/audio/G.722.2/AMR-WB/dec_if.h
h323plus/plugins/audio/G.722.2/AMR-WB/dec_lpc.c
h323plus/plugins/audio/G.722.2/AMR-WB/dec_lpc.h
h323plus/plugins/audio/G.722.2/AMR-WB/dec_main.c
h323plus/plugins/audio/G.722.2/AMR-WB/dec_main.h
h323plus/plugins/audio/G.722.2/AMR-WB/dec_rom.c
h323plus/plugins/audio/G.722.2/AMR-WB/dec_util.c
h323plus/plugins/audio/G.722.2/AMR-WB/dec_util.h
h323plus/plugins/audio/G.722.2/AMR-WB/enc.h
h323plus/plugins/audio/G.722.2/AMR-WB/enc_acelp.c
h323plus/plugins/audio/G.722.2/AMR-WB/enc_acelp.h
h323plus/plugins/audio/G.722.2/AMR-WB/enc_dtx.c
h323plus/plugins/audio/G.722.2/AMR-WB/enc_dtx.h
h323plus/plugins/audio/G.722.2/AMR-WB/enc_gain.c
h323plus/plugins/audio/G.722.2/AMR-WB/enc_gain.h
h323plus/plugins/audio/G.722.2/AMR-WB/enc_if.c
h323plus/plugins/audio/G.722.2/AMR-WB/enc_if.h
h323plus/plugins/audio/G.722.2/AMR-WB/enc_lpc.c
h323plus/plugins/audio/G.722.2/AMR-WB/enc_lpc.h
h323plus/plugins/audio/G.722.2/AMR-WB/enc_main.c
h323plus/plugins/audio/G.722.2/AMR-WB/enc_main.h
h323plus/plugins/audio/G.722.2/AMR-WB/enc_rom.c
h323plus/plugins/audio/G.722.2/AMR-WB/enc_util.c
h323plus/plugins/audio/G.722.2/AMR-WB/enc_util.h
h323plus/plugins/audio/G.722.2/AMR-WB/if_rom.c
h323plus/plugins/audio/G.722.2/AMR-WB/if_rom.h
h323plus/plugins/audio/G.722.2/AMR-WB/typedef.h
h323plus/plugins/audio/G722/
h323plus/plugins/audio/G722/Makefile.in
h323plus/plugins/audio/G722/g722_2003.vcproj
h323plus/plugins/audio/G722/g722_2005.vcproj
h323plus/plugins/audio/G722/g722_2008.vcproj
h323plus/plugins/audio/G722/g722codec.c
h323plus/plugins/audio/G722/VoIPCodecs/
h323plus/plugins/audio/G722/VoIPCodecs/bitstream.c
h323plus/plugins/audio/G722/VoIPCodecs/bitstream.h
h323plus/plugins/audio/G722/VoIPCodecs/dc_restore.h
h323plus/plugins/audio/G722/VoIPCodecs/g722.h
h323plus/plugins/audio/G722/VoIPCodecs/g722_decode.c
h323plus/plugins/audio/G722/VoIPCodecs/g722_encode.c
h323plus/plugins/audio/G722/VoIPCodecs/inttypes.h
h323plus/plugins/audio/G722/VoIPCodecs/telephony.h
h323plus/plugins/audio/G7231ACM/
h323plus/plugins/audio/G7231ACM/README.txt
h323plus/plugins/audio/G7231ACM/g7231acm.cxx
h323plus/plugins/audio/G7231ACM/g7231acm.dsp
h323plus/plugins/audio/G7231ACM/g7231acm.vcproj
h323plus/plugins/audio/G726/
h323plus/plugins/audio/G726/G726.dsp
h323plus/plugins/audio/G726/G726.vcproj
h323plus/plugins/audio/G726/G726_2005.vcproj
h323plus/plugins/audio/G726/G726_2008.vcproj
h323plus/plugins/audio/G726/Makefile.in
h323plus/plugins/audio/G726/g711.c
h323plus/plugins/audio/G726/g726codec.c
h323plus/plugins/audio/G726/g726/
h323plus/plugins/audio/G726/g726/g726_16.c
h323plus/plugins/audio/G726/g726/g726_24.c
h323plus/plugins/audio/G726/g726/g726_32.c
h323plus/plugins/audio/G726/g726/g726_40.c
h323plus/plugins/audio/G726/g726/g72x.c
h323plus/plugins/audio/G726/g726/g72x.h
h323plus/plugins/audio/G726/g726/private.h
h323plus/plugins/audio/GSM0610/
h323plus/plugins/audio/GSM0610/COPYRIGHT
h323plus/plugins/audio/GSM0610/Makefile.in
h323plus/plugins/audio/GSM0610/PART_OF_TOAST
h323plus/plugins/audio/GSM0610/README
h323plus/plugins/audio/GSM0610/gsm0610.dsp
h323plus/plugins/audio/GSM0610/gsm0610.vcproj
h323plus/plugins/audio/GSM0610/gsm0610_2005.vcproj
h323plus/plugins/audio/GSM0610/gsm0610_2008.vcproj
h323plus/plugins/audio/GSM0610/gsm06_10_codec.c
h323plus/plugins/audio/GSM0610/inc/
h323plus/plugins/audio/GSM0610/inc/config.h
h323plus/plugins/audio/GSM0610/inc/gsm.h
h323plus/plugins/audio/GSM0610/inc/private.h
h323plus/plugins/audio/GSM0610/inc/proto.h
h323plus/plugins/audio/GSM0610/inc/unproto.h
h323plus/plugins/audio/GSM0610/src/
h323plus/plugins/audio/GSM0610/src/add.c
h323plus/plugins/audio/GSM0610/src/code.c
h323plus/plugins/audio/GSM0610/src/decode.c
h323plus/plugins/audio/GSM0610/src/gsm_create.c
h323plus/plugins/audio/GSM0610/src/gsm_decode.c
h323plus/plugins/audio/GSM0610/src/gsm_destroy.c
h323plus/plugins/audio/GSM0610/src/gsm_encode.c
h323plus/plugins/audio/GSM0610/src/gsm_lpc.c
h323plus/plugins/audio/GSM0610/src/gsm_option.c
h323plus/plugins/audio/GSM0610/src/long_term.c
h323plus/plugins/audio/GSM0610/src/preprocess.c
h323plus/plugins/audio/GSM0610/src/rpe.c
h323plus/plugins/audio/GSM0610/src/short_term.c
h323plus/plugins/audio/GSM0610/src/table.c
h323plus/plugins/audio/IMA_ADPCM/
h323plus/plugins/audio/IMA_ADPCM/IMA_ADPCM.dsp
h323plus/plugins/audio/IMA_ADPCM/IMA_ADPCM.vcproj
h323plus/plugins/audio/IMA_ADPCM/IMA_ADPCM_2005.vcproj
h323plus/plugins/audio/IMA_ADPCM/IMA_ADPCM_2008.vcproj
h323plus/plugins/audio/IMA_ADPCM/Makefile.in
h323plus/plugins/audio/IMA_ADPCM/ima_adpcm.c
h323plus/plugins/audio/LPC_10/
h323plus/plugins/audio/LPC_10/LPC_10.dsp
h323plus/plugins/audio/LPC_10/LPC_10.vcproj
h323plus/plugins/audio/LPC_10/LPC_10_2005.vcproj
h323plus/plugins/audio/LPC_10/LPC_10_2008.vcproj
h323plus/plugins/audio/LPC_10/Makefile.in
h323plus/plugins/audio/LPC_10/README
h323plus/plugins/audio/LPC_10/lpc10.h
h323plus/plugins/audio/LPC_10/lpc_10_codec.c
h323plus/plugins/audio/LPC_10/src/
h323plus/plugins/audio/LPC_10/src/Makefile
h323plus/plugins/audio/LPC_10/src/README
h323plus/plugins/audio/LPC_10/src/analys.c
h323plus/plugins/audio/LPC_10/src/bsynz.c
h323plus/plugins/audio/LPC_10/src/chanwr.c
h323plus/plugins/audio/LPC_10/src/dcbias.c
h323plus/plugins/audio/LPC_10/src/decode_.c
h323plus/plugins/audio/LPC_10/src/deemp.c
h323plus/plugins/audio/LPC_10/src/difmag.c
h323plus/plugins/audio/LPC_10/src/dyptrk.c
h323plus/plugins/audio/LPC_10/src/encode_.c
h323plus/plugins/audio/LPC_10/src/energy.c
h323plus/plugins/audio/LPC_10/src/f2c.h
h323plus/plugins/audio/LPC_10/src/f2clib.c
h323plus/plugins/audio/LPC_10/src/ham84.c
h323plus/plugins/audio/LPC_10/src/hp100.c
h323plus/plugins/audio/LPC_10/src/invert.c
h323plus/plugins/audio/LPC_10/src/irc2pc.c
h323plus/plugins/audio/LPC_10/src/ivfilt.c
h323plus/plugins/audio/LPC_10/src/lpcdec.c
h323plus/plugins/audio/LPC_10/src/lpcenc.c
h323plus/plugins/audio/LPC_10/src/lpcini.c
h323plus/plugins/audio/LPC_10/src/lpfilt.c
h323plus/plugins/audio/LPC_10/src/makefile.dos
h323plus/plugins/audio/LPC_10/src/makefile.unx
h323plus/plugins/audio/LPC_10/src/median.c
h323plus/plugins/audio/LPC_10/src/mload.c
h323plus/plugins/audio/LPC_10/src/onset.c
h323plus/plugins/audio/LPC_10/src/pitsyn.c
h323plus/plugins/audio/LPC_10/src/placea.c
h323plus/plugins/audio/LPC_10/src/placev.c
h323plus/plugins/audio/LPC_10/src/preemp.c
h323plus/plugins/audio/LPC_10/src/prepro.c
h323plus/plugins/audio/LPC_10/src/random.c
h323plus/plugins/audio/LPC_10/src/rcchk.c
h323plus/plugins/audio/LPC_10/src/synths.c
h323plus/plugins/audio/LPC_10/src/tbdm.c
h323plus/plugins/audio/LPC_10/src/voicin.c
h323plus/plugins/audio/LPC_10/src/vparms.c
h323plus/plugins/audio/SBC/
h323plus/plugins/audio/SBC/AUTHORS
h323plus/plugins/audio/SBC/COPYING
h323plus/plugins/audio/SBC/Makefile.in
h323plus/plugins/audio/SBC/sbc.c
h323plus/plugins/audio/SBC/sbc.h
h323plus/plugins/audio/SBC/sbc_math.h
h323plus/plugins/audio/SBC/sbc_tables.h
h323plus/plugins/audio/SBC/sbccodec.cxx
h323plus/plugins/audio/SBC/sbccodec.h
h323plus/plugins/audio/SILK/
h323plus/plugins/audio/SILK/Makefile
h323plus/plugins/audio/SILK/silk_2008.vcproj
h323plus/plugins/audio/SILK/silkcodec.cxx
h323plus/plugins/audio/SILK/silkSrc/
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_A2NLSF.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_CNG.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_FIX_Win32_debug.lib
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_FIX_Win32_mt.lib
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_HP_variable_cutoff_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_Inlines.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_LBRR_reset.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_LPC_inv_pred_gain.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_LPC_stabilize.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_LPC_synthesis_filter.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_LPC_synthesis_order16.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_LP_variable_cutoff.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_LSF_cos_table.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_LTP_analysis_filter_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_LTP_scale_ctrl_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_MA.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_NLSF2A.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_NLSF2A_stable.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_NLSF_MSVQ_decode.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_NLSF_MSVQ_encode_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_NLSF_VQ_rate_distortion_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_NLSF_VQ_sum_error_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_NLSF_VQ_weights_laroia.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_NLSF_stabilize.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_NSQ.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_NSQ_del_dec.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_PLC.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_PLC.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_SDK_API.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_SigProc_FIX.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_VAD.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_VQ_nearest_neighbor_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_allpass_int.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_ana_filt_bank_1.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_apply_sine_window.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_array_maxabs.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_autocorr.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_biquad.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_biquad_alt.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_burg_modified.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_bwexpander.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_bwexpander_32.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_code_signs.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_common_pitch_est_defines.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_control.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_control_codec_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_corrMatrix_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_create_init_destroy.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_dec_API.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_decode_core.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_decode_frame.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_decode_indices_v4.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_decode_parameters.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_decode_parameters_v4.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_decode_pulses.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_decoder_set_fs.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_define.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_define_FIX.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_detect_SWB_input.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_enc_API.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_encode_frame_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_encode_parameters.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_encode_parameters_v4.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_encode_pulses.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_errors.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_find_LPC_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_find_LTP_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_find_pitch_lags_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_find_pred_coefs_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_gain_quant.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_init_encoder_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_inner_prod_aligned.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_interpolate.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_k2a.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_k2a_Q16.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_lin2log.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_log2lin.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_lowpass_int.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_lowpass_short.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_macros.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_main.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_main_FIX.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_noise_shape_analysis_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_perceptual_parameters_FIX.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_pitch_analysis_core.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_pitch_est_defines.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_pitch_est_tables.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_prefilter_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_process_NLSFs_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_process_gains_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_pulses_to_bytes.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_quant_LTP_gains_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_range_coder.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_regularize_correlations_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_resample_1_2.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_resample_1_2_coarse.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_resample_1_2_coarsest.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_resample_1_3.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_resample_2_1_coarse.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_resample_2_3.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_resample_2_3_coarse.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_resample_2_3_coarsest.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_resample_2_3_rom.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_resample_3_1.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_resample_3_2.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_resample_3_2_rom.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_resample_3_4.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_resample_4_3.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_resample_rom.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_residual_energy16_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_residual_energy_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_scale_copy_vector16.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_scale_vector.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_schur.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_schur64.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_shell_coder.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_sigm_Q15.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_solve_LS_FIX.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_sort.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_structs.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_structs_FIX.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_sum_sqr_shift.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_tables.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_tables_LTP.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_tables_NLSF_CB0_10.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_tables_NLSF_CB0_10.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_tables_NLSF_CB0_16.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_tables_NLSF_CB0_16.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_tables_NLSF_CB1_10.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_tables_NLSF_CB1_10.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_tables_NLSF_CB1_16.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_tables_NLSF_CB1_16.h
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_tables_gain.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_tables_other.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_tables_pitch_lag.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_tables_pulses_per_block.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_tables_sign.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_tables_type_offset.c
h323plus/plugins/audio/SILK/silkSrc/SKP_Silk_typedef.h
h323plus/plugins/audio/Speex/
h323plus/plugins/audio/Speex/AUTHORS
h323plus/plugins/audio/Speex/COPYING
h323plus/plugins/audio/Speex/Makefile.in
h323plus/plugins/audio/Speex/PART_OF_SPEEX
h323plus/plugins/audio/Speex/README
h323plus/plugins/audio/Speex/Speex.dsp
h323plus/plugins/audio/Speex/Speex.vcproj
h323plus/plugins/audio/Speex/Speex_2005.vcproj
h323plus/plugins/audio/Speex/Speex_2008.vcproj
h323plus/plugins/audio/Speex/speexcodec.cxx
h323plus/plugins/audio/Speex/libspeex/
h323plus/plugins/audio/Speex/libspeex/Makefile.am
h323plus/plugins/audio/Speex/libspeex/Makefile.in
h323plus/plugins/audio/Speex/libspeex/_kiss_fft_guts.h
h323plus/plugins/audio/Speex/libspeex/arch.h
h323plus/plugins/audio/Speex/libspeex/bits.c
h323plus/plugins/audio/Speex/libspeex/cb_search.c
h323plus/plugins/audio/Speex/libspeex/cb_search.h
h323plus/plugins/audio/Speex/libspeex/cb_search_arm4.h
h323plus/plugins/audio/Speex/libspeex/cb_search_bfin.h
h323plus/plugins/audio/Speex/libspeex/cb_search_sse.h
h323plus/plugins/audio/Speex/libspeex/exc_10_16_table.c
h323plus/plugins/audio/Speex/libspeex/exc_10_32_table.c
h323plus/plugins/audio/Speex/libspeex/exc_20_32_table.c
h323plus/plugins/audio/Speex/libspeex/exc_5_256_table.c
h323plus/plugins/audio/Speex/libspeex/exc_5_64_table.c
h323plus/plugins/audio/Speex/libspeex/exc_8_128_table.c
h323plus/plugins/audio/Speex/libspeex/fftwrap.c
h323plus/plugins/audio/Speex/libspeex/fftwrap.h
h323plus/plugins/audio/Speex/libspeex/filters.c
h323plus/plugins/audio/Speex/libspeex/filters.h
h323plus/plugins/audio/Speex/libspeex/filters_arm4.h
h323plus/plugins/audio/Speex/libspeex/filters_bfin.h
h323plus/plugins/audio/Speex/libspeex/filters_sse.h
h323plus/plugins/audio/Speex/libspeex/fixed_arm4.h
h323plus/plugins/audio/Speex/libspeex/fixed_arm5e.h
h323plus/plugins/audio/Speex/libspeex/fixed_bfin.h
h323plus/plugins/audio/Speex/libspeex/fixed_debug.h
h323plus/plugins/audio/Speex/libspeex/fixed_generic.h
h323plus/plugins/audio/Speex/libspeex/gain_table.c
h323plus/plugins/audio/Speex/libspeex/gain_table_lbr.c
h323plus/plugins/audio/Speex/libspeex/hexc_10_32_table.c
h323plus/plugins/audio/Speex/libspeex/hexc_table.c
h323plus/plugins/audio/Speex/libspeex/high_lsp_tables.c
h323plus/plugins/audio/Speex/libspeex/jitter.c
h323plus/plugins/audio/Speex/libspeex/kiss_fft.c
h323plus/plugins/audio/Speex/libspeex/kiss_fft.h
h323plus/plugins/audio/Speex/libspeex/kiss_fftr.c
h323plus/plugins/audio/Speex/libspeex/kiss_fftr.h
h323plus/plugins/audio/Speex/libspeex/lbr_48k_tables.c
h323plus/plugins/audio/Speex/libspeex/lpc.c
h323plus/plugins/audio/Speex/libspeex/lpc.h
h323plus/plugins/audio/Speex/libspeex/lpc_bfin.h
h323plus/plugins/audio/Speex/libspeex/lsp.c
h323plus/plugins/audio/Speex/libspeex/lsp.h
h323plus/plugins/audio/Speex/libspeex/lsp_tables_nb.c
h323plus/plugins/audio/Speex/libspeex/ltp.c
h323plus/plugins/audio/Speex/libspeex/ltp.h
h323plus/plugins/audio/Speex/libspeex/ltp_arm4.h
h323plus/plugins/audio/Speex/libspeex/ltp_bfin.h
h323plus/plugins/audio/Speex/libspeex/ltp_sse.h
h323plus/plugins/audio/Speex/libspeex/math_approx.c
h323plus/plugins/audio/Speex/libspeex/math_approx.h
h323plus/plugins/audio/Speex/libspeex/mdf.c
h323plus/plugins/audio/Speex/libspeex/medfilter.c
h323plus/plugins/audio/Speex/libspeex/medfilter.h
h323plus/plugins/audio/Speex/libspeex/misc.c
h323plus/plugins/audio/Speex/libspeex/misc.h
h323plus/plugins/audio/Speex/libspeex/misc_bfin.h
h323plus/plugins/audio/Speex/libspeex/modes.c
h323plus/plugins/audio/Speex/libspeex/modes.h
h323plus/plugins/audio/Speex/libspeex/modes_noglobals.c
h323plus/plugins/audio/Speex/libspeex/nb_celp.c
h323plus/plugins/audio/Speex/libspeex/nb_celp.h
h323plus/plugins/audio/Speex/libspeex/pcm_wrapper.c
h323plus/plugins/audio/Speex/libspeex/pcm_wrapper.h
h323plus/plugins/audio/Speex/libspeex/pseudofloat.h
h323plus/plugins/audio/Speex/libspeex/quant_lsp.c
h323plus/plugins/audio/Speex/libspeex/quant_lsp.h
h323plus/plugins/audio/Speex/libspeex/sb_celp.c
h323plus/plugins/audio/Speex/libspeex/sb_celp.h
h323plus/plugins/audio/Speex/libspeex/smallft.c
h323plus/plugins/audio/Speex/libspeex/smallft.h
h323plus/plugins/audio/Speex/libspeex/speex.c
h323plus/plugins/audio/Speex/libspeex/speex.h
h323plus/plugins/audio/Speex/libspeex/speex_bits.h
h323plus/plugins/audio/Speex/libspeex/speex_callbacks.c
h323plus/plugins/audio/Speex/libspeex/speex_callbacks.h
h323plus/plugins/audio/Speex/libspeex/
speex_config_types.h.in
h323plus/plugins/audio/Speex/libspeex/speex_echo.h
h323plus/plugins/audio/Speex/libspeex/speex_header.c
h323plus/plugins/audio/Speex/libspeex/speex_header.h
h323plus/plugins/audio/Speex/libspeex/speex_jitter.h
h323plus/plugins/audio/Speex/libspeex/speex_noglobals.h
h323plus/plugins/audio/Speex/libspeex/speex_preprocess.c
h323plus/plugins/audio/Speex/libspeex/speex_preprocess.h
h323plus/plugins/audio/Speex/libspeex/speex_stereo.h
h323plus/plugins/audio/Speex/libspeex/speex_types.h
h323plus/plugins/audio/Speex/libspeex/stack_alloc.h
h323plus/plugins/audio/Speex/libspeex/stereo.c
h323plus/plugins/audio/Speex/libspeex/testdenoise.c
h323plus/plugins/audio/Speex/libspeex/testecho.c
h323plus/plugins/audio/Speex/libspeex/testenc.c
h323plus/plugins/audio/Speex/libspeex/testenc_uwb.c
h323plus/plugins/audio/Speex/libspeex/testenc_wb.c
h323plus/plugins/audio/Speex/libspeex/vbr.c
h323plus/plugins/audio/Speex/libspeex/vbr.h
h323plus/plugins/audio/Speex/libspeex/vorbis_psy.c
h323plus/plugins/audio/Speex/libspeex/vorbis_psy.h
h323plus/plugins/audio/Speex/libspeex/vq.c
h323plus/plugins/audio/Speex/libspeex/vq.h
h323plus/plugins/audio/Speex/libspeex/vq_arm4.h
h323plus/plugins/audio/Speex/libspeex/vq_bfin.h
h323plus/plugins/audio/Speex/libspeex/vq_sse.h
h323plus/plugins/audio/VoiceAgeG729/
h323plus/plugins/audio/VoiceAgeG729/README.txt
h323plus/plugins/audio/VoiceAgeG729/VoiceAgeG729.dsp
h323plus/plugins/audio/VoiceAgeG729/VoiceAgeG729.vcproj
h323plus/plugins/audio/VoiceAgeG729/VoiceAgeG729_2005.vcproj
h323plus/plugins/audio/VoiceAgeG729/VoiceAgeG729_2008.vcproj
h323plus/plugins/audio/VoiceAgeG729/g729codec.c
h323plus/plugins/audio/celt/
h323plus/plugins/audio/celt/Makefile.in
h323plus/plugins/audio/celt/celtcodec.c
h323plus/plugins/audio/gsm-amr/
h323plus/plugins/audio/gsm-amr/Makefile.in
h323plus/plugins/audio/gsm-amr/amrcodec.c
h323plus/plugins/audio/gsm-amr/gsmamr.dsp
h323plus/plugins/audio/gsm-amr/gsmamr.vcproj
h323plus/plugins/audio/gsm-amr/gsmamr_2005.vcproj
h323plus/plugins/audio/gsm-amr/gsmamr_2008.vcproj
h323plus/plugins/audio/gsm-amr/src/
h323plus/plugins/audio/gsm-amr/src/amrcodec.txt
h323plus/plugins/audio/gsm-amr/src/decoder.c
h323plus/plugins/audio/gsm-amr/src/encoder.c
h323plus/plugins/audio/gsm-amr/src/interf_dec.c
h323plus/plugins/audio/gsm-amr/src/interf_dec.h
h323plus/plugins/audio/gsm-amr/src/interf_enc.c
h323plus/plugins/audio/gsm-amr/src/interf_enc.h
h323plus/plugins/audio/gsm-amr/src/interf_rom.h
h323plus/plugins/audio/gsm-amr/src/makefile.gcc
h323plus/plugins/audio/gsm-amr/src/makefile.win32
h323plus/plugins/audio/gsm-amr/src/readme.txt
h323plus/plugins/audio/gsm-amr/src/rom_dec.h
h323plus/plugins/audio/gsm-amr/src/rom_enc.h
h323plus/plugins/audio/gsm-amr/src/sp_dec.c
h323plus/plugins/audio/gsm-amr/src/sp_dec.h
h323plus/plugins/audio/gsm-amr/src/sp_enc.c
h323plus/plugins/audio/gsm-amr/src/sp_enc.h
h323plus/plugins/audio/gsm-amr/src/typedef.h
h323plus/plugins/audio/iLBC/
h323plus/plugins/audio/iLBC/Makefile.in
h323plus/plugins/audio/iLBC/ilbccodec.c
h323plus/plugins/audio/iLBC/ilbccodec.dsp
h323plus/plugins/audio/iLBC/ilbccodec.vcproj
h323plus/plugins/audio/iLBC/ilbccodec_2005.vcproj
h323plus/plugins/audio/iLBC/ilbccodec_2008.vcproj
h323plus/plugins/audio/iLBC/iLBC/
h323plus/plugins/audio/iLBC/iLBC/FrameClassify.c
h323plus/plugins/audio/iLBC/iLBC/FrameClassify.h
h323plus/plugins/audio/iLBC/iLBC/LPCdecode.c
h323plus/plugins/audio/iLBC/iLBC/LPCdecode.h
h323plus/plugins/audio/iLBC/iLBC/LPCencode.c
h323plus/plugins/audio/iLBC/iLBC/LPCencode.h
h323plus/plugins/audio/iLBC/iLBC/StateConstructW.c
h323plus/plugins/audio/iLBC/iLBC/StateConstructW.h
h323plus/plugins/audio/iLBC/iLBC/StateSearchW.c
h323plus/plugins/audio/iLBC/iLBC/StateSearchW.h
h323plus/plugins/audio/iLBC/iLBC/anaFilter.c
h323plus/plugins/audio/iLBC/iLBC/anaFilter.h
h323plus/plugins/audio/iLBC/iLBC/constants.c
h323plus/plugins/audio/iLBC/iLBC/constants.h
h323plus/plugins/audio/iLBC/iLBC/createCB.c
h323plus/plugins/audio/iLBC/iLBC/createCB.h
h323plus/plugins/audio/iLBC/iLBC/doCPLC.c
h323plus/plugins/audio/iLBC/iLBC/doCPLC.h
h323plus/plugins/audio/iLBC/iLBC/draft-ietf-avt-ilbc-codec-05.txt
h323plus/plugins/audio/iLBC/iLBC/enhancer.c
h323plus/plugins/audio/iLBC/iLBC/enhancer.h
h323plus/plugins/audio/iLBC/iLBC/extract-cfile.awk
h323plus/plugins/audio/iLBC/iLBC/filter.c
h323plus/plugins/audio/iLBC/iLBC/filter.h
h323plus/plugins/audio/iLBC/iLBC/gainquant.c
h323plus/plugins/audio/iLBC/iLBC/gainquant.h
h323plus/plugins/audio/iLBC/iLBC/getCBvec.c
h323plus/plugins/audio/iLBC/iLBC/getCBvec.h
h323plus/plugins/audio/iLBC/iLBC/helpfun.c
h323plus/plugins/audio/iLBC/iLBC/helpfun.h
h323plus/plugins/audio/iLBC/iLBC/hpInput.c
h323plus/plugins/audio/iLBC/iLBC/hpInput.h
h323plus/plugins/audio/iLBC/iLBC/hpOutput.c
h323plus/plugins/audio/iLBC/iLBC/hpOutput.h
h323plus/plugins/audio/iLBC/iLBC/iCBConstruct.c
h323plus/plugins/audio/iLBC/iLBC/iCBConstruct.h
h323plus/plugins/audio/iLBC/iLBC/iCBSearch.c
h323plus/plugins/audio/iLBC/iLBC/iCBSearch.h
h323plus/plugins/audio/iLBC/iLBC/iLBC_decode.c
h323plus/plugins/audio/iLBC/iLBC/iLBC_decode.h
h323plus/plugins/audio/iLBC/iLBC/iLBC_define.h
h323plus/plugins/audio/iLBC/iLBC/iLBC_encode.c
h323plus/plugins/audio/iLBC/iLBC/iLBC_encode.h
h323plus/plugins/audio/iLBC/iLBC/lsf.c
h323plus/plugins/audio/iLBC/iLBC/lsf.h
h323plus/plugins/audio/iLBC/iLBC/packing.c
h323plus/plugins/audio/iLBC/iLBC/packing.h
h323plus/plugins/audio/iLBC/iLBC/syntFilter.c
h323plus/plugins/audio/iLBC/iLBC/syntFilter.h
h323plus/plugins/video/
h323plus/plugins/video/H.261-vic/
h323plus/plugins/video/H.261-vic/Makefile.in
h323plus/plugins/video/H.261-vic/h261vic.cxx
h323plus/plugins/video/H.261-vic/h261vic.vcproj
h323plus/plugins/video/H.261-vic/h261vic_2005.vcproj
h323plus/plugins/video/H.261-vic/h261vic_2008.vcproj
h323plus/plugins/video/H.261-vic/h261vic_2010.vcxproj
h323plus/plugins/video/H.261-vic/h261vic_2010.vcxproj.filters
h323plus/plugins/video/H.261-vic/vic/
h323plus/plugins/video/H.261-vic/vic/bsd-endian.h
h323plus/plugins/video/H.261-vic/vic/bv.c
h323plus/plugins/video/H.261-vic/vic/config.h
h323plus/plugins/video/H.261-vic/vic/crdef.h
h323plus/plugins/video/H.261-vic/vic/dct.cxx
h323plus/plugins/video/H.261-vic/vic/dct.h
h323plus/plugins/video/H.261-vic/vic/encoder-h261.cxx
h323plus/plugins/video/H.261-vic/vic/encoder-h261.h
h323plus/plugins/video/H.261-vic/vic/encoder.h
h323plus/plugins/video/H.261-vic/vic/grabber.h
h323plus/plugins/video/H.261-vic/vic/huffcode.c
h323plus/plugins/video/H.261-vic/vic/p64-huff.h
h323plus/plugins/video/H.261-vic/vic/p64.cxx
h323plus/plugins/video/H.261-vic/vic/p64.h
h323plus/plugins/video/H.261-vic/vic/p64encoder.cxx
h323plus/plugins/video/H.261-vic/vic/p64encoder.h
h323plus/plugins/video/H.261-vic/vic/transmitter.cxx
h323plus/plugins/video/H.261-vic/vic/transmitter.h
h323plus/plugins/video/H.261-vic/vic/vid_coder.cxx
h323plus/plugins/video/H.261-vic/vic/vid_coder.h
h323plus/plugins/video/H.261-vic/vic/videoframe.h
h323plus/plugins/video/H.263-1998/
h323plus/plugins/video/H.263-1998/Makefile.in
h323plus/plugins/video/H.263-1998/ReadMe.txt
h323plus/plugins/video/H.263-1998/ffmpeg_error_patch.txt
h323plus/plugins/video/H.263-1998/h263-1998.cxx
h323plus/plugins/video/H.263-1998/h263-1998.h
h323plus/plugins/video/H.263-1998/h263_2005.vcproj
h323plus/plugins/video/H.263-1998/h263_2008.sln
h323plus/plugins/video/H.263-1998/h263_2008.vcproj
h323plus/plugins/video/H.263-1998/h263pframe.cxx
h323plus/plugins/video/H.263-1998/h263pframe.h
h323plus/plugins/video/H.263-1998/rfc2190.cxx
h323plus/plugins/video/H.263-1998/rfc2190.h
h323plus/plugins/video/H.263-1998/tracer.h
h323plus/plugins/video/H.263-ffmpeg/
h323plus/plugins/video/H.263-ffmpeg/Makefile.in
h323plus/plugins/video/H.263-ffmpeg/ReadMe.txt
h323plus/plugins/video/H.263-ffmpeg/h263ffmpeg.cxx
h323plus/plugins/video/H.263-ffmpeg/h263ffmpeg.vcproj
h323plus/plugins/video/H.263-ffmpeg/h263ffmpeg_2005.vcproj
h323plus/plugins/video/H.263-ffmpeg/h263ffmpeg_2008.vcproj
h323plus/plugins/video/H.263-ffmpeg/ffmpeg/
h323plus/plugins/video/H.263-ffmpeg/ffmpeg/avcodec.h
h323plus/plugins/video/H.263-ffmpeg/ffmpeg/common.h
h323plus/plugins/video/H.264/
h323plus/plugins/video/H.264/Makefile.in
h323plus/plugins/video/H.264/ReadMe_VS.txt
h323plus/plugins/video/H.264/h264-x264.cxx
h323plus/plugins/video/H.264/h264-x264.h
h323plus/plugins/video/H.264/h264-x264_2008.sln
h323plus/plugins/video/H.264/h264-x264_2008.vcproj
h323plus/plugins/video/H.264/h264pipe_static.cxx
h323plus/plugins/video/H.264/h264pipe_static.h
h323plus/plugins/video/H.264/h264pipe_unix.cxx
h323plus/plugins/video/H.264/h264pipe_unix.h
h323plus/plugins/video/H.264/h264pipe_win32.cxx
h323plus/plugins/video/H.264/h264pipe_win32.h
h323plus/plugins/video/H.264/gpl/
h323plus/plugins/video/H.264/gpl/Makefile.in
h323plus/plugins/video/H.264/gpl/enc-ctx.cxx
h323plus/plugins/video/H.264/gpl/enc-ctx.h
h323plus/plugins/video/H.264/gpl/h264_helper_2008.vcproj
h323plus/plugins/video/H.264/gpl/h264helper_unix.cxx
h323plus/plugins/video/H.264/gpl/h264helper_win32.cxx
h323plus/plugins/video/H.264/gpl/x264loader_unix.cxx
h323plus/plugins/video/H.264/gpl/x264loader_unix.h
h323plus/plugins/video/H.264/gpl/x264loader_win32.cxx
h323plus/plugins/video/H.264/gpl/x264loader_win32.h
h323plus/plugins/video/H.264/shared/
h323plus/plugins/video/H.264/shared/h264frame.cxx
h323plus/plugins/video/H.264/shared/h264frame.h
h323plus/plugins/video/H.264/shared/pipes.h
h323plus/plugins/video/common/
h323plus/plugins/video/common/critsect.h
h323plus/plugins/video/common/dyna.cxx
h323plus/plugins/video/common/dyna.h
h323plus/plugins/video/common/ffmpeg.h
h323plus/plugins/video/common/mpi.cxx
h323plus/plugins/video/common/mpi.h
h323plus/plugins/video/common/rtpframe.h
h323plus/plugins/video/common/trace.cxx
h323plus/plugins/video/common/trace.h
h323plus/plugins/video/common/vs-stdint.h
h323plus/samples/
h323plus/samples/simple/
h323plus/samples/simple/Makefile
h323plus/samples/simple/main.cxx
h323plus/samples/simple/main.h
h323plus/samples/simple/simple_2005.vcproj
h323plus/samples/simple/simple_2008.vcproj
h323plus/samples/simple/simple_2010.vcxproj
h323plus/src/
h323plus/src/Makefile
h323plus/src/channels.cxx
h323plus/src/codecs.cxx
h323plus/src/dllmain.cxx
h323plus/src/gccpdu.cxx
h323plus/src/gkclient.cxx
h323plus/src/gkserver.cxx
h323plus/src/gnugknat.cxx
h323plus/src/guid.cxx
h323plus/src/h225_1.cxx
h323plus/src/h225_2.cxx
h323plus/src/h225ras.cxx
h323plus/src/h235.cxx
h323plus/src/h235_t.cxx
h323plus/src/h235auth.cxx
h323plus/src/h235auth1.cxx
h323plus/src/h235pluginmgr.cxx
h323plus/src/h245_1.cxx
h323plus/src/h245_2.cxx
h323plus/src/h245_3.cxx
h323plus/src/h248.cxx
h323plus/src/h323.cxx
h323plus/src/h323annexg.cxx
h323plus/src/h323caps.cxx
h323plus/src/h323ep.cxx
h323plus/src/h323filetransfer.cxx
h323plus/src/h323h224.cxx
h323plus/src/h323neg.cxx
h323plus/src/h323pdu.cxx
h323plus/src/h323pluginmgr.cxx
h323plus/src/h323rtp.cxx
h323plus/src/h323t120.cxx
h323plus/src/h323t38.cxx
h323plus/src/h323trans.cxx
h323plus/src/h501.cxx
h323plus/src/h501pdu.cxx
h323plus/src/jitter.cxx
h323plus/src/libver.rc
h323plus/src/mcspdu.cxx
h323plus/src/mediafmt.cxx
h323plus/src/opalglobalstatics.cxx
h323plus/src/opalvxml.cxx
h323plus/src/opalwavfile.cxx
h323plus/src/peclient.cxx
h323plus/src/precompile.cxx
h323plus/src/q922.cxx
h323plus/src/q931.cxx
h323plus/src/rfc2833.cxx
h323plus/src/rtp.cxx
h323plus/src/rtp2wav.cxx
h323plus/src/svcctrl.cxx
h323plus/src/t120proto.cxx
h323plus/src/t38.cxx
h323plus/src/t38proto.cxx
h323plus/src/transports.cxx
h323plus/src/x224.cxx
h323plus/src/x880.cxx
h323plus/src/asn/
h323plus/src/asn/OID2.asn
h323plus/src/asn/gccpdu.asn
h323plus/src/asn/h225.asn
h323plus/src/asn/h235.asn
h323plus/src/asn/h245.asn
h323plus/src/asn/h248.asn
h323plus/src/asn/h350_service.asn
h323plus/src/asn/h4501.asn
h323plus/src/asn/h45010.asn
h323plus/src/asn/h45011.asn
h323plus/src/asn/h4502.asn
h323plus/src/asn/h4503.asn
h323plus/src/asn/h4504.asn
h323plus/src/asn/h4505.asn
h323plus/src/asn/h4506.asn
h323plus/src/asn/h4507.asn
h323plus/src/asn/h4508.asn
h323plus/src/asn/h4509.asn
h323plus/src/asn/h46015.asn
h323plus/src/asn/h46018.asn
h323plus/src/asn/h46019.asn
h323plus/src/asn/h46024b.asn
h323plus/src/asn/h46026.asn
h323plus/src/asn/h4604v2.asn
h323plus/src/asn/h4609.asn
h323plus/src/asn/h460pres.asn
h323plus/src/asn/h460tm.asn
h323plus/src/asn/h4610.asn
h323plus/src/asn/h501.asn
h323plus/src/asn/mcspdu.asn
h323plus/src/asn/t38.asn
h323plus/src/asn/x880.asn
h323plus/src/etc/
h323plus/src/etc/h323aec.cxx
h323plus/src/h224/
h323plus/src/h224/h224.cxx
h323plus/src/h224/h281.cxx
h323plus/src/h224/h284.cxx
h323plus/src/h224/t140.cxx
h323plus/src/h230/
h323plus/src/h230/OID2.asn
h323plus/src/h230/OID2.cxx
h323plus/src/h230/h230.cxx
h323plus/src/h235/
h323plus/src/h235/h2356.cxx
h323plus/src/h235/h235caps.cxx
h323plus/src/h235/h235chan.cxx
h323plus/src/h235/h235crypto.cxx
h323plus/src/h235/h235support.cxx
h323plus/src/h341/
h323plus/src/h341/H225-MIB.mib
h323plus/src/h341/H245-MIB.mib
h323plus/src/h341/H323-GATEKEEPER-MIB.mib
h323plus/src/h341/H323GW-MIB.mib
h323plus/src/h341/H323MC-MIB.mib
h323plus/src/h341/H323TERMINAL-MIB.mib
h323plus/src/h341/IPV6-FLOW-LABEL-MIB.mib
h323plus/src/h341/MP-MIB.mib
h323plus/src/h341/h341.cxx
h323plus/src/h341/mib2c.openh323.conf
h323plus/src/h350/
h323plus/src/h350/commObject.schema
h323plus/src/h350/commURI.schema
h323plus/src/h350/h235Identity.schema
h323plus/src/h350/h323Identity.schema
h323plus/src/h350/h323person.schema
h323plus/src/h350/h350.cxx
h323plus/src/h350/h350_service.cxx
h323plus/src/h450/
h323plus/src/h450/h4501.cxx
h323plus/src/h450/h45010.cxx
h323plus/src/h450/h45011.cxx
h323plus/src/h450/h4502.cxx
h323plus/src/h450/h4503.cxx
h323plus/src/h450/h4504.cxx
h323plus/src/h450/h4505.cxx
h323plus/src/h450/h4506.cxx
h323plus/src/h450/h4507.cxx
h323plus/src/h450/h4508.cxx
h323plus/src/h450/h4509.cxx
h323plus/src/h450/h450pdu.cxx
h323plus/src/h460/
h323plus/src/h460/h4601.cxx
h323plus/src/h460/h46015.cxx
h323plus/src/h460/h46018.cxx
h323plus/src/h460/h46018_h225.cxx
h323plus/src/h460/h46019.cxx
h323plus/src/h460/h46024b.cxx
h323plus/src/h460/h46026.cxx
h323plus/src/h460/h46026mgr.cxx
h323plus/src/h460/h4604.cxx
h323plus/src/h460/h4609.cxx
h323plus/src/h460/h460_oid3.cxx
h323plus/src/h460/h460_oid6.cxx
h323plus/src/h460/h460_oid9.cxx
h323plus/src/h460/h460_std17.cxx
h323plus/src/h460/h460_std18.cxx
h323plus/src/h460/h460_std22.cxx
h323plus/src/h460/h460_std23.cxx
h323plus/src/h460/h460_std26.cxx
h323plus/src/h460/h460_std9.cxx
h323plus/src/h460/h460p.cxx
h323plus/src/h460/h460pres.cxx
h323plus/src/h460/h460tm.cxx
h323plus/src/h460/h4610.cxx
h323plus/src/h460/h461_base.cxx
h323plus/src/h460/upnpcp.cxx
h323plus/src/make/
h323plus/src/make/lib.mak
create symbolic link `h323plus' to `h323plus-cvs_20130211-0800'
Patching 'h323plus'...
patching file include/h460/h46018_h225.h
Hunk #1 succeeded at 561 (offset 1 line).
patching file src/h460/h46018_h225.cxx
Hunk #1 succeeded at 1473 (offset 15 lines).
Hunk #2 FAILED at 1483.
1 out of 2 hunks FAILED -- saving rejects to file
src/h460/h46018_h225.cxx.rej
Fetching 'sqlite'...
--2014-06-18 13:30:59--
http://www.sqlite.org/sqlite-autoconf-3071502.tar.gz
Connecting to 10.248.200.3:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: 1846778 (1.8M) [application/x-gzip]
Saving to: `sqlite-autoconf-3071502.tar.gz'
0% [
] 0 --.-K/s
0% [>
] 14,600 53.3K/s
2% [====>
] 43,800 66.1K/s
5% [==========>
] 94,900 96.0K/s
7% [================>
] 140,160 107K/s
9% [=====================>
] 183,960 109K/s
13% [=============================>
] 245,280 124K/s
16% [=====================================>
] 308,060 134K/s
20% [=============================================>
] 372,300 143K/s
23% [=====================================================>
] 436,540 151K/s
27% [=============================================================>
] 500,780 153K/s eta 9s
30% [=====================================================================>
] 565,020 159K/s eta 9s
34%
[=============================================================================>
] 629,260 164K/s eta 9s
37%
[=====================================================================================>
]
693,500 167K/s eta 9s
40%
[===========================================================================================>
] 744,072
170K/s eta 6s
44%
[====================================================================================================>
] 813,220 171K/s
eta 6s
47%
[============================================================================================================>
] 876,000 174K/s eta 6s
49%
[=================================================================================================================>
] 918,340 173K/s eta 6s
53%
[=========================================================================================================================>
] 982,580 182K/s eta 5s
54%
[============================================================================================================================>
] 1,004,480 185K/s eta 5s
57%
[====================================================================================================================================>
] 1,068,720 190K/s eta 5s
60%
[=========================================================================================================================================>
] 1,111,060 190K/s eta 5s
63%
[=================================================================================================================================================>
] 1,175,300 195K/s eta 4s
67%
[=========================================================================================================================================================>
] 1,239,540 202K/s eta 4s
70%
[=================================================================================================================================================================>
]
1,303,780 198K/s eta 4s
74%
[=========================================================================================================================================================================>
] 1,368,020
199K/s eta 4s
77%
[================================================================================================================================================================================>
] 1,423,500 202K/s
eta 2s
80%
[========================================================================================================================================================================================>
] 1,487,740 192K/s eta 2s
83%
[==============================================================================================================================================================================================>
] 1,538,312 201K/s eta 2s
87%
[========================================================================================================================================================================================================>
] 1,616,220 197K/s eta 1s
90%
[================================================================================================================================================================================================================>
] 1,680,460 195K/s eta 1s
94%
[========================================================================================================================================================================================================================>
] 1,744,700 195K/s eta 1s
97%
[================================================================================================================================================================================================================================>
] 1,808,940 200K/s eta 1s
100%[=====================================================================================================================================================================================================================================>]
1,846,778 206K/s in 9.5s
2014-06-18 13:31:10 (190 KB/s) - `sqlite-autoconf-3071502.tar.gz' saved
[1846778/1846778]
sqlite-autoconf-3071502/
sqlite-autoconf-3071502/
configure.ac
sqlite-autoconf-3071502/README
sqlite-autoconf-3071502/
sqlite3.pc.in
sqlite-autoconf-3071502/aclocal.m4
sqlite-autoconf-3071502/sqlite3.1
sqlite-autoconf-3071502/ltmain.sh
sqlite-autoconf-3071502/sqlite3.h
sqlite-autoconf-3071502/config.sub
sqlite-autoconf-3071502/depcomp
sqlite-autoconf-3071502/shell.c
sqlite-autoconf-3071502/missing
sqlite-autoconf-3071502/Makefile.am
sqlite-autoconf-3071502/INSTALL
sqlite-autoconf-3071502/Makefile.in
sqlite-autoconf-3071502/config.guess
sqlite-autoconf-3071502/tea/
sqlite-autoconf-3071502/tea/
configure.in
sqlite-autoconf-3071502/tea/README
sqlite-autoconf-3071502/tea/license.terms
sqlite-autoconf-3071502/tea/aclocal.m4
sqlite-autoconf-3071502/tea/win/
sqlite-autoconf-3071502/tea/win/nmakehlp.c
sqlite-autoconf-3071502/tea/win/
rules.vc
sqlite-autoconf-3071502/tea/win/
makefile.vc
sqlite-autoconf-3071502/tea/
pkgIndex.tcl.in
sqlite-autoconf-3071502/tea/generic/
sqlite-autoconf-3071502/tea/generic/tclsqlite3.c
sqlite-autoconf-3071502/tea/Makefile.in
sqlite-autoconf-3071502/tea/doc/
sqlite-autoconf-3071502/tea/doc/sqlite3.n
sqlite-autoconf-3071502/tea/configure
sqlite-autoconf-3071502/tea/tclconfig/
sqlite-autoconf-3071502/tea/tclconfig/tcl.m4
sqlite-autoconf-3071502/tea/tclconfig/install-sh
sqlite-autoconf-3071502/sqlite3ext.h
sqlite-autoconf-3071502/sqlite3.c
sqlite-autoconf-3071502/configure
sqlite-autoconf-3071502/install-sh
create symbolic link `sqlite' to `sqlite-autoconf-3071502'
Fetching 'curl'...
--2014-06-18 13:31:10--
http://curl.haxx.se/download/curl-7.29.0.tar.bz2
Connecting to 10.248.200.3:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: 2556495 (2.4M) [application/x-bzip2]
Saving to: `curl-7.29.0.tar.bz2'
0% [
] 0 --.-K/s
43%
[===================================================================================================>
] 1,113,810 5.31M/s
83%
[==============================================================================================================================================================================================>
] 2,133,998 4.52M/s
100%[=====================================================================================================================================================================================================================================>]
2,556,495 3.84M/s in 0.6s
2014-06-18 13:31:11 (3.84 MB/s) - `curl-7.29.0.tar.bz2' saved
[2556495/2556495]
curl-7.29.0/
curl-7.29.0/depcomp
curl-7.29.0/mkinstalldirs
curl-7.29.0/docs/
curl-7.29.0/docs/VERSIONS
curl-7.29.0/docs/MAIL-ETIQUETTE
curl-7.29.0/docs/BINDINGS
curl-7.29.0/docs/BUGS
curl-7.29.0/docs/libcurl/
curl-7.29.0/docs/libcurl/curl_share_init.3
curl-7.29.0/docs/libcurl/libcurl.3
curl-7.29.0/docs/libcurl/curl_share_strerror.3
curl-7.29.0/docs/libcurl/curl_free.pdf
curl-7.29.0/docs/libcurl/curl_easy_send.html
curl-7.29.0/docs/libcurl/curl_easy_reset.3
curl-7.29.0/docs/libcurl/curl_easy_duphandle.pdf
curl-7.29.0/docs/libcurl/curl_multi_wait.html
curl-7.29.0/docs/libcurl/curl_slist_append.html
curl-7.29.0/docs/libcurl/curl_easy_strerror.html
curl-7.29.0/docs/libcurl/curl_multi_add_handle.pdf
curl-7.29.0/docs/libcurl/curl_easy_init.pdf
curl-7.29.0/docs/libcurl/symbols-in-versions
curl-7.29.0/docs/libcurl/curl_free.3
curl-7.29.0/docs/libcurl/curl_easy_unescape.3
curl-7.29.0/docs/libcurl/curl_multi_socket_action.html
curl-7.29.0/docs/libcurl/libcurl-errors.pdf
curl-7.29.0/docs/libcurl/curl_easy_init.3
curl-7.29.0/docs/libcurl/libcurl-errors.html
curl-7.29.0/docs/libcurl/curl_multi_init.pdf
curl-7.29.0/docs/libcurl/curl_easy_unescape.pdf
curl-7.29.0/docs/libcurl/curl_easy_perform.3
curl-7.29.0/docs/libcurl/curl_global_cleanup.3
curl-7.29.0/docs/libcurl/curl_multi_cleanup.pdf
curl-7.29.0/docs/libcurl/libcurl-share.pdf
curl-7.29.0/docs/libcurl/curl_share_setopt.pdf
curl-7.29.0/docs/libcurl/curl_unescape.html
curl-7.29.0/docs/libcurl/curl_getenv.3
curl-7.29.0/docs/libcurl/curl_mprintf.3
curl-7.29.0/docs/libcurl/curl_strequal.pdf
curl-7.29.0/docs/libcurl/curl_global_init_mem.3
curl-7.29.0/docs/libcurl/curl_multi_cleanup.3
curl-7.29.0/docs/libcurl/libcurl-share.3
curl-7.29.0/docs/libcurl/curl_multi_socket.html
curl-7.29.0/docs/libcurl/curl_global_init.3
curl-7.29.0/docs/libcurl/curl_easy_cleanup.3
curl-7.29.0/docs/libcurl/curl_easy_cleanup.pdf
curl-7.29.0/docs/libcurl/curl_multi_setopt.html
curl-7.29.0/docs/libcurl/curl_easy_perform.html
curl-7.29.0/docs/libcurl/curl_multi_timeout.html
curl-7.29.0/docs/libcurl/libcurl-easy.pdf
curl-7.29.0/docs/libcurl/curl_multi_info_read.3
curl-7.29.0/docs/libcurl/libcurl-tutorial.3
curl-7.29.0/docs/libcurl/curl_slist_free_all.3
curl-7.29.0/docs/libcurl/libcurl-multi.3
curl-7.29.0/docs/libcurl/curl_easy_send.pdf
curl-7.29.0/docs/libcurl/curl_easy_send.3
curl-7.29.0/docs/libcurl/curl_multi_wait.3
curl-7.29.0/docs/libcurl/curl_multi_perform.3
curl-7.29.0/docs/libcurl/curl_formadd.html
curl-7.29.0/docs/libcurl/curl_formadd.3
curl-7.29.0/docs/libcurl/curl_multi_socket.pdf
curl-7.29.0/docs/libcurl/curl_global_cleanup.html
curl-7.29.0/docs/libcurl/curl_multi_add_handle.html
curl-7.29.0/docs/libcurl/curl_share_strerror.html
curl-7.29.0/docs/libcurl/curl_multi_init.html
curl-7.29.0/docs/libcurl/curl_slist_free_all.pdf
curl-7.29.0/docs/libcurl/curl_easy_getinfo.html
curl-7.29.0/docs/libcurl/curl_easy_unescape.html
curl-7.29.0/docs/libcurl/curl_escape.html
curl-7.29.0/docs/libcurl/curl_formget.pdf
curl-7.29.0/docs/libcurl/curl_easy_cleanup.html
curl-7.29.0/docs/libcurl/curl_share_strerror.pdf
curl-7.29.0/docs/libcurl/curl_multi_wait.pdf
curl-7.29.0/docs/libcurl/curl_easy_escape.pdf
curl-7.29.0/docs/libcurl/index.html
curl-7.29.0/docs/libcurl/curl_easy_recv.3
curl-7.29.0/docs/libcurl/curl_global_init_mem.html
curl-7.29.0/docs/libcurl/curl_multi_perform.html
curl-7.29.0/docs/libcurl/curl_multi_fdset.pdf
curl-7.29.0/docs/libcurl/curl_easy_setopt.html
curl-7.29.0/docs/libcurl/libcurl-errors.3
curl-7.29.0/docs/libcurl/libcurl-easy.html
curl-7.29.0/docs/libcurl/curl_easy_setopt.pdf
curl-7.29.0/docs/libcurl/curl_formget.html
curl-7.29.0/docs/libcurl/curl_global_init.pdf
curl-7.29.0/docs/libcurl/curl_share_cleanup.pdf
curl-7.29.0/docs/libcurl/curl_free.html
curl-7.29.0/docs/libcurl/curl_mprintf.html
curl-7.29.0/docs/libcurl/curl_easy_setopt.3
curl-7.29.0/docs/libcurl/libcurl-multi.html
curl-7.29.0/docs/libcurl/curl_getdate.html
curl-7.29.0/docs/libcurl/curl_slist_append.3
curl-7.29.0/docs/libcurl/curl_global_init.html
curl-7.29.0/docs/libcurl/curl_easy_getinfo.pdf
curl-7.29.0/docs/libcurl/libcurl-tutorial.html
curl-7.29.0/docs/libcurl/libcurl.m4
curl-7.29.0/docs/libcurl/curl_share_cleanup.html
curl-7.29.0/docs/libcurl/curl_multi_assign.pdf
curl-7.29.0/docs/libcurl/curl_easy_pause.html
curl-7.29.0/docs/libcurl/curl_easy_strerror.pdf
curl-7.29.0/docs/libcurl/curl_easy_recv.html
curl-7.29.0/docs/libcurl/curl_multi_timeout.pdf
curl-7.29.0/docs/libcurl/curl_multi_socket.3
curl-7.29.0/docs/libcurl/curl_easy_init.html
curl-7.29.0/docs/libcurl/curl_unescape.pdf
curl-7.29.0/docs/libcurl/curl_multi_strerror.3
curl-7.29.0/docs/libcurl/libcurl-easy.3
curl-7.29.0/docs/libcurl/curl_strequal.html
curl-7.29.0/docs/libcurl/curl_easy_escape.3
curl-7.29.0/docs/libcurl/curl_multi_timeout.3
curl-7.29.0/docs/libcurl/curl_global_cleanup.pdf
curl-7.29.0/docs/libcurl/curl_multi_fdset.3
curl-7.29.0/docs/libcurl/curl_escape.pdf
curl-7.29.0/docs/libcurl/curl_slist_append.pdf
curl-7.29.0/docs/libcurl/curl_multi_info_read.pdf
curl-7.29.0/docs/libcurl/curl_getenv.pdf
curl-7.29.0/docs/libcurl/
symbols.pl
curl-7.29.0/docs/libcurl/curl_share_setopt.3
curl-7.29.0/docs/libcurl/curl_multi_assign.html
curl-7.29.0/docs/libcurl/curl_easy_recv.pdf
curl-7.29.0/docs/libcurl/libcurl-share.html
curl-7.29.0/docs/libcurl/curl_version.pdf
curl-7.29.0/docs/libcurl/curl_mprintf.pdf
curl-7.29.0/docs/libcurl/curl_multi_setopt.pdf
curl-7.29.0/docs/libcurl/libcurl.pdf
curl-7.29.0/docs/libcurl/curl_easy_duphandle.html
curl-7.29.0/docs/libcurl/curl_share_cleanup.3
curl-7.29.0/docs/libcurl/ABI
curl-7.29.0/docs/libcurl/curl_easy_strerror.3
curl-7.29.0/docs/libcurl/curl_formadd.pdf
curl-7.29.0/docs/libcurl/curl_formfree.pdf
curl-7.29.0/docs/libcurl/curl_getdate.pdf
curl-7.29.0/docs/libcurl/curl_easy_perform.pdf
curl-7.29.0/docs/libcurl/curl_multi_socket_action.pdf
curl-7.29.0/docs/libcurl/curl_formget.3
curl-7.29.0/docs/libcurl/libcurl.html
curl-7.29.0/docs/libcurl/curl_escape.3
curl-7.29.0/docs/libcurl/curl_multi_remove_handle.html
curl-7.29.0/docs/libcurl/curl_multi_socket_action.3
curl-7.29.0/docs/libcurl/curl_version.html
curl-7.29.0/docs/libcurl/curl_multi_assign.3
curl-7.29.0/docs/libcurl/curl_multi_info_read.html
curl-7.29.0/docs/libcurl/curl_multi_init.3
curl-7.29.0/docs/libcurl/curl_easy_pause.pdf
curl-7.29.0/docs/libcurl/curl_multi_cleanup.html
curl-7.29.0/docs/libcurl/curl_formfree.3
curl-7.29.0/docs/libcurl/curl_multi_perform.pdf
curl-7.29.0/docs/libcurl/curl_getenv.html
curl-7.29.0/docs/libcurl/curl_multi_add_handle.3
curl-7.29.0/docs/libcurl/libcurl-tutorial.pdf
curl-7.29.0/docs/libcurl/curl_formfree.html
curl-7.29.0/docs/libcurl/curl_version_info.pdf
curl-7.29.0/docs/libcurl/curl_multi_strerror.html
curl-7.29.0/docs/libcurl/Makefile.am
curl-7.29.0/docs/libcurl/Makefile.in
curl-7.29.0/docs/libcurl/curl_getdate.3
curl-7.29.0/docs/libcurl/curl_share_init.html
curl-7.29.0/docs/libcurl/curl_version_info.html
curl-7.29.0/docs/libcurl/curl_strequal.3
curl-7.29.0/docs/libcurl/curl_easy_getinfo.3
curl-7.29.0/docs/libcurl/curl_multi_remove_handle.pdf
curl-7.29.0/docs/libcurl/curl_multi_setopt.3
curl-7.29.0/docs/libcurl/curl_easy_reset.pdf
curl-7.29.0/docs/libcurl/curl_easy_duphandle.3
curl-7.29.0/docs/libcurl/curl_easy_escape.html
curl-7.29.0/docs/libcurl/curl_easy_pause.3
curl-7.29.0/docs/libcurl/curl_multi_fdset.html
curl-7.29.0/docs/libcurl/curl_multi_strerror.pdf
curl-7.29.0/docs/libcurl/curl_share_init.pdf
curl-7.29.0/docs/libcurl/libcurl-multi.pdf
curl-7.29.0/docs/libcurl/curl_unescape.3
curl-7.29.0/docs/libcurl/curl_version.3
curl-7.29.0/docs/libcurl/curl_multi_remove_handle.3
curl-7.29.0/docs/libcurl/curl_version_info.3
curl-7.29.0/docs/libcurl/curl_global_init_mem.pdf
curl-7.29.0/docs/libcurl/curl_share_setopt.html
curl-7.29.0/docs/libcurl/curl_easy_reset.html
curl-7.29.0/docs/libcurl/curl_slist_free_all.html
curl-7.29.0/docs/curl-config.html
curl-7.29.0/docs/KNOWN_BUGS
curl-7.29.0/docs/SSLCERTS
curl-7.29.0/docs/LICENSE-MIXING
curl-7.29.0/docs/README.win32
curl-7.29.0/docs/mk-ca-bundle.html
curl-7.29.0/docs/index.html
curl-7.29.0/docs/INTERNALS
curl-7.29.0/docs/THANKS
curl-7.29.0/docs/HTTP-COOKIES
curl-7.29.0/docs/README.netware
curl-7.29.0/docs/TheArtOfHttpScripting
curl-7.29.0/docs/INSTALL.devcpp
curl-7.29.0/docs/examples/
curl-7.29.0/docs/examples/htmltidy.c
curl-7.29.0/docs/examples/evhiperfifo.c
curl-7.29.0/docs/examples/imap.c
curl-7.29.0/docs/examples/
version-check.pl
curl-7.29.0/docs/examples/Makefile.inc
curl-7.29.0/docs/examples/README
curl-7.29.0/docs/examples/
makefile.dj
curl-7.29.0/docs/examples/ftpgetresp.c
curl-7.29.0/docs/examples/rtsp.c
curl-7.29.0/docs/examples/cookie_interface.c
curl-7.29.0/docs/examples/sampleconv.c
curl-7.29.0/docs/examples/fileupload.c
curl-7.29.0/docs/examples/httpput.c
curl-7.29.0/docs/examples/debug.c
curl-7.29.0/docs/examples/ftpget.c
curl-7.29.0/docs/examples/ftpgetinfo.c
curl-7.29.0/docs/examples/cacertinmem.c
curl-7.29.0/docs/examples/sepheaders.c
curl-7.29.0/docs/examples/ghiper.c
curl-7.29.0/docs/examples/persistant.c
curl-7.29.0/docs/examples/pop3slist.c
curl-7.29.0/docs/examples/chkspeed.c
curl-7.29.0/docs/examples/externalsocket.c
curl-7.29.0/docs/examples/multi-double.c
curl-7.29.0/docs/examples/multi-debugcallback.c
curl-7.29.0/docs/examples/simplepost.c
curl-7.29.0/docs/examples/10-at-a-time.c
curl-7.29.0/docs/examples/progressfunc.c
curl-7.29.0/docs/examples/threaded-ssl.c
curl-7.29.0/docs/examples/http-post.c
curl-7.29.0/docs/examples/getinmemory.c
curl-7.29.0/docs/examples/getinfo.c
curl-7.29.0/docs/examples/multi-post.c
curl-7.29.0/docs/examples/ftp-wildcard.c
curl-7.29.0/docs/examples/ftpupload.c
curl-7.29.0/docs/examples/smtp-tls.c
curl-7.29.0/docs/examples/https.c
curl-7.29.0/docs/examples/resolve.c
curl-7.29.0/docs/examples/simple.c
curl-7.29.0/docs/examples/httpcustomheader.c
curl-7.29.0/docs/examples/certinfo.c
curl-7.29.0/docs/examples/htmltitle.cpp
curl-7.29.0/docs/examples/simplesmtp.c
curl-7.29.0/docs/examples/simplessl.c
curl-7.29.0/docs/examples/ftpsget.c
curl-7.29.0/docs/examples/multithread.c
curl-7.29.0/docs/examples/multi-single.c
curl-7.29.0/docs/examples/sftpget.c
curl-7.29.0/docs/examples/postit2.c
curl-7.29.0/docs/examples/smtp-multi.c
curl-7.29.0/docs/examples/curlgtk.c
curl-7.29.0/docs/examples/asiohiper.cpp
curl-7.29.0/docs/examples/curlx.c
curl-7.29.0/docs/examples/Makefile.m32
curl-7.29.0/docs/examples/anyauthput.c
curl-7.29.0/docs/examples/Makefile.netware
curl-7.29.0/docs/examples/url2file.c
curl-7.29.0/docs/examples/synctime.c
curl-7.29.0/docs/examples/fopen.c
curl-7.29.0/docs/examples/multi-app.c
curl-7.29.0/docs/examples/ftpuploadresume.c
curl-7.29.0/docs/examples/href_extractor.c
curl-7.29.0/docs/examples/pop3s.c
curl-7.29.0/docs/examples/Makefile.am
curl-7.29.0/docs/examples/Makefile.in
curl-7.29.0/docs/examples/hiperfifo.c
curl-7.29.0/docs/examples/opensslthreadlock.c
curl-7.29.0/docs/examples/sendrecv.c
curl-7.29.0/docs/examples/smooth-gtk-thread.c
curl-7.29.0/docs/examples/post-callback.c
curl-7.29.0/docs/examples/Makefile.example
curl-7.29.0/docs/curl.pdf
curl-7.29.0/docs/curl.1
curl-7.29.0/docs/FAQ
curl-7.29.0/docs/INSTALL
curl-7.29.0/docs/curl.html
curl-7.29.0/docs/mk-ca-bundle.1
curl-7.29.0/docs/curl-config.1
curl-7.29.0/docs/FEATURES
curl-7.29.0/docs/mk-ca-bundle.pdf
curl-7.29.0/docs/MANUAL
curl-7.29.0/docs/RESOURCES
curl-7.29.0/docs/DISTRO-DILEMMA
curl-7.29.0/docs/CONTRIBUTE
curl-7.29.0/docs/Makefile.am
curl-7.29.0/docs/Makefile.in
curl-7.29.0/docs/HISTORY
curl-7.29.0/docs/TODO
curl-7.29.0/docs/curl-config.pdf
curl-7.29.0/winbuild/
curl-7.29.0/winbuild/MakefileBuild.vc
curl-7.29.0/winbuild/Makefile.vc
curl-7.29.0/winbuild/BUILD.WINDOWS.txt
curl-7.29.0/winbuild/gen_resp_file.bat
curl-7.29.0/README
curl-7.29.0/
configure.ac
curl-7.29.0/lib/
curl-7.29.0/lib/bundles.c
curl-7.29.0/lib/wildcard.h
curl-7.29.0/lib/timeval.h
curl-7.29.0/lib/setup-os400.h
curl-7.29.0/lib/easy.c
curl-7.29.0/lib/curl_setup.h
curl-7.29.0/lib/imap.c
curl-7.29.0/lib/strequal.c
curl-7.29.0/lib/inet_pton.h
curl-7.29.0/lib/ssh.h
curl-7.29.0/lib/hostip6.c
curl-7.29.0/lib/splay.h
curl-7.29.0/lib/hostcheck.h
curl-7.29.0/lib/hash.c
curl-7.29.0/lib/http_digest.h
curl-7.29.0/lib/Makefile.inc
curl-7.29.0/lib/strtoofft.c
curl-7.29.0/lib/http_proxy.h
curl-7.29.0/lib/sockaddr.h
curl-7.29.0/lib/curl_rtmp.h
curl-7.29.0/lib/README.pingpong
curl-7.29.0/lib/sslgen.c
curl-7.29.0/lib/nss.c
curl-7.29.0/lib/gtls.c
curl-7.29.0/lib/
makefile.dj
curl-7.29.0/lib/warnless.h
curl-7.29.0/lib/curl_gethostname.c
curl-7.29.0/lib/curl_gssapi.c
curl-7.29.0/lib/sendf.h
curl-7.29.0/lib/hostip4.c
curl-7.29.0/lib/tftp.h
curl-7.29.0/lib/rtsp.c
curl-7.29.0/lib/file.h
curl-7.29.0/lib/amigaos.h
curl-7.29.0/lib/memdebug.c
curl-7.29.0/lib/curl_fnmatch.c
curl-7.29.0/lib/nwos.c
curl-7.29.0/lib/conncache.c
curl-7.29.0/lib/url.c
curl-7.29.0/lib/strerror.h
curl-7.29.0/lib/gopher.c
curl-7.29.0/lib/curl_ntlm_wb.h
curl-7.29.0/lib/fileinfo.c
curl-7.29.0/lib/curl_ntlm_core.c
curl-7.29.0/lib/cyassl.c
curl-7.29.0/lib/makefile.amiga
curl-7.29.0/lib/netrc.c
curl-7.29.0/lib/README.pipelining
curl-7.29.0/lib/nssg.h
curl-7.29.0/lib/imap.h
curl-7.29.0/lib/
libcurl.vers.in
curl-7.29.0/lib/strequal.h
curl-7.29.0/lib/hash.h
curl-7.29.0/lib/md4.c
curl-7.29.0/lib/Makefile.Watcom
curl-7.29.0/lib/strtoofft.h
curl-7.29.0/lib/dict.c
curl-7.29.0/lib/nwlib.c
curl-7.29.0/lib/objnames-test10.sh
curl-7.29.0/lib/rtsp.h
curl-7.29.0/lib/sendf.c
curl-7.29.0/lib/speedcheck.h
curl-7.29.0/lib/hostcheck.c
curl-7.29.0/lib/connect.c
curl-7.29.0/lib/smtp.h
curl-7.29.0/lib/memdebug.h
curl-7.29.0/lib/amigaos.c
curl-7.29.0/lib/config-win32.h
curl-7.29.0/lib/strtok.c
curl-7.29.0/lib/curl_fnmatch.h
curl-7.29.0/lib/connect.h
curl-7.29.0/lib/easyif.h
curl-7.29.0/lib/setup-vms.h
curl-7.29.0/lib/cookie.h
curl-7.29.0/lib/curl_config.h.cmake
curl-7.29.0/lib/pingpong.h
curl-7.29.0/lib/url.h
curl-7.29.0/lib/Makefile.vc8
curl-7.29.0/lib/ssh.c
curl-7.29.0/lib/transfer.c
curl-7.29.0/lib/select.c
curl-7.29.0/lib/inet_ntop.c
curl-7.29.0/lib/Makefile.vc10
curl-7.29.0/lib/curl_sspi.c
curl-7.29.0/lib/smtp.c
curl-7.29.0/lib/inet_ntop.h
curl-7.29.0/lib/libcurl.plist
curl-7.29.0/lib/curl_sasl.c
curl-7.29.0/lib/escape.h
curl-7.29.0/lib/content_encoding.h
curl-7.29.0/lib/non-ascii.c
curl-7.29.0/lib/multihandle.h
curl-7.29.0/lib/openldap.c
curl-7.29.0/lib/conncache.h
curl-7.29.0/lib/file.c
curl-7.29.0/lib/ssluse.c
curl-7.29.0/lib/curl_ntlm_wb.c
curl-7.29.0/lib/qssl.c
curl-7.29.0/lib/telnet.h
curl-7.29.0/lib/netrc.h
curl-7.29.0/lib/
mk-ca-bundle.pl
curl-7.29.0/lib/pop3.h
curl-7.29.0/lib/ssluse.h
curl-7.29.0/lib/ftplistparser.h
curl-7.29.0/lib/curl_memrchr.h
curl-7.29.0/lib/curl_addrinfo.c
curl-7.29.0/lib/axtls.c
curl-7.29.0/lib/parsedate.c
curl-7.29.0/lib/
checksrc.pl
curl-7.29.0/lib/asyn.h
curl-7.29.0/lib/base64.c
curl-7.29.0/lib/curl_darwinssl.h
curl-7.29.0/lib/curl_md5.h
curl-7.29.0/lib/formdata.c
curl-7.29.0/lib/curl_sspi.h
curl-7.29.0/lib/urldata.h
curl-7.29.0/lib/curl_ntlm_msgs.h
curl-7.29.0/lib/config-tpf.h
curl-7.29.0/lib/firefox-db2pem.sh
curl-7.29.0/lib/multiif.h
curl-7.29.0/lib/curl_ntlm.h
curl-7.29.0/lib/speedcheck.c
curl-7.29.0/lib/progress.c
curl-7.29.0/lib/http.c
curl-7.29.0/lib/axtls.h
curl-7.29.0/lib/krb4.h
curl-7.29.0/lib/getinfo.c
curl-7.29.0/lib/curl_base64.h
curl-7.29.0/lib/arpa_telnet.h
curl-7.29.0/lib/if2ip.h
curl-7.29.0/lib/curl_schannel.h
curl-7.29.0/lib/polarssl.c
curl-7.29.0/lib/config-os400.h
curl-7.29.0/lib/curl_multibyte.c
curl-7.29.0/lib/curl_setup_once.h
curl-7.29.0/lib/curl_threads.h
curl-7.29.0/lib/libcurl.rc
curl-7.29.0/lib/curl_addrinfo.h
curl-7.29.0/lib/slist.h
curl-7.29.0/lib/Makefile.vc6
curl-7.29.0/lib/mk-ca-bundle.vbs
curl-7.29.0/lib/content_encoding.c
curl-7.29.0/lib/vc6libcurl.dsp
curl-7.29.0/lib/if2ip.c
curl-7.29.0/lib/config-symbian.h
curl-7.29.0/lib/hostip.h
curl-7.29.0/lib/README.httpauth
curl-7.29.0/lib/tftp.c
curl-7.29.0/lib/Makefile.b32
curl-7.29.0/lib/asyn-ares.c
curl-7.29.0/lib/curl_gssapi.h
curl-7.29.0/lib/curl_rand.c
curl-7.29.0/lib/share.c
curl-7.29.0/lib/hmac.c
curl-7.29.0/lib/sslgen.h
curl-7.29.0/lib/config-vxworks.h
curl-7.29.0/lib/formdata.h
curl-7.29.0/lib/slist.c
curl-7.29.0/lib/README.hostip
curl-7.29.0/lib/hostsyn.c
curl-7.29.0/lib/http_chunks.h
curl-7.29.0/lib/security.c
curl-7.29.0/lib/http_digest.c
curl-7.29.0/lib/curl_threads.c
curl-7.29.0/lib/krb4.c
curl-7.29.0/lib/wildcard.c
curl-7.29.0/lib/version.c
curl-7.29.0/lib/curl_sasl.h
curl-7.29.0/lib/curl_memrchr.c
curl-7.29.0/lib/http_negotiate.c
curl-7.29.0/lib/curl_rtmp.c
curl-7.29.0/lib/mprintf.c
curl-7.29.0/lib/config-amigaos.h
curl-7.29.0/lib/krb5.c
curl-7.29.0/lib/curl_multibyte.h
curl-7.29.0/lib/curl_gethostname.h
curl-7.29.0/lib/curl_darwinssl.c
curl-7.29.0/lib/CMakeLists.txt
curl-7.29.0/lib/socks.c
curl-7.29.0/lib/getinfo.h
curl-7.29.0/lib/hostip.c
curl-7.29.0/lib/splay.c
curl-7.29.0/lib/cyassl.h
curl-7.29.0/lib/README.curlx
curl-7.29.0/lib/README.curl_off_t
curl-7.29.0/lib/curl_ldap.h
curl-7.29.0/lib/curl_md4.h
curl-7.29.0/lib/progress.h
curl-7.29.0/lib/objnames-test08.sh
curl-7.29.0/lib/Makefile.m32
curl-7.29.0/lib/bundles.h
curl-7.29.0/lib/hostasyn.c
curl-7.29.0/lib/libcurl.vcproj
curl-7.29.0/lib/curl_hmac.h
curl-7.29.0/lib/telnet.c
curl-7.29.0/lib/strdup.h
curl-7.29.0/lib/config-riscos.h
curl-7.29.0/lib/pingpong.c
curl-7.29.0/lib/Makefile.vc9
curl-7.29.0/lib/http_negotiate_sspi.c
curl-7.29.0/lib/polarssl.h
curl-7.29.0/lib/Makefile.netware
curl-7.29.0/lib/llist.h
curl-7.29.0/lib/ftp.h
curl-7.29.0/lib/select.h
curl-7.29.0/lib/msvcproj.head
curl-7.29.0/lib/parsedate.h
curl-7.29.0/lib/http_negotiate.h
curl-7.29.0/lib/Makefile.vxworks
curl-7.29.0/lib/getenv.c
curl-7.29.0/lib/README.ares
curl-7.29.0/lib/gtls.h
curl-7.29.0/lib/transfer.h
curl-7.29.0/lib/multi.c
curl-7.29.0/lib/curl_memory.h
curl-7.29.0/lib/objnames.inc
curl-7.29.0/lib/warnless.c
curl-7.29.0/lib/http.h
curl-7.29.0/lib/vc6libcurl.dsw
curl-7.29.0/lib/llist.c
curl-7.29.0/lib/ftp.c
curl-7.29.0/lib/timeval.c
curl-7.29.0/lib/inet_pton.c
curl-7.29.0/lib/socks_gssapi.c
curl-7.29.0/lib/README.multi_socket
curl-7.29.0/lib/curl_rand.h
curl-7.29.0/lib/Makefile.am
curl-7.29.0/lib/ftplistparser.c
curl-7.29.0/lib/Makefile.in
curl-7.29.0/lib/dict.h
curl-7.29.0/lib/curl_ntlm.c
curl-7.29.0/lib/rawstr.c
curl-7.29.0/lib/README.encoding
curl-7.29.0/lib/idn_win32.c
curl-7.29.0/lib/nonblock.h
curl-7.29.0/lib/socks_sspi.c
curl-7.29.0/lib/
curl_config.h.in
curl-7.29.0/lib/pop3.c
curl-7.29.0/lib/md5.c
curl-7.29.0/lib/strerror.c
curl-7.29.0/lib/curl_ntlm_msgs.c
curl-7.29.0/lib/config-mac.h
curl-7.29.0/lib/escape.c
curl-7.29.0/lib/socks.h
curl-7.29.0/lib/http_proxy.c
curl-7.29.0/lib/strtok.h
curl-7.29.0/lib/config-dos.h
curl-7.29.0/lib/curl_ntlm_core.h
curl-7.29.0/lib/non-ascii.h
curl-7.29.0/lib/README.memoryleak
curl-7.29.0/lib/ldap.c
curl-7.29.0/lib/share.h
curl-7.29.0/lib/fileinfo.h
curl-7.29.0/lib/asyn-thread.c
curl-7.29.0/lib/qssl.h
curl-7.29.0/lib/nonblock.c
curl-7.29.0/lib/gopher.h
curl-7.29.0/lib/cookie.c
curl-7.29.0/lib/strdup.c
curl-7.29.0/lib/curlx.h
curl-7.29.0/lib/rawstr.h
curl-7.29.0/lib/http_chunks.c
curl-7.29.0/lib/msvcproj.foot
curl-7.29.0/lib/curl_schannel.c
curl-7.29.0/lib/config-win32ce.h
curl-7.29.0/
curl-config.in
curl-7.29.0/MacOSX-Framework
curl-7.29.0/acinclude.m4
curl-7.29.0/configure
curl-7.29.0/curl-style.el
curl-7.29.0/CHANGES
curl-7.29.0/ltmain.sh
curl-7.29.0/buildconf
curl-7.29.0/install-sh
curl-7.29.0/m4/
curl-7.29.0/m4/ltoptions.m4
curl-7.29.0/m4/zz50-xc-ovr.m4
curl-7.29.0/m4/libtool.m4
curl-7.29.0/m4/xc-translit.m4
curl-7.29.0/m4/curl-confopts.m4
curl-7.29.0/m4/zz40-xc-ovr.m4
curl-7.29.0/m4/curl-compilers.m4
curl-7.29.0/m4/curl-functions.m4
curl-7.29.0/m4/curl-override.m4
curl-7.29.0/m4/curl-openssl.m4
curl-7.29.0/m4/xc-val-flgs.m4
curl-7.29.0/m4/ltsugar.m4
curl-7.29.0/m4/zz60-xc-ovr.m4
curl-7.29.0/m4/lt~obsolete.m4
curl-7.29.0/m4/curl-reentrant.m4
curl-7.29.0/m4/xc-cc-check.m4
curl-7.29.0/m4/ltversion.m4
curl-7.29.0/RELEASE-NOTES
curl-7.29.0/src/
curl-7.29.0/src/tool_cfgable.c
curl-7.29.0/src/tool_hugehelp.h
curl-7.29.0/src/tool_setup.h
curl-7.29.0/src/tool_panykey.c
curl-7.29.0/src/tool_binmode.h
curl-7.29.0/src/tool_cfgable.h
curl-7.29.0/src/tool_cb_hdr.h
curl-7.29.0/src/Makefile.inc
curl-7.29.0/src/tool_convert.h
curl-7.29.0/src/
makefile.dj
curl-7.29.0/src/version.h
curl-7.29.0/src/tool_operhlp.h
curl-7.29.0/src/tool_helpers.h
curl-7.29.0/src/tool_cb_dbg.c
curl-7.29.0/src/tool_version.h
curl-7.29.0/src/tool_bname.c
curl-7.29.0/src/tool_paramhlp.c
curl-7.29.0/src/tool_homedir.c
curl-7.29.0/src/makefile.amiga
curl-7.29.0/src/curl.rc
curl-7.29.0/src/tool_operhlp.c
curl-7.29.0/src/tool_doswin.c
curl-7.29.0/src/tool_getpass.c
curl-7.29.0/src/Makefile.Watcom
curl-7.29.0/src/tool_sdecls.h
curl-7.29.0/src/tool_main.h
curl-7.29.0/src/tool_formparse.h
curl-7.29.0/src/tool_cb_wrt.c
curl-7.29.0/src/vc6curlsrc.dsw
curl-7.29.0/src/tool_writeout.c
curl-7.29.0/src/vc6curlsrc.dsp
curl-7.29.0/src/
mkhelp.pl
curl-7.29.0/src/Makefile.vc8
curl-7.29.0/src/Makefile.vc10
curl-7.29.0/src/tool_cb_see.h
curl-7.29.0/src/tool_panykey.h
curl-7.29.0/src/tool_dirhie.c
curl-7.29.0/src/tool_metalink.h
curl-7.29.0/src/tool_setopt.h
curl-7.29.0/src/tool_cb_wrt.h
curl-7.29.0/src/tool_xattr.c
curl-7.29.0/src/tool_dirhie.h
curl-7.29.0/src/tool_bname.h
curl-7.29.0/src/tool_writeenv.h
curl-7.29.0/src/tool_sleep.c
curl-7.29.0/src/tool_easysrc.h
curl-7.29.0/src/tool_homedir.h
curl-7.29.0/src/tool_help.c
curl-7.29.0/src/tool_binmode.c
curl-7.29.0/src/tool_getparam.h
curl-7.29.0/src/tool_cb_hdr.c
curl-7.29.0/src/tool_cb_dbg.h
curl-7.29.0/src/tool_help.h
curl-7.29.0/src/tool_cb_rea.c
curl-7.29.0/src/tool_msgs.h
curl-7.29.0/src/Makefile.vc6
curl-7.29.0/src/tool_cb_rea.h
curl-7.29.0/src/tool_convert.c
curl-7.29.0/src/tool_xattr.h
curl-7.29.0/src/Makefile.b32
curl-7.29.0/src/tool_paramhlp.h
curl-7.29.0/src/tool_setopt.c
curl-7.29.0/src/tool_hugehelp.c
curl-7.29.0/src/tool_operate.c
curl-7.29.0/src/tool_getparam.c
curl-7.29.0/src/tool_metalink.c
curl-7.29.0/src/tool_cb_prg.c
curl-7.29.0/src/tool_getpass.h
curl-7.29.0/src/tool_cb_see.c
curl-7.29.0/src/tool_sleep.h
curl-7.29.0/src/tool_parsecfg.h
curl-7.29.0/src/CMakeLists.txt
curl-7.29.0/src/tool_helpers.c
curl-7.29.0/src/tool_writeout.h
curl-7.29.0/src/tool_cb_prg.h
curl-7.29.0/src/tool_mfiles.c
curl-7.29.0/src/Makefile.m32
curl-7.29.0/src/tool_easysrc.c
curl-7.29.0/src/Makefile.vc9
curl-7.29.0/src/tool_operate.h
curl-7.29.0/src/Makefile.netware
curl-7.29.0/src/tool_parsecfg.c
curl-7.29.0/src/tool_msgs.c
curl-7.29.0/src/tool_formparse.c
curl-7.29.0/src/tool_libinfo.c
curl-7.29.0/src/tool_vms.c
curl-7.29.0/src/Makefile.am
curl-7.29.0/src/Makefile.in
curl-7.29.0/src/tool_main.c
curl-7.29.0/src/tool_vms.h
curl-7.29.0/src/macos/
curl-7.29.0/src/macos/src/
curl-7.29.0/src/macos/src/curl_GUSIConfig.cpp
curl-7.29.0/src/macos/src/macos_main.cpp
curl-7.29.0/src/macos/MACINSTALL.TXT
curl-7.29.0/src/macos/curl.mcp.xml.sit.hqx
curl-7.29.0/src/tool_doswin.h
curl-7.29.0/src/tool_urlglob.h
curl-7.29.0/src/tool_urlglob.c
curl-7.29.0/src/tool_libinfo.h
curl-7.29.0/src/tool_util.c
curl-7.29.0/src/tool_util.h
curl-7.29.0/src/tool_writeenv.c
curl-7.29.0/src/tool_mfiles.h
curl-7.29.0/compile
curl-7.29.0/Makefile
curl-7.29.0/include/
curl-7.29.0/include/README
curl-7.29.0/include/curl/
curl-7.29.0/include/curl/typecheck-gcc.h
curl-7.29.0/include/curl/stdcheaders.h
curl-7.29.0/include/curl/
curlbuild.h.in
curl-7.29.0/include/curl/curlbuild.h.cmake
curl-7.29.0/include/curl/easy.h
curl-7.29.0/include/curl/mprintf.h
curl-7.29.0/include/curl/curl.h
curl-7.29.0/include/curl/curlver.h
curl-7.29.0/include/curl/multi.h
curl-7.29.0/include/curl/curlbuild.h
curl-7.29.0/include/curl/Makefile.am
curl-7.29.0/include/curl/Makefile.in
curl-7.29.0/include/curl/curlrules.h
curl-7.29.0/include/Makefile.am
curl-7.29.0/include/Makefile.in
curl-7.29.0/packages/
curl-7.29.0/packages/Win32/
curl-7.29.0/packages/Win32/README
curl-7.29.0/packages/Win32/cygwin/
curl-7.29.0/packages/Win32/cygwin/README
curl-7.29.0/packages/Win32/cygwin/Makefile.am
curl-7.29.0/packages/Win32/cygwin/Makefile.in
curl-7.29.0/packages/Win32/Makefile.am
curl-7.29.0/packages/Win32/Makefile.in
curl-7.29.0/packages/AIX/
curl-7.29.0/packages/AIX/RPM/
curl-7.29.0/packages/AIX/RPM/
curl.spec.in
curl-7.29.0/packages/AIX/RPM/README
curl-7.29.0/packages/AIX/RPM/Makefile.am
curl-7.29.0/packages/AIX/RPM/Makefile.in
curl-7.29.0/packages/AIX/Makefile.am
curl-7.29.0/packages/AIX/Makefile.in
curl-7.29.0/packages/README
curl-7.29.0/packages/Solaris/
curl-7.29.0/packages/Solaris/Makefile.am
curl-7.29.0/packages/Solaris/Makefile.in
curl-7.29.0/packages/OS400/
curl-7.29.0/packages/OS400/
curl.inc.in
curl-7.29.0/packages/OS400/README.OS400
curl-7.29.0/packages/OS400/initscript.sh
curl-7.29.0/packages/OS400/ccsidcurl.h
curl-7.29.0/packages/OS400/makefile.sh
curl-7.29.0/packages/OS400/ccsidcurl.c
curl-7.29.0/packages/OS400/make-tests.sh
curl-7.29.0/packages/OS400/make-src.sh
curl-7.29.0/packages/OS400/os400sys.h
curl-7.29.0/packages/OS400/make-lib.sh
curl-7.29.0/packages/OS400/make-include.sh
curl-7.29.0/packages/OS400/os400sys.c
curl-7.29.0/packages/Linux/
curl-7.29.0/packages/Linux/RPM/
curl-7.29.0/packages/Linux/RPM/
curl.spec.in
curl-7.29.0/packages/Linux/RPM/README
curl-7.29.0/packages/Linux/RPM/make_curl_rpm
curl-7.29.0/packages/Linux/RPM/
curl-ssl.spec.in
curl-7.29.0/packages/Linux/RPM/Makefile.am
curl-7.29.0/packages/Linux/RPM/Makefile.in
curl-7.29.0/packages/Linux/Makefile.am
curl-7.29.0/packages/Linux/Makefile.in
curl-7.29.0/packages/NetWare/
curl-7.29.0/packages/NetWare/get_exp.awk
curl-7.29.0/packages/NetWare/get_ver.awk
curl-7.29.0/packages/Symbian/
curl-7.29.0/packages/Symbian/group/
curl-7.29.0/packages/Symbian/group/curl.mmp
curl-7.29.0/packages/Symbian/group/libcurl.mmp
curl-7.29.0/packages/Symbian/group/bld.inf
curl-7.29.0/packages/Symbian/group/libcurl.pkg
curl-7.29.0/packages/Symbian/group/libcurl.iby
curl-7.29.0/packages/Symbian/group/curl.pkg
curl-7.29.0/packages/Symbian/group/curl.iby
curl-7.29.0/packages/Symbian/bwins/
curl-7.29.0/packages/Symbian/bwins/libcurlu.def
curl-7.29.0/packages/Symbian/eabi/
curl-7.29.0/packages/Symbian/eabi/libcurlu.def
curl-7.29.0/packages/Symbian/readme.txt
curl-7.29.0/packages/vms/
curl-7.29.0/packages/vms/curlmsg.h
curl-7.29.0/packages/vms/
build_vms.com
curl-7.29.0/packages/vms/curlmsg.sdl
curl-7.29.0/packages/vms/curlmsg_vms.h
curl-7.29.0/packages/vms/readme
curl-7.29.0/packages/vms/Makefile.am
curl-7.29.0/packages/vms/Makefile.in
curl-7.29.0/packages/vms/curlmsg.msg
curl-7.29.0/packages/EPM/
curl-7.29.0/packages/EPM/README
curl-7.29.0/packages/EPM/
curl.list.in
curl-7.29.0/packages/EPM/Makefile.am
curl-7.29.0/packages/EPM/Makefile.in
curl-7.29.0/packages/DOS/
curl-7.29.0/packages/DOS/README
curl-7.29.0/packages/DOS/
common.dj
curl-7.29.0/packages/Makefile.am
curl-7.29.0/packages/Makefile.in
curl-7.29.0/packages/TPF/
curl-7.29.0/packages/TPF/maketpf.env_curl
curl-7.29.0/packages/TPF/curl.mak
curl-7.29.0/packages/TPF/maketpf.env_curllib
curl-7.29.0/Makefile.msvc.names
curl-7.29.0/
libcurl.pc.in
curl-7.29.0/config.sub
curl-7.29.0/CMakeLists.txt
curl-7.29.0/COPYING
curl-7.29.0/missing
curl-7.29.0/aclocal.m4
curl-7.29.0/config.guess
curl-7.29.0/tests/
curl-7.29.0/tests/
getpart.pm
curl-7.29.0/tests/README
curl-7.29.0/tests/libtest/
curl-7.29.0/tests/libtest/lib590.c
curl-7.29.0/tests/libtest/lib562.c
curl-7.29.0/tests/libtest/lib521.c
curl-7.29.0/tests/libtest/lib514.c
curl-7.29.0/tests/libtest/Makefile.inc
curl-7.29.0/tests/libtest/lib576.c
curl-7.29.0/tests/libtest/
test610.pl
curl-7.29.0/tests/libtest/test.h
curl-7.29.0/tests/libtest/lib508.c
curl-7.29.0/tests/libtest/chkhostname.c
curl-7.29.0/tests/libtest/lib542.c
curl-7.29.0/tests/libtest/lib578.c
curl-7.29.0/tests/libtest/lib519.c
curl-7.29.0/tests/libtest/lib518.c
curl-7.29.0/tests/libtest/lib1501.c
curl-7.29.0/tests/libtest/
test613.pl
curl-7.29.0/tests/libtest/lib569.c
curl-7.29.0/tests/libtest/lib582.c
curl-7.29.0/tests/libtest/
notexists.pl
curl-7.29.0/tests/libtest/lib571.c
curl-7.29.0/tests/libtest/lib560.c
curl-7.29.0/tests/libtest/lib549.c
curl-7.29.0/tests/libtest/lib515.c
curl-7.29.0/tests/libtest/lib555.c
curl-7.29.0/tests/libtest/testutil.c
curl-7.29.0/tests/libtest/first.c
curl-7.29.0/tests/libtest/lib567.c
curl-7.29.0/tests/libtest/lib564.c
curl-7.29.0/tests/libtest/lib573.c
curl-7.29.0/tests/libtest/sethostname.h
curl-7.29.0/tests/libtest/lib575.c
curl-7.29.0/tests/libtest/lib557.c
curl-7.29.0/tests/libtest/lib579.c
curl-7.29.0/tests/libtest/lib572.c
curl-7.29.0/tests/libtest/
test1013.pl
curl-7.29.0/tests/libtest/lib568.c
curl-7.29.0/tests/libtest/lib525.c
curl-7.29.0/tests/libtest/lib552.c
curl-7.29.0/tests/libtest/lib537.c
curl-7.29.0/tests/libtest/lib523.c
curl-7.29.0/tests/libtest/lib505.c
curl-7.29.0/tests/libtest/lib547.c
curl-7.29.0/tests/libtest/lib1500.c
curl-7.29.0/tests/libtest/lib506.c
curl-7.29.0/tests/libtest/lib553.c
curl-7.29.0/tests/libtest/lib530.c
curl-7.29.0/tests/libtest/lib510.c
curl-7.29.0/tests/libtest/lib586.c
curl-7.29.0/tests/libtest/lib520.c
curl-7.29.0/tests/libtest/testtrace.h
curl-7.29.0/tests/libtest/lib500.c
curl-7.29.0/tests/libtest/lib507.c
curl-7.29.0/tests/libtest/lib533.c
curl-7.29.0/tests/libtest/lib556.c
curl-7.29.0/tests/libtest/lib591.c
curl-7.29.0/tests/libtest/lib544.c
curl-7.29.0/tests/libtest/lib541.c
curl-7.29.0/tests/libtest/lib597.c
curl-7.29.0/tests/libtest/lib1502.c
curl-7.29.0/tests/libtest/lib554.c
curl-7.29.0/tests/libtest/libntlmconnect.c
curl-7.29.0/tests/libtest/lib574.c
curl-7.29.0/tests/libtest/lib570.c
curl-7.29.0/tests/libtest/lib566.c
curl-7.29.0/tests/libtest/lib536.c
curl-7.29.0/tests/libtest/lib599.c
curl-7.29.0/tests/libtest/lib1506.c
curl-7.29.0/tests/libtest/testtrace.c
curl-7.29.0/tests/libtest/testutil.h
curl-7.29.0/tests/libtest/lib513.c
curl-7.29.0/tests/libtest/sethostname.c
curl-7.29.0/tests/libtest/lib512.c
curl-7.29.0/tests/libtest/lib501.c
curl-7.29.0/tests/libtest/lib540.c
curl-7.29.0/tests/libtest/
test1022.pl
curl-7.29.0/tests/libtest/lib503.c
curl-7.29.0/tests/libtest/Makefile.am
curl-7.29.0/tests/libtest/Makefile.in
curl-7.29.0/tests/libtest/lib511.c
curl-7.29.0/tests/libtest/libauthretry.c
curl-7.29.0/tests/libtest/lib598.c
curl-7.29.0/tests/libtest/lib502.c
curl-7.29.0/tests/libtest/lib524.c
curl-7.29.0/tests/libtest/lib539.c
curl-7.29.0/tests/libtest/lib517.c
curl-7.29.0/tests/libtest/
test75.pl
curl-7.29.0/tests/libtest/lib526.c
curl-7.29.0/tests/libtest/lib516.c
curl-7.29.0/tests/libtest/lib504.c
curl-7.29.0/tests/libtest/lib543.c
curl-7.29.0/tests/libtest/lib583.c
curl-7.29.0/tests/libtest/
test307.pl
curl-7.29.0/tests/
ftp.pm
curl-7.29.0/tests/stunnel.pem
curl-7.29.0/tests/
sshserver.pl
curl-7.29.0/tests/FILEFORMAT
curl-7.29.0/tests/
memanalyze.pl
curl-7.29.0/tests/testcurl.pdf
curl-7.29.0/tests/
serverhelp.pm
curl-7.29.0/tests/
sshhelp.pm
curl-7.29.0/tests/data/
curl-7.29.0/tests/data/test86
curl-7.29.0/tests/data/test238
curl-7.29.0/tests/data/test2026
curl-7.29.0/tests/data/test149
curl-7.29.0/tests/data/test810
curl-7.29.0/tests/data/test1046
curl-7.29.0/tests/data/test1074
curl-7.29.0/tests/data/test627
curl-7.29.0/tests/data/test567
curl-7.29.0/tests/data/test545
curl-7.29.0/tests/data/test227
curl-7.29.0/tests/data/test1022
curl-7.29.0/tests/data/test530
curl-7.29.0/tests/data/test159
curl-7.29.0/tests/data/test1116
curl-7.29.0/tests/data/test158
curl-7.29.0/tests/data/test146
curl-7.29.0/tests/data/test216
curl-7.29.0/tests/data/test1036
curl-7.29.0/tests/data/test591
curl-7.29.0/tests/data/test1370
curl-7.29.0/tests/data/test249
curl-7.29.0/tests/data/test351
curl-7.29.0/tests/data/test196
curl-7.29.0/tests/data/test2010
curl-7.29.0/tests/data/test180
curl-7.29.0/tests/data/test168
curl-7.29.0/tests/data/test322
curl-7.29.0/tests/data/test2023
curl-7.29.0/tests/data/test814
curl-7.29.0/tests/data/test46
curl-7.29.0/tests/data/test34
curl-7.29.0/tests/data/test1347
curl-7.29.0/tests/data/test1073
curl-7.29.0/tests/data/test1133
curl-7.29.0/tests/data/test1111
curl-7.29.0/tests/data/test1389
curl-7.29.0/tests/data/test1027
curl-7.29.0/tests/data/test1376
curl-7.29.0/tests/data/test257
curl-7.29.0/tests/data/test278
curl-7.29.0/tests/data/test306
curl-7.29.0/tests/data/test1092
curl-7.29.0/tests/data/test1075
curl-7.29.0/tests/data/test1373
curl-7.29.0/tests/data/test22
curl-7.29.0/tests/data/test813
curl-7.29.0/tests/data/test1204
curl-7.29.0/tests/data/test1352
curl-7.29.0/tests/data/test601
curl-7.29.0/tests/data/test1371
curl-7.29.0/tests/data/test106
curl-7.29.0/tests/data/test407
curl-7.29.0/tests/data/test1008
curl-7.29.0/tests/data/test214
curl-7.29.0/tests/data/test51
curl-7.29.0/tests/data/test286
curl-7.29.0/tests/data/test79
curl-7.29.0/tests/data/test1349
curl-7.29.0/tests/data/test1118
curl-7.29.0/tests/data/test182
curl-7.29.0/tests/data/test804
curl-7.29.0/tests/data/test590
curl-7.29.0/tests/data/test523
curl-7.29.0/tests/data/test1307
curl-7.29.0/tests/data/test1120
curl-7.29.0/tests/data/test295
curl-7.29.0/tests/data/test625
curl-7.29.0/tests/data/test235
curl-7.29.0/tests/data/test1342
curl-7.29.0/tests/data/test1314
curl-7.29.0/tests/data/test109
curl-7.29.0/tests/data/test1374
curl-7.29.0/tests/data/test1359
curl-7.29.0/tests/data/test568
curl-7.29.0/tests/data/test170
curl-7.29.0/tests/data/test599
curl-7.29.0/tests/data/test124
curl-7.29.0/tests/data/test187
curl-7.29.0/tests/data/test604
curl-7.29.0/tests/data/test533
curl-7.29.0/tests/data/test1117
curl-7.29.0/tests/data/test163
curl-7.29.0/tests/data/test580
curl-7.29.0/tests/data/test596
curl-7.29.0/tests/data/test1379
curl-7.29.0/tests/data/test208
curl-7.29.0/tests/data/test107
curl-7.29.0/tests/data/test102
curl-7.29.0/tests/data/test98
curl-7.29.0/tests/data/test112
curl-7.29.0/tests/data/test1304
curl-7.29.0/tests/data/test556
curl-7.29.0/tests/data/test503
curl-7.29.0/tests/data/test16
curl-7.29.0/tests/data/test137
curl-7.29.0/tests/data/test131
curl-7.29.0/tests/data/test1105
curl-7.29.0/tests/data/test151
curl-7.29.0/tests/data/test543
curl-7.29.0/tests/data/test572
curl-7.29.0/tests/data/test514
curl-7.29.0/tests/data/test637
curl-7.29.0/tests/data/test588
curl-7.29.0/tests/data/test1329
curl-7.29.0/tests/data/test706
curl-7.29.0/tests/data/test156
curl-7.29.0/tests/data/test2003
curl-7.29.0/tests/data/test134
curl-7.29.0/tests/data/test1064
curl-7.29.0/tests/data/test561
curl-7.29.0/tests/data/test1113
curl-7.29.0/tests/data/test702
curl-7.29.0/tests/data/test500
curl-7.29.0/tests/data/test1006
curl-7.29.0/tests/data/test1222
curl-7.29.0/tests/data/test1077
curl-7.29.0/tests/data/test1107
curl-7.29.0/tests/data/test80
curl-7.29.0/tests/data/test1331
curl-7.29.0/tests/data/test587
curl-7.29.0/tests/data/test255
curl-7.29.0/tests/data/test15
curl-7.29.0/tests/data/test2024
curl-7.29.0/tests/data/test1400
curl-7.29.0/tests/data/test59
curl-7.29.0/tests/data/test206
curl-7.29.0/tests/data/test256
curl-7.29.0/tests/data/test1335
curl-7.29.0/tests/data/test142
curl-7.29.0/tests/data/test50
curl-7.29.0/tests/data/test186
curl-7.29.0/tests/data/test1312
curl-7.29.0/tests/data/test1341
curl-7.29.0/tests/data/test501
curl-7.29.0/tests/data/test617
curl-7.29.0/tests/data/test1038
curl-7.29.0/tests/data/test635
curl-7.29.0/tests/data/test400
curl-7.29.0/tests/data/test579
curl-7.29.0/tests/data/test623
curl-7.29.0/tests/data/test1413
curl-7.29.0/tests/data/test67
curl-7.29.0/tests/data/test228
curl-7.29.0/tests/data/test1068
curl-7.29.0/tests/data/test273
curl-7.29.0/tests/data/test203
curl-7.29.0/tests/data/test43
curl-7.29.0/tests/data/test506
curl-7.29.0/tests/data/test269
curl-7.29.0/tests/data/test1091
curl-7.29.0/tests/data/test402
curl-7.29.0/tests/data/test1405
curl-7.29.0/tests/data/test1018
curl-7.29.0/tests/data/test204
curl-7.29.0/tests/data/test1406
curl-7.29.0/tests/data/test231
curl-7.29.0/tests/data/test2008
curl-7.29.0/tests/data/test1311
curl-7.29.0/tests/data/test566
curl-7.29.0/tests/data/test1201
curl-7.29.0/tests/data/test1351
curl-7.29.0/tests/data/test1060
curl-7.29.0/tests/data/test260
curl-7.29.0/tests/data/test1004
curl-7.29.0/tests/data/test173
curl-7.29.0/tests/data/test52
curl-7.29.0/tests/data/test289
curl-7.29.0/tests/data/test1315
curl-7.29.0/tests/data/test324
curl-7.29.0/tests/data/test1364
curl-7.29.0/tests/data/test1391
curl-7.29.0/tests/data/test502
curl-7.29.0/tests/data/test524
curl-7.29.0/tests/data/test563
curl-7.29.0/tests/data/test296
curl-7.29.0/tests/data/test274
curl-7.29.0/tests/data/test64
curl-7.29.0/tests/data/test552
curl-7.29.0/tests/data/test20
curl-7.29.0/tests/data/test1002
curl-7.29.0/tests/data/test1020
curl-7.29.0/tests/data/test2006
curl-7.29.0/tests/data/test1404
curl-7.29.0/tests/data/test152
curl-7.29.0/tests/data/test60
curl-7.29.0/tests/data/test1501
curl-7.29.0/tests/data/test525
curl-7.29.0/tests/data/test291
curl-7.29.0/tests/data/test507
curl-7.29.0/tests/data/test125
curl-7.29.0/tests/data/test1369
curl-7.29.0/tests/data/test145
curl-7.29.0/tests/data/test1410
curl-7.29.0/tests/data/test91
curl-7.29.0/tests/data/test56
curl-7.29.0/tests/data/test82
curl-7.29.0/tests/data/test1123
curl-7.29.0/tests/data/test305
curl-7.29.0/tests/data/test611
curl-7.29.0/tests/data/test252
curl-7.29.0/tests/data/test521
curl-7.29.0/tests/data/test194
curl-7.29.0/tests/data/test1403
curl-7.29.0/tests/data/test1381
curl-7.29.0/tests/data/test1082
curl-7.29.0/tests/data/test1103
curl-7.29.0/tests/data/test573
curl-7.29.0/tests/data/test518
curl-7.29.0/tests/data/test141
curl-7.29.0/tests/data/test282
curl-7.29.0/tests/data/test511
curl-7.29.0/tests/data/test1085
curl-7.29.0/tests/data/test1101
curl-7.29.0/tests/data/test210
curl-7.29.0/tests/data/test68
curl-7.29.0/tests/data/test1308
curl-7.29.0/tests/data/test527
curl-7.29.0/tests/data/test529
curl-7.29.0/tests/data/test300
curl-7.29.0/tests/data/test1306
curl-7.29.0/tests/data/test24
curl-7.29.0/tests/data/test808
curl-7.29.0/tests/data/test1023
curl-7.29.0/tests/data/test539
curl-7.29.0/tests/data/test1343
curl-7.29.0/tests/data/test302
curl-7.29.0/tests/data/test505
curl-7.29.0/tests/data/test185
curl-7.29.0/tests/data/test1354
curl-7.29.0/tests/data/test2011
curl-7.29.0/tests/data/test1080
curl-7.29.0/tests/data/test234
curl-7.29.0/tests/data/test528
curl-7.29.0/tests/data/test1
curl-7.29.0/tests/data/test1319
curl-7.29.0/tests/data/test1102
curl-7.29.0/tests/data/test53
curl-7.29.0/tests/data/test548
curl-7.29.0/tests/data/test171
curl-7.29.0/tests/data/test162
curl-7.29.0/tests/data/test28
curl-7.29.0/tests/data/test1110
curl-7.29.0/tests/data/test516
curl-7.29.0/tests/data/test1050
curl-7.29.0/tests/data/test113
curl-7.29.0/tests/data/test513
curl-7.29.0/tests/data/test549
curl-7.29.0/tests/data/test1035
curl-7.29.0/tests/data/test551
curl-7.29.0/tests/data/test276
curl-7.29.0/tests/data/test1321
curl-7.29.0/tests/data/test1504
curl-7.29.0/tests/data/test1061
curl-7.29.0/tests/data/test241
curl-7.29.0/tests/data/test801
curl-7.29.0/tests/data/test1409
curl-7.29.0/tests/data/test129
curl-7.29.0/tests/data/test2002
curl-7.29.0/tests/data/test1069
curl-7.29.0/tests/data/test603
curl-7.29.0/tests/data/test308
curl-7.29.0/tests/data/test1043
curl-7.29.0/tests/data/test557
curl-7.29.0/tests/data/test2013
curl-7.29.0/tests/data/test1505
curl-7.29.0/tests/data/test1014
curl-7.29.0/tests/data/test200
curl-7.29.0/tests/data/test534
curl-7.29.0/tests/data/test609
curl-7.29.0/tests/data/test104
curl-7.29.0/tests/data/test116
curl-7.29.0/tests/data/test310
curl-7.29.0/tests/data/test140
curl-7.29.0/tests/data/test1065
curl-7.29.0/tests/data/test2019
curl-7.29.0/tests/data/test110
curl-7.29.0/tests/data/test1362
curl-7.29.0/tests/data/test575
curl-7.29.0/tests/data/test520
curl-7.29.0/tests/data/test123
curl-7.29.0/tests/data/test74
curl-7.29.0/tests/data/test23
curl-7.29.0/tests/data/test1356
curl-7.29.0/tests/data/test213
curl-7.29.0/tests/data/test1506
curl-7.29.0/tests/data/test198
curl-7.29.0/tests/data/test292
curl-7.29.0/tests/data/test1042
curl-7.29.0/tests/data/test266
curl-7.29.0/tests/data/test47
curl-7.29.0/tests/data/test221
curl-7.29.0/tests/data/test812
curl-7.29.0/tests/data/test1115
curl-7.29.0/tests/data/test2016
curl-7.29.0/tests/data/test183
curl-7.29.0/tests/data/test1033
curl-7.29.0/tests/data/test121
curl-7.29.0/tests/data/test1106
curl-7.29.0/tests/data/test352
curl-7.29.0/tests/data/test616
curl-7.29.0/tests/data/test1015
curl-7.29.0/tests/data/test1122
curl-7.29.0/tests/data/test246
curl-7.29.0/tests/data/test608
curl-7.29.0/tests/data/test1044
curl-7.29.0/tests/data/test607
curl-7.29.0/tests/data/test606
curl-7.29.0/tests/data/test85
curl-7.29.0/tests/data/test40
curl-7.29.0/tests/data/test294
curl-7.29.0/tests/data/test2004
curl-7.29.0/tests/data/test37
curl-7.29.0/tests/data/test1305
curl-7.29.0/tests/data/test45
curl-7.29.0/tests/data/test517
curl-7.29.0/tests/data/test1344
curl-7.29.0/tests/data/test18
curl-7.29.0/tests/data/test101
curl-7.29.0/tests/data/test633
curl-7.29.0/tests/data/test1300
curl-7.29.0/tests/data/test1025
curl-7.29.0/tests/data/test1346
curl-7.29.0/tests/data/test117
curl-7.29.0/tests/data/test522
curl-7.29.0/tests/data/test2025
curl-7.29.0/tests/data/test136
curl-7.29.0/tests/data/test58
curl-7.29.0/tests/data/test582
curl-7.29.0/tests/data/test2020
curl-7.29.0/tests/data/test1205
curl-7.29.0/tests/data/test25
curl-7.29.0/tests/data/test148
curl-7.29.0/tests/data/test262
curl-7.29.0/tests/data/test309
curl-7.29.0/tests/data/test1220
curl-7.29.0/tests/data/test220
curl-7.29.0/tests/data/test800
curl-7.29.0/tests/data/test2031
curl-7.29.0/tests/data/test265
curl-7.29.0/tests/data/test189
curl-7.29.0/tests/data/test103
curl-7.29.0/tests/data/test1387
curl-7.29.0/tests/data/test2014
curl-7.29.0/tests/data/test1112
curl-7.29.0/tests/data/test218
curl-7.29.0/tests/data/test1030
curl-7.29.0/tests/data/test254
curl-7.29.0/tests/data/test118
curl-7.29.0/tests/data/test48
curl-7.29.0/tests/data/test212
curl-7.29.0/tests/data/test2027
curl-7.29.0/tests/data/test119
curl-7.29.0/tests/data/test2022
curl-7.29.0/tests/data/test1375
curl-7.29.0/tests/data/test284
curl-7.29.0/tests/data/test181
curl-7.29.0/tests/data/test207
curl-7.29.0/tests/data/test217
curl-7.29.0/tests/data/test1338
curl-7.29.0/tests/data/test1326
curl-7.29.0/tests/data/test229
curl-7.29.0/tests/data/test75
curl-7.29.0/tests/data/test1048
curl-7.29.0/tests/data/test353
curl-7.29.0/tests/data/test154
curl-7.29.0/tests/data/test595
curl-7.29.0/tests/data/test1124
curl-7.29.0/tests/data/test1081
curl-7.29.0/tests/data/test1407
curl-7.29.0/tests/data/test31
curl-7.29.0/tests/data/test1350
curl-7.29.0/tests/data/test1119
curl-7.29.0/tests/data/test815
curl-7.29.0/tests/data/test574
curl-7.29.0/tests/data/test1200
curl-7.29.0/tests/data/test1317
curl-7.29.0/tests/data/test1378
curl-7.29.0/tests/data/test307
curl-7.29.0/tests/data/test2015
curl-7.29.0/tests/data/test19
curl-7.29.0/tests/data/test250
curl-7.29.0/tests/data/test1034
curl-7.29.0/tests/data/test1325
curl-7.29.0/tests/data/test65
curl-7.29.0/tests/data/test184
curl-7.29.0/tests/data/test81
curl-7.29.0/tests/data/test576
curl-7.29.0/tests/data/test2030
curl-7.29.0/tests/data/test536
curl-7.29.0/tests/data/test293
curl-7.29.0/tests/data/test321
curl-7.29.0/tests/data/test807
curl-7.29.0/tests/data/test704
curl-7.29.0/tests/data/test267
curl-7.29.0/tests/data/test73
curl-7.29.0/tests/data/test57
curl-7.29.0/tests/data/test2012
curl-7.29.0/tests/data/test1093
curl-7.29.0/tests/data/test1126
curl-7.29.0/tests/data/test1208
curl-7.29.0/tests/data/test1301
curl-7.29.0/tests/data/test1057
curl-7.29.0/tests/data/test532
curl-7.29.0/tests/data/test89
curl-7.29.0/tests/data/test2017
curl-7.29.0/tests/data/test224
curl-7.29.0/tests/data/test70
curl-7.29.0/tests/data/test199
curl-7.29.0/tests/data/test1130
curl-7.29.0/tests/data/test1011
curl-7.29.0/tests/data/test554
curl-7.29.0/tests/data/test1039
curl-7.29.0/tests/data/test1318
curl-7.29.0/tests/data/test581
curl-7.29.0/tests/data/test1345
curl-7.29.0/tests/data/test1332
curl-7.29.0/tests/data/test14
curl-7.29.0/tests/data/test547
curl-7.29.0/tests/data/test1021
curl-7.29.0/tests/data/test193
curl-7.29.0/tests/data/test504
curl-7.29.0/tests/data/test236
curl-7.29.0/tests/data/test275
curl-7.29.0/tests/data/test802
curl-7.29.0/tests/data/test553
curl-7.29.0/tests/data/test27
curl-7.29.0/tests/data/test2000
curl-7.29.0/tests/data/test809
curl-7.29.0/tests/data/test172
curl-7.29.0/tests/data/test174
curl-7.29.0/tests/data/test71
curl-7.29.0/tests/data/test705
curl-7.29.0/tests/data/test1129
curl-7.29.0/tests/data/test628
curl-7.29.0/tests/data/test571
curl-7.29.0/tests/data/test1334
curl-7.29.0/tests/data/test1026
curl-7.29.0/tests/data/test128
curl-7.29.0/tests/data/test618
curl-7.29.0/tests/data/test350
curl-7.29.0/tests/data/test569
curl-7.29.0/tests/data/test160
curl-7.29.0/tests/data/test2005
curl-7.29.0/tests/data/test1336
curl-7.29.0/tests/data/test44
curl-7.29.0/tests/data/test1071
curl-7.29.0/tests/data/test1388
curl-7.29.0/tests/data/test1360
curl-7.29.0/tests/data/test1079
curl-7.29.0/tests/data/test94
curl-7.29.0/tests/data/test166
curl-7.29.0/tests/data/test1132
curl-7.29.0/tests/data/test701
curl-7.29.0/tests/data/test1012
curl-7.29.0/tests/data/test408
curl-7.29.0/tests/data/test1221
curl-7.29.0/tests/data/test2018
curl-7.29.0/tests/data/test190
curl-7.29.0/tests/data/test1392
curl-7.29.0/tests/data/test1323
curl-7.29.0/tests/data/test93
curl-7.29.0/tests/data/test1009
curl-7.29.0/tests/data/test510
curl-7.29.0/tests/data/test248
curl-7.29.0/tests/data/test540
curl-7.29.0/tests/data/test709
curl-7.29.0/tests/data/test77
curl-7.29.0/tests/data/test515
curl-7.29.0/tests/data/test1377
curl-7.29.0/tests/data/test132
curl-7.29.0/tests/data/test1327
curl-7.29.0/tests/data/test1056
curl-7.29.0/tests/data/test115
curl-7.29.0/tests/data/test130
curl-7.29.0/tests/data/test1045
curl-7.29.0/tests/data/test1316
curl-7.29.0/tests/data/test9
curl-7.29.0/tests/data/test811
curl-7.29.0/tests/data/test1098
curl-7.29.0/tests/data/test120
curl-7.29.0/tests/data/test26
curl-7.29.0/tests/data/test1063
curl-7.29.0/tests/data/test612
curl-7.29.0/tests/data/test197
curl-7.29.0/tests/data/test8
curl-7.29.0/tests/data/test535
curl-7.29.0/tests/data/test126
curl-7.29.0/tests/data/test1372
curl-7.29.0/tests/data/test1313
curl-7.29.0/tests/data/test1365
curl-7.29.0/tests/data/test1088
curl-7.29.0/tests/data/test99
curl-7.29.0/tests/data/test703
curl-7.29.0/tests/data/test1109
curl-7.29.0/tests/data/test320
curl-7.29.0/tests/data/test598
curl-7.29.0/tests/data/test1097
curl-7.29.0/tests/data/test1386
curl-7.29.0/tests/data/test1339
curl-7.29.0/tests/data/test1031
curl-7.29.0/tests/data/test55
curl-7.29.0/tests/data/test1099
curl-7.29.0/tests/data/test87
curl-7.29.0/tests/data/test1340
curl-7.29.0/tests/data/test277
curl-7.29.0/tests/data/test153
curl-7.29.0/tests/data/test1114
curl-7.29.0/tests/data/test354
curl-7.29.0/tests/data/test288
curl-7.29.0/tests/data/test1094
curl-7.29.0/tests/data/test90
curl-7.29.0/tests/data/test1361
curl-7.29.0/tests/data/test1051
curl-7.29.0/tests/data/test258
curl-7.29.0/tests/data/test610
curl-7.29.0/tests/data/test111
curl-7.29.0/tests/data/test261
curl-7.29.0/tests/data/test92
curl-7.29.0/tests/data/test299
curl-7.29.0/tests/data/test602
curl-7.29.0/tests/data/test138
curl-7.29.0/tests/data/test1408
curl-7.29.0/tests/data/test1322
curl-7.29.0/tests/data/test406
curl-7.29.0/tests/data/test1333
curl-7.29.0/tests/data/test1355
curl-7.29.0/tests/data/test1047
curl-7.29.0/tests/data/test259
curl-7.29.0/tests/data/test21
curl-7.29.0/tests/data/test155
curl-7.29.0/tests/data/test1383
curl-7.29.0/tests/data/test3
curl-7.29.0/tests/data/test1384
curl-7.29.0/tests/data/test192
curl-7.29.0/tests/data/test263
curl-7.29.0/tests/data/test1121
curl-7.29.0/tests/data/test36
curl-7.29.0/tests/data/test1382
curl-7.29.0/tests/data/test404
curl-7.29.0/tests/data/test66
curl-7.29.0/tests/data/test167
curl-7.29.0/tests/data/test620
curl-7.29.0/tests/data/test1380
curl-7.29.0/tests/data/test226
curl-7.29.0/tests/data/test1053
curl-7.29.0/tests/data/test201
curl-7.29.0/tests/data/test105
curl-7.29.0/tests/data/test84
curl-7.29.0/tests/data/test1032
curl-7.29.0/tests/data/test143
curl-7.29.0/tests/data/test62
curl-7.29.0/tests/data/test150
curl-7.29.0/tests/data/test2001
curl-7.29.0/tests/data/test1368
curl-7.29.0/tests/data/test83
curl-7.29.0/tests/data/test78
curl-7.29.0/tests/data/test1411
curl-7.29.0/tests/data/test1500
curl-7.29.0/tests/data/test42
curl-7.29.0/tests/data/test622
curl-7.29.0/tests/data/test409
curl-7.29.0/tests/data/test157
curl-7.29.0/tests/data/test287
curl-7.29.0/tests/data/test11
curl-7.29.0/tests/data/test592
curl-7.29.0/tests/data/test636
curl-7.29.0/tests/data/test1067
curl-7.29.0/tests/data/test323
curl-7.29.0/tests/data/test1059
curl-7.29.0/tests/data/test1070
curl-7.29.0/tests/data/test312
curl-7.29.0/tests/data/test805
curl-7.29.0/tests/data/test1007
curl-7.29.0/tests/data/test178
curl-7.29.0/tests/data/test403
curl-7.29.0/tests/data/test710
curl-7.29.0/tests/data/test164
curl-7.29.0/tests/data/test630
curl-7.29.0/tests/data/test76
curl-7.29.0/tests/data/test72
curl-7.29.0/tests/data/test1076
curl-7.29.0/tests/data/test1502
curl-7.29.0/tests/data/test114
curl-7.29.0/tests/data/test245
curl-7.29.0/tests/data/test542
curl-7.29.0/tests/data/test1390
curl-7.29.0/tests/data/test1302
curl-7.29.0/tests/data/test1016
curl-7.29.0/tests/data/test405
curl-7.29.0/tests/data/test133
curl-7.29.0/tests/data/test61
curl-7.29.0/tests/data/test169
curl-7.29.0/tests/data/test41
curl-7.29.0/tests/data/test1086
curl-7.29.0/tests/data/test313
curl-7.29.0/tests/data/test179
curl-7.29.0/tests/data/test593
curl-7.29.0/tests/data/test546
curl-7.29.0/tests/data/test215
curl-7.29.0/tests/data/test1402
curl-7.29.0/tests/data/test242
curl-7.29.0/tests/data/test1223
curl-7.29.0/tests/data/test1104
curl-7.29.0/tests/data/test165
curl-7.29.0/tests/data/test1503
curl-7.29.0/tests/data/test88
curl-7.29.0/tests/data/test290
curl-7.29.0/tests/data/DISABLED
curl-7.29.0/tests/data/test311
curl-7.29.0/tests/data/test4
curl-7.29.0/tests/data/test578
curl-7.29.0/tests/data/test223
curl-7.29.0/tests/data/test177
curl-7.29.0/tests/data/test211
curl-7.29.0/tests/data/test202
curl-7.29.0/tests/data/test508
curl-7.29.0/tests/data/test1131
curl-7.29.0/tests/data/test13
curl-7.29.0/tests/data/test597
curl-7.29.0/tests/data/test1040
curl-7.29.0/tests/data/test17
curl-7.29.0/tests/data/test100
curl-7.29.0/tests/data/test1019
curl-7.29.0/tests/data/test1393
curl-7.29.0/tests/data/test1348
curl-7.29.0/tests/data/test1303
curl-7.29.0/tests/data/test1401
curl-7.29.0/tests/data/test1055
curl-7.29.0/tests/data/test97
curl-7.29.0/tests/data/test621
curl-7.29.0/tests/data/test304
curl-7.29.0/tests/data/test272
curl-7.29.0/tests/data/test526
curl-7.29.0/tests/data/test629
curl-7.29.0/tests/data/test631
curl-7.29.0/tests/data/test700
curl-7.29.0/tests/data/test1210
curl-7.29.0/tests/data/test624
curl-7.29.0/tests/data/test550
curl-7.29.0/tests/data/test1337
curl-7.29.0/tests/data/test538
curl-7.29.0/tests/data/test1054
curl-7.29.0/tests/data/test147
curl-7.29.0/tests/data/test1358
curl-7.29.0/tests/data/test38
curl-7.29.0/tests/data/test626
curl-7.29.0/tests/data/test565
curl-7.29.0/tests/data/test240
curl-7.29.0/tests/data/test1078
curl-7.29.0/tests/data/test586
curl-7.29.0/tests/data/test544
curl-7.29.0/tests/data/test12
curl-7.29.0/tests/data/test209
curl-7.29.0/tests/data/test222
curl-7.29.0/tests/data/test708
curl-7.29.0/tests/data/test1001
curl-7.29.0/tests/data/test54
curl-7.29.0/tests/data/test280
curl-7.29.0/tests/data/test1324
curl-7.29.0/tests/data/test519
curl-7.29.0/tests/data/test1010
curl-7.29.0/tests/data/test251
curl-7.29.0/tests/data/test1309
curl-7.29.0/tests/data/test1310
curl-7.29.0/tests/data/test401
curl-7.29.0/tests/data/test564
curl-7.29.0/tests/data/test537
curl-7.29.0/tests/data/test268
curl-7.29.0/tests/data/Makefile.am
curl-7.29.0/tests/data/test1037
curl-7.29.0/tests/data/Makefile.in
curl-7.29.0/tests/data/test1029
curl-7.29.0/tests/data/test188
curl-7.29.0/tests/data/test614
curl-7.29.0/tests/data/test95
curl-7.29.0/tests/data/test144
curl-7.29.0/tests/data/test1108
curl-7.29.0/tests/data/test49
curl-7.29.0/tests/data/test32
curl-7.29.0/tests/data/test1087
curl-7.29.0/tests/data/test541
curl-7.29.0/tests/data/test1125
curl-7.29.0/tests/data/test634
curl-7.29.0/tests/data/test7
curl-7.29.0/tests/data/test2021
curl-7.29.0/tests/data/test301
curl-7.29.0/tests/data/test1207
curl-7.29.0/tests/data/test1096
curl-7.29.0/tests/data/test1320
curl-7.29.0/tests/data/test122
curl-7.29.0/tests/data/test253
curl-7.29.0/tests/data/test283
curl-7.29.0/tests/data/test1052
curl-7.29.0/tests/data/test270
curl-7.29.0/tests/data/test2
curl-7.29.0/tests/data/test613
curl-7.29.0/tests/data/test1017
curl-7.29.0/tests/data/test1058
curl-7.29.0/tests/data/test205
curl-7.29.0/tests/data/test247
curl-7.29.0/tests/data/test135
curl-7.29.0/tests/data/test2029
curl-7.29.0/tests/data/test2032
curl-7.29.0/tests/data/test531
curl-7.29.0/tests/data/test1412
curl-7.29.0/tests/data/test1206
curl-7.29.0/tests/data/test1095
curl-7.29.0/tests/data/test239
curl-7.29.0/tests/data/test1209
curl-7.29.0/tests/data/test243
curl-7.29.0/tests/data/test1083
curl-7.29.0/tests/data/test585
curl-7.29.0/tests/data/test639
curl-7.29.0/tests/data/test632
curl-7.29.0/tests/data/test63
curl-7.29.0/tests/data/test1211
curl-7.29.0/tests/data/test39
curl-7.29.0/tests/data/test1357
curl-7.29.0/tests/data/test233
curl-7.29.0/tests/data/test10
curl-7.29.0/tests/data/test108
curl-7.29.0/tests/data/test225
curl-7.29.0/tests/data/test281
curl-7.29.0/tests/data/test594
curl-7.29.0/tests/data/test1090
curl-7.29.0/tests/data/test2009
curl-7.29.0/tests/data/test175
curl-7.29.0/tests/data/test5
curl-7.29.0/tests/data/test69
curl-7.29.0/tests/data/test1385
curl-7.29.0/tests/data/test707
curl-7.29.0/tests/data/test2028
curl-7.29.0/tests/data/test562
curl-7.29.0/tests/data/test570
curl-7.29.0/tests/data/test29
curl-7.29.0/tests/data/test619
curl-7.29.0/tests/data/test1049
curl-7.29.0/tests/data/test583
curl-7.29.0/tests/data/test1128
curl-7.29.0/tests/data/test298
curl-7.29.0/tests/data/test1013
curl-7.29.0/tests/data/test1127
curl-7.29.0/tests/data/test127
curl-7.29.0/tests/data/test1005
curl-7.29.0/tests/data/test1028
curl-7.29.0/tests/data/test1366
curl-7.29.0/tests/data/test161
curl-7.29.0/tests/data/test1062
curl-7.29.0/tests/data/test555
curl-7.29.0/tests/data/test30
curl-7.29.0/tests/data/test1066
curl-7.29.0/tests/data/test6
curl-7.29.0/tests/data/test1084
curl-7.29.0/tests/data/test191
curl-7.29.0/tests/data/test303
curl-7.29.0/tests/data/test1328
curl-7.29.0/tests/data/test139
curl-7.29.0/tests/data/test1089
curl-7.29.0/tests/data/test803
curl-7.29.0/tests/data/test560
curl-7.29.0/tests/data/test806
curl-7.29.0/tests/data/test1367
curl-7.29.0/tests/data/test33
curl-7.29.0/tests/data/test1203
curl-7.29.0/tests/data/test1000
curl-7.29.0/tests/data/test264
curl-7.29.0/tests/data/test297
curl-7.29.0/tests/data/test615
curl-7.29.0/tests/data/test1041
curl-7.29.0/tests/data/test2007
curl-7.29.0/tests/data/test1072
curl-7.29.0/tests/data/test35
curl-7.29.0/tests/data/test605
curl-7.29.0/tests/data/test1363
curl-7.29.0/tests/data/test638
curl-7.29.0/tests/data/test285
curl-7.29.0/tests/data/test584
curl-7.29.0/tests/data/test279
curl-7.29.0/tests/data/test512
curl-7.29.0/tests/data/test237
curl-7.29.0/tests/data/test1024
curl-7.29.0/tests/data/test1202
curl-7.29.0/tests/data/test600
curl-7.29.0/tests/data/test1353
curl-7.29.0/tests/data/test176
curl-7.29.0/tests/data/test1100
curl-7.29.0/tests/data/test195
curl-7.29.0/tests/data/test271
curl-7.29.0/tests/data/test1003
curl-7.29.0/tests/certs/
curl-7.29.0/tests/certs/Server-localhost0h-sv.crt
curl-7.29.0/tests/certs/Server-localhost-sv.der
curl-7.29.0/tests/certs/srp-verifier-conf
curl-7.29.0/tests/certs/Server-localhost-sv.crt
curl-7.29.0/tests/certs/EdelCurlRoot-ca.prm
curl-7.29.0/tests/certs/Server-localhost.nn-sv.crl
curl-7.29.0/tests/certs/Server-localhost-sv.key
curl-7.29.0/tests/certs/EdelCurlRoot-ca.key
curl-7.29.0/tests/certs/EdelCurlRoot-ca.csr
curl-7.29.0/tests/certs/Server-localhost.nn-sv.pem
curl-7.29.0/tests/certs/Server-localhost.nn-sv.prm
curl-7.29.0/tests/certs/Server-localhost-sv.pem
curl-7.29.0/tests/certs/Server-localhost0h-sv.der
curl-7.29.0/tests/certs/Server-localhost0h-sv.p12
curl-7.29.0/tests/certs/EdelCurlRoot-ca.crt
curl-7.29.0/tests/certs/Server-localhost-sv.csr
curl-7.29.0/tests/certs/Server-localhost.nn-sv.crt
curl-7.29.0/tests/certs/EdelCurlRoot-ca.cnf
curl-7.29.0/tests/certs/Server-localhost0h-sv.dhp
curl-7.29.0/tests/certs/Server-localhost0h-sv.crl
curl-7.29.0/tests/certs/Server-localhost0h-sv.pem
curl-7.29.0/tests/certs/srp-verifier-db
curl-7.29.0/tests/certs/EdelCurlRoot-ca.der
curl-7.29.0/tests/certs/scripts/
curl-7.29.0/tests/certs/scripts/genserv.sh
curl-7.29.0/tests/certs/scripts/genroot.sh
curl-7.29.0/tests/certs/scripts/Makefile.am
curl-7.29.0/tests/certs/scripts/Makefile.in
curl-7.29.0/tests/certs/Server-localhost-sv.p12
curl-7.29.0/tests/certs/Server-localhost.nn-sv.dhp
curl-7.29.0/tests/certs/Server-localhost.nn-sv.key
curl-7.29.0/tests/certs/Server-localhost0h-sv.csr
curl-7.29.0/tests/certs/Server-localhost.nn-sv.csr
curl-7.29.0/tests/certs/Server-localhost0h-sv.key
curl-7.29.0/tests/certs/Makefile.am
curl-7.29.0/tests/certs/Makefile.in
curl-7.29.0/tests/certs/Server-localhost.nn-sv.der
curl-7.29.0/tests/certs/Server-localhost-sv.dhp
curl-7.29.0/tests/certs/Server-localhost0h-sv.prm
curl-7.29.0/tests/certs/Server-localhost-sv.crl
curl-7.29.0/tests/certs/Server-localhost-sv.prm
curl-7.29.0/tests/certs/EdelCurlRoot-ca.cacert
curl-7.29.0/tests/
rtspserver.pl
curl-7.29.0/tests/testcurl.1
curl-7.29.0/tests/
symbol-scan.pl
curl-7.29.0/tests/
directories.pm
curl-7.29.0/tests/
mem-include-scan.pl
curl-7.29.0/tests/runtests.1
curl-7.29.0/tests/
ftpserver.pl
curl-7.29.0/tests/CMakeLists.txt
curl-7.29.0/tests/testcurl.html
curl-7.29.0/tests/runtests.html
curl-7.29.0/tests/
valgrind.pm
curl-7.29.0/tests/
httpserver.pl
curl-7.29.0/tests/runtests.pdf
curl-7.29.0/tests/
runtests.pl
curl-7.29.0/tests/Makefile.am
curl-7.29.0/tests/Makefile.in
curl-7.29.0/tests/
secureserver.pl
curl-7.29.0/tests/server/
curl-7.29.0/tests/server/server_sockaddr.h
curl-7.29.0/tests/server/tftpd.c
curl-7.29.0/tests/server/testpart.c
curl-7.29.0/tests/server/Makefile.inc
curl-7.29.0/tests/server/tftp.h
curl-7.29.0/tests/server/getpart.h
curl-7.29.0/tests/server/sws.c
curl-7.29.0/tests/server/getpart.c
curl-7.29.0/tests/server/resolve.c
curl-7.29.0/tests/server/fake_ntlm.c
curl-7.29.0/tests/server/server_setup.h
curl-7.29.0/tests/server/util.c
curl-7.29.0/tests/server/
base64.pl
curl-7.29.0/tests/server/Makefile.am
curl-7.29.0/tests/server/Makefile.in
curl-7.29.0/tests/server/util.h
curl-7.29.0/tests/server/rtspd.c
curl-7.29.0/tests/server/sockfilt.c
curl-7.29.0/tests/
testcurl.pl
curl-7.29.0/tests/
tftpserver.pl
curl-7.29.0/tests/unit/
curl-7.29.0/tests/unit/Makefile.inc
curl-7.29.0/tests/unit/curlcheck.h
curl-7.29.0/tests/unit/README
curl-7.29.0/tests/unit/unit1307.c
curl-7.29.0/tests/unit/unit1302.c
curl-7.29.0/tests/unit/unit1304.c
curl-7.29.0/tests/unit/unit1308.c
curl-7.29.0/tests/unit/unit1309.c
curl-7.29.0/tests/unit/unit1301.c
curl-7.29.0/tests/unit/unit1305.c
curl-7.29.0/tests/unit/Makefile.am
curl-7.29.0/tests/unit/Makefile.in
curl-7.29.0/tests/unit/unit1300.c
curl-7.29.0/tests/unit/unit1303.c
curl-7.29.0/tests/valgrind.supp
curl-7.29.0/maketgz
curl-7.29.0/CMake/
curl-7.29.0/CMake/Utilities.cmake
curl-7.29.0/CMake/CurlTests.c
curl-7.29.0/CMake/FindZLIB.cmake
curl-7.29.0/CMake/CurlCheckCSourceCompiles.cmake
curl-7.29.0/CMake/CurlCheckCSourceRuns.cmake
curl-7.29.0/CMake/FindOpenSSL.cmake
curl-7.29.0/CMake/Platforms/
curl-7.29.0/CMake/Platforms/WindowsCache.cmake
curl-7.29.0/CMake/OtherTests.cmake
curl-7.29.0/CMake/CMakeConfigurableFile.in
curl-7.29.0/vc6curl.dsw
curl-7.29.0/Makefile.am
curl-7.29.0/Makefile.in
curl-7.29.0/sample.emacs
curl-7.29.0/Android.mk
create symbolic link `curl' to `curl-7.29.0'
Fetching 'asterisk'...
--2014-06-18 13:31:11--
http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-11.8.1.tar.gz
Connecting to 10.248.200.3:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: 34794750 (33M) [application/x-gzip]
Saving to: `asterisk-11.8.1.tar.gz'
0% [
] 0 --.-K/s
0% [
] 15,750 39.4K/s
0% [
] 42,030 62.5K/s
0% [
] 82,910 76.8K/s
0% [
] 117,950 80.8K/s
0% [
] 148,610 85.9K/s
0% [>
] 196,790 97.2K/s
0% [>
] 240,590 105K/s
0% [>
] 300,450 119K/s
1% [=>
] 366,150 124K/s
1% [=>
] 430,390 133K/s eta 4m 12s
1% [==>
] 494,630 141K/s eta 4m 12s
1% [==>
] 555,950 135K/s eta 4m 12s
1% [===>
] 620,190 138K/s eta 4m 2s
1% [===>
] 627,490 132K/s eta 4m 2s
1% [===>
] 642,090 126K/s eta 4m 2s
1% [===>
] 671,290 125K/s eta 4m 2s
2% [===>
] 710,710 126K/s eta 4m 23s
2% [===>
] 755,970 125K/s eta 4m 23s
2% [====>
] 804,150 128K/s eta 4m 23s
2% [====>
] 855,250 130K/s eta 4m 23s
2% [=====>
] 910,730 139K/s eta 4m 9s
2% [=====>
] 964,750 144K/s eta 4m 9s
2% [=====>
] 1,017,310 149K/s eta 4m 9s
3% [=====>
] 1,056,202 152K/s eta 4m 9s
3% [======>
] 1,123,890 158K/s eta 3m 52s
3% [======>
] 1,147,250 155K/s eta 3m 52s
3% [======>
] 1,196,890 157K/s eta 3m 52s
3% [=======>
] 1,233,390 154K/s eta 3m 52s
3% [=======>
] 1,287,410 155K/s eta 3m 52s
3% [=======>
] 1,329,750 153K/s eta 3m 44s
3% [=======>
] 1,357,490 148K/s eta 3m 44s
4% [========>
] 1,393,990 152K/s eta 3m 44s
4% [========>
] 1,455,310 155K/s eta 3m 44s
4% [========>
] 1,509,330 164K/s eta 3m 38s
4% [=========>
] 1,554,590 173K/s eta 3m 38s
4% [=========>
] 1,572,110 171K/s eta 3m 38s
4% [=========>
] 1,618,830 172K/s eta 3m 38s
4% [==========>
] 1,683,070 178K/s eta 3m 36s
5% [==========>
] 1,747,310 181K/s eta 3m 36s
5% [==========>
] 1,811,550 184K/s eta 3m 36s
5% [===========>
] 1,875,790 182K/s eta 3m 36s
5% [===========>
] 1,940,030 182K/s eta 3m 26s
5% [============>
] 2,004,270 180K/s eta 3m 26s
5% [============>
] 2,068,510 190K/s eta 3m 26s
6% [=============>
] 2,132,750 189K/s eta 3m 26s
6% [=============>
] 2,196,990 189K/s eta 3m 19s
6% [=============>
] 2,261,230 190K/s eta 3m 19s
6% [==============>
] 2,325,470 192K/s eta 3m 19s
6% [==============>
] 2,389,710 194K/s eta 3m 19s
7% [===============>
] 2,453,950 200K/s eta 3m 11s
7% [===============>
] 2,520,826 197K/s eta 3m 11s
7% [================>
] 2,582,430 201K/s eta 3m 11s
7% [================>
] 2,646,670 201K/s eta 3m 11s
7% [================>
] 2,710,910 202K/s eta 3m 6s
7% [=================>
] 2,775,150 202K/s eta 3m 6s
8% [=================>
] 2,832,090 205K/s eta 3m 6s
8% [==================>
] 2,896,330 208K/s eta 3m 6s
8% [==================>
] 2,900,710 198K/s eta 3m 7s
8% [==================>
] 2,908,010 189K/s eta 3m 7s
8% [==================>
] 2,925,530 181K/s eta 3m 7s
8% [==================>
] 2,947,430 174K/s eta 3m 7s
8% [==================>
] 2,989,770 171K/s eta 3m 13s
8% [===================>
] 3,032,110 167K/s eta 3m 13s
8% [===================>
] 3,083,210 165K/s eta 3m 13s
9% [===================>
] 3,140,150 164K/s eta 3m 13s
9% [====================>
] 3,192,710 159K/s eta 3m 12s
9% [====================>
] 3,248,190 159K/s eta 3m 12s
9% [====================>
] 3,310,970 157K/s eta 3m 12s
9% [=====================>
] 3,375,210 156K/s eta 3m 12s
9% [=====================>
] 3,439,450 160K/s eta 3m 7s
10% [======================>
] 3,503,690 152K/s eta 3m 7s
10% [======================>
] 3,567,930 153K/s eta 3m 7s
10% [=======================>
] 3,632,170 154K/s eta 3m 7s
10% [=======================>
] 3,696,410 158K/s eta 3m 3s
10% [=======================>
] 3,750,470 158K/s eta 3m 3s
10% [========================>
] 3,819,050 173K/s eta 3m 3s
11% [========================>
] 3,867,230 178K/s eta 3m 3s
11% [========================>
] 3,931,470 189K/s eta 3m 0s
11% [=========================>
] 3,995,710 193K/s eta 3m 0s
11% [=========================>
] 4,059,950 198K/s eta 3m 0s
11% [==========================>
] 4,113,970 200K/s eta 3m 0s
11% [==========================>
] 4,156,310 198K/s eta 3m 0s
12% [==========================>
] 4,188,430 192K/s eta 2m 57s
12% [==========================>
] 4,220,550 201K/s eta 2m 57s
12% [===========================>
] 4,284,790 202K/s eta 2m 57s
12% [===========================>
] 4,349,030 201K/s eta 2m 57s
12% [============================>
] 4,413,270 197K/s eta 2m 55s
12% [============================>
] 4,477,510 197K/s eta 2m 55s
13% [=============================>
] 4,541,750 193K/s eta 2m 55s
13% [=============================>
] 4,605,990 202K/s eta 2m 55s
13% [=============================>
] 4,670,230 202K/s eta 2m 51s
13% [==============================>
] 4,734,470 197K/s eta 2m 51s
13% [==============================>
] 4,798,710 197K/s eta 2m 51s
13% [===============================>
] 4,862,950 197K/s eta 2m 51s
14% [===============================>
] 4,927,190 194K/s eta 2m 48s
14% [===============================>
] 4,991,430 204K/s eta 2m 48s
14% [================================>
] 5,055,670 202K/s eta 2m 48s
14% [================================>
] 5,119,910 204K/s eta 2m 48s
14% [=================================>
] 5,184,150 202K/s eta 2m 45s
15% [=================================>
] 5,248,390 204K/s eta 2m 45s
15% [==================================>
] 5,312,630 204K/s eta 2m 45s
15% [==================================>
] 5,376,870 204K/s eta 2m 45s
15% [==================================>
] 5,441,110 202K/s eta 2m 43s
15% [===================================>
] 5,505,350 207K/s eta 2m 43s
16% [===================================>
] 5,569,590 207K/s eta 2m 43s
16% [====================================>
] 5,633,830 209K/s eta 2m 43s
16% [====================================>
] 5,698,070 209K/s eta 2m 40s
16% [=====================================>
] 5,762,310 209K/s eta 2m 40s
16% [=====================================>
] 5,826,550 209K/s eta 2m 40s
16% [=====================================>
] 5,890,790 209K/s eta 2m 40s
17% [======================================>
] 5,955,030 210K/s eta 2m 37s
17% [======================================>
] 6,019,270 210K/s eta 2m 37s
17% [=======================================>
] 6,083,510 210K/s eta 2m 37s
17% [=======================================>
] 6,147,750 210K/s eta 2m 37s
17% [========================================>
] 6,211,990 210K/s eta 2m 35s
18% [========================================>
] 6,276,230 209K/s eta 2m 35s
18% [========================================>
] 6,340,470 209K/s eta 2m 35s
18% [=========================================>
] 6,404,710 209K/s eta 2m 35s
18% [=========================================>
] 6,468,950 209K/s eta 2m 33s
18% [==========================================>
] 6,533,190 209K/s eta 2m 33s
18% [==========================================>
] 6,597,430 209K/s eta 2m 33s
19% [===========================================>
] 6,661,670 209K/s eta 2m 33s
19% [===========================================>
] 6,725,910 209K/s eta 2m 31s
19% [===========================================>
] 6,790,150 209K/s eta 2m 31s
19% [============================================>
] 6,854,390 209K/s eta 2m 31s
19% [============================================>
] 6,918,630 209K/s eta 2m 31s
20% [=============================================>
] 6,982,870 209K/s eta 2m 29s
20% [=============================================>
] 7,047,110 209K/s eta 2m 29s
20% [==============================================>
] 7,111,350 209K/s eta 2m 29s
20% [==============================================>
] 7,175,590 209K/s eta 2m 29s
20% [==============================================>
] 7,239,830 209K/s eta 2m 27s
20% [===============================================>
] 7,304,070 209K/s eta 2m 27s
21% [===============================================>
] 7,368,310 209K/s eta 2m 27s
21% [================================================>
] 7,432,550 209K/s eta 2m 27s
21% [================================================>
] 7,496,790 209K/s eta 2m 25s
21% [================================================>
] 7,561,030 209K/s eta 2m 25s
21% [=================================================>
] 7,625,270 209K/s eta 2m 25s
22% [=================================================>
] 7,689,510 209K/s eta 2m 25s
22% [==================================================>
] 7,753,750 209K/s eta 2m 23s
22% [==================================================>
] 7,817,990 209K/s eta 2m 23s
22% [===================================================>
] 7,882,230 206K/s eta 2m 23s
22% [===================================================>
] 7,946,470 209K/s eta 2m 23s
23% [===================================================>
] 8,010,710 209K/s eta 2m 21s
23% [====================================================>
] 8,074,950 209K/s eta 2m 21s
23% [====================================================>
] 8,137,730 199K/s eta 2m 21s
23% [=====================================================>
] 8,201,970 197K/s eta 2m 21s
23% [=====================================================>
] 8,204,890 191K/s eta 2m 21s
23% [=====================================================>
] 8,212,190 180K/s eta 2m 21s
23% [=====================================================>
] 8,226,790 174K/s eta 2m 21s
23% [=====================================================>
] 8,254,530 169K/s eta 2m 23s
23% [=====================================================>
] 8,296,870 162K/s eta 2m 23s
23% [======================================================>
] 8,346,510 163K/s eta 2m 23s
24% [======================================================>
] 8,400,530 160K/s eta 2m 23s
24% [======================================================>
] 8,456,010 160K/s eta 2m 22s
24% [=======================================================>
] 8,510,030 157K/s eta 2m 22s
24% [=======================================================>
] 8,572,810 155K/s eta 2m 22s
24% [========================================================>
] 8,637,050 158K/s eta 2m 22s
24% [========================================================>
] 8,685,230 154K/s eta 2m 21s
25% [========================================================>
] 8,749,470 155K/s eta 2m 21s
25% [=========================================================>
] 8,813,710 155K/s eta 2m 21s
25% [=========================================================>
] 8,867,730 154K/s eta 2m 21s
25% [=========================================================>
] 8,910,070 156K/s eta 2m 21s
25% [==========================================================>
] 8,942,190 152K/s eta 2m 19s
25% [==========================================================>
] 8,996,210 155K/s eta 2m 19s
26% [==========================================================>
] 9,060,450 158K/s eta 2m 19s
26% [===========================================================>
] 9,102,790 166K/s eta 2m 19s
26% [===========================================================>
] 9,167,030 179K/s eta 2m 18s
26% [===========================================================>
] 9,221,050 187K/s eta 2m 18s
26% [============================================================>
] 9,253,170 189K/s eta 2m 18s
26% [============================================================>
] 9,295,510 193K/s eta 2m 18s
26% [============================================================>
] 9,359,750 196K/s eta 2m 16s
27% [=============================================================>
] 9,413,770 198K/s eta 2m 16s
27% [=============================================================>
] 9,478,010 200K/s eta 2m 16s
27% [=============================================================>
] 9,520,350 202K/s eta 2m 16s
27% [==============================================================>
] 9,584,590 205K/s eta 2m 15s
27% [==============================================================>
] 9,648,830 204K/s eta 2m 15s
27% [===============================================================>
] 9,713,070 198K/s eta 2m 15s
28% [===============================================================>
] 9,777,310 196K/s eta 2m 14s
28% [================================================================>
] 9,841,550 197K/s eta 2m 14s
28% [================================================================>
] 9,905,790 195K/s eta 2m 14s
28% [================================================================>
] 9,970,030 194K/s eta 2m 14s
28% [=================================================================>
] 10,024,050 200K/s eta 2m 12s
28% [=================================================================>
] 10,088,290 201K/s eta 2m 12s
29% [=================================================================>
] 10,130,630 201K/s eta 2m 12s
29% [==================================================================>
] 10,194,870 200K/s eta 2m 12s
29% [==================================================================>
] 10,259,110 204K/s eta 2m 10s
29% [===================================================================>
] 10,323,350 201K/s eta 2m 10s
29% [===================================================================>
] 10,387,590 194K/s eta 2m 10s
30% [====================================================================>
] 10,451,830 194K/s eta 2m 10s
30% [====================================================================>
] 10,516,070 192K/s eta 2m 10s
30% [====================================================================>
] 10,580,310 194K/s eta 2m 10s
30% [=====================================================================>
] 10,634,370 191K/s eta 2m 10s
30% [=====================================================================>
] 10,708,790 194K/s eta 2m 8s
30%
[======================================================================>
] 10,773,030 200K/s eta 2m 8s
31%
[======================================================================>
] 10,837,270 200K/s eta 2m 8s
31%
[=======================================================================>
] 10,901,510 198K/s eta 2m 8s
31%
[=======================================================================>
] 10,965,750 201K/s eta 2m 6s
31%
[=======================================================================>
] 11,029,990 201K/s eta 2m 6s
31%
[========================================================================>
] 11,094,230 201K/s eta 2m 6s
32%
[========================================================================>
] 11,158,470 200K/s eta 2m 6s
32%
[=========================================================================>
] 11,222,710 200K/s eta 2m 4s
32%
[=========================================================================>
] 11,286,950 203K/s eta 2m 4s
32%
[==========================================================================>
] 11,351,190 198K/s eta 2m 4s
32%
[==========================================================================>
] 11,415,430 203K/s eta 2m 4s
32%
[==========================================================================>
] 11,479,670 203K/s eta 2m 3s
33%
[===========================================================================>
] 11,543,910 207K/s eta 2m 3s
33%
[===========================================================================>
] 11,608,150 212K/s eta 2m 3s
33%
[============================================================================>
] 11,672,390 208K/s eta 2m 3s
33%
[============================================================================>
] 11,736,630 209K/s eta 2m 1s
33%
[============================================================================>
] 11,790,650 209K/s eta 2m 1s
34%
[=============================================================================>
] 11,854,890 211K/s eta 2m 1s
34%
[=============================================================================>
] 11,897,230 208K/s eta 2m 1s
34%
[==============================================================================>
]
11,961,470 212K/s eta 2m 1s
34%
[==============================================================================>
]
11,983,370 206K/s eta 2m 0s
34%
[==============================================================================>
]
12,047,610 207K/s eta 2m 0s
34%
[==============================================================================>
]
12,089,950 204K/s eta 2m 0s
34%
[===============================================================================>
]
12,154,190 206K/s eta 2m 0s
35%
[===============================================================================>
]
12,208,210 209K/s eta 1m 58s
35%
[================================================================================>
]
12,272,450 209K/s eta 1m 58s
35%
[================================================================================>
]
12,282,670 202K/s eta 1m 58s
35%
[================================================================================>
]
12,346,910 203K/s eta 1m 58s
35%
[================================================================================>
]
12,379,030 198K/s eta 1m 58s
35%
[=================================================================================>
]
12,443,270 203K/s eta 1m 58s
35%
[=================================================================================>
]
12,507,510 201K/s eta 1m 58s
36%
[==================================================================================>
]
12,571,750 196K/s eta 1m 56s
36%
[==================================================================================>
]
12,635,990 196K/s eta 1m 56s
36%
[==================================================================================>
]
12,700,230 197K/s eta 1m 56s
36%
[===================================================================================>
]
12,764,470 201K/s eta 1m 56s
36%
[===================================================================================>
]
12,828,710 199K/s eta 1m 55s
37%
[====================================================================================>
]
12,892,950 196K/s eta 1m 55s
37%
[====================================================================================>
]
12,957,190 195K/s eta 1m 55s
37%
[=====================================================================================>
]
13,021,430 197K/s eta 1m 55s
37%
[=====================================================================================>
]
13,085,670 197K/s eta 1m 53s
37%
[=====================================================================================>
]
13,149,910 203K/s eta 1m 53s
37%
[======================================================================================>
]
13,214,150 199K/s eta 1m 53s
38%
[======================================================================================>
]
13,278,390 201K/s eta 1m 53s
38%
[=======================================================================================>
]
13,342,630 201K/s eta 1m 52s
38%
[=======================================================================================>
]
13,406,870 201K/s eta 1m 52s
38%
[========================================================================================>
]
13,471,110 200K/s eta 1m 52s
38%
[========================================================================================>
]
13,535,350 204K/s eta 1m 52s
39%
[========================================================================================>
]
13,599,590 204K/s eta 1m 50s
39%
[=========================================================================================>
] 13,663,830
206K/s eta 1m 50s
39%
[=========================================================================================>
] 13,728,070
206K/s eta 1m 50s
39%
[==========================================================================================>
] 13,792,310
208K/s eta 1m 50s
39%
[==========================================================================================>
] 13,856,550
209K/s eta 1m 49s
40%
[===========================================================================================>
] 13,920,790
209K/s eta 1m 49s
40%
[===========================================================================================>
] 13,985,030
209K/s eta 1m 49s
40%
[===========================================================================================>
] 14,049,270
209K/s eta 1m 49s
40%
[============================================================================================>
] 14,113,510
209K/s eta 1m 47s
40%
[============================================================================================>
] 14,177,750
209K/s eta 1m 47s
40%
[=============================================================================================>
] 14,241,990
209K/s eta 1m 47s
41%
[=============================================================================================>
] 14,306,230
209K/s eta 1m 47s
41%
[=============================================================================================>
] 14,370,470
209K/s eta 1m 46s
41%
[==============================================================================================>
] 14,434,710
209K/s eta 1m 46s
41%
[==============================================================================================>
] 14,498,950
209K/s eta 1m 46s
41%
[===============================================================================================>
] 14,563,190
209K/s eta 1m 46s
42%
[===============================================================================================>
] 14,627,430
210K/s eta 1m 44s
42%
[================================================================================================>
] 14,691,670
210K/s eta 1m 44s
42%
[================================================================================================>
] 14,755,910
210K/s eta 1m 44s
42%
[================================================================================================>
] 14,820,150
214K/s eta 1m 44s
42%
[=================================================================================================>
] 14,884,390
215K/s eta 1m 42s
42%
[=================================================================================================>
] 14,948,630
212K/s eta 1m 42s
43%
[==================================================================================================>
] 14,988,050 208K/s
eta 1m 42s
43%
[==================================================================================================>
] 14,989,510 196K/s
eta 1m 42s
43%
[==================================================================================================>
] 14,992,430 190K/s
eta 1m 43s
43%
[==================================================================================================>
] 14,993,890 180K/s
eta 1m 43s
43%
[==================================================================================================>
] 14,995,350 166K/s
eta 1m 43s
43%
[==================================================================================================>
] 14,996,810 156K/s
eta 1m 43s
43%
[==================================================================================================>
] 14,998,270 145K/s
eta 1m 44s
43%
[==================================================================================================>
] 14,999,730 138K/s
eta 1m 44s
43%
[==================================================================================================>
] 15,001,190 127K/s
eta 1m 44s
43%
[==================================================================================================>
] 15,002,650 115K/s
eta 1m 44s
43%
[==================================================================================================>
] 15,066,890 115K/s
eta 1m 45s
43%
[==================================================================================================>
] 15,074,190 105K/s
eta 1m 45s
43%
[==================================================================================================>
] 15,088,790 98.5K/s
eta 1m 45s
43%
[==================================================================================================>
] 15,109,230 91.2K/s
eta 1m 45s
43%
[===================================================================================================>
] 15,141,350 84.1K/s
eta 1m 46s
43%
[===================================================================================================>
] 15,173,470 78.8K/s
eta 1m 46s
43%
[===================================================================================================>
] 15,205,590 72.9K/s
eta 1m 46s
43%
[===================================================================================================>
] 15,237,710 66.4K/s
eta 1m 46s
43%
[====================================================================================================>
] 15,285,890 63.8K/s
eta 1m 46s
44%
[====================================================================================================>
] 15,334,070 61.9K/s
eta 1m 46s
44%
[====================================================================================================>
] 15,383,710 63.6K/s
eta 1m 46s
44%
[====================================================================================================>
] 15,430,430 71.4K/s
eta 1m 45s
44%
[=====================================================================================================>
] 15,468,390 75.5K/s
eta 1m 45s
44%
[=====================================================================================================>
] 15,512,190 82.2K/s
eta 1m 45s
44%
[=====================================================================================================>
] 15,558,910 91.0K/s
eta 1m 45s
44%
[======================================================================================================>
] 15,608,550 98.7K/s
eta 1m 44s
44%
[======================================================================================================>
] 15,655,270 106K/s
eta 1m 44s
45%
[======================================================================================================>
] 15,706,370 112K/s
eta 1m 44s
45%
[=======================================================================================================>
] 15,758,930 120K/s eta
1m 44s
45%
[=======================================================================================================>
] 15,814,410 130K/s eta
1m 43s
45%
[=======================================================================================================>
] 15,872,810 129K/s eta
1m 43s
45%
[========================================================================================================>
] 15,932,670 139K/s eta
1m 43s
45%
[========================================================================================================>
] 15,993,990 147K/s eta
1m 43s
46%
[=========================================================================================================>
] 16,040,710 152K/s eta
1m 42s
46%
[=========================================================================================================>
] 16,104,950 157K/s eta
1m 42s
46%
[=========================================================================================================>
] 16,169,190 165K/s eta
1m 42s
46%
[==========================================================================================================>
] 16,233,430 173K/s eta 1m
42s
46%
[==========================================================================================================>
] 16,297,670 172K/s eta 1m
40s
47%
[===========================================================================================================>
] 16,361,910 176K/s eta 1m
40s
47%
[===========================================================================================================>
] 16,426,150 177K/s eta 1m
40s
47%
[============================================================================================================>
] 16,490,390 180K/s eta 1m
40s
47%
[============================================================================================================>
] 16,554,630 189K/s eta 99s
47%
[============================================================================================================>
] 16,618,870 188K/s eta 99s
47%
[=============================================================================================================>
] 16,683,110 192K/s eta 99s
48%
[=============================================================================================================>
] 16,747,350 194K/s eta 99s
48%
[==============================================================================================================>
] 16,811,590 198K/s eta 97s
48%
[==============================================================================================================>
] 16,875,830 203K/s eta 97s
48%
[==============================================================================================================>
] 16,940,070 201K/s eta 97s
48%
[===============================================================================================================>
] 17,004,310 203K/s eta 96s
49%
[===============================================================================================================>
] 17,068,550 203K/s eta 96s
49%
[================================================================================================================>
] 17,132,790 204K/s eta 96s
49%
[================================================================================================================>
] 17,197,030 201K/s eta 96s
49%
[=================================================================================================================>
] 17,261,270 206K/s eta 94s
49%
[=================================================================================================================>
] 17,325,510 209K/s eta 94s
49%
[=================================================================================================================>
] 17,389,750 209K/s eta 94s
50%
[==================================================================================================================>
] 17,453,990 209K/s eta 94s
50%
[==================================================================================================================>
] 17,518,230 209K/s eta 93s
50%
[===================================================================================================================>
] 17,582,470 209K/s eta 93s
50%
[===================================================================================================================>
] 17,646,710 209K/s eta 93s
50%
[====================================================================================================================>
] 17,710,950 209K/s eta 93s
51%
[====================================================================================================================>
] 17,775,190 209K/s eta 91s
51%
[====================================================================================================================>
] 17,839,430 209K/s eta 91s
51%
[=====================================================================================================================>
] 17,903,670 209K/s eta 91s
51%
[=====================================================================================================================>
] 17,967,910 209K/s eta 91s
51%
[======================================================================================================================>
] 18,032,150 209K/s eta 90s
52%
[======================================================================================================================>
] 18,096,390 209K/s eta 90s
52%
[=======================================================================================================================>
] 18,160,630 209K/s eta 90s
52%
[=======================================================================================================================>
] 18,224,870 209K/s eta 90s
52%
[=======================================================================================================================>
] 18,289,110 209K/s eta 88s
52%
[========================================================================================================================>
] 18,353,350 209K/s eta 88s
52%
[========================================================================================================================>
] 18,417,590 204K/s eta 88s
53%
[=========================================================================================================================>
] 18,481,830 203K/s eta 88s
53%
[=========================================================================================================================>
] 18,546,070 208K/s eta 87s
53%
[==========================================================================================================================>
] 18,610,310 208K/s eta 87s
53%
[==========================================================================================================================>
] 18,674,550 208K/s eta 87s
53%
[==========================================================================================================================>
] 18,705,210 203K/s eta 87s
53%
[===========================================================================================================================>
] 18,769,450 204K/s eta 85s
53%
[===========================================================================================================================>
] 18,778,210 195K/s eta 85s
54%
[===========================================================================================================================>
] 18,795,730 187K/s eta 85s
54%
[===========================================================================================================================>
] 18,824,930 181K/s eta 85s
54%
[===========================================================================================================================>
] 18,867,270 178K/s eta 85s
54%
[============================================================================================================================>
] 18,915,450 175K/s eta 85s
54%
[============================================================================================================================>
] 18,966,550 173K/s eta 85s
54%
[============================================================================================================================>
] 19,020,570 171K/s eta 85s
54%
[=============================================================================================================================>
] 19,076,050 170K/s eta 84s
54%
[=============================================================================================================================>
] 19,124,230 167K/s eta 84s
55%
[=============================================================================================================================>
] 19,184,090 166K/s eta 84s
55%
[==============================================================================================================================>
] 19,239,570 165K/s eta 84s
55%
[==============================================================================================================================>
] 19,299,430 164K/s eta 83s
55%
[==============================================================================================================================>
] 19,349,070 162K/s eta 83s
55%
[===============================================================================================================================>
] 19,400,170 164K/s eta 83s
55%
[===============================================================================================================================>
] 19,457,718 164K/s eta 83s
56%
[===============================================================================================================================>
] 19,497,990 161K/s eta 82s
56%
[================================================================================================================================>
] 19,522,810 155K/s eta 82s
56%
[================================================================================================================================>
] 19,560,770 152K/s eta 82s
56%
[================================================================================================================================>
] 19,606,030 154K/s eta 82s
56%
[================================================================================================================================>
] 19,613,330 145K/s eta 82s
56%
[================================================================================================================================>
] 19,614,790 145K/s eta 82s
56%
[================================================================================================================================>
] 19,616,250 140K/s eta 82s
56%
[================================================================================================================================>
] 19,617,710 136K/s eta 82s
56%
[================================================================================================================================>
] 19,619,170 128K/s eta 83s
56%
[================================================================================================================================>
] 19,620,630 120K/s eta 83s
56%
[================================================================================================================================>
] 19,622,090 114K/s eta 83s
56%
[================================================================================================================================>
] 19,623,550 102K/s eta 83s
56%
[=================================================================================================================================>
] 19,687,790 104K/s eta 83s
56%
[=================================================================================================================================>
] 19,695,090 97.7K/s eta 83s
56%
[=================================================================================================================================>
] 19,706,770 89.9K/s eta 83s
56%
[=================================================================================================================================>
] 19,730,130 85.1K/s eta 83s
56%
[=================================================================================================================================>
] 19,766,630 80.2K/s eta 83s
56%
[=================================================================================================================================>
] 19,813,350 79.8K/s eta 83s
57%
[==================================================================================================================================>
] 19,862,990 78.9K/s eta 83s
57%
[==================================================================================================================================>
] 19,905,330 77.4K/s eta 83s
57%
[==================================================================================================================================>
] 19,962,270 80.9K/s eta 82s
57%
[===================================================================================================================================>
] 20,019,210 77.4K/s eta 82s
57%
[===================================================================================================================================>
] 20,080,530 80.4K/s eta 82s
57%
[====================================================================================================================================>
] 20,141,850 89.9K/s eta 82s
58%
[====================================================================================================================================>
] 20,184,190 97.4K/s eta 81s
58%
[====================================================================================================================================>
] 20,246,970 109K/s eta 81s
58%
[=====================================================================================================================================>
] 20,302,450 117K/s eta 81s
58%
[=====================================================================================================================================>
] 20,344,790 125K/s eta 81s
58%
[=====================================================================================================================================>
] 20,400,270 132K/s eta 80s
58%
[======================================================================================================================================>
] 20,463,050 143K/s eta 80s
58%
[======================================================================================================================================>
] 20,505,390 154K/s eta 80s
59%
[======================================================================================================================================>
] 20,569,630 150K/s eta 80s
59%
[=======================================================================================================================================>
] 20,633,870 160K/s eta 78s
59%
[=======================================================================================================================================>
] 20,698,110 169K/s eta 78s
59%
[========================================================================================================================================>
] 20,762,350 177K/s eta 78s
59%
[========================================================================================================================================>
] 20,826,590 184K/s eta 78s
60%
[=========================================================================================================================================>
] 20,890,830 185K/s eta 77s
60%
[=========================================================================================================================================>
] 20,955,070 189K/s eta 77s
60%
[=========================================================================================================================================>
] 21,013,470 187K/s eta 77s
60%
[==========================================================================================================================================>
] 21,074,790 186K/s eta 77s
60%
[==========================================================================================================================================>
] 21,115,670 193K/s eta 75s
60%
[===========================================================================================================================================>
] 21,179,910 194K/s eta 75s
61%
[===========================================================================================================================================>
] 21,244,150 198K/s eta 75s
61%
[===========================================================================================================================================>
] 21,304,942 197K/s eta 75s
61%
[============================================================================================================================================>
] 21,331,750 201K/s eta 75s
61%
[============================================================================================================================================>
] 21,395,990 206K/s eta 74s
61%
[============================================================================================================================================>
] 21,460,230 206K/s eta 74s
61%
[=============================================================================================================================================>
] 21,521,550 201K/s eta 74s
61%
[=============================================================================================================================================>
] 21,565,350 201K/s eta 73s
62%
[=============================================================================================================================================>
] 21,629,590 204K/s eta 73s
62%
[==============================================================================================================================================>
] 21,693,830 204K/s eta 73s
62%
[==============================================================================================================================================>
] 21,758,070 205K/s eta 73s
62%
[===============================================================================================================================================>
] 21,822,310 200K/s eta 71s
62%
[===============================================================================================================================================>
] 21,886,550 203K/s eta 71s
63%
[================================================================================================================================================>
] 21,950,790 202K/s eta 71s
63%
[================================================================================================================================================>
] 22,015,030 207K/s eta 71s
63%
[================================================================================================================================================>
] 22,079,270 205K/s eta 70s
63%
[=================================================================================================================================================>
] 22,143,510 201K/s eta 70s
63%
[=================================================================================================================================================>
] 22,207,750 201K/s eta 70s
64%
[==================================================================================================================================================>
] 22,271,990 203K/s eta 70s
64%
[==================================================================================================================================================>
] 22,334,770 196K/s eta 68s
64%
[===================================================================================================================================================>
] 22,399,010 192K/s eta 68s
64%
[===================================================================================================================================================>
] 22,406,310 186K/s eta 68s
64%
[===================================================================================================================================================>
] 22,420,910 178K/s eta 68s
64%
[===================================================================================================================================================>
] 22,441,350 172K/s eta 68s
64%
[===================================================================================================================================================>
] 22,479,310 166K/s eta 68s
64%
[===================================================================================================================================================>
] 22,512,890 161K/s eta 68s
64%
[====================================================================================================================================================>
] 22,558,150 162K/s eta 68s
64%
[====================================================================================================================================================>
] 22,606,330 161K/s eta 67s
65%
[====================================================================================================================================================>
] 22,644,290 158K/s eta 67s
65%
[====================================================================================================================================================>
] 22,677,910 154K/s eta 67s
65%
[=====================================================================================================================================================>
] 22,707,070 150K/s eta 67s
65%
[=====================================================================================================================================================>
] 22,739,190 148K/s eta 67s
65%
[=====================================================================================================================================================>
] 22,753,790 139K/s eta 67s
65%
[=====================================================================================================================================================>
] 22,755,250 130K/s eta 67s
65%
[=====================================================================================================================================================>
] 22,756,710 117K/s eta 67s
65%
[=====================================================================================================================================================>
] 22,758,170 108K/s eta 67s
65%
[=====================================================================================================================================================>
] 22,822,410 109K/s eta 67s
65%
[=====================================================================================================================================================>
] 22,829,710 100K/s eta 67s
65%
[======================================================================================================================================================>
] 22,844,310 92.8K/s eta 67s
65%
[======================================================================================================================================================>
] 22,867,670 88.2K/s eta 67s
65%
[======================================================================================================================================================>
] 22,895,410 84.0K/s eta 67s
65%
[======================================================================================================================================================>
] 22,926,070 88.0K/s eta 67s
65%
[======================================================================================================================================================>
] 22,958,190 91.0K/s eta 67s
66%
[======================================================================================================================================================>
] 22,991,770 93.0K/s eta 67s
66%
[=======================================================================================================================================================>
] 23,023,890 92.9K/s eta 66s
66%
[=======================================================================================================================================================>
] 23,054,550 94.0K/s eta 66s
66%
[=======================================================================================================================================================>
] 23,086,670 89.9K/s eta 66s
66%
[=======================================================================================================================================================>
] 23,120,250 88.2K/s eta 66s
66%
[========================================================================================================================================================>
] 23,152,370 86.4K/s eta 66s
66%
[========================================================================================================================================================>
] 23,183,030 87.7K/s eta 66s
66%
[========================================================================================================================================================>
] 23,215,150 85.0K/s eta 66s
66%
[========================================================================================================================================================>
] 23,247,270 83.1K/s eta 66s
66%
[========================================================================================================================================================>
] 23,280,850 87.0K/s eta 65s
67%
[=========================================================================================================================================================>
] 23,314,430 92.0K/s eta 65s
67%
[=========================================================================================================================================================>
] 23,355,310 101K/s eta 65s
67%
[=========================================================================================================================================================>
] 23,396,190 106K/s eta 65s
67%
[=========================================================================================================================================================>
] 23,428,310 98.3K/s eta 65s
67%
[==========================================================================================================================================================>
]
23,477,950 105K/s eta 65s
67%
[==========================================================================================================================================================>
]
23,524,670 110K/s eta 65s
67%
[==========================================================================================================================================================>
]
23,588,910 117K/s eta 65s
67%
[===========================================================================================================================================================>
]
23,653,150 123K/s eta 63s
68%
[===========================================================================================================================================================>
]
23,707,170 128K/s eta 63s
68%
[============================================================================================================================================================>
]
23,771,410 134K/s eta 63s
68%
[============================================================================================================================================================>
]
23,813,750 135K/s eta 63s
68%
[============================================================================================================================================================>
]
23,877,990 141K/s eta 62s
68%
[=============================================================================================================================================================>
]
23,942,230 149K/s eta 62s
68%
[=============================================================================================================================================================>
]
24,006,470 154K/s eta 62s
69%
[==============================================================================================================================================================>
]
24,070,710 160K/s eta 62s
69%
[==============================================================================================================================================================>
]
24,124,730 165K/s eta 61s
69%
[==============================================================================================================================================================>
]
24,188,970 175K/s eta 61s
69%
[===============================================================================================================================================================>
]
24,231,310 176K/s eta 61s
69%
[===============================================================================================================================================================>
]
24,295,550 181K/s eta 61s
69%
[===============================================================================================================================================================>
]
24,337,930 183K/s eta 59s
70%
[================================================================================================================================================================>
]
24,381,690 187K/s eta 59s
70%
[================================================================================================================================================================>
]
24,424,030 197K/s eta 59s
70%
[================================================================================================================================================================>
]
24,488,270 201K/s eta 59s
70%
[=================================================================================================================================================================>
]
24,542,290 202K/s eta 58s
70%
[=================================================================================================================================================================>
]
24,606,530 207K/s eta 58s
70%
[=================================================================================================================================================================>
]
24,616,750 199K/s eta 58s
70%
[==================================================================================================================================================================>
]
24,680,990 199K/s eta 58s
71%
[==================================================================================================================================================================>
]
24,735,010 197K/s eta 57s
71%
[==================================================================================================================================================================>
]
24,799,250 199K/s eta 57s
71%
[===================================================================================================================================================================>
]
24,841,590 201K/s eta 57s
71%
[===================================================================================================================================================================>
]
24,905,830 200K/s eta 57s
71%
[===================================================================================================================================================================>
]
24,927,730 193K/s eta 56s
71%
[====================================================================================================================================================================>
]
24,991,970 193K/s eta 56s
71%
[====================================================================================================================================================================>
]
25,034,310 199K/s eta 56s
72%
[====================================================================================================================================================================>
]
25,098,550 199K/s eta 56s
72%
[=====================================================================================================================================================================>
] 25,152,570
199K/s eta 54s
72%
[=====================================================================================================================================================================>
] 25,216,810
199K/s eta 54s
72%
[=====================================================================================================================================================================>
] 25,227,030
196K/s eta 54s
72%
[======================================================================================================================================================================>
] 25,291,270
197K/s eta 54s
72%
[======================================================================================================================================================================>
] 25,345,290
199K/s eta 53s
73%
[======================================================================================================================================================================>
] 25,409,530
199K/s eta 53s
73%
[=======================================================================================================================================================================>
] 25,451,870
200K/s eta 53s
73%
[=======================================================================================================================================================================>
] 25,516,110
201K/s eta 53s
73%
[========================================================================================================================================================================>
] 25,570,130
201K/s eta 52s
73%
[========================================================================================================================================================================>
] 25,634,370
201K/s eta 52s
73%
[========================================================================================================================================================================>
] 25,676,710
205K/s eta 52s
73%
[========================================================================================================================================================================>
] 25,708,830
201K/s eta 52s
74%
[=========================================================================================================================================================================>
] 25,762,850
201K/s eta 51s
74%
[=========================================================================================================================================================================>
] 25,827,090
193K/s eta 51s
74%
[==========================================================================================================================================================================>
] 25,891,330
196K/s eta 51s
74%
[==========================================================================================================================================================================>
] 25,955,570
195K/s eta 50s
74%
[==========================================================================================================================================================================>
] 26,019,810
201K/s eta 50s
74%
[===========================================================================================================================================================================>
] 26,084,050
201K/s eta 50s
75%
[===========================================================================================================================================================================>
] 26,126,390
201K/s eta 50s
75%
[============================================================================================================================================================================>
] 26,180,410
201K/s eta 50s
75%
[============================================================================================================================================================================>
] 26,224,818
200K/s eta 48s
75%
[============================================================================================================================================================================>
] 26,244,650
193K/s eta 48s
75%
[============================================================================================================================================================================>
] 26,308,890
201K/s eta 48s
75%
[=============================================================================================================================================================================>
] 26,373,130
197K/s eta 48s
75%
[=============================================================================================================================================================================>
] 26,437,370
195K/s eta 47s
76%
[==============================================================================================================================================================================>
] 26,501,610 195K/s
eta 47s
76%
[==============================================================================================================================================================================>
] 26,565,850 196K/s
eta 47s
76%
[===============================================================================================================================================================================>
] 26,630,090 196K/s
eta 47s
76%
[===============================================================================================================================================================================>
] 26,695,790 197K/s
eta 45s
76%
[===============================================================================================================================================================================>
] 26,758,570 193K/s
eta 45s
77%
[================================================================================================================================================================================>
] 26,822,810 199K/s
eta 45s
77%
[================================================================================================================================================================================>
] 26,887,050 199K/s
eta 45s
77%
[=================================================================================================================================================================================>
] 26,951,290 201K/s
eta 44s
77%
[=================================================================================================================================================================================>
] 27,015,530 207K/s
eta 44s
77%
[==================================================================================================================================================================================>
] 27,079,770 202K/s
eta 44s
78%
[==================================================================================================================================================================================>
] 27,144,010 203K/s
eta 43s
78%
[==================================================================================================================================================================================>
] 27,208,250 202K/s
eta 43s
78%
[===================================================================================================================================================================================>
] 27,272,490 203K/s eta
43s
78%
[===================================================================================================================================================================================>
] 27,336,730 203K/s eta
43s
78%
[====================================================================================================================================================================================>
] 27,400,970 204K/s eta
41s
78%
[====================================================================================================================================================================================>
] 27,465,210 204K/s eta
41s
79%
[====================================================================================================================================================================================>
] 27,529,450 207K/s eta
41s
79%
[=====================================================================================================================================================================================>
] 27,593,690 207K/s eta
41s
79%
[=====================================================================================================================================================================================>
] 27,657,930 209K/s eta
40s
79%
[======================================================================================================================================================================================>
] 27,722,170 209K/s eta
40s
79%
[======================================================================================================================================================================================>
] 27,786,410 209K/s eta
40s
80%
[=======================================================================================================================================================================================>
] 27,850,650 209K/s eta 40s
80%
[=======================================================================================================================================================================================>
] 27,914,890 209K/s eta 38s
80%
[=======================================================================================================================================================================================>
] 27,979,130 209K/s eta 38s
80%
[========================================================================================================================================================================================>
] 28,043,370 209K/s eta 38s
80%
[========================================================================================================================================================================================>
] 28,107,610 209K/s eta 38s
80%
[=========================================================================================================================================================================================>
] 28,171,850 209K/s eta 37s
81%
[=========================================================================================================================================================================================>
] 28,236,090 209K/s eta 37s
81%
[==========================================================================================================================================================================================>
] 28,300,330 209K/s eta 37s
81%
[==========================================================================================================================================================================================>
] 28,364,570 209K/s eta 37s
81%
[==========================================================================================================================================================================================>
] 28,428,810 211K/s eta 35s
81%
[===========================================================================================================================================================================================>
] 28,493,050 209K/s eta 35s
82%
[===========================================================================================================================================================================================>
] 28,557,290 209K/s eta 35s
82%
[============================================================================================================================================================================================>
] 28,621,530 210K/s eta 35s
82%
[============================================================================================================================================================================================>
] 28,685,770 209K/s eta 34s
82%
[=============================================================================================================================================================================================>
] 28,750,010 209K/s eta 34s
82%
[=============================================================================================================================================================================================>
] 28,814,250 209K/s eta 34s
82%
[=============================================================================================================================================================================================>
] 28,878,490 209K/s eta 34s
83%
[==============================================================================================================================================================================================>
] 28,942,730 209K/s eta 32s
83%
[==============================================================================================================================================================================================>
] 29,006,970 209K/s eta 32s
83%
[===============================================================================================================================================================================================>
] 29,071,210 209K/s eta 32s
83%
[===============================================================================================================================================================================================>
] 29,135,450 209K/s eta 32s
83%
[================================================================================================================================================================================================>
] 29,199,690 209K/s eta 31s
84%
[================================================================================================================================================================================================>
] 29,263,930 209K/s eta 31s
84%
[================================================================================================================================================================================================>
] 29,328,170 209K/s eta 31s
84%
[=================================================================================================================================================================================================>
] 29,392,410 209K/s eta 31s
84%
[=================================================================================================================================================================================================>
] 29,456,650 209K/s eta 29s
84%
[==================================================================================================================================================================================================>
] 29,520,890 209K/s eta 29s
85%
[==================================================================================================================================================================================================>
] 29,585,130 209K/s eta 29s
85%
[==================================================================================================================================================================================================>
] 29,649,370 209K/s eta 29s
85%
[===================================================================================================================================================================================================>
] 29,713,610 209K/s eta 28s
85%
[===================================================================================================================================================================================================>
] 29,777,850 208K/s eta 28s
85%
[====================================================================================================================================================================================================>
] 29,839,170 195K/s eta 27s
85%
[====================================================================================================================================================================================================>
] 29,903,410 195K/s eta 27s
86%
[====================================================================================================================================================================================================>
] 29,934,070 193K/s eta 27s
86%
[=====================================================================================================================================================================================================>
] 29,961,810 188K/s eta 27s
86%
[=====================================================================================================================================================================================================>
] 30,001,230 184K/s eta 26s
86%
[=====================================================================================================================================================================================================>
] 30,039,190 182K/s eta 26s
86%
[=====================================================================================================================================================================================================>
] 30,074,230 180K/s eta 26s
86%
[=====================================================================================================================================================================================================>
] 30,087,370 176K/s eta 26s
86%
[======================================================================================================================================================================================================>
] 30,134,090 173K/s eta 26s
86%
[======================================================================================================================================================================================================>
] 30,173,510 169K/s eta 26s
86%
[======================================================================================================================================================================================================>
] 30,215,850 166K/s eta 26s
86%
[=======================================================================================================================================================================================================>
] 30,264,030 163K/s eta 26s
87%
[=======================================================================================================================================================================================================>
] 30,301,990 164K/s eta 26s
87%
[=======================================================================================================================================================================================================>
] 30,334,150 159K/s eta 26s
87%
[=======================================================================================================================================================================================================>
] 30,384,398 159K/s eta 24s
87%
[=======================================================================================================================================================================================================>
] 30,398,350 149K/s eta 24s
87%
[========================================================================================================================================================================================================>
] 30,446,530 148K/s eta 24s
87%
[========================================================================================================================================================================================================>
] 30,494,710 147K/s eta 24s
87%
[========================================================================================================================================================================================================>
] 30,542,890 141K/s eta 24s
87%
[=========================================================================================================================================================================================================>
] 30,591,070 141K/s eta 24s
88%
[=========================================================================================================================================================================================================>
] 30,630,490 145K/s eta 24s
88%
[=========================================================================================================================================================================================================>
] 30,683,050 144K/s eta 24s
88%
[==========================================================================================================================================================================================================>
] 30,737,070 148K/s eta 23s
88%
[==========================================================================================================================================================================================================>
] 30,789,630 148K/s eta 23s
88%
[==========================================================================================================================================================================================================>
] 30,848,030 150K/s eta 23s
88%
[===========================================================================================================================================================================================================>
] 30,912,270 154K/s eta 23s
89%
[===========================================================================================================================================================================================================>
] 30,976,510 163K/s eta 21s
89%
[============================================================================================================================================================================================================>
] 31,040,750 165K/s eta 21s
89%
[============================================================================================================================================================================================================>
] 31,104,990 168K/s eta 21s
89%
[=============================================================================================================================================================================================================>
] 31,169,230 171K/s eta 21s
89%
[=============================================================================================================================================================================================================>
] 31,233,470 171K/s eta 20s
89%
[=============================================================================================================================================================================================================>
] 31,297,710 175K/s eta 20s
90%
[==============================================================================================================================================================================================================>
] 31,361,950 182K/s eta 20s
90%
[==============================================================================================================================================================================================================>
] 31,426,190 182K/s eta 20s
90%
[===============================================================================================================================================================================================================>
] 31,490,430 186K/s eta 18s
90%
[===============================================================================================================================================================================================================>
] 31,554,670 189K/s eta 18s
90%
[================================================================================================================================================================================================================>
] 31,618,910 193K/s eta 18s
91%
[================================================================================================================================================================================================================>
] 31,683,150 198K/s eta 18s
91%
[================================================================================================================================================================================================================>
] 31,747,390 197K/s eta 17s
91%
[=================================================================================================================================================================================================================>
] 31,807,250 192K/s eta 17s
91%
[=================================================================================================================================================================================================================>
] 31,808,710 183K/s eta 17s
91%
[=================================================================================================================================================================================================================>
] 31,872,950 183K/s eta 16s
91%
[=================================================================================================================================================================================================================>
] 31,878,790 169K/s eta 16s
91%
[=================================================================================================================================================================================================================>
] 31,890,470 173K/s eta 16s
91%
[=================================================================================================================================================================================================================>
] 31,907,990 166K/s eta 16s
91%
[==================================================================================================================================================================================================================>
] 31,940,110 161K/s eta 16s
91%
[==================================================================================================================================================================================================================>
] 31,972,230 155K/s eta 16s
92%
[==================================================================================================================================================================================================================>
] 32,021,870 150K/s eta 16s
92%
[==================================================================================================================================================================================================================>
] 32,068,590 150K/s eta 16s
92%
[===================================================================================================================================================================================================================>
] 32,119,690 147K/s eta 15s
92%
[===================================================================================================================================================================================================================>
] 32,179,550 148K/s eta 15s
92%
[====================================================================================================================================================================================================================>
] 32,229,190 145K/s eta 15s
92%
[====================================================================================================================================================================================================================>
] 32,283,210 141K/s eta 15s
92%
[====================================================================================================================================================================================================================>
] 32,345,990 143K/s eta 14s
93%
[=====================================================================================================================================================================================================================>
] 32,389,790 140K/s eta 14s
93%
[=====================================================================================================================================================================================================================>
] 32,443,810 139K/s eta 14s
93%
[=====================================================================================================================================================================================================================>
] 32,506,590 137K/s eta 14s
93%
[======================================================================================================================================================================================================================>
] 32,569,370 136K/s eta 12s
93%
[======================================================================================================================================================================================================================>
] 32,632,150 138K/s eta 12s
93%
[=======================================================================================================================================================================================================================>
] 32,694,930 144K/s eta 12s
94%
[=======================================================================================================================================================================================================================>
] 32,759,170 154K/s eta 12s
94%
[=======================================================================================================================================================================================================================>
] 32,823,410 154K/s eta 11s
94%
[========================================================================================================================================================================================================================>
] 32,871,590 166K/s eta 11s
94%
[========================================================================================================================================================================================================================>
] 32,925,610 174K/s eta 11s
94%
[========================================================================================================================================================================================================================>
] 32,951,890 178K/s eta 11s
94%
[=========================================================================================================================================================================================================================>
] 32,989,850 180K/s eta 11s
94%
[=========================================================================================================================================================================================================================>
] 33,054,090 188K/s eta 10s
95%
[=========================================================================================================================================================================================================================>
] 33,118,330 190K/s eta 10s
95%
[==========================================================================================================================================================================================================================>
] 33,182,570 188K/s eta 10s
95%
[==========================================================================================================================================================================================================================>
] 33,246,810 192K/s eta 9s
95%
[===========================================================================================================================================================================================================================>
] 33,311,050 192K/s eta 9s
95%
[===========================================================================================================================================================================================================================>
] 33,375,290 195K/s eta 9s
96%
[============================================================================================================================================================================================================================>
] 33,439,530 201K/s eta 9s
96%
[============================================================================================================================================================================================================================>
] 33,503,770 197K/s eta 7s
96%
[============================================================================================================================================================================================================================>
] 33,568,010 201K/s eta 7s
96%
[=============================================================================================================================================================================================================================>
] 33,632,250 203K/s eta 7s
96%
[=============================================================================================================================================================================================================================>
] 33,696,490 205K/s eta 7s
97%
[==============================================================================================================================================================================================================================>
] 33,760,730 208K/s eta 6s
97%
[==============================================================================================================================================================================================================================>
] 33,824,970 208K/s eta 6s
97%
[===============================================================================================================================================================================================================================>
] 33,889,210 211K/s eta 6s
97%
[===============================================================================================================================================================================================================================>
] 33,953,450 206K/s eta 6s
97%
[===============================================================================================================================================================================================================================>
] 34,017,690 206K/s eta 4s
97%
[================================================================================================================================================================================================================================>
] 34,081,930 205K/s eta 4s
98%
[================================================================================================================================================================================================================================>
] 34,146,170 210K/s eta 4s
98%
[=================================================================================================================================================================================================================================>
] 34,210,410 209K/s eta 4s
98%
[=================================================================================================================================================================================================================================>
] 34,274,650 207K/s eta 3s
98%
[=================================================================================================================================================================================================================================>
] 34,338,890 207K/s eta 3s
98%
[==================================================================================================================================================================================================================================>
] 34,403,130 209K/s eta 3s
99%
[==================================================================================================================================================================================================================================>
] 34,467,370 211K/s eta 3s
99%
[===================================================================================================================================================================================================================================>
] 34,531,610 211K/s eta 1s
99%
[===================================================================================================================================================================================================================================>
] 34,595,850 209K/s eta 1s
99%
[====================================================================================================================================================================================================================================>
] 34,660,090 210K/s eta 1s
99%
[====================================================================================================================================================================================================================================>
] 34,724,330 208K/s eta 1s
99%
[====================================================================================================================================================================================================================================>
] 34,788,570 209K/s eta 0s
100%[=====================================================================================================================================================================================================================================>]
34,794,750 210K/s in 3m 12s
2014-06-18 13:34:24 (177 KB/s) - `asterisk-11.8.1.tar.gz' saved
[34794750/34794750]
asterisk-11.8.1/
asterisk-11.8.1/Makefile.moddir_rules
asterisk-11.8.1/missing
asterisk-11.8.1/CREDITS
asterisk-11.8.1/
makeopts.in
asterisk-11.8.1/config.guess
asterisk-11.8.1/UPGRADE-10.txt
asterisk-11.8.1/channels/
asterisk-11.8.1/channels/iax2-parser.h
asterisk-11.8.1/channels/chan_mgcp.c
asterisk-11.8.1/channels/vcodecs.c
asterisk-11.8.1/channels/console_gui.c
asterisk-11.8.1/channels/chan_skinny.c
asterisk-11.8.1/channels/console_video.c
asterisk-11.8.1/channels/chan_bridge.c
asterisk-11.8.1/channels/h323/
asterisk-11.8.1/channels/h323/ast_ptlib.h
asterisk-11.8.1/channels/h323/ast_h323.h
asterisk-11.8.1/channels/h323/ast_h323.cxx
asterisk-11.8.1/channels/h323/cisco-h225.cxx
asterisk-11.8.1/channels/h323/noexport.map
asterisk-11.8.1/channels/h323/caps_h323.cxx
asterisk-11.8.1/channels/h323/ChangeLog
asterisk-11.8.1/channels/h323/cisco-h225.h
asterisk-11.8.1/channels/h323/chan_h323.h
asterisk-11.8.1/channels/h323/compat_h323.cxx
asterisk-11.8.1/channels/h323/cisco-h225.asn
asterisk-11.8.1/channels/h323/Makefile.in
asterisk-11.8.1/channels/h323/compat_h323.h
asterisk-11.8.1/channels/h323/README
asterisk-11.8.1/channels/h323/TODO
asterisk-11.8.1/channels/h323/INSTALL.openh323
asterisk-11.8.1/channels/h323/caps_h323.h
asterisk-11.8.1/channels/iax2.h
asterisk-11.8.1/channels/sig_pri.h
asterisk-11.8.1/channels/sig_analog.h
asterisk-11.8.1/channels/sig_ss7.c
asterisk-11.8.1/channels/chan_jingle.c
asterisk-11.8.1/channels/chan_oss.c
asterisk-11.8.1/channels/iax2-provision.h
asterisk-11.8.1/channels/chan_gtalk.c
asterisk-11.8.1/channels/chan_phone.h
asterisk-11.8.1/channels/iax2-parser.c
asterisk-11.8.1/channels/chan_nbs.c
asterisk-11.8.1/channels/chan_console.c
asterisk-11.8.1/channels/chan_multicast_rtp.c
asterisk-11.8.1/channels/chan_sip.c
asterisk-11.8.1/channels/misdn/
asterisk-11.8.1/channels/misdn/chan_misdn_config.h
asterisk-11.8.1/channels/misdn/isdn_lib.c
asterisk-11.8.1/channels/misdn/Makefile
asterisk-11.8.1/channels/misdn/isdn_msg_parser.c
asterisk-11.8.1/channels/misdn/isdn_lib.h
asterisk-11.8.1/channels/misdn/ie.c
asterisk-11.8.1/channels/misdn/isdn_lib_intern.h
asterisk-11.8.1/channels/misdn/portinfo.c
asterisk-11.8.1/channels/chan_motif.c
asterisk-11.8.1/channels/chan_local.c
asterisk-11.8.1/channels/console_video.h
asterisk-11.8.1/channels/Makefile
asterisk-11.8.1/channels/sig_pri.c
asterisk-11.8.1/channels/chan_phone.c
asterisk-11.8.1/channels/sig_analog.c
asterisk-11.8.1/channels/chan_misdn.c
asterisk-11.8.1/channels/iax2-provision.c
asterisk-11.8.1/channels/sip/
asterisk-11.8.1/channels/sip/include/
asterisk-11.8.1/channels/sip/include/srtp.h
asterisk-11.8.1/channels/sip/include/sip_utils.h
asterisk-11.8.1/channels/sip/include/reqresp_parser.h
asterisk-11.8.1/channels/sip/include/dialplan_functions.h
asterisk-11.8.1/channels/sip/include/sip.h
asterisk-11.8.1/channels/sip/include/dialog.h
asterisk-11.8.1/channels/sip/include/security_events.h
asterisk-11.8.1/channels/sip/include/config_parser.h
asterisk-11.8.1/channels/sip/include/sdp_crypto.h
asterisk-11.8.1/channels/sip/include/globals.h
asterisk-11.8.1/channels/sip/config_parser.c
asterisk-11.8.1/channels/sip/security_events.c
asterisk-11.8.1/channels/sip/reqresp_parser.c
asterisk-11.8.1/channels/sip/sdp_crypto.c
asterisk-11.8.1/channels/sip/srtp.c
asterisk-11.8.1/channels/sip/dialplan_functions.c
asterisk-11.8.1/channels/sip/utils.c
asterisk-11.8.1/channels/chan_dahdi.c
asterisk-11.8.1/channels/console_board.c
asterisk-11.8.1/channels/chan_vpb.cc
asterisk-11.8.1/channels/vgrabbers.c
asterisk-11.8.1/channels/chan_unistim.c
asterisk-11.8.1/channels/chan_iax2.c
asterisk-11.8.1/channels/misdn_config.c
asterisk-11.8.1/channels/sig_ss7.h
asterisk-11.8.1/channels/chan_agent.c
asterisk-11.8.1/channels/chan_h323.c
asterisk-11.8.1/channels/chan_alsa.c
asterisk-11.8.1/codecs/
asterisk-11.8.1/codecs/codec_ilbc.c
asterisk-11.8.1/codecs/codec_g726.c
asterisk-11.8.1/codecs/ex_alaw.h
asterisk-11.8.1/codecs/codec_a_mu.c
asterisk-11.8.1/codecs/ex_speex.h
asterisk-11.8.1/codecs/lpc10/
asterisk-11.8.1/codecs/lpc10/voicin.c
asterisk-11.8.1/codecs/lpc10/prepro.c
asterisk-11.8.1/codecs/lpc10/decode.c
asterisk-11.8.1/codecs/lpc10/preemp.c
asterisk-11.8.1/codecs/lpc10/dyptrk.c
asterisk-11.8.1/codecs/lpc10/dcbias.c
asterisk-11.8.1/codecs/lpc10/encode.c
asterisk-11.8.1/codecs/lpc10/lpcini.c
asterisk-11.8.1/codecs/lpc10/chanwr.c
asterisk-11.8.1/codecs/lpc10/tbdm.c
asterisk-11.8.1/codecs/lpc10/liblpc10.vcproj
asterisk-11.8.1/codecs/lpc10/placev.c
asterisk-11.8.1/codecs/lpc10/pitsyn.c
asterisk-11.8.1/codecs/lpc10/f2clib.c
asterisk-11.8.1/codecs/lpc10/rcchk.c
asterisk-11.8.1/codecs/lpc10/lpcenc.c
asterisk-11.8.1/codecs/lpc10/lpcdec.c
asterisk-11.8.1/codecs/lpc10/irc2pc.c
asterisk-11.8.1/codecs/lpc10/vparms.c
asterisk-11.8.1/codecs/lpc10/random.c
asterisk-11.8.1/codecs/lpc10/onset.c
asterisk-11.8.1/codecs/lpc10/bsynz.c
asterisk-11.8.1/codecs/lpc10/f2c.h
asterisk-11.8.1/codecs/lpc10/Makefile
asterisk-11.8.1/codecs/lpc10/energy.c
asterisk-11.8.1/codecs/lpc10/synths.c
asterisk-11.8.1/codecs/lpc10/lpc10.h
asterisk-11.8.1/codecs/lpc10/hp100.c
asterisk-11.8.1/codecs/lpc10/deemp.c
asterisk-11.8.1/codecs/lpc10/ivfilt.c
asterisk-11.8.1/codecs/lpc10/README
asterisk-11.8.1/codecs/lpc10/difmag.c
asterisk-11.8.1/codecs/lpc10/invert.c
asterisk-11.8.1/codecs/lpc10/ham84.c
asterisk-11.8.1/codecs/lpc10/lpfilt.c
asterisk-11.8.1/codecs/lpc10/analys.c
asterisk-11.8.1/codecs/lpc10/mload.c
asterisk-11.8.1/codecs/lpc10/placea.c
asterisk-11.8.1/codecs/lpc10/median.c
asterisk-11.8.1/codecs/codec_ulaw.c
asterisk-11.8.1/codecs/ex_adpcm.h
asterisk-11.8.1/codecs/codec_adpcm.c
asterisk-11.8.1/codecs/codec_resample.c
asterisk-11.8.1/codecs/g722/
asterisk-11.8.1/codecs/g722/g722_encode.c
asterisk-11.8.1/codecs/g722/g722.h
asterisk-11.8.1/codecs/g722/g722_decode.c
asterisk-11.8.1/codecs/codec_alaw.c
asterisk-11.8.1/codecs/ex_gsm.h
asterisk-11.8.1/codecs/codec_dahdi.c
asterisk-11.8.1/codecs/ex_ulaw.h
asterisk-11.8.1/codecs/gsm/
asterisk-11.8.1/codecs/gsm/src/
asterisk-11.8.1/codecs/gsm/src/rpe.c
asterisk-11.8.1/codecs/gsm/src/preprocess.c
asterisk-11.8.1/codecs/gsm/src/decode.c
asterisk-11.8.1/codecs/gsm/src/lpc.c
asterisk-11.8.1/codecs/gsm/src/gsm_explode.c
asterisk-11.8.1/codecs/gsm/src/long_term.c
asterisk-11.8.1/codecs/gsm/src/add.c
asterisk-11.8.1/codecs/gsm/src/gsm_encode.c
asterisk-11.8.1/codecs/gsm/src/k6opt.s
asterisk-11.8.1/codecs/gsm/src/gsm_destroy.c
asterisk-11.8.1/codecs/gsm/src/code.c
asterisk-11.8.1/codecs/gsm/src/gsm_create.c
asterisk-11.8.1/codecs/gsm/src/gsm_implode.c
asterisk-11.8.1/codecs/gsm/src/gsm_option.c
asterisk-11.8.1/codecs/gsm/src/gsm_decode.c
asterisk-11.8.1/codecs/gsm/src/short_term.c
asterisk-11.8.1/codecs/gsm/src/table.c
asterisk-11.8.1/codecs/gsm/src/k6opt.h
asterisk-11.8.1/codecs/gsm/src/gsm_print.c
asterisk-11.8.1/codecs/gsm/src/debug.c
asterisk-11.8.1/codecs/gsm/COPYRIGHT
asterisk-11.8.1/codecs/gsm/Makefile
asterisk-11.8.1/codecs/gsm/inc/
asterisk-11.8.1/codecs/gsm/inc/unproto.h
asterisk-11.8.1/codecs/gsm/inc/config.h
asterisk-11.8.1/codecs/gsm/inc/private.h
asterisk-11.8.1/codecs/gsm/inc/gsm.h
asterisk-11.8.1/codecs/gsm/inc/proto.h
asterisk-11.8.1/codecs/gsm/libgsm.vcproj
asterisk-11.8.1/codecs/gsm/README
asterisk-11.8.1/codecs/speex/
asterisk-11.8.1/codecs/speex/fixed_generic.h
asterisk-11.8.1/codecs/speex/stack_alloc.h
asterisk-11.8.1/codecs/speex/arch.h
asterisk-11.8.1/codecs/speex/speex_resampler.h
asterisk-11.8.1/codecs/speex/resample_sse.h
asterisk-11.8.1/codecs/speex/resample.c
asterisk-11.8.1/codecs/Makefile
asterisk-11.8.1/codecs/log2comp.h
asterisk-11.8.1/codecs/ex_ilbc.h
asterisk-11.8.1/codecs/ex_g726.h
asterisk-11.8.1/codecs/codec_speex.c
asterisk-11.8.1/codecs/codec_g722.c
asterisk-11.8.1/codecs/ilbc/
asterisk-11.8.1/codecs/ilbc/gainquant.h
asterisk-11.8.1/codecs/ilbc/iCBConstruct.h
asterisk-11.8.1/codecs/ilbc/StateConstructW.c
asterisk-11.8.1/codecs/ilbc/hpInput.c
asterisk-11.8.1/codecs/ilbc/constants.c
asterisk-11.8.1/codecs/ilbc/constants.h
asterisk-11.8.1/codecs/ilbc/StateSearchW.c
asterisk-11.8.1/codecs/ilbc/LICENSE
asterisk-11.8.1/codecs/ilbc/enhancer.h
asterisk-11.8.1/codecs/ilbc/anaFilter.h
asterisk-11.8.1/codecs/ilbc/gainquant.c
asterisk-11.8.1/codecs/ilbc/iLBC_encode.c
asterisk-11.8.1/codecs/ilbc/iLBC_define.h
asterisk-11.8.1/codecs/ilbc/iLBC_decode.c
asterisk-11.8.1/codecs/ilbc/createCB.h
asterisk-11.8.1/codecs/ilbc/packing.c
asterisk-11.8.1/codecs/ilbc/iCBSearch.c
asterisk-11.8.1/codecs/ilbc/getCBvec.c
asterisk-11.8.1/codecs/ilbc/PATENTS
asterisk-11.8.1/codecs/ilbc/LPCdecode.c
asterisk-11.8.1/codecs/ilbc/iCBConstruct.c
asterisk-11.8.1/codecs/ilbc/hpOutput.c
asterisk-11.8.1/codecs/ilbc/rfc3951.txt
asterisk-11.8.1/codecs/ilbc/FrameClassify.c
asterisk-11.8.1/codecs/ilbc/iLBC_encode.h
asterisk-11.8.1/codecs/ilbc/doCPLC.h
asterisk-11.8.1/codecs/ilbc/StateSearchW.h
asterisk-11.8.1/codecs/ilbc/syntFilter.h
asterisk-11.8.1/codecs/ilbc/Makefile
asterisk-11.8.1/codecs/ilbc/extract-cfile.awk
asterisk-11.8.1/codecs/ilbc/enhancer.c
asterisk-11.8.1/codecs/ilbc/StateConstructW.h
asterisk-11.8.1/codecs/ilbc/lsf.c
asterisk-11.8.1/codecs/ilbc/packing.h
asterisk-11.8.1/codecs/ilbc/lsf.h
asterisk-11.8.1/codecs/ilbc/filter.c
asterisk-11.8.1/codecs/ilbc/createCB.c
asterisk-11.8.1/codecs/ilbc/LPCencode.h
asterisk-11.8.1/codecs/ilbc/iCBSearch.h
asterisk-11.8.1/codecs/ilbc/LPCencode.c
asterisk-11.8.1/codecs/ilbc/FrameClassify.h
asterisk-11.8.1/codecs/ilbc/iLBC_decode.h
asterisk-11.8.1/codecs/ilbc/LICENSE_ADDENDUM
asterisk-11.8.1/codecs/ilbc/syntFilter.c
asterisk-11.8.1/codecs/ilbc/helpfun.h
asterisk-11.8.1/codecs/ilbc/getCBvec.h
asterisk-11.8.1/codecs/ilbc/helpfun.c
asterisk-11.8.1/codecs/ilbc/doCPLC.c
asterisk-11.8.1/codecs/ilbc/LPCdecode.h
asterisk-11.8.1/codecs/ilbc/hpInput.h
asterisk-11.8.1/codecs/ilbc/filter.h
asterisk-11.8.1/codecs/ilbc/iLBC_test.c
asterisk-11.8.1/codecs/ilbc/hpOutput.h
asterisk-11.8.1/codecs/ilbc/anaFilter.c
asterisk-11.8.1/codecs/codec_gsm.c
asterisk-11.8.1/codecs/codec_lpc10.c
asterisk-11.8.1/codecs/ex_g722.h
asterisk-11.8.1/codecs/ex_lpc10.h
asterisk-11.8.1/Zaptel-to-DAHDI.txt
asterisk-11.8.1/UPGRADE.txt
asterisk-11.8.1/include/
asterisk-11.8.1/include/jitterbuf.h
asterisk-11.8.1/include/solaris-compat/
asterisk-11.8.1/include/solaris-compat/sys/
asterisk-11.8.1/include/solaris-compat/sys/cdefs.h
asterisk-11.8.1/include/solaris-compat/sys/queue.h
asterisk-11.8.1/include/solaris-compat/compat.h
asterisk-11.8.1/include/asterisk.h
asterisk-11.8.1/include/asterisk/
asterisk-11.8.1/include/asterisk/causes.h
asterisk-11.8.1/include/asterisk/alaw.h
asterisk-11.8.1/include/asterisk/say.h
asterisk-11.8.1/include/asterisk/framehook.h
asterisk-11.8.1/include/asterisk/bridging_technology.h
asterisk-11.8.1/include/asterisk/xmldoc.h
asterisk-11.8.1/include/asterisk/channel_internal.h
asterisk-11.8.1/include/asterisk/stun.h
asterisk-11.8.1/include/asterisk/stringfields.h
asterisk-11.8.1/include/asterisk/version.h
asterisk-11.8.1/include/asterisk/
autoconfig.h.in
asterisk-11.8.1/include/asterisk/slin.h
asterisk-11.8.1/include/asterisk/musiconhold.h
asterisk-11.8.1/include/asterisk/jingle.h
asterisk-11.8.1/include/asterisk/syslog.h
asterisk-11.8.1/include/asterisk/pktccops.h
asterisk-11.8.1/include/asterisk/calendar.h
asterisk-11.8.1/include/asterisk/transcap.h
asterisk-11.8.1/include/asterisk/test.h
asterisk-11.8.1/include/asterisk/bridging.h
asterisk-11.8.1/include/asterisk/data.h
asterisk-11.8.1/include/asterisk/devicestate.h
asterisk-11.8.1/include/asterisk/inline_api.h
asterisk-11.8.1/include/asterisk/crypto.h
asterisk-11.8.1/include/asterisk/event_defs.h
asterisk-11.8.1/include/asterisk/srv.h
asterisk-11.8.1/include/asterisk/sched.h
asterisk-11.8.1/include/asterisk/frame.h
asterisk-11.8.1/include/asterisk/dsp.h
asterisk-11.8.1/include/asterisk/sip_api.h
asterisk-11.8.1/include/asterisk/channel.h
asterisk-11.8.1/include/asterisk/dundi.h
asterisk-11.8.1/include/asterisk/plc.h
asterisk-11.8.1/include/asterisk/unaligned.h
asterisk-11.8.1/include/asterisk/event.h
asterisk-11.8.1/include/asterisk/dial.h
asterisk-11.8.1/include/asterisk/bridging_features.h
asterisk-11.8.1/include/asterisk/mod_format.h
asterisk-11.8.1/include/asterisk/md5.h
asterisk-11.8.1/include/asterisk/compat.h
asterisk-11.8.1/include/asterisk/cli.h
asterisk-11.8.1/include/asterisk/astdb.h
asterisk-11.8.1/include/asterisk/res_srtp.h
asterisk-11.8.1/include/asterisk/heap.h
asterisk-11.8.1/include/asterisk/channelstate.h
asterisk-11.8.1/include/asterisk/app.h
asterisk-11.8.1/include/asterisk/callerid.h
asterisk-11.8.1/include/asterisk/rtp_engine.h
asterisk-11.8.1/include/asterisk/compiler.h
asterisk-11.8.1/include/asterisk/features.h
asterisk-11.8.1/include/asterisk/tdd.h
asterisk-11.8.1/include/asterisk/celt.h
asterisk-11.8.1/include/asterisk/xml.h
asterisk-11.8.1/include/asterisk/jabber.h
asterisk-11.8.1/include/asterisk/ast_version.h
asterisk-11.8.1/include/asterisk/doxyref.h
asterisk-11.8.1/include/asterisk/paths.h
asterisk-11.8.1/include/asterisk/security_events_defs.h
asterisk-11.8.1/include/asterisk/audiohook.h
asterisk-11.8.1/include/asterisk/speech.h
asterisk-11.8.1/include/asterisk/ulaw.h
asterisk-11.8.1/include/asterisk/message.h
asterisk-11.8.1/include/asterisk/sha1.h
asterisk-11.8.1/include/asterisk/xmpp.h
asterisk-11.8.1/include/asterisk/config.h
asterisk-11.8.1/include/asterisk/ccss.h
asterisk-11.8.1/include/asterisk/image.h
asterisk-11.8.1/include/asterisk/pval.h
asterisk-11.8.1/include/asterisk/config_options.h
asterisk-11.8.1/include/asterisk/global_datastores.h
asterisk-11.8.1/include/asterisk/dns.h
asterisk-11.8.1/include/asterisk/acl.h
asterisk-11.8.1/include/asterisk/indications.h
asterisk-11.8.1/include/asterisk/ast_expr.h
asterisk-11.8.1/include/asterisk/res_odbc.h
asterisk-11.8.1/include/asterisk/enum.h
asterisk-11.8.1/include/asterisk/autochan.h
asterisk-11.8.1/include/asterisk/astobj2.h
asterisk-11.8.1/include/asterisk/silk.h
asterisk-11.8.1/include/asterisk/pbx.h
asterisk-11.8.1/include/asterisk/privacy.h
asterisk-11.8.1/include/asterisk/endian.h
asterisk-11.8.1/include/asterisk/astmm.h
asterisk-11.8.1/include/asterisk/dlinkedlists.h
asterisk-11.8.1/include/asterisk/dnsmgr.h
asterisk-11.8.1/include/asterisk/tcptls.h
asterisk-11.8.1/include/asterisk/extconf.h
asterisk-11.8.1/include/asterisk/http.h
asterisk-11.8.1/include/asterisk/lock.h
asterisk-11.8.1/include/asterisk/astobj.h
asterisk-11.8.1/include/asterisk/netsock.h
asterisk-11.8.1/include/asterisk/agi.h
asterisk-11.8.1/include/asterisk/select.h
asterisk-11.8.1/include/asterisk/_private.h
asterisk-11.8.1/include/asterisk/security_events.h
asterisk-11.8.1/include/asterisk/format.h
asterisk-11.8.1/include/asterisk/format_cap.h
asterisk-11.8.1/include/asterisk/buildinfo.h
asterisk-11.8.1/include/asterisk/manager.h
asterisk-11.8.1/include/asterisk/logger.h
asterisk-11.8.1/include/asterisk/utils.h
asterisk-11.8.1/include/asterisk/aoc.h
asterisk-11.8.1/include/asterisk/netsock2.h
asterisk-11.8.1/include/asterisk/monitor.h
asterisk-11.8.1/include/asterisk/fskmodem_float.h
asterisk-11.8.1/include/asterisk/hashtab.h
asterisk-11.8.1/include/asterisk/udptl.h
asterisk-11.8.1/include/asterisk/slinfactory.h
asterisk-11.8.1/include/asterisk/network.h
asterisk-11.8.1/include/asterisk/optional_api.h
asterisk-11.8.1/include/asterisk/http_websocket.h
asterisk-11.8.1/include/asterisk/ael_structs.h
asterisk-11.8.1/include/asterisk/res_fax.h
asterisk-11.8.1/include/asterisk/doxygen/
asterisk-11.8.1/include/asterisk/doxygen/architecture.h
asterisk-11.8.1/include/asterisk/doxygen/commits.h
asterisk-11.8.1/include/asterisk/doxygen/licensing.h
asterisk-11.8.1/include/asterisk/doxygen/reviewboard.h
asterisk-11.8.1/include/asterisk/doxygen/releases.h
asterisk-11.8.1/include/asterisk/doxygen/asterisk-git-howto.h
asterisk-11.8.1/include/asterisk/doxygen/mantisworkflow.h
asterisk-11.8.1/include/asterisk/file.h
asterisk-11.8.1/include/asterisk/adsi.h
asterisk-11.8.1/include/asterisk/datastore.h
asterisk-11.8.1/include/asterisk/chanvars.h
asterisk-11.8.1/include/asterisk/threadstorage.h
asterisk-11.8.1/include/asterisk/format_pref.h
asterisk-11.8.1/include/asterisk/strings.h
asterisk-11.8.1/include/asterisk/options.h
asterisk-11.8.1/include/asterisk/time.h
asterisk-11.8.1/include/asterisk/cel.h
asterisk-11.8.1/include/asterisk/astosp.h
asterisk-11.8.1/include/asterisk/fskmodem.h
asterisk-11.8.1/include/asterisk/localtime.h
asterisk-11.8.1/include/asterisk/taskprocessor.h
asterisk-11.8.1/include/asterisk/smdi.h
asterisk-11.8.1/include/asterisk/term.h
asterisk-11.8.1/include/asterisk/io.h
asterisk-11.8.1/include/asterisk/timing.h
asterisk-11.8.1/include/asterisk/poll-compat.h
asterisk-11.8.1/include/asterisk/translate.h
asterisk-11.8.1/include/asterisk/frame_defs.h
asterisk-11.8.1/include/asterisk/fskmodem_int.h
asterisk-11.8.1/include/asterisk/cdr.h
asterisk-11.8.1/include/asterisk/abstract_jb.h
asterisk-11.8.1/include/asterisk/module.h
asterisk-11.8.1/include/asterisk/presencestate.h
asterisk-11.8.1/include/asterisk/linkedlists.h
asterisk-11.8.1/.cleancount
asterisk-11.8.1/keys/
asterisk-11.8.1/LICENSE
asterisk-11.8.1/BUGS
asterisk-11.8.1/ChangeLog
asterisk-11.8.1/menuselect/
asterisk-11.8.1/menuselect/missing
asterisk-11.8.1/menuselect/
makeopts.in
asterisk-11.8.1/menuselect/
autoconfig.h.in
asterisk-11.8.1/menuselect/config.guess
asterisk-11.8.1/menuselect/menuselect_curses.c
asterisk-11.8.1/menuselect/menuselect_gtk.c
asterisk-11.8.1/menuselect/install-sh
asterisk-11.8.1/menuselect/menuselect_newt.c
asterisk-11.8.1/menuselect/
configure.ac
asterisk-11.8.1/menuselect/config.sub
asterisk-11.8.1/menuselect/mxml/
asterisk-11.8.1/menuselect/mxml/mxml-index.c
asterisk-11.8.1/menuselect/mxml/
mxml.list.in
asterisk-11.8.1/menuselect/mxml/
config.h.in
asterisk-11.8.1/menuselect/mxml/mxml-search.c
asterisk-11.8.1/menuselect/mxml/install-sh
asterisk-11.8.1/menuselect/mxml/ANNOUNCEMENT
asterisk-11.8.1/menuselect/mxml/mxml-entity.c
asterisk-11.8.1/menuselect/mxml/mxml-string.c
asterisk-11.8.1/menuselect/mxml/mxml-private.c
asterisk-11.8.1/menuselect/mxml/Makefile.in
asterisk-11.8.1/menuselect/mxml/CHANGES
asterisk-11.8.1/menuselect/mxml/
configure.in
asterisk-11.8.1/menuselect/mxml/mxml-node.c
asterisk-11.8.1/menuselect/mxml/README
asterisk-11.8.1/menuselect/mxml/
mxml.pc.in
asterisk-11.8.1/menuselect/mxml/configure
asterisk-11.8.1/menuselect/mxml/COPYING
asterisk-11.8.1/menuselect/mxml/mxml-file.c
asterisk-11.8.1/menuselect/mxml/mxml-set.c
asterisk-11.8.1/menuselect/mxml/mxml-attr.c
asterisk-11.8.1/menuselect/mxml/mxml.h
asterisk-11.8.1/menuselect/test/
asterisk-11.8.1/menuselect/test/menuselect-tree
asterisk-11.8.1/menuselect/test/build_tools/
asterisk-11.8.1/menuselect/test/build_tools/menuselect-deps
asterisk-11.8.1/menuselect/bootstrap.sh
asterisk-11.8.1/menuselect/contrib/
asterisk-11.8.1/menuselect/contrib/Makefile-dummy
asterisk-11.8.1/menuselect/contrib/menuselect-dummy
asterisk-11.8.1/menuselect/Makefile
asterisk-11.8.1/menuselect/aclocal.m4
asterisk-11.8.1/menuselect/README
asterisk-11.8.1/menuselect/configure
asterisk-11.8.1/menuselect/menuselect_stub.c
asterisk-11.8.1/menuselect/menuselect.h
asterisk-11.8.1/menuselect/menuselect.c
asterisk-11.8.1/menuselect/acinclude.m4
asterisk-11.8.1/menuselect/make_version
asterisk-11.8.1/menuselect/strcompat.c
asterisk-11.8.1/menuselect/example_menuselect-tree
asterisk-11.8.1/menuselect/linkedlists.h
asterisk-11.8.1/apps/
asterisk-11.8.1/apps/app_queue.c
asterisk-11.8.1/apps/app_zapateller.c
asterisk-11.8.1/apps/app_skel.c
asterisk-11.8.1/apps/app_amd.c
asterisk-11.8.1/apps/app_stack.c
asterisk-11.8.1/apps/app_disa.c
asterisk-11.8.1/apps/app_morsecode.c
asterisk-11.8.1/apps/app_system.c
asterisk-11.8.1/apps/app_followme.c
asterisk-11.8.1/apps/app_dahdibarge.c
asterisk-11.8.1/apps/app_directed_pickup.c
asterisk-11.8.1/apps/app_festival.c
asterisk-11.8.1/apps/app_setcallerid.c
asterisk-11.8.1/apps/leave.h
asterisk-11.8.1/apps/app_directory.c
asterisk-11.8.1/apps/app_softhangup.c
asterisk-11.8.1/apps/app_ices.c
asterisk-11.8.1/apps/app_controlplayback.c
asterisk-11.8.1/apps/app_parkandannounce.c
asterisk-11.8.1/apps/app_originate.c
asterisk-11.8.1/apps/app_ivrdemo.c
asterisk-11.8.1/apps/app_readexten.c
asterisk-11.8.1/apps/app_readfile.c
asterisk-11.8.1/apps/app_image.c
asterisk-11.8.1/apps/app_url.c
asterisk-11.8.1/apps/app_privacy.c
asterisk-11.8.1/apps/app_voicemail.c
asterisk-11.8.1/apps/app_jack.c
asterisk-11.8.1/apps/app_mixmonitor.c
asterisk-11.8.1/apps/app_externalivr.c
asterisk-11.8.1/apps/app_speech_utils.c
asterisk-11.8.1/apps/app_while.c
asterisk-11.8.1/apps/app_waituntil.c
asterisk-11.8.1/apps/app_verbose.c
asterisk-11.8.1/apps/app_fax.c
asterisk-11.8.1/apps/app_userevent.c
asterisk-11.8.1/apps/app_flash.c
asterisk-11.8.1/apps/app_test.c
asterisk-11.8.1/apps/app_record.c
asterisk-11.8.1/apps/app_getcpeid.c
asterisk-11.8.1/apps/Makefile
asterisk-11.8.1/apps/confbridge/
asterisk-11.8.1/apps/confbridge/conf_state_multi.c
asterisk-11.8.1/apps/confbridge/conf_config_parser.c
asterisk-11.8.1/apps/confbridge/include/
asterisk-11.8.1/apps/confbridge/include/conf_state.h
asterisk-11.8.1/apps/confbridge/include/confbridge.h
asterisk-11.8.1/apps/confbridge/conf_state_empty.c
asterisk-11.8.1/apps/confbridge/conf_state.c
asterisk-11.8.1/apps/confbridge/conf_state_single.c
asterisk-11.8.1/apps/confbridge/conf_state_multi_marked.c
asterisk-11.8.1/apps/confbridge/conf_state_single_marked.c
asterisk-11.8.1/apps/confbridge/conf_state_inactive.c
asterisk-11.8.1/apps/app_waitforsilence.c
asterisk-11.8.1/apps/app_playtones.c
asterisk-11.8.1/apps/app_minivm.c
asterisk-11.8.1/apps/app_dumpchan.c
asterisk-11.8.1/apps/app_sms.c
asterisk-11.8.1/apps/app_waitforring.c
asterisk-11.8.1/apps/app_dial.c
asterisk-11.8.1/apps/app_sendtext.c
asterisk-11.8.1/apps/app_page.c
asterisk-11.8.1/apps/app_dahdiras.c
asterisk-11.8.1/apps/app_authenticate.c
asterisk-11.8.1/apps/app_celgenuserevent.c
asterisk-11.8.1/apps/app_chanspy.c
asterisk-11.8.1/apps/app_exec.c
asterisk-11.8.1/apps/app_read.c
asterisk-11.8.1/apps/app_sayunixtime.c
asterisk-11.8.1/apps/app_alarmreceiver.c
asterisk-11.8.1/apps/app_playback.c
asterisk-11.8.1/apps/app_milliwatt.c
asterisk-11.8.1/apps/
app_voicemail.exports.in
asterisk-11.8.1/apps/app_osplookup.c
asterisk-11.8.1/apps/app_channelredirect.c
asterisk-11.8.1/apps/app_talkdetect.c
asterisk-11.8.1/apps/app_adsiprog.c
asterisk-11.8.1/apps/app_dictate.c
asterisk-11.8.1/apps/app_mp3.c
asterisk-11.8.1/apps/app_nbscat.c
asterisk-11.8.1/apps/app_forkcdr.c
asterisk-11.8.1/apps/app_transfer.c
asterisk-11.8.1/apps/app_chanisavail.c
asterisk-11.8.1/apps/app_saycounted.c
asterisk-11.8.1/apps/app_meetme.c
asterisk-11.8.1/apps/app_echo.c
asterisk-11.8.1/apps/enter.h
asterisk-11.8.1/apps/app_senddtmf.c
asterisk-11.8.1/apps/app_macro.c
asterisk-11.8.1/apps/app_confbridge.c
asterisk-11.8.1/apps/app_cdr.c
asterisk-11.8.1/apps/app_db.c
asterisk-11.8.1/install-sh
asterisk-11.8.1/configs/
asterisk-11.8.1/configs/alsa.conf.sample
asterisk-11.8.1/configs/cel_custom.conf.sample
asterisk-11.8.1/configs/dsp.conf.sample
asterisk-11.8.1/configs/cdr_sqlite3_custom.conf.sample
asterisk-11.8.1/configs/res_corosync.conf.sample
asterisk-11.8.1/configs/cdr_syslog.conf.sample
asterisk-11.8.1/configs/amd.conf.sample
asterisk-11.8.1/configs/say.conf.sample
asterisk-11.8.1/configs/cdr.conf.sample
asterisk-11.8.1/configs/res_ldap.conf.sample
asterisk-11.8.1/configs/modules.conf.sample
asterisk-11.8.1/configs/motif.conf.sample
asterisk-11.8.1/configs/confbridge.conf.sample
asterisk-11.8.1/configs/res_curl.conf.sample
asterisk-11.8.1/configs/phone.conf.sample
asterisk-11.8.1/configs/cli_aliases.conf.sample
asterisk-11.8.1/configs/mgcp.conf.sample
asterisk-11.8.1/configs/cli_permissions.conf.sample
asterisk-11.8.1/configs/cdr_custom.conf.sample
asterisk-11.8.1/configs/h323.conf.sample
asterisk-11.8.1/configs/musiconhold.conf.sample
asterisk-11.8.1/configs/gtalk.conf.sample
asterisk-11.8.1/configs/alarmreceiver.conf.sample
asterisk-11.8.1/configs/cdr_adaptive_odbc.conf.sample
asterisk-11.8.1/configs/followme.conf.sample
asterisk-11.8.1/configs/res_config_sqlite3.conf.sample
asterisk-11.8.1/configs/cel_odbc.conf.sample
asterisk-11.8.1/configs/misdn.conf.sample
asterisk-11.8.1/configs/res_snmp.conf.sample
asterisk-11.8.1/configs/enum.conf.sample
asterisk-11.8.1/configs/app_skel.conf.sample
asterisk-11.8.1/configs/calendar.conf.sample
asterisk-11.8.1/configs/features.conf.sample
asterisk-11.8.1/configs/festival.conf.sample
asterisk-11.8.1/configs/res_stun_monitor.conf.sample
asterisk-11.8.1/configs/agents.conf.sample
asterisk-11.8.1/configs/acl.conf.sample
asterisk-11.8.1/configs/muted.conf.sample
asterisk-11.8.1/configs/cdr_mysql.conf.sample
asterisk-11.8.1/configs/res_config_sqlite.conf.sample
asterisk-11.8.1/configs/manager.conf.sample
asterisk-11.8.1/configs/res_pktccops.conf.sample
asterisk-11.8.1/configs/config_test.conf.sample
asterisk-11.8.1/configs/iaxprov.conf.sample
asterisk-11.8.1/configs/func_odbc.conf.sample
asterisk-11.8.1/configs/cel.conf.sample
asterisk-11.8.1/configs/cdr_pgsql.conf.sample
asterisk-11.8.1/configs/chan_mobile.conf.sample
asterisk-11.8.1/configs/cel_pgsql.conf.sample
asterisk-11.8.1/configs/jabber.conf.sample
asterisk-11.8.1/configs/minivm.conf.sample
asterisk-11.8.1/configs/smdi.conf.sample
asterisk-11.8.1/configs/adsi.conf.sample
asterisk-11.8.1/configs/console.conf.sample
asterisk-11.8.1/configs/codecs.conf.sample
asterisk-11.8.1/configs/sip.conf.sample
asterisk-11.8.1/configs/res_config_mysql.conf.sample
asterisk-11.8.1/configs/meetme.conf.sample
asterisk-11.8.1/configs/rtp.conf.sample
asterisk-11.8.1/configs/dnsmgr.conf.sample
asterisk-11.8.1/configs/vpb.conf.sample
asterisk-11.8.1/configs/phoneprov.conf.sample
asterisk-11.8.1/configs/extensions.ael.sample
asterisk-11.8.1/configs/iax.conf.sample
asterisk-11.8.1/configs/osp.conf.sample
asterisk-11.8.1/configs/sip_notify.conf.sample
asterisk-11.8.1/configs/telcordia-1.adsi
asterisk-11.8.1/configs/asterisk.adsi
asterisk-11.8.1/configs/queuerules.conf.sample
asterisk-11.8.1/configs/http.conf.sample
asterisk-11.8.1/configs/ooh323.conf.sample
asterisk-11.8.1/configs/cli.conf.sample
asterisk-11.8.1/configs/queues.conf.sample
asterisk-11.8.1/configs/cdr_odbc.conf.sample
asterisk-11.8.1/configs/extensions.conf.sample
asterisk-11.8.1/configs/res_pgsql.conf.sample
asterisk-11.8.1/configs/udptl.conf.sample
asterisk-11.8.1/configs/indications.conf.sample
asterisk-11.8.1/configs/extensions_minivm.conf.sample
asterisk-11.8.1/configs/chan_dahdi.conf.sample
asterisk-11.8.1/configs/ccss.conf.sample
asterisk-11.8.1/configs/unistim.conf.sample
asterisk-11.8.1/configs/cdr_manager.conf.sample
asterisk-11.8.1/configs/extconfig.conf.sample
asterisk-11.8.1/configs/dundi.conf.sample
asterisk-11.8.1/configs/extensions.lua.sample
asterisk-11.8.1/configs/dbsep.conf.sample
asterisk-11.8.1/configs/app_mysql.conf.sample
asterisk-11.8.1/configs/sla.conf.sample
asterisk-11.8.1/configs/cdr_tds.conf.sample
asterisk-11.8.1/configs/voicemail.conf.sample
asterisk-11.8.1/configs/users.conf.sample
asterisk-11.8.1/configs/res_fax.conf.sample
asterisk-11.8.1/configs/logger.conf.sample
asterisk-11.8.1/configs/oss.conf.sample
asterisk-11.8.1/configs/asterisk.conf.sample
asterisk-11.8.1/configs/cel_tds.conf.sample
asterisk-11.8.1/configs/cel_sqlite3_custom.conf.sample
asterisk-11.8.1/configs/res_odbc.conf.sample
asterisk-11.8.1/configs/xmpp.conf.sample
asterisk-11.8.1/configs/skinny.conf.sample
asterisk-11.8.1/configs/jingle.conf.sample
asterisk-11.8.1/.version
asterisk-11.8.1/UPGRADE-1.2.txt
asterisk-11.8.1/res/
asterisk-11.8.1/res/res_timing_dahdi.c
asterisk-11.8.1/res/res_config_sqlite.c
asterisk-11.8.1/res/
res_http_websocket.exports.in
asterisk-11.8.1/res/res_config_odbc.c
asterisk-11.8.1/res/res_adsi.c
asterisk-11.8.1/res/res_corosync.c
asterisk-11.8.1/res/res_pktccops.c
asterisk-11.8.1/res/res_fax_spandsp.c
asterisk-11.8.1/res/
res_jabber.exports.in
asterisk-11.8.1/res/res_monitor.c
asterisk-11.8.1/res/res_config_sqlite3.c
asterisk-11.8.1/res/res_rtp_asterisk.c
asterisk-11.8.1/res/res_fax.c
asterisk-11.8.1/res/res_smdi.c
asterisk-11.8.1/res/res_limit.c
asterisk-11.8.1/res/res_phoneprov.c
asterisk-11.8.1/res/pjproject/
asterisk-11.8.1/res/pjproject/README.txt
asterisk-11.8.1/res/pjproject/INSTALL.txt
asterisk-11.8.1/res/pjproject/config.guess
asterisk-11.8.1/res/pjproject/third_party/
asterisk-11.8.1/res/pjproject/third_party/README.txt
asterisk-11.8.1/res/pjproject/third_party/resample/
asterisk-11.8.1/res/pjproject/third_party/resample/include/
asterisk-11.8.1/res/pjproject/third_party/resample/include/resamplesubs.h
asterisk-11.8.1/res/pjproject/third_party/resample/src/
asterisk-11.8.1/res/pjproject/third_party/resample/src/libresample_dll.c
asterisk-11.8.1/res/pjproject/third_party/resample/src/smallfilter.h
asterisk-11.8.1/res/pjproject/third_party/resample/src/largefilter.h
asterisk-11.8.1/res/pjproject/third_party/resample/src/resamplesubs.c
asterisk-11.8.1/res/pjproject/third_party/resample/src/stddefs.h
asterisk-11.8.1/res/pjproject/third_party/resample/src/resample.h
asterisk-11.8.1/res/pjproject/third_party/resample/README.resample
asterisk-11.8.1/res/pjproject/third_party/resample/COPYING
asterisk-11.8.1/res/pjproject/third_party/g7221/
asterisk-11.8.1/res/pjproject/third_party/g7221/decode/
asterisk-11.8.1/res/pjproject/third_party/g7221/decode/coef2sam.c
asterisk-11.8.1/res/pjproject/third_party/g7221/decode/dct4_s.h
asterisk-11.8.1/res/pjproject/third_party/g7221/decode/decoder.c
asterisk-11.8.1/res/pjproject/third_party/g7221/decode/dct4_s.c
asterisk-11.8.1/res/pjproject/third_party/g7221/encode/
asterisk-11.8.1/res/pjproject/third_party/g7221/encode/dct4_a.c
asterisk-11.8.1/res/pjproject/third_party/g7221/encode/dct4_a.h
asterisk-11.8.1/res/pjproject/third_party/g7221/encode/sam2coef.c
asterisk-11.8.1/res/pjproject/third_party/g7221/encode/encoder.c
asterisk-11.8.1/res/pjproject/third_party/g7221/common/
asterisk-11.8.1/res/pjproject/third_party/g7221/common/huff_def.h
asterisk-11.8.1/res/pjproject/third_party/g7221/common/huff_tab.c
asterisk-11.8.1/res/pjproject/third_party/g7221/common/tables.c
asterisk-11.8.1/res/pjproject/third_party/g7221/common/common.c
asterisk-11.8.1/res/pjproject/third_party/g7221/common/basic_op_i.h
asterisk-11.8.1/res/pjproject/third_party/g7221/common/count.h
asterisk-11.8.1/res/pjproject/third_party/g7221/common/tables.h
asterisk-11.8.1/res/pjproject/third_party/g7221/common/defs.h
asterisk-11.8.1/res/pjproject/third_party/g7221/common/config.h
asterisk-11.8.1/res/pjproject/third_party/g7221/common/huff_tab.h
asterisk-11.8.1/res/pjproject/third_party/g7221/common/basic_op.c
asterisk-11.8.1/res/pjproject/third_party/g7221/common/typedef.h
asterisk-11.8.1/res/pjproject/third_party/g7221/common/basic_op.h
asterisk-11.8.1/res/pjproject/third_party/lib/
asterisk-11.8.1/res/pjproject/third_party/gsm/
asterisk-11.8.1/res/pjproject/third_party/gsm/man/
asterisk-11.8.1/res/pjproject/third_party/gsm/man/gsm.3
asterisk-11.8.1/res/pjproject/third_party/gsm/man/toast.1
asterisk-11.8.1/res/pjproject/third_party/gsm/man/gsm_print.3
asterisk-11.8.1/res/pjproject/third_party/gsm/man/gsm_option.3
asterisk-11.8.1/res/pjproject/third_party/gsm/man/gsm_explode.3
asterisk-11.8.1/res/pjproject/third_party/gsm/man/bitter.1
asterisk-11.8.1/res/pjproject/third_party/gsm/ChangeLog
asterisk-11.8.1/res/pjproject/third_party/gsm/src/
asterisk-11.8.1/res/pjproject/third_party/gsm/src/rpe.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/preprocess.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/toast_alaw.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/decode.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/lpc.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/toast_lin.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/gsm_explode.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/toast.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/long_term.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/add.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/gsm_encode.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/gsm_destroy.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/toast_ulaw.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/toast_audio.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/code.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/gsm_create.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/gsm_implode.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/gsm_option.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/gsm_decode.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/short_term.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/table.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/gsm_print.c
asterisk-11.8.1/res/pjproject/third_party/gsm/src/debug.c
asterisk-11.8.1/res/pjproject/third_party/gsm/lib/
asterisk-11.8.1/res/pjproject/third_party/gsm/MACHINES
asterisk-11.8.1/res/pjproject/third_party/gsm/MANIFEST
asterisk-11.8.1/res/pjproject/third_party/gsm/COPYRIGHT
asterisk-11.8.1/res/pjproject/third_party/gsm/add-test/
asterisk-11.8.1/res/pjproject/third_party/gsm/add-test/add_test.dta
asterisk-11.8.1/res/pjproject/third_party/gsm/add-test/add_test.c
asterisk-11.8.1/res/pjproject/third_party/gsm/Makefile
asterisk-11.8.1/res/pjproject/third_party/gsm/INSTALL
asterisk-11.8.1/res/pjproject/third_party/gsm/inc/
asterisk-11.8.1/res/pjproject/third_party/gsm/inc/unproto.h
asterisk-11.8.1/res/pjproject/third_party/gsm/inc/config.h
asterisk-11.8.1/res/pjproject/third_party/gsm/inc/private.h
asterisk-11.8.1/res/pjproject/third_party/gsm/inc/gsm.h
asterisk-11.8.1/res/pjproject/third_party/gsm/inc/toast.h
asterisk-11.8.1/res/pjproject/third_party/gsm/inc/proto.h
asterisk-11.8.1/res/pjproject/third_party/gsm/bin/
asterisk-11.8.1/res/pjproject/third_party/gsm/README
asterisk-11.8.1/res/pjproject/third_party/gsm/tls/
asterisk-11.8.1/res/pjproject/third_party/gsm/tls/bitter.dta
asterisk-11.8.1/res/pjproject/third_party/gsm/tls/sour1.dta
asterisk-11.8.1/res/pjproject/third_party/gsm/tls/sweet.c
asterisk-11.8.1/res/pjproject/third_party/gsm/tls/ginger.c
asterisk-11.8.1/res/pjproject/third_party/gsm/tls/taste.c
asterisk-11.8.1/res/pjproject/third_party/gsm/tls/bitter.c
asterisk-11.8.1/res/pjproject/third_party/gsm/tls/sour2.dta
asterisk-11.8.1/res/pjproject/third_party/gsm/tls/sour.c
asterisk-11.8.1/res/pjproject/third_party/gsm/tls/taste.h
asterisk-11.8.1/res/pjproject/third_party/gsm/tst/
asterisk-11.8.1/res/pjproject/third_party/gsm/tst/cod2lin.c
asterisk-11.8.1/res/pjproject/third_party/gsm/tst/gsm2cod.c
asterisk-11.8.1/res/pjproject/third_party/gsm/tst/run
asterisk-11.8.1/res/pjproject/third_party/gsm/tst/lin2cod.c
asterisk-11.8.1/res/pjproject/third_party/gsm/tst/cod2txt.c
asterisk-11.8.1/res/pjproject/third_party/gsm/tst/lin2txt.c
asterisk-11.8.1/res/pjproject/third_party/milenage/
asterisk-11.8.1/res/pjproject/third_party/milenage/milenage.c
asterisk-11.8.1/res/pjproject/third_party/milenage/rijndael.c
asterisk-11.8.1/res/pjproject/third_party/milenage/milenage.h
asterisk-11.8.1/res/pjproject/third_party/milenage/rijndael.h
asterisk-11.8.1/res/pjproject/third_party/speex/
asterisk-11.8.1/res/pjproject/third_party/speex/AUTHORS
asterisk-11.8.1/res/pjproject/third_party/speex/include/
asterisk-11.8.1/res/pjproject/third_party/speex/include/speex/
asterisk-11.8.1/res/pjproject/third_party/speex/include/speex/speex_echo.h
asterisk-11.8.1/res/pjproject/third_party/speex/include/speex/speex_buffer.h
asterisk-11.8.1/res/pjproject/third_party/speex/include/speex/speex_bits.h
asterisk-11.8.1/res/pjproject/third_party/speex/include/speex/speex_resampler.h
asterisk-11.8.1/res/pjproject/third_party/speex/include/speex/speex_preprocess.h
asterisk-11.8.1/res/pjproject/third_party/speex/include/speex/
speex_config_types.h.in
asterisk-11.8.1/res/pjproject/third_party/speex/include/speex/speex_callbacks.h
asterisk-11.8.1/res/pjproject/third_party/speex/include/speex/speex_header.h
asterisk-11.8.1/res/pjproject/third_party/speex/include/speex/speex_types.h
asterisk-11.8.1/res/pjproject/third_party/speex/include/speex/speex.h
asterisk-11.8.1/res/pjproject/third_party/speex/include/speex/speex_stereo.h
asterisk-11.8.1/res/pjproject/third_party/speex/include/speex/speex_jitter.h
asterisk-11.8.1/res/pjproject/third_party/speex/symbian/
asterisk-11.8.1/res/pjproject/third_party/speex/symbian/config.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/fixed_arm5e.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/filters.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/filters_sse.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/lpc_bfin.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/smallft.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/cb_search_arm4.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/fixed_generic.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/kiss_fftr.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/window.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/vq.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/modes.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/preprocess.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/stack_alloc.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/speex_callbacks.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/lpc.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/high_lsp_tables.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/modes.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/lsp_tables_nb.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/stereo.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/exc_10_32_table.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/testenc.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/exc_5_256_table.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/hexc_10_32_table.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/kiss_fftr.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/misc_bfin.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/lpc.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/speex_header.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/pseudofloat.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/cb_search_sse.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/vq_arm4.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/filterbank.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/vorbis_psy.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/smallft.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/fixed_arm4.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/ltp_sse.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/jitter.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/speex.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/arch.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/buffer.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/kiss_fft.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/ltp.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/gain_table.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/filters_arm4.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/fixed_bfin.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/math_approx.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/nb_celp.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/gain_table_lbr.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/nb_celp.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/exc_10_16_table.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/kiss_fft.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/ltp_bfin.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/filterbank.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/quant_lsp_bfin.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/bits.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/lsp.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/echo_diagnostic.m
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/testenc_uwb.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/filters.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/ltp.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/testecho.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/_kiss_fft_guts.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/vbr.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/resample_sse.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/sb_celp.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/vbr.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/testdenoise.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/hexc_table.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/quant_lsp.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/fixed_debug.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/cb_search.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/testjitter.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/vq_sse.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/lsp.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/os_support.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/exc_8_128_table.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/mdf.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/quant_lsp.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/modes_wb.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/filters_bfin.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/scal.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/exc_5_64_table.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/fftwrap.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/exc_20_32_table.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/testresample.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/ltp_arm4.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/vq_bfin.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/resample.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/vq.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/cb_search.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/testenc_wb.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/cb_search_bfin.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/lsp_bfin.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/fftwrap.h
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/sb_celp.c
asterisk-11.8.1/res/pjproject/third_party/speex/libspeex/vorbis_psy.h
asterisk-11.8.1/res/pjproject/third_party/speex/win32/
asterisk-11.8.1/res/pjproject/third_party/speex/win32/config.h
asterisk-11.8.1/res/pjproject/third_party/speex/COPYING
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/seekpt.h
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/msgthrd.h
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/refclock.h
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/wxlist.h
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/wxlist.cpp
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/wxdebug.h
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/ctlutil.cpp
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/wxdebug.cpp
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/wxutil.cpp
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/renbase.cpp
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/combase.cpp
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/mtype.cpp
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/amfilter.h
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/amvideo.cpp
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/mtype.h
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/renbase.h
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/fourcc.h
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/arithutil.cpp
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/ctlutil.h
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/wxutil.h
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/combase.h
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/reftime.h
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/streams.h
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/measure.h
asterisk-11.8.1/res/pjproject/third_party/BaseClasses/amfilter.cpp
asterisk-11.8.1/res/pjproject/third_party/ilbc/
asterisk-11.8.1/res/pjproject/third_party/ilbc/gainquant.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/iCBConstruct.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/StateConstructW.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/hpInput.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/constants.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/constants.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/StateSearchW.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/enhancer.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/anaFilter.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/gainquant.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/iLBC_encode.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/iLBC_define.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/iLBC_decode.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/createCB.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/packing.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/iCBSearch.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/getCBvec.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/LPCdecode.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/iCBConstruct.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/hpOutput.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/FrameClassify.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/iLBC_encode.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/doCPLC.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/StateSearchW.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/syntFilter.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/enhancer.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/StateConstructW.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/lsf.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/packing.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/lsf.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/filter.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/createCB.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/LPCencode.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/iCBSearch.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/LPCencode.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/FrameClassify.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/iLBC_decode.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/syntFilter.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/helpfun.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/getCBvec.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/helpfun.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/doCPLC.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/LPCdecode.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/hpInput.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/filter.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/iLBC_test.c
asterisk-11.8.1/res/pjproject/third_party/ilbc/hpOutput.h
asterisk-11.8.1/res/pjproject/third_party/ilbc/anaFilter.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/
asterisk-11.8.1/res/pjproject/third_party/portaudio/README.txt
asterisk-11.8.1/res/pjproject/third_party/portaudio/missing
asterisk-11.8.1/res/pjproject/third_party/portaudio/Doxyfile
asterisk-11.8.1/res/pjproject/third_party/portaudio/config.guess
asterisk-11.8.1/res/pjproject/third_party/portaudio/include/
asterisk-11.8.1/res/pjproject/third_party/portaudio/include/pa_win_ds.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/include/pa_jack.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/include/pa_asio.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/include/pa_win_wmme.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/include/pa_win_waveformat.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/include/portaudio.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/include/pa_linux_alsa.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/include/pa_mac_core.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/ltmain.sh
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/wasapi/
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/wasapi/pa_win_wasapi.cpp
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/asio/
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/asio/pa_asio.cpp
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/asio/iasiothiscallresolver.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/asio/ASIO-README.txt
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/alsa/
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/alsa/pa_linux_alsa.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/oss/
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/oss/recplay.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/oss/pa_unix_oss.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/oss/low_latency_tip.txt
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/asihpi/
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/asihpi/pa_linux_asihpi.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/wdmks/
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/wdmks/readme.txt
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/wdmks/pa_win_wdmks.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/dsound/
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/dsound/pa_win_ds_dynlink.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/dsound/pa_win_ds.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/dsound/pa_win_ds_dynlink.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/wmme/
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/wmme/pa_win_wmme.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/coreaudio/
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/coreaudio/pa_mac_core_old.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/coreaudio/pa_mac_core_utilities.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/coreaudio/pa_mac_core_utilities.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/coreaudio/pa_mac_core_blocking.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/coreaudio/pa_mac_core_blocking.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/coreaudio/pa_mac_core.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/coreaudio/pa_mac_core_internal.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/coreaudio/notes.txt
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/jack/
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/hostapi/jack/pa_jack.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/os/
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/os/win/
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/os/win/pa_x86_plain_converters.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/os/win/pa_win_waveformat.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/os/win/pa_win_wdmks_utils.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/os/win/pa_win_hostapis.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/os/win/pa_win_wdmks_utils.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/os/win/pa_x86_plain_converters.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/os/win/pa_win_util.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/os/mac_osx/
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/os/unix/
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/os/unix/pa_unix_util.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/os/unix/pa_unix_hostapis.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/os/unix/pa_unix_util.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_cpuload.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_trace.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_allocation.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_skeleton.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_cpuload.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_stream.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_util.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_endianness.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_types.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_converters.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_debugprint.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_process.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_trace.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_dither.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_hostapi.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_allocation.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_converters.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_process.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_stream.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_memorybarrier.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_dither.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_ringbuffer.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_debugprint.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_front.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/common/pa_ringbuffer.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/src/SConscript
asterisk-11.8.1/res/pjproject/third_party/portaudio/install-sh
asterisk-11.8.1/res/pjproject/third_party/portaudio/
portaudio-2.0.pc.in
asterisk-11.8.1/res/pjproject/third_party/portaudio/fixfile.bat
asterisk-11.8.1/res/pjproject/third_party/portaudio/index.html
asterisk-11.8.1/res/pjproject/third_party/portaudio/depcomp
asterisk-11.8.1/res/pjproject/third_party/portaudio/config.sub
asterisk-11.8.1/res/pjproject/third_party/portaudio/SConstruct
asterisk-11.8.1/res/pjproject/third_party/portaudio/testcvs/
asterisk-11.8.1/res/pjproject/third_party/portaudio/testcvs/changeme.txt
asterisk-11.8.1/res/pjproject/third_party/portaudio/test/
asterisk-11.8.1/res/pjproject/third_party/portaudio/Makefile.in
asterisk-11.8.1/res/pjproject/third_party/portaudio/LICENSE.txt
asterisk-11.8.1/res/pjproject/third_party/portaudio/
configure.in
asterisk-11.8.1/res/pjproject/third_party/portaudio/aclocal.m4
asterisk-11.8.1/res/pjproject/third_party/portaudio/bindings/
asterisk-11.8.1/res/pjproject/third_party/portaudio/bindings/cpp/
asterisk-11.8.1/res/pjproject/third_party/portaudio/configure
asterisk-11.8.1/res/pjproject/third_party/portaudio/fixdir.bat
asterisk-11.8.1/res/pjproject/third_party/portaudio/pablio/
asterisk-11.8.1/res/pjproject/third_party/portaudio/pablio/README.txt
asterisk-11.8.1/res/pjproject/third_party/portaudio/pablio/test_w_saw8.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/pablio/test_w_saw.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/pablio/test_rw.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/pablio/pablio.def
asterisk-11.8.1/res/pjproject/third_party/portaudio/pablio/test_rw_echo.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/pablio/pablio.h
asterisk-11.8.1/res/pjproject/third_party/portaudio/pablio/pablio.c
asterisk-11.8.1/res/pjproject/third_party/portaudio/build/
asterisk-11.8.1/res/pjproject/third_party/portaudio/build/msvc/
asterisk-11.8.1/res/pjproject/third_party/portaudio/build/msvc/portaudio.sln
asterisk-11.8.1/res/pjproject/third_party/portaudio/build/msvc/portaudio.dsw
asterisk-11.8.1/res/pjproject/third_party/portaudio/build/msvc/readme.txt
asterisk-11.8.1/res/pjproject/third_party/portaudio/build/msvc/portaudio.dsp
asterisk-11.8.1/res/pjproject/third_party/portaudio/build/msvc/portaudio.def
asterisk-11.8.1/res/pjproject/third_party/portaudio/build/msvc/portaudio.vcproj
asterisk-11.8.1/res/pjproject/third_party/portaudio/build/dev-cpp/
asterisk-11.8.1/res/pjproject/third_party/portaudio/build/dev-cpp/
portaudio-static.dev
asterisk-11.8.1/res/pjproject/third_party/portaudio/build/dev-cpp/
portaudio-dll.dev
asterisk-11.8.1/res/pjproject/third_party/portaudio/build/dev-cpp/readme.txt
asterisk-11.8.1/res/pjproject/third_party/portaudio/build/dev-cpp/Makefile-dll
asterisk-11.8.1/res/pjproject/third_party/portaudio/build/dev-cpp/Makefile-static
asterisk-11.8.1/res/pjproject/third_party/portaudio/build/scons/
asterisk-11.8.1/res/pjproject/third_party/portaudio/build/scons/SConscript_opts
asterisk-11.8.1/res/pjproject/third_party/portaudio/build/scons/SConscript_common
asterisk-11.8.1/res/pjproject/third_party/portaudio/doc/
asterisk-11.8.1/res/pjproject/third_party/bin/
asterisk-11.8.1/res/pjproject/third_party/build/
asterisk-11.8.1/res/pjproject/third_party/build/os-linux.mak
asterisk-11.8.1/res/pjproject/third_party/build/
os-auto.mak.in
asterisk-11.8.1/res/pjproject/third_party/build/resample/
asterisk-11.8.1/res/pjproject/third_party/build/resample/output/
asterisk-11.8.1/res/pjproject/third_party/build/resample/libresample.vcproj
asterisk-11.8.1/res/pjproject/third_party/build/resample/libresample.vcp
asterisk-11.8.1/res/pjproject/third_party/build/resample/config.h
asterisk-11.8.1/res/pjproject/third_party/build/resample/Makefile
asterisk-11.8.1/res/pjproject/third_party/build/resample/libresample_dll.vcproj
asterisk-11.8.1/res/pjproject/third_party/build/g7221/
asterisk-11.8.1/res/pjproject/third_party/build/g7221/libg7221codec.vcproj
asterisk-11.8.1/res/pjproject/third_party/build/g7221/output/
asterisk-11.8.1/res/pjproject/third_party/build/g7221/Makefile
asterisk-11.8.1/res/pjproject/third_party/build/os-darwinos.mak
asterisk-11.8.1/res/pjproject/third_party/build/os-win32.mak
asterisk-11.8.1/res/pjproject/third_party/build/samplerate/
asterisk-11.8.1/res/pjproject/third_party/build/samplerate/README.txt
asterisk-11.8.1/res/pjproject/third_party/build/samplerate/Static.msvc
asterisk-11.8.1/res/pjproject/third_party/build/samplerate/output/
asterisk-11.8.1/res/pjproject/third_party/build/samplerate/libsamplerate_static.dsp
asterisk-11.8.1/res/pjproject/third_party/build/baseclasses/
asterisk-11.8.1/res/pjproject/third_party/build/baseclasses/output/
asterisk-11.8.1/res/pjproject/third_party/build/baseclasses/libbaseclasses.vcproj
asterisk-11.8.1/res/pjproject/third_party/build/gsm/
asterisk-11.8.1/res/pjproject/third_party/build/gsm/output/
asterisk-11.8.1/res/pjproject/third_party/build/gsm/config.h
asterisk-11.8.1/res/pjproject/third_party/build/gsm/libgsmcodec.vcproj
asterisk-11.8.1/res/pjproject/third_party/build/gsm/Makefile
asterisk-11.8.1/res/pjproject/third_party/build/gsm/libgsmcodec.vcp
asterisk-11.8.1/res/pjproject/third_party/build/milenage/
asterisk-11.8.1/res/pjproject/third_party/build/milenage/output/
asterisk-11.8.1/res/pjproject/third_party/build/milenage/libmilenage.vcproj
asterisk-11.8.1/res/pjproject/third_party/build/milenage/Makefile
asterisk-11.8.1/res/pjproject/third_party/build/milenage/libmilenage.vcp
asterisk-11.8.1/res/pjproject/third_party/build/speex/
asterisk-11.8.1/res/pjproject/third_party/build/speex/output/
asterisk-11.8.1/res/pjproject/third_party/build/speex/libspeex.vcproj
asterisk-11.8.1/res/pjproject/third_party/build/speex/config.h
asterisk-11.8.1/res/pjproject/third_party/build/speex/speex/
asterisk-11.8.1/res/pjproject/third_party/build/speex/speex/speex_config_types.h
asterisk-11.8.1/res/pjproject/third_party/build/speex/Makefile
asterisk-11.8.1/res/pjproject/third_party/build/speex/libspeex.vcp
asterisk-11.8.1/res/pjproject/third_party/build/Makefile
asterisk-11.8.1/res/pjproject/third_party/build/ilbc/
asterisk-11.8.1/res/pjproject/third_party/build/ilbc/output/
asterisk-11.8.1/res/pjproject/third_party/build/ilbc/libilbccodec.vcproj
asterisk-11.8.1/res/pjproject/third_party/build/ilbc/libilbccodec.vcp
asterisk-11.8.1/res/pjproject/third_party/build/ilbc/Makefile
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/os-linux.mak
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/output/
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/
os-auto.mak.in
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_cpuload.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_trace.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_allocation.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_mac_core_old.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_skeleton.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_cpuload.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_stream.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_unix_oss.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_mac_core_utilities.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_util.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_mac_core_utilities.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_mac_core_blocking.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_mac_core_blocking.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_mac_core.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_endianness.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_types.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_win_waveformat.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_converters.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_mac_core_internal.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_win_wmme.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_mac_hostapis.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_win_waveformat.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/portaudio.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_debugprint.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_process.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_win_wmme.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_linux_alsa.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_trace.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_dither.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_hostapi.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_allocation.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_unix_util.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_mac_core.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_converters.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_process.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_win_hostapis.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_stream.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_dither.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_ringbuffer.h
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_debugprint.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_front.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_unix_hostapis.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_ringbuffer.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_unix_util.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_linux_alsa.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/src/pa_win_util.c
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/libportaudio.vcproj
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/libportaudio.vcp
asterisk-11.8.1/res/pjproject/third_party/build/portaudio/Makefile
asterisk-11.8.1/res/pjproject/third_party/build/srtp/
asterisk-11.8.1/res/pjproject/third_party/build/srtp/output/
asterisk-11.8.1/res/pjproject/third_party/build/srtp/libsrtp.vcp
asterisk-11.8.1/res/pjproject/third_party/build/srtp/libsrtp.vcproj
asterisk-11.8.1/res/pjproject/third_party/build/srtp/Makefile
asterisk-11.8.1/res/pjproject/third_party/build/srtp/srtp_config.h
asterisk-11.8.1/res/pjproject/third_party/mp3/
asterisk-11.8.1/res/pjproject/third_party/mp3/mp3_writer.c
asterisk-11.8.1/res/pjproject/third_party/mp3/BladeMP3EncDLL.h
asterisk-11.8.1/res/pjproject/third_party/mp3/mp3_port.h
asterisk-11.8.1/res/pjproject/third_party/srtp/
asterisk-11.8.1/res/pjproject/third_party/srtp/config.guess
asterisk-11.8.1/res/pjproject/third_party/srtp/config.h_win32vc7
asterisk-11.8.1/res/pjproject/third_party/srtp/include/
asterisk-11.8.1/res/pjproject/third_party/srtp/include/srtp_priv.h
asterisk-11.8.1/res/pjproject/third_party/srtp/include/srtp.h
asterisk-11.8.1/res/pjproject/third_party/srtp/include/rtp_priv.h
asterisk-11.8.1/res/pjproject/third_party/srtp/include/rtp.h
asterisk-11.8.1/res/pjproject/third_party/srtp/include/ut_sim.h
asterisk-11.8.1/res/pjproject/third_party/srtp/include/getopt_s.h
asterisk-11.8.1/res/pjproject/third_party/srtp/pjlib/
asterisk-11.8.1/res/pjproject/third_party/srtp/pjlib/srtp_err.c
asterisk-11.8.1/res/pjproject/third_party/srtp/LICENSE
asterisk-11.8.1/res/pjproject/third_party/srtp/srtp7.vcproj
asterisk-11.8.1/res/pjproject/third_party/srtp/install-sh
asterisk-11.8.1/res/pjproject/third_party/srtp/config.sub
asterisk-11.8.1/res/pjproject/third_party/srtp/srtp.def
asterisk-11.8.1/res/pjproject/third_party/srtp/test/
asterisk-11.8.1/res/pjproject/third_party/srtp/test/rtp.c
asterisk-11.8.1/res/pjproject/third_party/srtp/test/replay_driver.c
asterisk-11.8.1/res/pjproject/third_party/srtp/test/rtpw_test.sh
asterisk-11.8.1/res/pjproject/third_party/srtp/test/dtls_srtp_driver.c
asterisk-11.8.1/res/pjproject/third_party/srtp/test/rtpw.c
asterisk-11.8.1/res/pjproject/third_party/srtp/test/srtp_driver.c
asterisk-11.8.1/res/pjproject/third_party/srtp/test/roc_driver.c
asterisk-11.8.1/res/pjproject/third_party/srtp/test/lfsr.c
asterisk-11.8.1/res/pjproject/third_party/srtp/test/rdbx_driver.c
asterisk-11.8.1/res/pjproject/third_party/srtp/test/getopt_s.c
asterisk-11.8.1/res/pjproject/third_party/srtp/srtp7.sln
asterisk-11.8.1/res/pjproject/third_party/srtp/update.sh
asterisk-11.8.1/res/pjproject/third_party/srtp/Makefile.in
asterisk-11.8.1/res/pjproject/third_party/srtp/CHANGES
asterisk-11.8.1/res/pjproject/third_party/srtp/tables/
asterisk-11.8.1/res/pjproject/third_party/srtp/tables/aes_tables.c
asterisk-11.8.1/res/pjproject/third_party/srtp/
configure.in
asterisk-11.8.1/res/pjproject/third_party/srtp/timing
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/ae_xfm/
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/ae_xfm/xfm.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/cipher.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/integers.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/hmac.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/crypto.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/rdbx.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/rand_source.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/key.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/aes.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/alloc.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/sha1.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/datatypes.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/cryptoalg.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/err.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/crypto_kernel.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/xfm.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/stat.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/null_auth.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/aes_icm.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/null_cipher.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/aes_cbc.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/crypto_types.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/gf2_8.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/prng.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/auth.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/rdb.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/crypto_math.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/include/kernel_compat.h
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/cipher/
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/cipher/aes_cbc.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/cipher/cipher.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/cipher/null_cipher.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/cipher/aes.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/cipher/aes_icm.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/kernel/
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/kernel/crypto_kernel.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/kernel/alloc.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/kernel/err.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/kernel/key.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/hash/
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/hash/hmac.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/hash/sha1.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/hash/auth.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/hash/null_auth.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/test/
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/test/rand_gen.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/test/kernel_driver.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/test/sha1_driver.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/test/cipher_driver.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/test/stat_driver.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/test/datatypes_driver.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/test/auth_driver.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/test/aes_calc.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/test/env.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/Makefile.in
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/Makefile
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/math/
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/math/stat.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/math/datatypes.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/math/gf2_8.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/math/math.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/replay/
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/replay/rdb.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/replay/rdbx.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/replay/ut_sim.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/rng/
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/rng/ctr_prng.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/rng/prng.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/rng/rand_source.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/rng/rand_linux_kernel.c
asterisk-11.8.1/res/pjproject/third_party/srtp/crypto/VERSION
asterisk-11.8.1/res/pjproject/third_party/srtp/README
asterisk-11.8.1/res/pjproject/third_party/srtp/config.hw
asterisk-11.8.1/res/pjproject/third_party/srtp/TODO
asterisk-11.8.1/res/pjproject/third_party/srtp/configure
asterisk-11.8.1/res/pjproject/third_party/srtp/config_in.h
asterisk-11.8.1/res/pjproject/third_party/srtp/srtp.vcproj
asterisk-11.8.1/res/pjproject/third_party/srtp/srtp/
asterisk-11.8.1/res/pjproject/third_party/srtp/srtp/srtp.c
asterisk-11.8.1/res/pjproject/third_party/srtp/undos.sh
asterisk-11.8.1/res/pjproject/third_party/srtp/doc/
asterisk-11.8.1/res/pjproject/third_party/srtp/VERSION
asterisk-11.8.1/res/pjproject/pjproject-vs8.sln
asterisk-11.8.1/res/pjproject/pkgconfig.py
asterisk-11.8.1/res/pjproject/pjlib/
asterisk-11.8.1/res/pjproject/pjlib/include/
asterisk-11.8.1/res/pjproject/pjlib/include/pj/
asterisk-11.8.1/res/pjproject/pjlib/include/pj/activesock.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/ssl_sock.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/list_i.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/assert.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/except.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/sock.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/file_io.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/types.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/pool_i.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/sock_select.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/unicode.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/pool_alt.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/log.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/ip_helper.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/config_site_sample.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/math.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/array.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/addr_resolv.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/ioqueue.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/config.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/string.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/string_i.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/rbtree.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/lock.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/os_palmos.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/m_powerpc.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/m_alpha.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/cc_msvc.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/m_i386.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/high_precision.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/size_t.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/cc_codew.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/socket.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/assert.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/cc_mwcc.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/os_linux_kernel.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/os_sunos.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/cc_gcce.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/setjmp.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/stdfileio.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/m_armv4.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/string.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/malloc.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/cc_gcc.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/m_x86_64.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/os_symbian.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/m_sparc.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/os_win32_wince.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/ctype.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/
m_auto.h.in
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/m_m68k.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/os_rtems.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/os_win32.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/rand.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/
os_auto.h.in
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/os_linux.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/stdarg.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/time.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/os_darwinos.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/errno.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/compat/cc_armcc.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/ctype.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/file_access.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/rand.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/timer.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/fifobuf.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/config_site.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/os.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/pool.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/sock_qos.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/doxygen.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/list.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/guid.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/errno.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/hash.h
asterisk-11.8.1/res/pjproject/pjlib/include/pj/pool_buf.h
asterisk-11.8.1/res/pjproject/pjlib/include/pjlib.h
asterisk-11.8.1/res/pjproject/pjlib/include/pjlib++.hpp
asterisk-11.8.1/res/pjproject/pjlib/include/pj++/
asterisk-11.8.1/res/pjproject/pjlib/include/pj++/sock.hpp
asterisk-11.8.1/res/pjproject/pjlib/include/pj++/tree.hpp
asterisk-11.8.1/res/pjproject/pjlib/include/pj++/timer.hpp
asterisk-11.8.1/res/pjproject/pjlib/include/pj++/scanner.hpp
asterisk-11.8.1/res/pjproject/pjlib/include/pj++/file.hpp
asterisk-11.8.1/res/pjproject/pjlib/include/pj++/types.hpp
asterisk-11.8.1/res/pjproject/pjlib/include/pj++/hash.hpp
asterisk-11.8.1/res/pjproject/pjlib/include/pj++/lock.hpp
asterisk-11.8.1/res/pjproject/pjlib/include/pj++/string.hpp
asterisk-11.8.1/res/pjproject/pjlib/include/pj++/list.hpp
asterisk-11.8.1/res/pjproject/pjlib/include/pj++/pool.hpp
asterisk-11.8.1/res/pjproject/pjlib/include/pj++/os.hpp
asterisk-11.8.1/res/pjproject/pjlib/include/pj++/proactor.hpp
asterisk-11.8.1/res/pjproject/pjlib/src/
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-samples/
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-samples/list.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-samples/except.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-samples/log.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/test.h
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/os.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/rbtree.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/pjlib_test_reg.rss
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/atomic.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/main_symbian.cpp
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/ssl_sock.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/activesock.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/exception_wrap.cpp
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/ioq_udp.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/pool.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/sock_perf.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/udp_echo_srv_sync.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/sleep.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/test.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/thread.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/pool_perf.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/util.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/rtems_network_config.h
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/exception.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/main_rtems.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/string.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/main_win32.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/list.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/timer.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/mutex.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/main_mod.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/test_wrap.cpp
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/udp_echo_srv_ioqueue.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/ioq_unreg.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/fifobuf.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/errno.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/select.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/file.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/rand.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/echo_clt.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/pool_wrap.cpp
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/hash_test.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/ioq_perf.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/main.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/sock.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/timestamp.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib-test/ioq_tcp.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/
asterisk-11.8.1/res/pjproject/pjlib/src/pj/sock_qos_common.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/addr_resolv_sock.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_core_darwin.m
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_error_symbian.cpp
asterisk-11.8.1/res/pjproject/pjlib/src/pj/lock.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/ssl_sock_symbian.cpp
asterisk-11.8.1/res/pjproject/pjlib/src/pj/rbtree.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/guid_simple.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/pool_buf.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_core_win32.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/ioqueue_common_abs.h
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_time_linux_kernel.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/sock_qos_symbian.cpp
asterisk-11.8.1/res/pjproject/pjlib/src/pj/file_io_ansi.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_timestamp_linux_kernel.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/activesock.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/pool_caching.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/ctype.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/sock_qos_dummy.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/pool.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/unicode_symbian.cpp
asterisk-11.8.1/res/pjproject/pjlib/src/pj/unicode_win32.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/ssl_sock_dump.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/ioqueue_epoll.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/ioqueue_select.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/ssl_sock_ossl.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/guid_win32.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_rwmutex.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/extra-exports.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/hash.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/ssl_sock_common.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/sock_common.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/ioqueue_dummy.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/ip_helper_symbian.cpp
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_timestamp_posix.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_info_iphone.m
asterisk-11.8.1/res/pjproject/pjlib/src/pj/file_access_win32.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_time_unix.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/guid_uuid.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/sock_bsd.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/ip_helper_win32.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/log_writer_printk.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_symbian.h
asterisk-11.8.1/res/pjproject/pjlib/src/pj/string.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/timer_symbian.cpp
asterisk-11.8.1/res/pjproject/pjlib/src/pj/addr_resolv_symbian.cpp
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_error_unix.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/ip_helper_generic.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/exception_symbian.cpp
asterisk-11.8.1/res/pjproject/pjlib/src/pj/list.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_core_linux_kernel.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/timer.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/ioqueue_winnt.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_info_symbian.cpp
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_timestamp_win32.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/pool_policy_malloc.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/log_writer_stdout.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/array.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/compat/
asterisk-11.8.1/res/pjproject/pjlib/src/pj/compat/setjmp_i386.S
asterisk-11.8.1/res/pjproject/pjlib/src/pj/compat/string_compat.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/compat/sigjmp.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/compat/string.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/compat/longjmp_i386.S
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_timestamp_common.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/except.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_time_win32.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/guid.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/log_writer_symbian_console.cpp
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_error_linux_kernel.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/pool_policy_new.cpp
asterisk-11.8.1/res/pjproject/pjlib/src/pj/sock_linux_kernel.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/sock_select.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/ioqueue_common_abs.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/fifobuf.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/errno.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/sock_qos_wm.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/sock_qos_bsd.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/ioqueue_linux_kernel.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_core_symbian.cpp
asterisk-11.8.1/res/pjproject/pjlib/src/pj/config.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/pool_signature.h
asterisk-11.8.1/res/pjproject/pjlib/src/pj/rand.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_core_unix.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/pool_dbg.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/file_io_win32.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_time_bsd.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/log.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_error_win32.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/file_access_unistd.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/addr_resolv_linux_kernel.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_time_common.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/pool_policy_kmalloc.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/types.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/ioqueue_symbian.cpp
asterisk-11.8.1/res/pjproject/pjlib/src/pj/sock_select_symbian.cpp
asterisk-11.8.1/res/pjproject/pjlib/src/pj/symbols.c
asterisk-11.8.1/res/pjproject/pjlib/src/pj/sock_symbian.cpp
asterisk-11.8.1/res/pjproject/pjlib/src/pj/os_info.c
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib++-test/
asterisk-11.8.1/res/pjproject/pjlib/src/pjlib++-test/main.cpp
asterisk-11.8.1/res/pjproject/pjlib/lib/
asterisk-11.8.1/res/pjproject/pjlib/bin/
asterisk-11.8.1/res/pjproject/pjlib/build/
asterisk-11.8.1/res/pjproject/pjlib/build/os-linux.mak
asterisk-11.8.1/res/pjproject/pjlib/build/output/
asterisk-11.8.1/res/pjproject/pjlib/build/privkey.pem
asterisk-11.8.1/res/pjproject/pjlib/build/
os-auto.mak.in
asterisk-11.8.1/res/pjproject/pjlib/build/os-darwinos.mak
asterisk-11.8.1/res/pjproject/pjlib/build/pjlib_samples.mak
asterisk-11.8.1/res/pjproject/pjlib/build/cacert.pem
asterisk-11.8.1/res/pjproject/pjlib/build/os-win32.mak
asterisk-11.8.1/res/pjproject/pjlib/build/os-linux-kernel.mak
asterisk-11.8.1/res/pjproject/pjlib/build/os-rtems.mak
asterisk-11.8.1/res/pjproject/pjlib/build/Makefile
asterisk-11.8.1/res/pjproject/pjlib/build/os-sunos.mak
asterisk-11.8.1/res/pjproject/pjlib/build/pjlib_test.vcproj
asterisk-11.8.1/res/pjproject/pjlib/build/wince-evc4/
asterisk-11.8.1/res/pjproject/pjlib/build/wince-evc4/output/
asterisk-11.8.1/res/pjproject/pjlib/build/wince-evc4/pjlib_wince.vcp
asterisk-11.8.1/res/pjproject/pjlib/build/wince-evc4/pjlib_wince.vcw
asterisk-11.8.1/res/pjproject/pjlib/build/wince-evc4/pjlib_test_wince.vcp
asterisk-11.8.1/res/pjproject/pjlib/build/pjlib.vcproj
asterisk-11.8.1/res/pjproject/pjlib/docs/
asterisk-11.8.1/res/pjproject/pjlib/docs/doxygen.cfg
asterisk-11.8.1/res/pjproject/pjlib/docs/header.html
asterisk-11.8.1/res/pjproject/pjlib/docs/doxygen.css
asterisk-11.8.1/res/pjproject/pjlib/docs/footer.html
asterisk-11.8.1/res/pjproject/pjsip-apps/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/confbot/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/confbot/confbot.py
asterisk-11.8.1/res/pjproject/pjsip-apps/src/confbot/config.py
asterisk-11.8.1/res/pjproject/pjsip-apps/src/3rdparty_media_sample/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/3rdparty_media_sample/Makefile
asterisk-11.8.1/res/pjproject/pjsip-apps/src/3rdparty_media_sample/config_site.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/3rdparty_media_sample/alt_pjsua_vid.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/3rdparty_media_sample/alt_pjsua_aud.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/SecondView.xib
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/ipjsua-Info.plist
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/Classes/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/Classes/ipjsuaAppDelegate.m
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/Classes/TabBarController.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/Classes/FirstViewController.m
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/Classes/ConfigViewController.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/Classes/ipjsuaAppDelegate.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/Classes/FirstViewController.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/Classes/TabBarController.m
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/Classes/ConfigViewController.m
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/main.m
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/ipjsua.xcodeproj/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/ipjsua.xcodeproj/project.pbxproj
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/Resources-iPad/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/Resources-iPad/MainWindow-iPad.xib
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/Resources-iPad/SecondView-iPad.xib
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/ipjsua_Prefix.pch
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/config.cfg
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsua/MainWindow.xib
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/tonegen.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/footprint.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/pcaputil.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/recfile.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/level.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/pjsip-perf.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/sipstateless.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/strerror.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/invtester.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/mix.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/util.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/latency.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/playfile.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/confbench.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/confsample.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/auddemo.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/simple_pjsua.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/main_rtems.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/stateful_proxy.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/resampleplay.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/icedemo.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/siprtp.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/stereotest.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/httpdemo.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/encdec.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/aectest.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/jbsim.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/sipecho.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/playsine.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/vid_streamutil.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/siprtp_report.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/streamutil.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/debug.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/aviplay.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/proxy.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/stateless_proxy.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/samples/simpleua.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsua/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsua/pjsua_app.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsua/gui.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsua/main_rtems.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsua/main.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsystest/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsystest/main_wm.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsystest/resource.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsystest/pjsystest_wince.rc
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsystest/gui.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsystest/systest.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsystest/pjsystest_wince.rc2
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsystest/main_console.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsystest/systest.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsystest/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsystest/ipjsystest-Info.plist
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsystest/ipjsystest_Prefix.pch
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsystest/Classes/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsystest/Classes/TestViewController.m
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsystest/Classes/RootViewController.m
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsystest/Classes/TestViewController.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsystest/Classes/ipjsystestAppDelegate.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsystest/Classes/RootViewController.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsystest/Classes/ipjsystestAppDelegate.m
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsystest/main.m
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsystest/TestViewController.xib
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsystest/ipjsystest.xcodeproj/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsystest/ipjsystest.xcodeproj/project.pbxproj
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsystest/MainWindow.xib
asterisk-11.8.1/res/pjproject/pjsip-apps/src/ipjsystest/RootViewController.xib
asterisk-11.8.1/res/pjproject/pjsip-apps/src/vidgui/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/vidgui/vidgui.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/vidgui/vidgui.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/vidgui/vidwin.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/vidgui/INSTALL.TXT
asterisk-11.8.1/res/pjproject/pjsip-apps/src/vidgui/
vidgui.pro
asterisk-11.8.1/res/pjproject/pjsip-apps/src/vidgui/pj-pkgconfig.mak
asterisk-11.8.1/res/pjproject/pjsip-apps/src/vidgui/vidwin.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/symbian_ua_guiContainer.uidesign
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/symbian_ua_guiSettingItemList.uidesign
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/gfx/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/gfx/qgn_menu_symbian_ua_gui.svg
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/gfx/mark_icon_mask.bmp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/gfx/mark_icon.bmp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/gfx/list_icon_mask.bmp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/gfx/list_icon.bmp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/group/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/group/Icons_aif_scalable_dc.mk
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/group/ABLD.BAT
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/group/bld.inf
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/group/symbian_ua_gui.mmp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/src/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/src/Symbian_ua_guiSettingItemListSets.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/src/symbian_ua_guiAppUi.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/src/symbian_ua_guiDocument.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/src/symbian_ua_guiContainer.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/src/symbian_ua_guiApplication.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/src/symbian_ua.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/src/symbian_ua_guiSettingItemList.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/src/symbian_ua_guiSettingItemListView.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/src/symbian_ua_guiContainerView.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/application.uidesign
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/data/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/data/symbian_ua_guiSettingItemList.rssi
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/data/symbian_ua_gui.loc
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/data/symbian_ua_gui_reg.rss
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/data/symbian_ua_gui.l01
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/data/symbian_ua_guiSettingItemList.loc
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/data/symbian_ua_gui_reg.loc
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/data/symbian_ua_guiContainer.rssi
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/data/symbian_ua_guiContainer.l01
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/data/symbian_ua_gui.rss
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/data/symbian_ua_guiSettingItemList.l01
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/data/symbian_ua_guiContainer.loc
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/inc/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua_guiContainer.hrh
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua_guiSettingItemList.hrh
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua_guiApplication.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua_gui.hrh
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua_guiAppUi.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/inc/Symbian_ua_guiSettingItemListSettings.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua_guiSettingItemList.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua_guiDocument.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua_gui.pan
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua_guiContainer.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua_guiSettingItemListView.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/inc/symbian_ua_guiContainerView.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/sis/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/sis/symbian_ua_gui.pkg
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua_gui/sis/symbian_ua_gui.txt
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/output/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/PocketPJ.vcproj
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/PocketPJ.vcp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/resource.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/PopUpWnd.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/res/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/res/online.ico
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/res/PocketPJ.ico
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/res/PocketPJ.rc2
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/res/offline.ico
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/res/offline.bmp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/res/invisibl.ico
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/res/blank.bmp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/res/action.bmp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/res/online.bmp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/res/invisibl.bmp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/PocketPJ.rc
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/PocketPJ.vcw
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/SettingsDlg.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/PocketPJ.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/StdAfx.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/PocketPJDlg.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/StdAfx.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/PopUpWnd.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/PocketPJ.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/newres.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/PocketPJDlg.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/SettingsDlg.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/PocketPJ.vcc
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pocketpj/ReadMe.txt
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua/symbian_ua_reg.rss
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua/main_symbian.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua/ua.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symbian_ua/ua.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symsndtest/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symsndtest/main_symbian.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symsndtest/app_main.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/symsndtest/symsndtest_reg.rss
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsua_wince/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsua_wince/pjsua_wince.vcproj
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsua_wince/output/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsua_wince/pjsua_wince.ico
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsua_wince/README.TXT
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsua_wince/resource.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsua_wince/StdAfx.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsua_wince/StdAfx.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsua_wince/pjsua_wince.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsua_wince/pjsua_wince.vcp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsua_wince/newres.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsua_wince/pjsua_wince.cpp
asterisk-11.8.1/res/pjproject/pjsip-apps/src/pjsua_wince/pjsua_wince.rc
asterisk-11.8.1/res/pjproject/pjsip-apps/src/python/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/python/pjsua.py
asterisk-11.8.1/res/pjproject/pjsip-apps/src/python/_pjsua.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/python/samples/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/python/samples/simplecall.py
asterisk-11.8.1/res/pjproject/pjsip-apps/src/python/samples/presence.py
asterisk-11.8.1/res/pjproject/pjsip-apps/src/python/samples/registration.py
asterisk-11.8.1/res/pjproject/pjsip-apps/src/python/samples/call.py
asterisk-11.8.1/res/pjproject/pjsip-apps/src/python/_pjsua.def
asterisk-11.8.1/res/pjproject/pjsip-apps/src/python/setup-vc.py
asterisk-11.8.1/res/pjproject/pjsip-apps/src/python/setup.py
asterisk-11.8.1/res/pjproject/pjsip-apps/src/python/_pjsua.h
asterisk-11.8.1/res/pjproject/pjsip-apps/src/python/Makefile
asterisk-11.8.1/res/pjproject/pjsip-apps/src/python/helper.mak
asterisk-11.8.1/res/pjproject/pjsip-apps/src/py_pjsua/
asterisk-11.8.1/res/pjproject/pjsip-apps/src/py_pjsua/pjsua.py
asterisk-11.8.1/res/pjproject/pjsip-apps/src/py_pjsua/pjsua_app.py
asterisk-11.8.1/res/pjproject/pjsip-apps/src/py_pjsua/DEPRECATED.txt
asterisk-11.8.1/res/pjproject/pjsip-apps/src/py_pjsua/py_pjsua.c
asterisk-11.8.1/res/pjproject/pjsip-apps/src/py_pjsua/setup.py
asterisk-11.8.1/res/pjproject/pjsip-apps/src/py_pjsua/Makefile
asterisk-11.8.1/res/pjproject/pjsip-apps/src/py_pjsua/py_pjsua.def
asterisk-11.8.1/res/pjproject/pjsip-apps/src/py_pjsua/helper.mak
asterisk-11.8.1/res/pjproject/pjsip-apps/src/py_pjsua/py_pjsua.h
asterisk-11.8.1/res/pjproject/pjsip-apps/lib/
asterisk-11.8.1/res/pjproject/pjsip-apps/bin/
asterisk-11.8.1/res/pjproject/pjsip-apps/bin/samples/
asterisk-11.8.1/res/pjproject/pjsip-apps/build/
asterisk-11.8.1/res/pjproject/pjsip-apps/build/Samples-vc.mak
asterisk-11.8.1/res/pjproject/pjsip-apps/build/output/
asterisk-11.8.1/res/pjproject/pjsip-apps/build/pjsystest.vcproj
asterisk-11.8.1/res/pjproject/pjsip-apps/build/os-win32.mak
asterisk-11.8.1/res/pjproject/pjsip-apps/build/sample_debug.vcproj
asterisk-11.8.1/res/pjproject/pjsip-apps/build/get-footprint.py
asterisk-11.8.1/res/pjproject/pjsip-apps/build/pjsua.vcproj
asterisk-11.8.1/res/pjproject/pjsip-apps/build/vidgui.vcproj
asterisk-11.8.1/res/pjproject/pjsip-apps/build/python_pjsua.vcproj
asterisk-11.8.1/res/pjproject/pjsip-apps/build/Makefile
asterisk-11.8.1/res/pjproject/pjsip-apps/build/dummy.c
asterisk-11.8.1/res/pjproject/pjsip-apps/build/Samples.mak
asterisk-11.8.1/res/pjproject/pjsip-apps/build/Footprint.mak
asterisk-11.8.1/res/pjproject/pjsip-apps/build/libpjproject.vcproj
asterisk-11.8.1/res/pjproject/pjsip-apps/build/samples.vcproj
asterisk-11.8.1/res/pjproject/pjsip-apps/build/py_pjsua.vcproj
asterisk-11.8.1/res/pjproject/pjsip-apps/build/wince-evc4/
asterisk-11.8.1/res/pjproject/pjsip-apps/build/wince-evc4/output/
asterisk-11.8.1/res/pjproject/pjsip-apps/build/wince-evc4/wince_demos.vcw
asterisk-11.8.1/res/pjproject/pjsip-apps/docs/
asterisk-11.8.1/res/pjproject/pjmedia/
asterisk-11.8.1/res/pjproject/pjmedia/README.txt
asterisk-11.8.1/res/pjproject/pjmedia/include/
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/ipp_codecs.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/l16.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/passthrough.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/g7221.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/types.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/audio_codecs.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/ilbc.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/opencore_amrnb.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/h263_packetizer.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/config.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/g722.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/gsm.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/g7221_sdp_match.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/
config_auto.h.in
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/amr_sdp_match.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/amr_helper.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/ffmpeg_vid_codecs.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/h264_packetizer.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec/speex.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-audiodev/
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-audiodev/audiotest.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-audiodev/config.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-audiodev/audiodev_imp.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-audiodev/errno.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-audiodev/audiodev.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/signatures.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/wav_port.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/g711.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/stream_common.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/bidirectional.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/frame.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/null_port.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/plc.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/wav_playlist.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/stereo.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/event.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/symbian_sound_aps.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/echo_port.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/types.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/master_port.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/codec.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/silencedet.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/converter.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/mem_port.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/vid_port.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/alaw_ulaw.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/echo.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/port.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/conference.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/vid_tee.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/config.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/rtp.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/transport_loop.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/stream.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/clock.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/sound.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/circbuf.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/
config_auto.h.in
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/splitcomb.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/sdp_neg.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/transport_ice.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/transport.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/transport_srtp.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/format.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/wsola.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/transport_udp.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/rtcp_xr.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/delaybuf.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/vid_codec.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/endpoint.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/avi.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/rtcp.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/session.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/sdp.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/tonegen.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/resample.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/jbuf.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/transport_adapter_sample.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/avi_stream.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/doxygen.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/errno.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/vid_stream.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/sound_port.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/vid_codec_util.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia/wave.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-codec.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia_videodev.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia_audiodev.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-videodev/
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-videodev/videodev.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-videodev/config.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-videodev/avi_dev.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-videodev/videodev_imp.h
asterisk-11.8.1/res/pjproject/pjmedia/include/pjmedia-videodev/errno.h
asterisk-11.8.1/res/pjproject/pjmedia/src/
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/l16.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/g7221_sdp_match.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/audio_codecs.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/h263_packetizer.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/speex_codec.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/h264_packetizer.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/amr_sdp_match.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/ffmpeg_vid_codecs.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/ilbc.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/g722/
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/g722/g722_dec.h
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/g722/g722_enc.h
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/g722/g722_enc.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/g722/g722_dec.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/passthrough.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/ipp_codecs.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/opencore_amrnb.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/g722.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/gsm.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-codec/g7221.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-audiodev/
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-audiodev/audiodev.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-audiodev/alsa_dev.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-audiodev/legacy_dev.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-audiodev/pa_dev.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-audiodev/audiotest.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-audiodev/coreaudio_dev.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-audiodev/symb_mda_dev.cpp
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-audiodev/wmme_dev.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-audiodev/s60_g729_bitstream.h
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-audiodev/symb_vas_dev.cpp
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-audiodev/errno.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-audiodev/null_dev.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-audiodev/symb_aps_dev.cpp
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/tonegen.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/transport_udp.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/sound_port.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/transport_ice.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/g711.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/clock_thread.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/sdp_neg.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/jbuf.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/wsola.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/null_port.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/converter_libswscale.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/bidirectional.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/rtp.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/sdp.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/transport_adapter_sample.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/vid_port.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/echo_internal.h
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/mem_player.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/echo_common.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/stream.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/echo_speex.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/avi_player.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/vid_tee.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/port.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/echo_port.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/event.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/transport_loop.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/sdp_cmp.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/sound_legacy.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/stream_common.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/resample_speex.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/wav_writer.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/rtcp.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/conf_switch.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/resample_port.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/delaybuf.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/ffmpeg_util.h
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/dummy.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/alaw_ulaw.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/splitcomb.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/endpoint.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/resample_resample.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/wav_player.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/session.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/ffmpeg_util.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/plc_common.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/alaw_ulaw_table.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/rtcp_xr.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/format.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/silencedet.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/errno.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/vid_codec_util.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/transport_srtp.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/master_port.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/resample_libsamplerate.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/wave.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/types.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/converter.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/sdp_wrap.cpp
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/mem_capture.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/conference.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/codec.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/stream_info.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/echo_suppress.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/stereo_port.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/vid_stream_info.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/vid_codec.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/wav_playlist.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia/vid_stream.c
asterisk-11.8.1/res/pjproject/pjmedia/src/test/
asterisk-11.8.1/res/pjproject/pjmedia/src/test/mips_test.c
asterisk-11.8.1/res/pjproject/pjmedia/src/test/test.h
asterisk-11.8.1/res/pjproject/pjmedia/src/test/vid_codec_test.c
asterisk-11.8.1/res/pjproject/pjmedia/src/test/codec_vectors.c
asterisk-11.8.1/res/pjproject/pjmedia/src/test/vid_port_test.c
asterisk-11.8.1/res/pjproject/pjmedia/src/test/jbuf_test.c
asterisk-11.8.1/res/pjproject/pjmedia/src/test/audio_tool.c
asterisk-11.8.1/res/pjproject/pjmedia/src/test/test.c
asterisk-11.8.1/res/pjproject/pjmedia/src/test/sdptest.c
asterisk-11.8.1/res/pjproject/pjmedia/src/test/rtp_test.c
asterisk-11.8.1/res/pjproject/pjmedia/src/test/session_test.c
asterisk-11.8.1/res/pjproject/pjmedia/src/test/vid_dev_test.c
asterisk-11.8.1/res/pjproject/pjmedia/src/test/sdp_neg_test.c
asterisk-11.8.1/res/pjproject/pjmedia/src/test/vectors/
asterisk-11.8.1/res/pjproject/pjmedia/src/test/wsola_test.c
asterisk-11.8.1/res/pjproject/pjmedia/src/test/main.c
asterisk-11.8.1/res/pjproject/pjmedia/src/test/wince_main.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-videodev/
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-videodev/sdl_dev.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-videodev/colorbar_dev.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-videodev/videodev.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-videodev/qt_dev.m
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-videodev/sdl_dev_m.m
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-videodev/ffmpeg_dev.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-videodev/errno.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-videodev/ios_dev.m
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-videodev/dshow_dev.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-videodev/v4l2_dev.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-videodev/avi_dev.c
asterisk-11.8.1/res/pjproject/pjmedia/src/pjmedia-videodev/dshowclasses.cpp
asterisk-11.8.1/res/pjproject/pjmedia/lib/
asterisk-11.8.1/res/pjproject/pjmedia/bin/
asterisk-11.8.1/res/pjproject/pjmedia/build/
asterisk-11.8.1/res/pjproject/pjmedia/build/os-linux.mak
asterisk-11.8.1/res/pjproject/pjmedia/build/pjmedia_codec.vcproj
asterisk-11.8.1/res/pjproject/pjmedia/build/output/
asterisk-11.8.1/res/pjproject/pjmedia/build/
os-auto.mak.in
asterisk-11.8.1/res/pjproject/pjmedia/build/Jbtest.dat
asterisk-11.8.1/res/pjproject/pjmedia/build/pjmedia_videodev.vcproj
asterisk-11.8.1/res/pjproject/pjmedia/build/os-darwinos.mak
asterisk-11.8.1/res/pjproject/pjmedia/build/os-win32.mak
asterisk-11.8.1/res/pjproject/pjmedia/build/os-rtems.mak
asterisk-11.8.1/res/pjproject/pjmedia/build/pjmedia_audiodev.vcproj
asterisk-11.8.1/res/pjproject/pjmedia/build/Makefile
asterisk-11.8.1/res/pjproject/pjmedia/build/pjmedia.vcproj
asterisk-11.8.1/res/pjproject/pjmedia/build/pjmedia_test.vcproj
asterisk-11.8.1/res/pjproject/pjmedia/build/m-x86_64.mak
asterisk-11.8.1/res/pjproject/pjmedia/build/wince-evc4/
asterisk-11.8.1/res/pjproject/pjmedia/build/wince-evc4/pjmedia_codec_wince.vcp
asterisk-11.8.1/res/pjproject/pjmedia/build/wince-evc4/pjmedia_wince.vcp
asterisk-11.8.1/res/pjproject/pjmedia/build/wince-evc4/output/
asterisk-11.8.1/res/pjproject/pjmedia/build/wince-evc4/pjmedia_test.vcp
asterisk-11.8.1/res/pjproject/pjmedia/build/wince-evc4/pjmedia_wince.vcw
asterisk-11.8.1/res/pjproject/pjmedia/build/wince-evc4/pjmedia_auddev_wince.vcp
asterisk-11.8.1/res/pjproject/pjmedia/build/m-i386.mak
asterisk-11.8.1/res/pjproject/pjlib-util/
asterisk-11.8.1/res/pjproject/pjlib-util/include/
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/scanner_cis_bitwise.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/dns_server.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/md5.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/types.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/hmac_md5.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/xml.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/base64.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/resolver.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/http_client.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/getopt.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/scanner.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/crc32.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/sha1.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/config.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/string.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/pcap.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/scanner_cis_uint.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/hmac_sha1.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/dns.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/stun_simple.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/srv_resolver.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util/errno.h
asterisk-11.8.1/res/pjproject/pjlib-util/include/pjlib-util.h
asterisk-11.8.1/res/pjproject/pjlib-util/src/
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util-test/
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util-test/test.h
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util-test/stun.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util-test/test.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util-test/xml.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util-test/main_rtems.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util-test/main_win32.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util-test/http_client.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util-test/encryption.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util-test/main.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util-test/resolver_test.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/dns_server.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/dns.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/stun_simple.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/getopt.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/sha1.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/resolver_wrap.cpp
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/hmac_md5.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/hmac_sha1.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/md5.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/xml.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/string.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/dns_dump.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/crc32.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/base64.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/errno.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/scanner_cis_uint.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/http_client.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/scanner.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/pcap.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/srv_resolver.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/symbols.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/resolver.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/stun_simple_client.c
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/xml_wrap.cpp
asterisk-11.8.1/res/pjproject/pjlib-util/src/pjlib-util/scanner_cis_bitwise.c
asterisk-11.8.1/res/pjproject/pjlib-util/lib/
asterisk-11.8.1/res/pjproject/pjlib-util/bin/
asterisk-11.8.1/res/pjproject/pjlib-util/build/
asterisk-11.8.1/res/pjproject/pjlib-util/build/pjlib_util.dsw
asterisk-11.8.1/res/pjproject/pjlib-util/build/output/
asterisk-11.8.1/res/pjproject/pjlib-util/build/
os-auto.mak.in
asterisk-11.8.1/res/pjproject/pjlib-util/build/pjlib_util_test.vcproj
asterisk-11.8.1/res/pjproject/pjlib-util/build/os-rtems.mak
asterisk-11.8.1/res/pjproject/pjlib-util/build/Makefile
asterisk-11.8.1/res/pjproject/pjlib-util/build/wince-evc4/
asterisk-11.8.1/res/pjproject/pjlib-util/build/wince-evc4/output/
asterisk-11.8.1/res/pjproject/pjlib-util/build/wince-evc4/pjlib_util_test_wince.vcp
asterisk-11.8.1/res/pjproject/pjlib-util/build/wince-evc4/pjlib_util_wince.vcp
asterisk-11.8.1/res/pjproject/pjlib-util/build/wince-evc4/pjlib_util_wince.vcw
asterisk-11.8.1/res/pjproject/pjlib-util/build/pjlib_util.vcproj
asterisk-11.8.1/res/pjproject/pjlib-util/docs/
asterisk-11.8.1/res/pjproject/pjlib-util/docs/doxygen.cfg
asterisk-11.8.1/res/pjproject/pjlib-util/docs/header.html
asterisk-11.8.1/res/pjproject/pjlib-util/docs/doxygen.css
asterisk-11.8.1/res/pjproject/pjlib-util/docs/footer.html
asterisk-11.8.1/res/pjproject/
libpjproject.pc.in
asterisk-11.8.1/res/pjproject/install-sh
asterisk-11.8.1/res/pjproject/svn_add.bat
asterisk-11.8.1/res/pjproject/lib/
asterisk-11.8.1/res/pjproject/user.mak.sample
asterisk-11.8.1/res/pjproject/pjsip/
asterisk-11.8.1/res/pjproject/pjsip/include/
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip_auth.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip-ua/
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip-ua/sip_100rel.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip-ua/sip_timer.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip-ua/sip_inv.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip-ua/sip_replaces.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip-ua/sip_xfer.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip-ua/sip_regc.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_dialog.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_auth_parser.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_transport_loop.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_util.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_transport.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_types.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_auth_aka.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_auth_msg.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_transport_tcp.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_event.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_errno.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_resolve.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_transport_tls.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_auth.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_transport_udp.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_private.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_tel_uri.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_msg.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_config.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_parser.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_endpoint.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_multipart.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/
sip_autoconf.h.in
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_transaction.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_uri.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_ua_layer.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/sip_module.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip/print_util.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsua.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip-simple/
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip-simple/mwi.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip-simple/evsub.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip-simple/iscomposing.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip-simple/types.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip-simple/evsub_msg.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip-simple/presence.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip-simple/rpid.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip-simple/publish.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip-simple/errno.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip-simple/xpidf.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip-simple/pidf.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip_simple.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsua-lib/
asterisk-11.8.1/res/pjproject/pjsip/include/pjsua-lib/pjsua_internal.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsua-lib/pjsua.h
asterisk-11.8.1/res/pjproject/pjsip/include/pjsip_ua.h
asterisk-11.8.1/res/pjproject/pjsip/src/
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip-ua/
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip-ua/sip_reg.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip-ua/sip_inv.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip-ua/sip_xfer.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip-ua/sip_timer.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip-ua/sip_100rel.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip-ua/sip_replaces.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_parser.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_transport_tcp.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_endpoint.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_transport_udp.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_endpoint_wrap.cpp
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_util.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_util_wrap.cpp
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_util_proxy.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_auth_msg.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_auth_client.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_dialog_wrap.cpp
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_auth_parser.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_multipart.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_transport.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_config.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_resolve.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_uri.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_ua_layer.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_tel_uri.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_transport_loop.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_auth_aka.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_dialog.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_auth_parser_wrap.cpp
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_parser_wrap.cpp
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_auth_server.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_transport_tls.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_tel_uri_wrap.cpp
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_errno.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_transaction.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_transport_wrap.cpp
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_util_statefull.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_util_proxy_wrap.cpp
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip/sip_msg.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip-simple/
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip-simple/evsub_msg.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip-simple/evsub.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip-simple/mwi.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip-simple/presence.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip-simple/rpid.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip-simple/presence_body.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip-simple/publishc.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip-simple/errno.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip-simple/iscomposing.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip-simple/xpidf.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsip-simple/pidf.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/
asterisk-11.8.1/res/pjproject/pjsip/src/test/tsx_basic_test.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/msg_err_test.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/test.h
asterisk-11.8.1/res/pjproject/pjsip/src/test/dlg_core_test.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/transport_tcp_test.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/msg_test.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/transport_loop_test.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/tsx_bench.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/test.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/regc_test.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/tsx_uac_test.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/inv_offer_answer_test.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/transport_udp_test.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/transport_test.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/multipart_test.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/txdata_test.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/main_rtems.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/main_win32.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/msg_logger.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/dns_test.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/tsx_uas_test.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/main.c
asterisk-11.8.1/res/pjproject/pjsip/src/test/uri_test.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsua-lib/
asterisk-11.8.1/res/pjproject/pjsip/src/pjsua-lib/pjsua_media.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsua-lib/pjsua_call.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsua-lib/pjsua_vid.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsua-lib/pjsua_acc.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsua-lib/pjsua_dump.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsua-lib/pjsua_pres.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsua-lib/pjsua_core.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsua-lib/pjsua_aud.c
asterisk-11.8.1/res/pjproject/pjsip/src/pjsua-lib/pjsua_im.c
asterisk-11.8.1/res/pjproject/pjsip/lib/
asterisk-11.8.1/res/pjproject/pjsip/bin/
asterisk-11.8.1/res/pjproject/pjsip/build/
asterisk-11.8.1/res/pjproject/pjsip/build/pjsua_lib.vcproj
asterisk-11.8.1/res/pjproject/pjsip/build/output/
asterisk-11.8.1/res/pjproject/pjsip/build/
os-auto.mak.in
asterisk-11.8.1/res/pjproject/pjsip/build/pjsip_simple.vcproj
asterisk-11.8.1/res/pjproject/pjsip/build/os-rtems.mak
asterisk-11.8.1/res/pjproject/pjsip/build/pjsip_ua.vcproj
asterisk-11.8.1/res/pjproject/pjsip/build/Makefile
asterisk-11.8.1/res/pjproject/pjsip/build/pjsip_core.vcproj
asterisk-11.8.1/res/pjproject/pjsip/build/wince-evc4/
asterisk-11.8.1/res/pjproject/pjsip/build/wince-evc4/output/
asterisk-11.8.1/res/pjproject/pjsip/build/wince-evc4/pjsip_simple_wince.vcp
asterisk-11.8.1/res/pjproject/pjsip/build/wince-evc4/test_pjsip_wince.vcp
asterisk-11.8.1/res/pjproject/pjsip/build/wince-evc4/pjsip_ua_wince.vcp
asterisk-11.8.1/res/pjproject/pjsip/build/wince-evc4/pjsip_core_wince.vcp
asterisk-11.8.1/res/pjproject/pjsip/build/wince-evc4/pjsip_wince.vcw
asterisk-11.8.1/res/pjproject/pjsip/build/wince-evc4/pjsua_lib_wince.vcp
asterisk-11.8.1/res/pjproject/pjsip/build/pjsip_test.vcproj
asterisk-11.8.1/res/pjproject/config.sub
asterisk-11.8.1/res/pjproject/svn_pset
asterisk-11.8.1/res/pjproject/Makefile
asterisk-11.8.1/res/pjproject/pjnath/
asterisk-11.8.1/res/pjproject/pjnath/include/
asterisk-11.8.1/res/pjproject/pjnath/include/pjnath/
asterisk-11.8.1/res/pjproject/pjnath/include/pjnath/ice_strans.h
asterisk-11.8.1/res/pjproject/pjnath/include/pjnath/nat_detect.h
asterisk-11.8.1/res/pjproject/pjnath/include/pjnath/ice_session.h
asterisk-11.8.1/res/pjproject/pjnath/include/pjnath/stun_msg.h
asterisk-11.8.1/res/pjproject/pjnath/include/pjnath/stun_auth.h
asterisk-11.8.1/res/pjproject/pjnath/include/pjnath/types.h
asterisk-11.8.1/res/pjproject/pjnath/include/pjnath/config.h
asterisk-11.8.1/res/pjproject/pjnath/include/pjnath/stun_sock.h
asterisk-11.8.1/res/pjproject/pjnath/include/pjnath/stun_session.h
asterisk-11.8.1/res/pjproject/pjnath/include/pjnath/stun_transaction.h
asterisk-11.8.1/res/pjproject/pjnath/include/pjnath/stun_config.h
asterisk-11.8.1/res/pjproject/pjnath/include/pjnath/turn_session.h
asterisk-11.8.1/res/pjproject/pjnath/include/pjnath/turn_sock.h
asterisk-11.8.1/res/pjproject/pjnath/include/pjnath/errno.h
asterisk-11.8.1/res/pjproject/pjnath/include/pjnath.h
asterisk-11.8.1/res/pjproject/pjnath/src/
asterisk-11.8.1/res/pjproject/pjnath/src/pjturn-srv/
asterisk-11.8.1/res/pjproject/pjnath/src/pjturn-srv/server.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjturn-srv/auth.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjturn-srv/allocation.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjturn-srv/turn.h
asterisk-11.8.1/res/pjproject/pjnath/src/pjturn-srv/listener_tcp.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjturn-srv/listener_udp.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjturn-srv/auth.h
asterisk-11.8.1/res/pjproject/pjnath/src/pjturn-srv/main.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath/
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath/stun_msg_dump.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath/stun_auth.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath/stun_transaction.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath/turn_session.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath/ice_session.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath/turn_sock.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath/nat_detect.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath/errno.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath/stun_msg.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath/stun_sock.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath/stun_session.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath/ice_strans.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjturn-client/
asterisk-11.8.1/res/pjproject/pjnath/src/pjturn-client/client_main.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath-test/
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath-test/test.h
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath-test/server.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath-test/ice_test.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath-test/turn_sock_test.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath-test/stun.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath-test/sess_auth.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath-test/test.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath-test/main_win32.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath-test/stun_sock_test.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath-test/main.c
asterisk-11.8.1/res/pjproject/pjnath/src/pjnath-test/server.h
asterisk-11.8.1/res/pjproject/pjnath/lib/
asterisk-11.8.1/res/pjproject/pjnath/bin/
asterisk-11.8.1/res/pjproject/pjnath/build/
asterisk-11.8.1/res/pjproject/pjnath/build/output/
asterisk-11.8.1/res/pjproject/pjnath/build/pjstun_srv_test.vcproj
asterisk-11.8.1/res/pjproject/pjnath/build/pjnath_test.vcproj
asterisk-11.8.1/res/pjproject/pjnath/build/Makefile
asterisk-11.8.1/res/pjproject/pjnath/build/pjnath.vcproj
asterisk-11.8.1/res/pjproject/pjnath/build/wince-evc4/
asterisk-11.8.1/res/pjproject/pjnath/build/wince-evc4/output/
asterisk-11.8.1/res/pjproject/pjnath/build/wince-evc4/pjnath_wince.vcp
asterisk-11.8.1/res/pjproject/pjnath/build/wince-evc4/pjnath_test_wince.vcp
asterisk-11.8.1/res/pjproject/pjnath/build/wince-evc4/pjnath_wince.vcw
asterisk-11.8.1/res/pjproject/pjnath/build/pjturn_client.vcproj
asterisk-11.8.1/res/pjproject/
build.mak.in
asterisk-11.8.1/res/pjproject/
aconfigure.ac
asterisk-11.8.1/res/pjproject/README-RTEMS
asterisk-11.8.1/res/pjproject/version.mak
asterisk-11.8.1/res/pjproject/configure
asterisk-11.8.1/res/pjproject/svn_pset.bat
asterisk-11.8.1/res/pjproject/svn_add
asterisk-11.8.1/res/pjproject/COPYING
asterisk-11.8.1/res/pjproject/tests/
asterisk-11.8.1/res/pjproject/tests/automated/
asterisk-11.8.1/res/pjproject/tests/automated/README.txt
asterisk-11.8.1/res/pjproject/tests/automated/msvc.xml.template
asterisk-11.8.1/res/pjproject/tests/automated/configure.py
asterisk-11.8.1/res/pjproject/tests/automated/run_scenario.py
asterisk-11.8.1/res/pjproject/tests/automated/iphone.xml.template
asterisk-11.8.1/res/pjproject/tests/automated/gnu-ipp.xml.template
asterisk-11.8.1/res/pjproject/tests/automated/prepare.xml.template
asterisk-11.8.1/res/pjproject/tests/automated/symbian-vas.xml.template
asterisk-11.8.1/res/pjproject/tests/automated/testvars.template
asterisk-11.8.1/res/pjproject/tests/automated/run_continuous.py
asterisk-11.8.1/res/pjproject/tests/automated/symbian.xml.template
asterisk-11.8.1/res/pjproject/tests/automated/symbian-aps.xml.template
asterisk-11.8.1/res/pjproject/tests/automated/gnu.xml.template
asterisk-11.8.1/res/pjproject/tests/pjsua/
asterisk-11.8.1/res/pjproject/tests/pjsua/mod_sendto.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/200_reg_good_enocredentiall.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/209c_reg_handle_423_bad_min_expires2.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/220_reg_good_ims_ok.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/205_reg_good_no_realm.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/215_reg_good_multi_ok.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/202_reg_good_ok_wildcard.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/209a_reg_handle_423_ok.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/208_reg_good_retry_nonce_ok.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/240_publish_scenarios.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/100_simple.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/231_reg_bad_fail_stale_false_nonce_changed.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/209b_reg_handle_423_bad_min_expires1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/235_reg_good_tel_uri_enocredential.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/206_reg_good_efailedcredential.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/234_reg_bad_stale_ok.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/400_inv_answered_with_less_media.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/203_reg_good_empty_realm.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/301_timer_good_retry_after_422.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/201_reg_good_ok.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/230_reg_bad_fail_stale_true.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-recvfrom/300_timer_good.py
asterisk-11.8.1/res/pjproject/tests/pjsua/README.TXT
asterisk-11.8.1/res/pjproject/tests/pjsua/inc_sdp.py
asterisk-11.8.1/res/pjproject/tests/pjsua/mod_pesq.py
asterisk-11.8.1/res/pjproject/tests/pjsua/tools/
asterisk-11.8.1/res/pjproject/tests/pjsua/tools/cmp_wav.c
asterisk-11.8.1/res/pjproject/tests/pjsua/tools/Makefile
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/361_non_sip_uri.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/173_timer_offer_refresher_uas.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/001_torture_4475_3_1_1_3.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/125_sdp_with_multi_audio_4.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/360_non_sip_uri.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/001_torture_4475_3_1_1_1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/151_err_sdp_video.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/323_srtp2_receive_too_long_key.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/120_sdp_with_video_dynamic_1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/201_ice_mismatch_2.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/001_torture_4475_3_1_1_2.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/125_sdp_with_multi_audio_3.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/252_multipart_ok_clutter.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/311_srtp1_recv_avp.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/153_err_sdp_unsupported_codec.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/200_ice_success_4.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/100_simplecall.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/200_ice_success_1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/301_srtp0_recv_avp.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/122_sdp_with_unknown_dynamic_1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/001_torture_4475_3_1_1_5.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/310_srtp1_no_crypto.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/410_fmtp_amrnb_offer_octet_align.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/412_fmtp_amrnb_offer_band_eff2.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/300_srtp_receive_crypto_tag_zero.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/401_fmtp_g7221_with_bitrate_24000.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/300_srtp_invalid_crypto_tag_non_numeric.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/320_srtp_with_unknown_media_2.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/251_multipart_ok_simple.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/001_torture_4475_3_1_1_4.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/140_sdp_with_direction_attr_in_session_2.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/320_srtp_with_unknown_media_1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/362_non_sip_uri.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/331_srtp_prefer_rtp_avp.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/999_asterisk_err.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/320_srtp_with_unknown_transport_1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/300_srtp_receive_no_key_3.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/330_srtp_prefer_rtp_savp.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/300_srtp_receive_no_key_1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/125_sdp_with_multi_audio_1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/121_sdp_with_video_static_1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/158_err_sdp_bad_transport_type.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/159_no_rport.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/155_err_sdp_bad_syntax.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/300_srtp_duplicated_crypto_tag.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/364_non_sip_uri_subscribe.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/400_fmtp_g7221_with_bitrate.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/160_err_duplicate_replaces.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/320_srtp_with_unknown_transport_2.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/301_srtp0_recv_savp.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/173_timer_offer_refresher_uac.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/171_timer_initiated_by_uas.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/300_srtp_crypto_case_insensitive.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/200_ice_success_2.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/110_tel_uri.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/411_fmtp_amrnb_offer_band_eff.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/173_timer_offer_no_refresher.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/124_sdp_with_unknown_static_unknown_transport.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/363_non_sip_uri_subscribe.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/174_timer_se_too_small.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/170_timer_required.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/322_srtp2_recv_savp.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/157_err_sdp_bad_addr_type.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/140_sdp_with_direction_attr_in_session_1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/125_sdp_with_multi_audio_0.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/999_message_no_body.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/161_err_replaces_dlg_not_found.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/156_err_sdp_bad_net_type.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/313_srtp1_unsupported_crypto.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/200_ice_success_3.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/152_err_sdp_no_media.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/260_multipart_err_no_sdp.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/122_sdp_with_unknown_dynamic_2.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/125_sdp_with_multi_audio_2.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/321_srtp2_recv_avp.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/159_no_rport_nit.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/126_sdp_with_port_0_and_no_rtpmap_for_dynamic_pt.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/323_srtp2_unsupported_crypto.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/300_srtp_receive_no_key_2.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/201_ice_mismatch_1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/123_sdp_with_unknown_static_1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/172_timer_supported_but_not_used.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/121_sdp_with_video_static_2.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/500_pres_subscribe_with_bad_event.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/320_srtp2_no_crypto.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/120_sdp_with_video_dynamic_2.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/312_srtp1_recv_savp.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/150_err_extension.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/200_ice_no_ice.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/201_ice_mismatch_3.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/401_fmtp_g7221_with_bitrate_32000.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sendto/123_sdp_with_unknown_static_2.py
asterisk-11.8.1/res/pjproject/tests/pjsua/inc_cfg.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-run/
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-run/200_register.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-run/100_simple.py
asterisk-11.8.1/res/pjproject/tests/pjsua/mod_recvfrom.py
asterisk-11.8.1/res/pjproject/tests/pjsua/wavs/
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pres/
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pres/100_peertopeer.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pres/200_publish.py
asterisk-11.8.1/res/pjproject/tests/pjsua/runall.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/201_codec_g722.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/201_codec_speex_16000.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/201_codec_l16_8000_stereo.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/201_codec_speex_8000.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/200_codec_l16_8000_stereo.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/200_codec_g711a.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/200_codec_l16_16000_stereo.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/200_codec_g711u.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/200_codec_speex_16000.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/200_codec_gsm.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/100_defaults.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/201_codec_ilbc.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/201_codec_l16_8000.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/200_codec_ilbc.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/101_defaults.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/200_codec_g722.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/201_codec_gsm.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/201_codec_g711u.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/201_codec_g711a.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/200_codec_l16_8000.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/201_codec_l16_16000_stereo.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/200_codec_speex_8000.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/201_codec_l16_16000.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-pesq/200_codec_l16_16000.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-reinv-glare.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-subscribe-notify-terminate.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-timer-reinvite.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-forked-200.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-reinv-and-ack-without-sdp.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-answer-180-multiple-fmts-support-update.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-subscribe-late-notify.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/prack_fork.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-reinv-no-media.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-answer-180-multiple-fmts.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-subscribe-multipart-notify.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uac-reinvite-port-0-bad-sdp.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-forked-100rel.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uac-subscribe.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-mwi.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-answer-200-multiple-fmts-support-update.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uac-reinvite-bad-via-branch.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-subscribe-refresh-481.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uac-inv-and-ack-without-sdp.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-mwi-0.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uac-ticket-1148.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-timer-update.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-422-then-200-bad-se.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-invite.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-subscribe-terminated-retry.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-auth.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uac-message-no-body.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/strict-route.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-answer-200-update-without-sdp.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-answer-200-reinvite-without-sdp.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-cancel-no-final.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-reinv-and-ack(same-branch)-without-sdp.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-answer-200-inv-without-sdp.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-early-bye.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/inv_401_retry_after_100.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uac-inv-multiple-require.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uac-options.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-template.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uac-bad-ack.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uas-answer-200-multiple-fmts.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-sipp/uac-inv-two-media-but-one-disabled-no-rtpmap.xml
asterisk-11.8.1/res/pjproject/tests/pjsua/mod_run.py
asterisk-11.8.1/res/pjproject/tests/pjsua/inc_const.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-media-playrec/
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-media-playrec/100_resample_lf_8_16.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-media-playrec/100_resample_lf_8_22.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-media-playrec/100_resample_lf_8_11.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-media-playrec/100_resample_lf_11_44.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-media-playrec/100_resample_lf_11_22.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-media-playrec/100_resample_lf_8_48.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-media-playrec/100_resample_lf_8_44.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-media-playrec/100_resample_lf_8_32.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-media-playrec/100_resample_lf_11_8.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-media-playrec/100_resample_lf_11_48.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-media-playrec/100_resample_lf_11_16.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-media-playrec/100_resample_lf_11_32.py
asterisk-11.8.1/res/pjproject/tests/pjsua/mod_media_playrec.py
asterisk-11.8.1/res/pjproject/tests/pjsua/mod_pres.py
asterisk-11.8.1/res/pjproject/tests/pjsua/config_site.py
asterisk-11.8.1/res/pjproject/tests/pjsua/mod_call.py
asterisk-11.8.1/res/pjproject/tests/pjsua/inc_sip.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/150_srtp_1_3.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/305_ice_comp_1_2.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/300_ice_0_1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/301_ice_public_a.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/400_tel_uri.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/350_prack_b.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/100_simplecall.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/150_srtp_2_1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/150_srtp_1_2.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/150_srtp_1_1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/300_ice_1_0.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/150_srtp_3_3.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/150_srtp_3_2.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/350_prack_a.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/200_tcp.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/150_srtp_0_1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/301_ice_public_b.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/150_srtp_2_2.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/305_ice_comp_2_1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/300_ice_1_1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/150_srtp_0_3.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/150_srtp_1_0.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/150_srtp_2_3.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/150_srtp_3_0.py
asterisk-11.8.1/res/pjproject/tests/pjsua/scripts-call/150_srtp_3_1.py
asterisk-11.8.1/res/pjproject/tests/pjsua/run.py
asterisk-11.8.1/res/pjproject/tests/cdash/
asterisk-11.8.1/res/pjproject/tests/cdash/README.TXT
asterisk-11.8.1/res/pjproject/tests/cdash/cfg_gnu.py
asterisk-11.8.1/res/pjproject/tests/cdash/builder.py
asterisk-11.8.1/res/pjproject/tests/cdash/starttest_sample.bat
asterisk-11.8.1/res/pjproject/tests/cdash/cfg_site_sample.py
asterisk-11.8.1/res/pjproject/tests/cdash/cfg_msvc.py
asterisk-11.8.1/res/pjproject/tests/cdash/inc_test.py
asterisk-11.8.1/res/pjproject/tests/cdash/cfg_symbian.py
asterisk-11.8.1/res/pjproject/tests/cdash/main.py
asterisk-11.8.1/res/pjproject/build/
asterisk-11.8.1/res/pjproject/build/os-linux.mak
asterisk-11.8.1/res/pjproject/build/
os-auto.mak.in
asterisk-11.8.1/res/pjproject/build/os-palmos.mak
asterisk-11.8.1/res/pjproject/build/os-darwinos.mak
asterisk-11.8.1/res/pjproject/build/os-win32.mak
asterisk-11.8.1/res/pjproject/build/cc-vc.mak
asterisk-11.8.1/res/pjproject/build/
cc-auto.mak.in
asterisk-11.8.1/res/pjproject/build/os-linux-kernel.mak
asterisk-11.8.1/res/pjproject/build/m-auto.mak
asterisk-11.8.1/res/pjproject/build/os-rtems.mak
asterisk-11.8.1/res/pjproject/build/m-mpc860.mak
asterisk-11.8.1/res/pjproject/build/m-arm.mak
asterisk-11.8.1/res/pjproject/build/rules.mak
asterisk-11.8.1/res/pjproject/build/common.mak
asterisk-11.8.1/res/pjproject/build/os-sunos.mak
asterisk-11.8.1/res/pjproject/build/m-x86_64.mak
asterisk-11.8.1/res/pjproject/build/m-sparc.mak
asterisk-11.8.1/res/pjproject/build/m-powerpc.mak
asterisk-11.8.1/res/pjproject/build/host-mingw.mak
asterisk-11.8.1/res/pjproject/build/vs/
asterisk-11.8.1/res/pjproject/build/vs/pjproject-vs8-debug-dynamic-defaults.vsprops
asterisk-11.8.1/res/pjproject/build/vs/pjproject-vs8-common-defaults.vsprops
asterisk-11.8.1/res/pjproject/build/vs/pjproject-vs8-debug-static-defaults.vsprops
asterisk-11.8.1/res/pjproject/build/vs/pjproject-vs8-win32-release-defaults.vsprops
asterisk-11.8.1/res/pjproject/build/vs/pjproject-vs8-release-defaults.vsprops
asterisk-11.8.1/res/pjproject/build/vs/pjproject-vs8-wm2003-common-defaults.vsprops
asterisk-11.8.1/res/pjproject/build/vs/pjproject-vs8-release-static-defaults.vsprops
asterisk-11.8.1/res/pjproject/build/vs/pjproject-vs8-win32-common-defaults.vsprops
asterisk-11.8.1/res/pjproject/build/vs/pjproject-vs8-release-dynamic-defaults.vsprops
asterisk-11.8.1/res/pjproject/build/vs/pjproject-vs8-wm5-release-defaults.vsprops
asterisk-11.8.1/res/pjproject/build/vs/pjproject-vs8-wm6-release-defaults.vsprops
asterisk-11.8.1/res/pjproject/build/vs/pjproject-vs8-wm6-common-defaults.vsprops
asterisk-11.8.1/res/pjproject/build/vs/pjproject-vs8-debug-defaults.vsprops
asterisk-11.8.1/res/pjproject/build/vs/pjproject-vs8-wm2003-release-defaults.vsprops
asterisk-11.8.1/res/pjproject/build/vs/pjproject-vs8-wm5-common-defaults.vsprops
asterisk-11.8.1/res/pjproject/build/host-unix.mak
asterisk-11.8.1/res/pjproject/build/m-m68k.mak
asterisk-11.8.1/res/pjproject/build/cc-gcc.mak
asterisk-11.8.1/res/pjproject/build/m-i386.mak
asterisk-11.8.1/res/pjproject/build/host-win32.mak
asterisk-11.8.1/res/pjproject/build/m-alpha.mak
asterisk-11.8.1/res/pjproject/build.symbian/
asterisk-11.8.1/res/pjproject/build.symbian/pjlib_test.pkg
asterisk-11.8.1/res/pjproject/build.symbian/symbian_ua_udeb.pkg
asterisk-11.8.1/res/pjproject/build.symbian/pjsdpU.def
asterisk-11.8.1/res/pjproject/build.symbian/pjlib_test.mmp
asterisk-11.8.1/res/pjproject/build.symbian/libpassthroughcodec.mmp
asterisk-11.8.1/res/pjproject/build.symbian/pjmedia.mmp
asterisk-11.8.1/res/pjproject/build.symbian/symsndtest.mmp
asterisk-11.8.1/res/pjproject/build.symbian/pjsua_libU.def
asterisk-11.8.1/res/pjproject/build.symbian/pjlibU.def
asterisk-11.8.1/res/pjproject/build.symbian/pjlib_utilU.def
asterisk-11.8.1/res/pjproject/build.symbian/makedef.sh
asterisk-11.8.1/res/pjproject/build.symbian/symbian_ua.mmp
asterisk-11.8.1/res/pjproject/build.symbian/pjsua_lib.mmp
asterisk-11.8.1/res/pjproject/build.symbian/pjsip_uaU.def
asterisk-11.8.1/res/pjproject/build.symbian/pjproject.cww
asterisk-11.8.1/res/pjproject/build.symbian/00.bat
asterisk-11.8.1/res/pjproject/build.symbian/pjnath.mmp
asterisk-11.8.1/res/pjproject/build.symbian/symsndtest.pkg
asterisk-11.8.1/res/pjproject/build.symbian/pjmedia_audiodev.mmp
asterisk-11.8.1/res/pjproject/build.symbian/libg7221codec.mmp
asterisk-11.8.1/res/pjproject/build.symbian/pjmediaU.def
asterisk-11.8.1/res/pjproject/build.symbian/symbian_ua_urel.pkg
asterisk-11.8.1/res/pjproject/build.symbian/pjsip.mmp
asterisk-11.8.1/res/pjproject/build.symbian/libgsmcodec.mmp
asterisk-11.8.1/res/pjproject/build.symbian/pjstun_client.mmp
asterisk-11.8.1/res/pjproject/build.symbian/symbian_audio.mmp
asterisk-11.8.1/res/pjproject/build.symbian/libresample.mmp
asterisk-11.8.1/res/pjproject/build.symbian/bld.inf
asterisk-11.8.1/res/pjproject/build.symbian/pjnathU.def
asterisk-11.8.1/res/pjproject/build.symbian/libspeexcodec.mmp
asterisk-11.8.1/res/pjproject/build.symbian/null_audio.mmp
asterisk-11.8.1/res/pjproject/build.symbian/pjsip_simple.mmp
asterisk-11.8.1/res/pjproject/build.symbian/pjsip_simpleU.def
asterisk-11.8.1/res/pjproject/build.symbian/pjlib_util.mmp
asterisk-11.8.1/res/pjproject/build.symbian/symbian_audioU.def
asterisk-11.8.1/res/pjproject/build.symbian/pjlib.mmp
asterisk-11.8.1/res/pjproject/build.symbian/null_audioU.def
asterisk-11.8.1/res/pjproject/build.symbian/pjsip_ua.mmp
asterisk-11.8.1/res/pjproject/build.symbian/pjsipU.def
asterisk-11.8.1/res/pjproject/build.symbian/01.bat
asterisk-11.8.1/res/pjproject/build.symbian/libsrtp.mmp
asterisk-11.8.1/res/pjproject/build.symbian/symbian_ua.pkg
asterisk-11.8.1/res/pjproject/build.symbian/pjsdp.mmp
asterisk-11.8.1/res/pjproject/c++-build.mak
asterisk-11.8.1/res/pjproject/configure-legacy
asterisk-11.8.1/res/pjproject/self-test.mak
asterisk-11.8.1/res/pjproject/configure-iphone
asterisk-11.8.1/res/pjproject/aconfigure
asterisk-11.8.1/res/res_http_websocket.c
asterisk-11.8.1/res/res_calendar_caldav.c
asterisk-11.8.1/res/res_http_post.c
asterisk-11.8.1/res/res_mutestream.c
asterisk-11.8.1/res/
res_odbc.exports.in
asterisk-11.8.1/res/
res_speech.exports.in
asterisk-11.8.1/res/
res_smdi.exports.in
asterisk-11.8.1/res/res_stun_monitor.c
asterisk-11.8.1/res/res_config_ldap.c
asterisk-11.8.1/res/res_clioriginate.c
asterisk-11.8.1/res/res_security_log.c
asterisk-11.8.1/res/res_convert.c
asterisk-11.8.1/res/res_odbc.c
asterisk-11.8.1/res/res_xmpp.c
asterisk-11.8.1/res/res_calendar_exchange.c
asterisk-11.8.1/res/res_rtp_multicast.c
asterisk-11.8.1/res/res_agi.c
asterisk-11.8.1/res/res_timing_kqueue.c
asterisk-11.8.1/res/ael/
asterisk-11.8.1/res/ael/pval.c
asterisk-11.8.1/res/ael/ael.y
asterisk-11.8.1/res/ael/ael.tab.h
asterisk-11.8.1/res/ael/ael.tab.c
asterisk-11.8.1/res/ael/ael_lex.c
asterisk-11.8.1/res/ael/ael.flex
asterisk-11.8.1/res/
res_monitor.exports.in
asterisk-11.8.1/res/res_clialiases.c
asterisk-11.8.1/res/res_format_attr_silk.c
asterisk-11.8.1/res/res_jabber.c
asterisk-11.8.1/res/
res_xmpp.exports.in
asterisk-11.8.1/res/Makefile
asterisk-11.8.1/res/res_format_attr_h264.c
asterisk-11.8.1/res/res_calendar_ews.c
asterisk-11.8.1/res/res_musiconhold.c
asterisk-11.8.1/res/res_realtime.c
asterisk-11.8.1/res/res_config_pgsql.c
asterisk-11.8.1/res/res_format_attr_celt.c
asterisk-11.8.1/res/
res_crypto.exports.in
asterisk-11.8.1/res/res_timing_timerfd.c
asterisk-11.8.1/res/res_speech.c
asterisk-11.8.1/res/res_ael_share.c
asterisk-11.8.1/res/res_srtp.c
asterisk-11.8.1/res/
res_ael_share.exports.in
asterisk-11.8.1/res/res_crypto.c
asterisk-11.8.1/res/
res_pktccops.exports.in
asterisk-11.8.1/res/
res_fax.exports.in
asterisk-11.8.1/res/res_format_attr_h263.c
asterisk-11.8.1/res/
res_calendar.exports.in
asterisk-11.8.1/res/res_calendar_icalendar.c
asterisk-11.8.1/res/snmp/
asterisk-11.8.1/res/snmp/agent.h
asterisk-11.8.1/res/snmp/agent.c
asterisk-11.8.1/res/
res_srtp.exports.in
asterisk-11.8.1/res/res_calendar.c
asterisk-11.8.1/res/res_timing_pthread.c
asterisk-11.8.1/res/res_curl.c
asterisk-11.8.1/res/res_snmp.c
asterisk-11.8.1/res/
res_agi.exports.in
asterisk-11.8.1/res/res_config_curl.c
asterisk-11.8.1/
configure.ac
asterisk-11.8.1/config.sub
asterisk-11.8.1/cdr/
asterisk-11.8.1/cdr/cdr_pgsql.c
asterisk-11.8.1/cdr/cdr_radius.c
asterisk-11.8.1/cdr/cdr_odbc.c
asterisk-11.8.1/cdr/cdr_manager.c
asterisk-11.8.1/cdr/cdr_custom.c
asterisk-11.8.1/cdr/cdr_sqlite.c
asterisk-11.8.1/cdr/Makefile
asterisk-11.8.1/cdr/cdr_sqlite3_custom.c
asterisk-11.8.1/cdr/cdr_tds.c
asterisk-11.8.1/cdr/cdr_csv.c
asterisk-11.8.1/cdr/cdr_adaptive_odbc.c
asterisk-11.8.1/cdr/cdr_syslog.c
asterisk-11.8.1/.lastclean
asterisk-11.8.1/cel/
asterisk-11.8.1/cel/cel_sqlite3_custom.c
asterisk-11.8.1/cel/cel_tds.c
asterisk-11.8.1/cel/cel_pgsql.c
asterisk-11.8.1/cel/cel_radius.c
asterisk-11.8.1/cel/Makefile
asterisk-11.8.1/cel/cel_custom.c
asterisk-11.8.1/cel/cel_manager.c
asterisk-11.8.1/cel/cel_odbc.c
asterisk-11.8.1/autoconf/
asterisk-11.8.1/autoconf/ast_check_openh323.m4
asterisk-11.8.1/autoconf/ast_pkgconfig.m4
asterisk-11.8.1/autoconf/ast_ext_tool_check.m4
asterisk-11.8.1/autoconf/ast_c_define_check.m4
asterisk-11.8.1/autoconf/ast_check_mandatory.m4
asterisk-11.8.1/autoconf/ast_check_gnu_make.m4
asterisk-11.8.1/autoconf/acx_pthread.m4
asterisk-11.8.1/autoconf/ast_func_fork.m4
asterisk-11.8.1/autoconf/ast_prog_ld_gnu.m4
asterisk-11.8.1/autoconf/ast_c_compile_check.m4
asterisk-11.8.1/autoconf/ast_prog_egrep.m4
asterisk-11.8.1/autoconf/ast_prog_ld.m4
asterisk-11.8.1/autoconf/ast_c_declare_check.m4
asterisk-11.8.1/autoconf/ast_ext_lib.m4
asterisk-11.8.1/autoconf/ast_prog_sed.m4
asterisk-11.8.1/autoconf/ast_check_pwlib.m4
asterisk-11.8.1/autoconf/ast_check_osptk.m4
asterisk-11.8.1/autoconf/libcurl.m4
asterisk-11.8.1/autoconf/ast_gcc_attribute.m4
asterisk-11.8.1/agi/
asterisk-11.8.1/agi/numeralize
asterisk-11.8.1/agi/agi.xml
asterisk-11.8.1/agi/DialAnMp3.agi
asterisk-11.8.1/agi/eagi-test.c
asterisk-11.8.1/agi/eagi-sphinx-test.c
asterisk-11.8.1/agi/fastagi-test
asterisk-11.8.1/agi/jukebox.agi
asterisk-11.8.1/agi/Makefile
asterisk-11.8.1/agi/agi-test.agi
asterisk-11.8.1/bootstrap.sh
asterisk-11.8.1/Makefile.rules
asterisk-11.8.1/contrib/
asterisk-11.8.1/contrib/festival-1.4.1-diff
asterisk-11.8.1/contrib/asterisk-doxygen-header
asterisk-11.8.1/contrib/i18n.testsuite.conf
asterisk-11.8.1/contrib/valgrind-RedHat-8.0.supp
asterisk-11.8.1/contrib/editors/
asterisk-11.8.1/contrib/editors/asteriskvm.vim
asterisk-11.8.1/contrib/editors/asterisk.vim
asterisk-11.8.1/contrib/editors/ael.vim
asterisk-11.8.1/contrib/asterisk-ices.xml
asterisk-11.8.1/contrib/upstart/
asterisk-11.8.1/contrib/upstart/asterisk.user.conf
asterisk-11.8.1/contrib/upstart/asterisk.upstart-0.3.9
asterisk-11.8.1/contrib/valgrind.supp
asterisk-11.8.1/contrib/thirdparty/
asterisk-11.8.1/contrib/thirdparty/spexxilbcfix_xlite.reg
asterisk-11.8.1/contrib/thirdparty/spexxilbcfix_xpro.reg
asterisk-11.8.1/contrib/init.d/
asterisk-11.8.1/contrib/init.d/rc.mandriva.asterisk
asterisk-11.8.1/contrib/init.d/etc_default_asterisk
asterisk-11.8.1/contrib/init.d/rc.slackware.asterisk
asterisk-11.8.1/contrib/init.d/rc.debian.asterisk
asterisk-11.8.1/contrib/init.d/rc.redhat.asterisk
asterisk-11.8.1/contrib/init.d/rc.mandriva.zaptel
asterisk-11.8.1/contrib/init.d/rc.suse.asterisk
asterisk-11.8.1/contrib/init.d/rc.archlinux.asterisk
asterisk-11.8.1/contrib/init.d/rc.gentoo.asterisk
asterisk-11.8.1/contrib/init.d/org.asterisk.asterisk.plist
asterisk-11.8.1/contrib/init.d/org.asterisk.muted.plist
asterisk-11.8.1/contrib/dictionary.digium
asterisk-11.8.1/contrib/utils/
asterisk-11.8.1/contrib/utils/eagi_proxy.c
asterisk-11.8.1/contrib/utils/rawplayer.c
asterisk-11.8.1/contrib/utils/zones2indications.c
asterisk-11.8.1/contrib/utils/README.rawplayer
asterisk-11.8.1/contrib/asterisk-ng-doxygen
asterisk-11.8.1/contrib/festival-1.95.diff
asterisk-11.8.1/contrib/unistimLang/
asterisk-11.8.1/contrib/unistimLang/ru.po.utf8
asterisk-11.8.1/contrib/unistimLang/fr.po
asterisk-11.8.1/contrib/unistimLang/en.po
asterisk-11.8.1/contrib/unistimLang/ru.po
asterisk-11.8.1/contrib/README.festival
asterisk-11.8.1/contrib/realtime/
asterisk-11.8.1/contrib/realtime/sqlserver/
asterisk-11.8.1/contrib/realtime/oracle/
asterisk-11.8.1/contrib/realtime/postgresql/
asterisk-11.8.1/contrib/realtime/postgresql/realtime.sql
asterisk-11.8.1/contrib/realtime/mysql/
asterisk-11.8.1/contrib/realtime/mysql/iaxfriends.sql
asterisk-11.8.1/contrib/realtime/mysql/voicemail_messages.sql
asterisk-11.8.1/contrib/realtime/mysql/meetme.sql
asterisk-11.8.1/contrib/realtime/mysql/sippeers.sql
asterisk-11.8.1/contrib/realtime/mysql/voicemail.sql
asterisk-11.8.1/contrib/realtime/mysql/musiconhold.sql
asterisk-11.8.1/contrib/realtime/mysql/voicemail_data.sql
asterisk-11.8.1/contrib/realtime/mysql/queue_log.sql
asterisk-11.8.1/contrib/scripts/
asterisk-11.8.1/contrib/scripts/astgenkey
asterisk-11.8.1/contrib/scripts/ast_grab_core
asterisk-11.8.1/contrib/scripts/install_prereq
asterisk-11.8.1/contrib/scripts/live_ast
asterisk-11.8.1/contrib/scripts/
retrieve_extensions_from_sql.pl
asterisk-11.8.1/contrib/scripts/get_ilbc_source.sh
asterisk-11.8.1/contrib/scripts/
qview.pl
asterisk-11.8.1/contrib/scripts/vmail.cgi
asterisk-11.8.1/contrib/scripts/loadtest.tcl
asterisk-11.8.1/contrib/scripts/asterisk.ldif
asterisk-11.8.1/contrib/scripts/valgrind_compare
asterisk-11.8.1/contrib/scripts/
retrieve_extensions_from_mysql.pl
asterisk-11.8.1/contrib/scripts/README.messages-expire
asterisk-11.8.1/contrib/scripts/voicemailpwcheck.py
asterisk-11.8.1/contrib/scripts/ast_tls_cert
asterisk-11.8.1/contrib/scripts/asterisk.ldap-schema
asterisk-11.8.1/contrib/scripts/autosupport.8
asterisk-11.8.1/contrib/scripts/astcli
asterisk-11.8.1/contrib/scripts/safe_asterisk
asterisk-11.8.1/contrib/scripts/agents.php
asterisk-11.8.1/contrib/scripts/get_mp3_source.sh
asterisk-11.8.1/contrib/scripts/autosupport
asterisk-11.8.1/contrib/scripts/
file.convert.sh
asterisk-11.8.1/contrib/scripts/safe_asterisk_restart
asterisk-11.8.1/contrib/scripts/
managerproxy.pl
asterisk-11.8.1/contrib/scripts/
import-cdr-csv-mysql.pl
asterisk-11.8.1/contrib/scripts/
retrieve_sip_conf_from_mysql.pl
asterisk-11.8.1/contrib/scripts/astgenkey.8
asterisk-11.8.1/contrib/scripts/
messages-expire.pl
asterisk-11.8.1/contrib/scripts/safe_asterisk.8
asterisk-11.8.1/contrib/scripts/sip_nat_settings
asterisk-11.8.1/contrib/scripts/lookup.agi
asterisk-11.8.1/contrib/scripts/asterisk.logrotate
asterisk-11.8.1/contrib/scripts/dbsep.cgi
asterisk-11.8.1/contrib/festival-1.4.3.diff
asterisk-11.8.1/contrib/festival-1.4.2.diff
asterisk-11.8.1/pbx/
asterisk-11.8.1/pbx/dundi-parser.h
asterisk-11.8.1/pbx/pbx_ael.c
asterisk-11.8.1/pbx/pbx_dundi.c
asterisk-11.8.1/pbx/pbx_spool.c
asterisk-11.8.1/pbx/pbx_loopback.c
asterisk-11.8.1/pbx/pbx_lua.c
asterisk-11.8.1/pbx/ael/
asterisk-11.8.1/pbx/ael/ael-test/
asterisk-11.8.1/pbx/ael/ael-test/ael-test15/
asterisk-11.8.1/pbx/ael/ael-test/ael-test15/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-vtest21
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-test2
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-test1
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest10/
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest10/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/runtests
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest12/
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest12/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-test4
asterisk-11.8.1/pbx/ael/ael-test/ael-test18/
asterisk-11.8.1/pbx/ael/ael-test/ael-test18/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-vtest17
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest24/
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest24/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-test20/
asterisk-11.8.1/pbx/ael/ael-test/ael-test20/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-vtest21/
asterisk-11.8.1/pbx/ael/ael-test/ael-vtest21/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-vtest13/
asterisk-11.8.1/pbx/ael/ael-test/ael-vtest13/include2.ael2
asterisk-11.8.1/pbx/ael/ael-test/ael-vtest13/include4.ael2
asterisk-11.8.1/pbx/ael/ael-test/ael-vtest13/include3.ael2
asterisk-11.8.1/pbx/ael/ael-test/ael-vtest13/include5.ael2
asterisk-11.8.1/pbx/ael/ael-test/ael-vtest13/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-vtest13/include1.ael2
asterisk-11.8.1/pbx/ael/ael-test/ael-vtest13/telemarket_torture.ael2
asterisk-11.8.1/pbx/ael/ael-test/ael-test4/
asterisk-11.8.1/pbx/ael/ael-test/ael-test4/apptest.ael2
asterisk-11.8.1/pbx/ael/ael-test/ael-test4/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-test11
asterisk-11.8.1/pbx/ael/ael-test/ael-test11/
asterisk-11.8.1/pbx/ael/ael-test/ael-test11/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-test14
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-test18
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-ntest24
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-test19
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-test5
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-vtest25
asterisk-11.8.1/pbx/ael/ael-test/ael-test7/
asterisk-11.8.1/pbx/ael/ael-test/ael-test7/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-test2/
asterisk-11.8.1/pbx/ael/ael-test/ael-test2/apptest.ael2
asterisk-11.8.1/pbx/ael/ael-test/ael-test2/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-vtest25/
asterisk-11.8.1/pbx/ael/ael-test/ael-vtest25/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-test8
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-ntest22
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-ntest9
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest22/
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest22/t3/
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest22/t3/h.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest22/t3/i.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest22/t3/j.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest22/t3/g.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest22/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest22/qq.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest22/t1/
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest22/t1/c.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest22/t1/b.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest22/t1/a.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest22/t2/
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest22/t2/e.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest22/t2/d.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest22/t2/f.ael
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-test20
asterisk-11.8.1/pbx/ael/ael-test/ael-test19/
asterisk-11.8.1/pbx/ael/ael-test/ael-test19/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/setref
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-test15
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-ntest23
asterisk-11.8.1/pbx/ael/ael-test/ael-test1/
asterisk-11.8.1/pbx/ael/ael-test/ael-test1/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-ntest12
asterisk-11.8.1/pbx/ael/ael-test/ael-test5/
asterisk-11.8.1/pbx/ael/ael-test/ael-test5/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-test7
asterisk-11.8.1/pbx/ael/ael-test/ael-test6/
asterisk-11.8.1/pbx/ael/ael-test/ael-test6/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-test8/
asterisk-11.8.1/pbx/ael/ael-test/ael-test8/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-vtest13
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest23/
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest23/t3/
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest23/t3/h.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest23/t3/i.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest23/t3/j.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest23/t3/g.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest23/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest23/qq.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest23/t1/
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest23/t1/c.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest23/t1/b.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest23/t1/a.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest23/t2/
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest23/t2/e.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest23/t2/d.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest23/t2/f.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest9/
asterisk-11.8.1/pbx/ael/ael-test/ael-ntest9/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-ntest10
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-test6
asterisk-11.8.1/pbx/ael/ael-test/ael-vtest17/
asterisk-11.8.1/pbx/ael/ael-test/ael-vtest17/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-test16/
asterisk-11.8.1/pbx/ael/ael-test/ael-test16/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-test3
asterisk-11.8.1/pbx/ael/ael-test/ael-test14/
asterisk-11.8.1/pbx/ael/ael-test/ael-test14/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-test3/
asterisk-11.8.1/pbx/ael/ael-test/ael-test3/include2.ael2
asterisk-11.8.1/pbx/ael/ael-test/ael-test3/include4.ael2
asterisk-11.8.1/pbx/ael/ael-test/ael-test3/include3.ael2
asterisk-11.8.1/pbx/ael/ael-test/ael-test3/include5.ael2
asterisk-11.8.1/pbx/ael/ael-test/ael-test3/extensions.ael
asterisk-11.8.1/pbx/ael/ael-test/ael-test3/include1.ael2
asterisk-11.8.1/pbx/ael/ael-test/ael-test3/telemarket_torture.ael2
asterisk-11.8.1/pbx/ael/ael-test/ref.ael-test16
asterisk-11.8.1/pbx/pbx_realtime.c
asterisk-11.8.1/pbx/Makefile
asterisk-11.8.1/pbx/dundi-parser.c
asterisk-11.8.1/pbx/pbx_config.c
asterisk-11.8.1/CHANGES
asterisk-11.8.1/UPGRADE-1.8.txt
asterisk-11.8.1/addons/
asterisk-11.8.1/addons/chan_mobile.c
asterisk-11.8.1/addons/format_mp3.c
asterisk-11.8.1/addons/ooh323cDriver.h
asterisk-11.8.1/addons/app_mysql.c
asterisk-11.8.1/addons/chan_ooh323.c
asterisk-11.8.1/addons/cdr_mysql.c
asterisk-11.8.1/addons/chan_ooh323.h
asterisk-11.8.1/addons/Makefile
asterisk-11.8.1/addons/ooh323cDriver.c
asterisk-11.8.1/addons/res_config_mysql.c
asterisk-11.8.1/addons/ooh323c/
asterisk-11.8.1/addons/ooh323c/src/
asterisk-11.8.1/addons/ooh323c/src/ooTimer.h
asterisk-11.8.1/addons/ooh323c/src/ooq931.h
asterisk-11.8.1/addons/ooh323c/src/ooTimer.c
asterisk-11.8.1/addons/ooh323c/src/dlist.c
asterisk-11.8.1/addons/ooh323c/src/ooper.h
asterisk-11.8.1/addons/ooh323c/src/ooh245.c
asterisk-11.8.1/addons/ooh323c/src/ooasn1.h
asterisk-11.8.1/addons/ooh323c/src/oochannels.c
asterisk-11.8.1/addons/ooh323c/src/decode.c
asterisk-11.8.1/addons/ooh323c/src/h323/
asterisk-11.8.1/addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROL.h
asterisk-11.8.1/addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLDec.c
asterisk-11.8.1/addons/ooh323c/src/h323/H323-MESSAGESDec.c
asterisk-11.8.1/addons/ooh323c/src/h323/H323-MESSAGES.h
asterisk-11.8.1/addons/ooh323c/src/h323/H235-SECURITY-MESSAGESDec.c
asterisk-11.8.1/addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLEnc.c
asterisk-11.8.1/addons/ooh323c/src/h323/H235-SECURITY-MESSAGES.h
asterisk-11.8.1/addons/ooh323c/src/h323/H323-MESSAGESEnc.c
asterisk-11.8.1/addons/ooh323c/src/h323/H323-MESSAGES.c
asterisk-11.8.1/addons/ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROL.c
asterisk-11.8.1/addons/ooh323c/src/h323/H235-SECURITY-MESSAGESEnc.c
asterisk-11.8.1/addons/ooh323c/src/ooGkClient.c
asterisk-11.8.1/addons/ooh323c/src/dlist.h
asterisk-11.8.1/addons/ooh323c/src/encode.c
asterisk-11.8.1/addons/ooh323c/src/ooh323.c
asterisk-11.8.1/addons/ooh323c/src/ootrace.c
asterisk-11.8.1/addons/ooh323c/src/ooLogChan.h
asterisk-11.8.1/addons/ooh323c/src/ooCalls.h
asterisk-11.8.1/addons/ooh323c/src/ooCmdChannel.h
asterisk-11.8.1/addons/ooh323c/src/ooDateTime.h
asterisk-11.8.1/addons/ooh323c/src/ooCapability.h
asterisk-11.8.1/addons/ooh323c/src/memheap.c
asterisk-11.8.1/addons/ooh323c/src/ooh323ep.c
asterisk-11.8.1/addons/ooh323c/src/ooUtils.h
asterisk-11.8.1/addons/ooh323c/src/eventHandler.c
asterisk-11.8.1/addons/ooh323c/src/perutil.c
asterisk-11.8.1/addons/ooh323c/src/ooGkClient.h
asterisk-11.8.1/addons/ooh323c/src/ooCmdChannel.c
asterisk-11.8.1/addons/ooh323c/src/ooports.c
asterisk-11.8.1/addons/ooh323c/src/ooCommon.h
asterisk-11.8.1/addons/ooh323c/src/ooh323.h
asterisk-11.8.1/addons/ooh323c/src/ooLogChan.c
asterisk-11.8.1/addons/ooh323c/src/Makefile.in
asterisk-11.8.1/addons/ooh323c/src/printHandler.h
asterisk-11.8.1/addons/ooh323c/src/oohdr.h
asterisk-11.8.1/addons/ooh323c/src/ooCalls.c
asterisk-11.8.1/addons/ooh323c/src/ooh245.h
asterisk-11.8.1/addons/ooh323c/src/ooSocket.c
asterisk-11.8.1/addons/ooh323c/src/ooports.h
asterisk-11.8.1/addons/ooh323c/src/context.c
asterisk-11.8.1/addons/ooh323c/src/ootypes.h
asterisk-11.8.1/addons/ooh323c/src/ooh323ep.h
asterisk-11.8.1/addons/ooh323c/src/ooUtils.c
asterisk-11.8.1/addons/ooh323c/src/printHandler.c
asterisk-11.8.1/addons/ooh323c/src/ooSocket.h
asterisk-11.8.1/addons/ooh323c/src/ootrace.h
asterisk-11.8.1/addons/ooh323c/src/ooCapability.c
asterisk-11.8.1/addons/ooh323c/src/errmgmt.c
asterisk-11.8.1/addons/ooh323c/src/memheap.h
asterisk-11.8.1/addons/ooh323c/src/ooStackCmds.c
asterisk-11.8.1/addons/ooh323c/src/ooDateTime.c
asterisk-11.8.1/addons/ooh323c/src/ooq931.c
asterisk-11.8.1/addons/ooh323c/src/eventHandler.h
asterisk-11.8.1/addons/ooh323c/src/rtctype.c
asterisk-11.8.1/addons/ooh323c/src/oochannels.h
asterisk-11.8.1/addons/ooh323c/src/ooStackCmds.h
asterisk-11.8.1/addons/ooh323c/src/rtctype.h
asterisk-11.8.1/addons/ooh323c/README
asterisk-11.8.1/addons/ooh323c/COPYING
asterisk-11.8.1/addons/app_saycountpl.c
asterisk-11.8.1/Makefile
asterisk-11.8.1/phoneprov/
asterisk-11.8.1/phoneprov/snom-mac.xml
asterisk-11.8.1/phoneprov/000000000000-phone.cfg
asterisk-11.8.1/phoneprov/000000000000.cfg
asterisk-11.8.1/phoneprov/000000000000-directory.xml
asterisk-11.8.1/phoneprov/polycom.xml
asterisk-11.8.1/phoneprov/polycom_line.xml
asterisk-11.8.1/main/
asterisk-11.8.1/main/sip_api.c
asterisk-11.8.1/main/fixedjitterbuf.h
asterisk-11.8.1/main/ulaw.c
asterisk-11.8.1/main/netsock2.c
asterisk-11.8.1/main/channel.c
asterisk-11.8.1/main/dns.c
asterisk-11.8.1/main/audiohook.c
asterisk-11.8.1/main/translate.c
asterisk-11.8.1/main/editline/
asterisk-11.8.1/main/editline/
makelist.in
asterisk-11.8.1/main/editline/PLATFORMS
asterisk-11.8.1/main/editline/prompt.h
asterisk-11.8.1/main/editline/config.guess
asterisk-11.8.1/main/editline/prompt.c
asterisk-11.8.1/main/editline/
config.h.in
asterisk-11.8.1/main/editline/emacs.c
asterisk-11.8.1/main/editline/history.c
asterisk-11.8.1/main/editline/search.c
asterisk-11.8.1/main/editline/hist.c
asterisk-11.8.1/main/editline/refresh.c
asterisk-11.8.1/main/editline/refresh.h
asterisk-11.8.1/main/editline/common.c
asterisk-11.8.1/main/editline/install-sh
asterisk-11.8.1/main/editline/parse.c
asterisk-11.8.1/main/editline/readline.c
asterisk-11.8.1/main/editline/el.c
asterisk-11.8.1/main/editline/map.h
asterisk-11.8.1/main/editline/key.h
asterisk-11.8.1/main/editline/tty.c
asterisk-11.8.1/main/editline/read.h
asterisk-11.8.1/main/editline/sys.h
asterisk-11.8.1/main/editline/vi.c
asterisk-11.8.1/main/editline/editline.3
asterisk-11.8.1/main/editline/editrc.5
asterisk-11.8.1/main/editline/config.sub
asterisk-11.8.1/main/editline/tokenizer.h
asterisk-11.8.1/main/editline/chared.c
asterisk-11.8.1/main/editline/term.c
asterisk-11.8.1/main/editline/sig.c
asterisk-11.8.1/main/editline/sig.h
asterisk-11.8.1/main/editline/Makefile.in
asterisk-11.8.1/main/editline/CHANGES
asterisk-11.8.1/main/editline/tokenizer.c
asterisk-11.8.1/main/editline/el.h
asterisk-11.8.1/main/editline/parse.h
asterisk-11.8.1/main/editline/search.h
asterisk-11.8.1/main/editline/INSTALL
asterisk-11.8.1/main/editline/
configure.in
asterisk-11.8.1/main/editline/read.c
asterisk-11.8.1/main/editline/hist.h
asterisk-11.8.1/main/editline/README
asterisk-11.8.1/main/editline/readline.h
asterisk-11.8.1/main/editline/configure
asterisk-11.8.1/main/editline/TEST/
asterisk-11.8.1/main/editline/TEST/test.c
asterisk-11.8.1/main/editline/tty.h
asterisk-11.8.1/main/editline/np/
asterisk-11.8.1/main/editline/np/fgetln.c
asterisk-11.8.1/main/editline/np/vis.c
asterisk-11.8.1/main/editline/np/vis.h
asterisk-11.8.1/main/editline/np/unvis.c
asterisk-11.8.1/main/editline/np/strlcpy.c
asterisk-11.8.1/main/editline/np/strlcat.c
asterisk-11.8.1/main/editline/chared.h
asterisk-11.8.1/main/editline/histedit.h
asterisk-11.8.1/main/editline/term.h
asterisk-11.8.1/main/editline/key.c
asterisk-11.8.1/main/editline/map.c
asterisk-11.8.1/main/privacy.c
asterisk-11.8.1/main/dsp.c
asterisk-11.8.1/main/lock.c
asterisk-11.8.1/main/netsock.c
asterisk-11.8.1/main/http.c
asterisk-11.8.1/main/fskmodem.c
asterisk-11.8.1/main/ast_expr2.h
asterisk-11.8.1/main/tcptls.c
asterisk-11.8.1/main/sha1.c
asterisk-11.8.1/main/format_pref.c
asterisk-11.8.1/main/stun.c
asterisk-11.8.1/main/dnsmgr.c
asterisk-11.8.1/main/autoservice.c
asterisk-11.8.1/main/asterisk.c
asterisk-11.8.1/main/enum.c
asterisk-11.8.1/main/aoc.c
asterisk-11.8.1/main/cygload.c
asterisk-11.8.1/main/fskmodem_int.c
asterisk-11.8.1/main/channel_internal_api.c
asterisk-11.8.1/main/message.c
asterisk-11.8.1/main/say.c
asterisk-11.8.1/main/manager.c
asterisk-11.8.1/main/ast_expr2.y
asterisk-11.8.1/main/heap.c
asterisk-11.8.1/main/test.c
asterisk-11.8.1/main/srv.c
asterisk-11.8.1/main/image.c
asterisk-11.8.1/main/event.c
asterisk-11.8.1/main/threadstorage.c
asterisk-11.8.1/main/poll.c
asterisk-11.8.1/main/presencestate.c
asterisk-11.8.1/main/cel.c
asterisk-11.8.1/main/jitterbuf.c
asterisk-11.8.1/main/indications.c
asterisk-11.8.1/main/autochan.c
asterisk-11.8.1/main/timing.c
asterisk-11.8.1/main/rtp_engine.c
asterisk-11.8.1/main/loader.c
asterisk-11.8.1/main/strings.c
asterisk-11.8.1/main/term.c
asterisk-11.8.1/main/abstract_jb.c
asterisk-11.8.1/main/bridging.c
asterisk-11.8.1/main/md5.c
asterisk-11.8.1/main/acl.c
asterisk-11.8.1/main/xml.c
asterisk-11.8.1/main/features.c
asterisk-11.8.1/main/app.c
asterisk-11.8.1/main/
asterisk.exports.in
asterisk-11.8.1/main/taskprocessor.c
asterisk-11.8.1/main/Makefile
asterisk-11.8.1/main/ccss.c
asterisk-11.8.1/main/alaw.c
asterisk-11.8.1/main/named_acl.c
asterisk-11.8.1/main/fskmodem_float.c
asterisk-11.8.1/main/fixedjitterbuf.c
asterisk-11.8.1/main/tdd.c
asterisk-11.8.1/main/ast_expr2.c
asterisk-11.8.1/main/frame.c
asterisk-11.8.1/main/udptl.c
asterisk-11.8.1/main/chanvars.c
asterisk-11.8.1/main/astmm.c
asterisk-11.8.1/main/stdtime/
asterisk-11.8.1/main/stdtime/test.c
asterisk-11.8.1/main/stdtime/private.h
asterisk-11.8.1/main/stdtime/Makefile
asterisk-11.8.1/main/stdtime/localtime.c
asterisk-11.8.1/main/stdtime/tzfile.h
asterisk-11.8.1/main/security_events.c
asterisk-11.8.1/main/
libasteriskssl.exports.in
asterisk-11.8.1/main/cdr.c
asterisk-11.8.1/main/pbx.c
asterisk-11.8.1/main/plc.c
asterisk-11.8.1/main/libasteriskssl.c
asterisk-11.8.1/main/astobj2.c
asterisk-11.8.1/main/global_datastores.c
asterisk-11.8.1/main/ast_expr2.fl
asterisk-11.8.1/main/format.c
asterisk-11.8.1/main/io.c
asterisk-11.8.1/main/astfd.c
asterisk-11.8.1/main/datastore.c
asterisk-11.8.1/main/format_cap.c
asterisk-11.8.1/main/syslog.c
asterisk-11.8.1/main/buildinfo.c
asterisk-11.8.1/main/config.c
asterisk-11.8.1/main/file.c
asterisk-11.8.1/main/callerid.c
asterisk-11.8.1/main/devicestate.c
asterisk-11.8.1/main/xmldoc.c
asterisk-11.8.1/main/hashtab.c
asterisk-11.8.1/main/asterisk.dynamics
asterisk-11.8.1/main/sched.c
asterisk-11.8.1/main/cli.c
asterisk-11.8.1/main/config_options.c
asterisk-11.8.1/main/adsi.c
asterisk-11.8.1/main/data.c
asterisk-11.8.1/main/dial.c
asterisk-11.8.1/main/slinfactory.c
asterisk-11.8.1/main/ast_expr2f.c
asterisk-11.8.1/main/utils.c
asterisk-11.8.1/main/framehook.c
asterisk-11.8.1/main/ecdisa.h
asterisk-11.8.1/main/strcompat.c
asterisk-11.8.1/main/db.c
asterisk-11.8.1/main/logger.c
asterisk-11.8.1/asterisk-11.8.1-summary.txt
asterisk-11.8.1/UPGRADE-1.4.txt
asterisk-11.8.1/README-addons.txt
asterisk-11.8.1/sample.call
asterisk-11.8.1/README
asterisk-11.8.1/asterisk-11.8.1-summary.html
asterisk-11.8.1/bridges/
asterisk-11.8.1/bridges/bridge_multiplexed.c
asterisk-11.8.1/bridges/Makefile
asterisk-11.8.1/bridges/bridge_softmix.c
asterisk-11.8.1/bridges/bridge_builtin_features.c
asterisk-11.8.1/bridges/bridge_simple.c
asterisk-11.8.1/sounds/
asterisk-11.8.1/sounds/asterisk-core-sounds-en-gsm-1.4.25.tar.gz
asterisk-11.8.1/sounds/Makefile
asterisk-11.8.1/sounds/asterisk-moh-opsound-wav-2.03.tar.gz
asterisk-11.8.1/sounds/sounds.xml
asterisk-11.8.1/configure
asterisk-11.8.1/BSDmakefile
asterisk-11.8.1/formats/
asterisk-11.8.1/formats/format_wav_gsm.c
asterisk-11.8.1/formats/format_g719.c
asterisk-11.8.1/formats/format_g723.c
asterisk-11.8.1/formats/format_g726.c
asterisk-11.8.1/formats/format_sln.c
asterisk-11.8.1/formats/format_jpeg.c
asterisk-11.8.1/formats/format_pcm.c
asterisk-11.8.1/formats/msgsm.h
asterisk-11.8.1/formats/format_g729.c
asterisk-11.8.1/formats/Makefile
asterisk-11.8.1/formats/format_h263.c
asterisk-11.8.1/formats/format_ilbc.c
asterisk-11.8.1/formats/format_h264.c
asterisk-11.8.1/formats/format_ogg_vorbis.c
asterisk-11.8.1/formats/format_siren14.c
asterisk-11.8.1/formats/format_gsm.c
asterisk-11.8.1/formats/format_wav.c
asterisk-11.8.1/formats/format_vox.c
asterisk-11.8.1/formats/format_siren7.c
asterisk-11.8.1/README-SERIOUSLY.bestpractices.txt
asterisk-11.8.1/COPYING
asterisk-11.8.1/images/
asterisk-11.8.1/images/asterisk-intro.jpg
asterisk-11.8.1/images/kpad2.jpg
asterisk-11.8.1/images/animlogo.gif
asterisk-11.8.1/images/play.gif
asterisk-11.8.1/images/font.png
asterisk-11.8.1/default.exports
asterisk-11.8.1/tests/
asterisk-11.8.1/tests/test_func_file.c
asterisk-11.8.1/tests/test_app.c
asterisk-11.8.1/tests/test_aoc.c
asterisk-11.8.1/tests/test_locale.c
asterisk-11.8.1/tests/test_time.c
asterisk-11.8.1/tests/test_dlinklists.c
asterisk-11.8.1/tests/test_jitterbuf.c
asterisk-11.8.1/tests/test_strings.c
asterisk-11.8.1/tests/test_astobj2_thrash.c
asterisk-11.8.1/tests/test_substitution.c
asterisk-11.8.1/tests/test_acl.c
asterisk-11.8.1/tests/test_ast_format_str_reduce.c
asterisk-11.8.1/tests/test_utils.c
asterisk-11.8.1/tests/test_gosub.c
asterisk-11.8.1/tests/test_amihooks.c
asterisk-11.8.1/tests/test_logger.c
asterisk-11.8.1/tests/test_voicemail_api.c
asterisk-11.8.1/tests/test_event.c
asterisk-11.8.1/tests/test_stringfields.c
asterisk-11.8.1/tests/test_hashtab_thrash.c
asterisk-11.8.1/tests/test_heap.c
asterisk-11.8.1/tests/test_sched.c
asterisk-11.8.1/tests/test_db.c
asterisk-11.8.1/tests/test_devicestate.c
asterisk-11.8.1/tests/test_config.c
asterisk-11.8.1/tests/test_format_api.c
asterisk-11.8.1/tests/test_security_events.c
asterisk-11.8.1/tests/Makefile
asterisk-11.8.1/tests/test_linkedlists.c
asterisk-11.8.1/tests/test_pbx.c
asterisk-11.8.1/tests/test_astobj2.c
asterisk-11.8.1/tests/test_netsock2.c
asterisk-11.8.1/tests/test_abstract_jb.c
asterisk-11.8.1/tests/test_poll.c
asterisk-11.8.1/tests/test_expr.c
asterisk-11.8.1/tests/test_ami_security_events.sh
asterisk-11.8.1/tests/test_skel.c
asterisk-11.8.1/tests/test_xml_escape.c
asterisk-11.8.1/utils/
asterisk-11.8.1/utils/astdb2sqlite3.c
asterisk-11.8.1/utils/clicompat.c
asterisk-11.8.1/utils/astman.c
asterisk-11.8.1/utils/frame.h
asterisk-11.8.1/utils/check_expr.c
asterisk-11.8.1/utils/refcounter.c
asterisk-11.8.1/utils/astman.1
asterisk-11.8.1/utils/astdb2bdb.c
asterisk-11.8.1/utils/extconf.c
asterisk-11.8.1/utils/muted.c
asterisk-11.8.1/utils/ael_main.c
asterisk-11.8.1/utils/conf2ael.c
asterisk-11.8.1/utils/Makefile
asterisk-11.8.1/utils/db1-ast/
asterisk-11.8.1/utils/db1-ast/include/
asterisk-11.8.1/utils/db1-ast/include/compat.h
asterisk-11.8.1/utils/db1-ast/include/ndbm.h
asterisk-11.8.1/utils/db1-ast/include/mpool.h
asterisk-11.8.1/utils/db1-ast/include/db.h
asterisk-11.8.1/utils/db1-ast/include/circ-queue.h
asterisk-11.8.1/utils/db1-ast/hash/
asterisk-11.8.1/utils/db1-ast/hash/hash.c
asterisk-11.8.1/utils/db1-ast/hash/ndbm.c
asterisk-11.8.1/utils/db1-ast/hash/hash_bigkey.c
asterisk-11.8.1/utils/db1-ast/hash/search.h
asterisk-11.8.1/utils/db1-ast/hash/hsearch.c
asterisk-11.8.1/utils/db1-ast/hash/hash_buf.c
asterisk-11.8.1/utils/db1-ast/hash/hash_func.c
asterisk-11.8.1/utils/db1-ast/hash/README
asterisk-11.8.1/utils/db1-ast/hash/extern.h
asterisk-11.8.1/utils/db1-ast/hash/hash_log2.c
asterisk-11.8.1/utils/db1-ast/hash/hash_page.c
asterisk-11.8.1/utils/db1-ast/hash/hash.h
asterisk-11.8.1/utils/db1-ast/hash/page.h
asterisk-11.8.1/utils/db1-ast/libdb.map
asterisk-11.8.1/utils/db1-ast/recno/
asterisk-11.8.1/utils/db1-ast/recno/rec_open.c
asterisk-11.8.1/utils/db1-ast/recno/rec_delete.c
asterisk-11.8.1/utils/db1-ast/recno/rec_get.c
asterisk-11.8.1/utils/db1-ast/recno/rec_search.c
asterisk-11.8.1/utils/db1-ast/recno/rec_utils.c
asterisk-11.8.1/utils/db1-ast/recno/rec_put.c
asterisk-11.8.1/utils/db1-ast/recno/rec_seq.c
asterisk-11.8.1/utils/db1-ast/recno/extern.h
asterisk-11.8.1/utils/db1-ast/recno/rec_close.c
asterisk-11.8.1/utils/db1-ast/recno/recno.h
asterisk-11.8.1/utils/db1-ast/Makefile
asterisk-11.8.1/utils/db1-ast/db/
asterisk-11.8.1/utils/db1-ast/db/db.c
asterisk-11.8.1/utils/db1-ast/mpool/
asterisk-11.8.1/utils/db1-ast/mpool/mpool.c
asterisk-11.8.1/utils/db1-ast/mpool/README
asterisk-11.8.1/utils/db1-ast/btree/
asterisk-11.8.1/utils/db1-ast/btree/bt_page.c
asterisk-11.8.1/utils/db1-ast/btree/bt_put.c
asterisk-11.8.1/utils/db1-ast/btree/bt_split.c
asterisk-11.8.1/utils/db1-ast/btree/bt_overflow.c
asterisk-11.8.1/utils/db1-ast/btree/bt_close.c
asterisk-11.8.1/utils/db1-ast/btree/bt_get.c
asterisk-11.8.1/utils/db1-ast/btree/bt_seq.c
asterisk-11.8.1/utils/db1-ast/btree/bt_open.c
asterisk-11.8.1/utils/db1-ast/btree/btree.h
asterisk-11.8.1/utils/db1-ast/btree/bt_delete.c
asterisk-11.8.1/utils/db1-ast/btree/extern.h
asterisk-11.8.1/utils/db1-ast/btree/bt_search.c
asterisk-11.8.1/utils/db1-ast/btree/bt_debug.c
asterisk-11.8.1/utils/db1-ast/btree/bt_utils.c
asterisk-11.8.1/utils/db1-ast/btree/bt_conv.c
asterisk-11.8.1/utils/frame.c
asterisk-11.8.1/utils/streamplayer.c
asterisk-11.8.1/utils/astcanary.c
asterisk-11.8.1/utils/utils.xml
asterisk-11.8.1/utils/smsq.c
asterisk-11.8.1/utils/expr2.testinput
asterisk-11.8.1/utils/stereorize.c
asterisk-11.8.1/funcs/
asterisk-11.8.1/funcs/func_env.c
asterisk-11.8.1/funcs/func_rand.c
asterisk-11.8.1/funcs/func_dialgroup.c
asterisk-11.8.1/funcs/func_timeout.c
asterisk-11.8.1/funcs/func_curl.c
asterisk-11.8.1/funcs/func_jitterbuffer.c
asterisk-11.8.1/funcs/func_version.c
asterisk-11.8.1/funcs/func_callerid.c
asterisk-11.8.1/funcs/func_aes.c
asterisk-11.8.1/funcs/func_vmcount.c
asterisk-11.8.1/funcs/func_global.c
asterisk-11.8.1/funcs/func_math.c
asterisk-11.8.1/funcs/func_volume.c
asterisk-11.8.1/funcs/func_db.c
asterisk-11.8.1/funcs/func_uri.c
asterisk-11.8.1/funcs/func_blacklist.c
asterisk-11.8.1/funcs/func_dialplan.c
asterisk-11.8.1/funcs/func_presencestate.c
asterisk-11.8.1/funcs/func_callcompletion.c
asterisk-11.8.1/funcs/func_sha1.c
asterisk-11.8.1/funcs/func_config.c
asterisk-11.8.1/funcs/func_srv.c
asterisk-11.8.1/funcs/func_pitchshift.c
asterisk-11.8.1/funcs/func_sprintf.c
asterisk-11.8.1/funcs/func_cdr.c
asterisk-11.8.1/funcs/func_realtime.c
asterisk-11.8.1/funcs/Makefile
asterisk-11.8.1/funcs/func_shell.c
asterisk-11.8.1/funcs/func_module.c
asterisk-11.8.1/funcs/func_enum.c
asterisk-11.8.1/funcs/func_channel.c
asterisk-11.8.1/funcs/func_hangupcause.c
asterisk-11.8.1/funcs/func_cut.c
asterisk-11.8.1/funcs/func_speex.c
asterisk-11.8.1/funcs/func_groupcount.c
asterisk-11.8.1/funcs/func_lock.c
asterisk-11.8.1/funcs/func_devstate.c
asterisk-11.8.1/funcs/func_extstate.c
asterisk-11.8.1/funcs/func_odbc.c
asterisk-11.8.1/funcs/func_iconv.c
asterisk-11.8.1/funcs/func_strings.c
asterisk-11.8.1/funcs/func_base64.c
asterisk-11.8.1/funcs/func_sysinfo.c
asterisk-11.8.1/funcs/func_logic.c
asterisk-11.8.1/funcs/func_md5.c
asterisk-11.8.1/funcs/func_audiohookinherit.c
asterisk-11.8.1/funcs/func_frame_trace.c
asterisk-11.8.1/static-http/
asterisk-11.8.1/static-http/ajamdemo.html
asterisk-11.8.1/static-http/astman.css
asterisk-11.8.1/static-http/prototype.js
asterisk-11.8.1/static-http/mantest.html
asterisk-11.8.1/static-http/astman.js
asterisk-11.8.1/mkinstalldirs
asterisk-11.8.1/UPGRADE-1.6.txt
asterisk-11.8.1/build_tools/
asterisk-11.8.1/build_tools/get_moduleinfo
asterisk-11.8.1/build_tools/make_linker_eo_script
asterisk-11.8.1/build_tools/make_sample_voicemail
asterisk-11.8.1/build_tools/prep_tarball
asterisk-11.8.1/build_tools/embed_modules.xml
asterisk-11.8.1/build_tools/make_buildopts_h
asterisk-11.8.1/build_tools/cflags.xml
asterisk-11.8.1/build_tools/get_makeopts
asterisk-11.8.1/build_tools/find_missing_support_level
asterisk-11.8.1/build_tools/make_defaults_h
asterisk-11.8.1/build_tools/get_documentation.py
asterisk-11.8.1/build_tools/mkpkgconfig
asterisk-11.8.1/build_tools/post_process_documentation.py
asterisk-11.8.1/build_tools/sha1sum-sh
asterisk-11.8.1/build_tools/
menuselect-deps.in
asterisk-11.8.1/build_tools/get_documentation
asterisk-11.8.1/build_tools/cflags-devmode.xml
asterisk-11.8.1/build_tools/make_build_h
asterisk-11.8.1/build_tools/make_version_c
asterisk-11.8.1/build_tools/make_version
asterisk-11.8.1/build_tools/make_linker_version_script
asterisk-11.8.1/doc/
asterisk-11.8.1/doc/README.txt
asterisk-11.8.1/doc/IAX2-security.pdf
asterisk-11.8.1/doc/Asterisk-Admin-Guide.pdf
asterisk-11.8.1/doc/IAX2-security.txt
asterisk-11.8.1/doc/api-1.6.2-changes.txt
asterisk-11.8.1/doc/Asterisk-11-Reference.pdf
asterisk-11.8.1/doc/lang/
asterisk-11.8.1/doc/lang/hebrew.ods
asterisk-11.8.1/doc/lang/vietnamese.ods
asterisk-11.8.1/doc/lang/language-criteria.txt
asterisk-11.8.1/doc/lang/urdu.ods
asterisk-11.8.1/doc/api-1.6.0-changes.odt
asterisk-11.8.1/doc/CODING-GUIDELINES
asterisk-11.8.1/doc/Asterisk-Admin-Guide/
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Private Representation of Party
Information.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_GetCPEID.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Wait.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_SIPqualifypeer.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_AlarmReceiver.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_SIPshowregistry.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_MeetmeTalking.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_ChanSpyStop.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_EXTENSION_STATE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Dialplan Functions.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Pickup.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Macro.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_QueuePenalty.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_SIP_HEADER.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_CURLOPT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_ConfbridgeKick.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_ODBC.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_TestClient.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_TOUPPER.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_ReceiveFAX
(res_fax).html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Answer.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_Reload.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/SIP Direct Media Reinvite Glare
Avoidance.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ClearHash.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_SIPpeerstatus.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ExtenSpy.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_CHANNEL.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ODBC_Commit.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_Getvar.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_AgentConnect.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_CONFBRIDGE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_JabberJoin.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_SYSINFO.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_VMSayName.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ADSIProg.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_MeetMeChannelAdmin.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_IF.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_PP_EACH_EXTENSION.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_Redirect.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_get
variable.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_RemoveQueueMember.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_QueueMemberPaused.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_Monitor.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_Ringing.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_ParkedCallTimeOut.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SetCallerPres.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Hangup Cause Mappings.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ContinueWhile.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_HASHKEYS.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_IVRDemo.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_UNSHIFT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_QueueReset.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_QUEUE_WAITING_COUNT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_System.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_CALENDAR_QUERY_RESULT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_MD5.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_FIELDQTY.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ConfBridge.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_INC.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SpeechDeactivateGrammar.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_FIELDNUM.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_ParkedCall.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_LOCAL_PEEK.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Hangup.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_FILTER.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_MixMonitorMute.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ControlPlayback.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_WaitExten.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_AgentLogoff.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_FollowMe.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_HINT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 ManagerEvent_Leave.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_SendText.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_UpdateConfig.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_ConfbridgeUnlock.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 ManagerAction_AGI.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_UNLOCK.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_VoiceMailMain.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_StopMusicOnHold.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 ManagerAction_Ping.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_QueueMemberAdded.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SoftHangup.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_MAILBOX_EXISTS.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_MixMonitor.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_CallCompletionRequest.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_SMDI_MSG.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_PrivacyManager.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Gosub.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_AgentDump.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_VALID_EXTEN.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_NoOp.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_SPEECH_SCORE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_MinivmRecord.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_LocalOptimizeAway.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_FilterList.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_BridgeAction.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_RaiseException.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Set.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_ChanSpyStart.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_SPEECH_TEXT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_DB_KEYS.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Named ACLs.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_exec.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_Verbose.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_HangupHandlerPop.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_MessageSend.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_Challenge.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_AELSub.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_QueueLog.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_MinivmDelete.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_AOCMessage.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_DENOISE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_TRYLOCK.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_UserEvent.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_QueueLog.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ParkedCall.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SpeechLoadGrammar.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_JabberSend.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_JITTERBUFFER.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_CALLCOMPLETION.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_ENUMQUERY.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_HangupHandlerRun.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_MixMonitor.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_VarSet.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_EXISTS.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_Proceeding.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_FEATUREMAP.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_DAHDIChannel.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_FILE_FORMAT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_PauseMonitor.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_Directory.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_IAX2Provision.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_CoreStatus.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_SHA1.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_ChangeMonitor.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SLATrunk.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_send
text.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_Queues.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_GetConfig.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_database
del.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_MINIVMACCOUNT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Goto.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_Newexten.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SetMusicOnHold.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_DAHDIRestart.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_control
stream file.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ChanIsAvail.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_ConfbridgeTalking.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_PASSTHRU.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_Originate.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SayCountedNoun.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_GotoIf.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_wait for
digit.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_MessageWaiting.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_SPRINTF.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_AUDIOHOOK_INHERIT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ExitWhile.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_TOLOWER.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_EndWhile.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_MacroExclusive.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Exec.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_SIPpeers.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_OSPLookup.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_AES_DECRYPT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_VoicemailUsersList.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ImportVar.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_ConfbridgeMute.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_FRAME_TRACE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_DIALGROUP.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_OSPNext.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_REALTIME_FIELD.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Read.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_receive
char.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_QueueMemberRingInUse.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_DEVICE_STATE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_EVAL.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SetAMAFlags.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_speech
deactivate grammar.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Hangup Cause.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_BridgeExec.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_WaitUntil.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_CONNECTEDLINE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_speech load
grammar.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_MeetmeTalkRequest.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_get
option.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_JabberStatus.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_tdd
mode.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SIPSendCustomINFO.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_ConfbridgeJoin.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AMI Actions.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_CALLERID.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_VoiceMailPlayMsg.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_JABBER_STATUS.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_EXCEPTION.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_HANGUPCAUSE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_NoCDR.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_DBGet.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_DISA.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_say
date.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/index.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_QueueSummary.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ReadExten.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_MeetmeList.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_QUEUE_VARIABLES.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ChanSpy.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SayAlpha.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_UnpauseMonitor.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_DEC.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Dynamic DTMF Features.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_MeetmeMute.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_IAXpeers.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_CALENDAR_QUERY.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_STACK_PEEK.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_FEATURE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_QUEUE_MEMBER_PENALTY.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_CURL.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_CDR.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_UnpauseMonitor.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_GROUP_COUNT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_MinivmMWI.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Busy.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_Bridge.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_MINIVMCOUNTER.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_record
file.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_QueueCallerAbandon.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_SIPnotify.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_REPLACE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_SPEECH_GRAMMAR.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_ConfbridgeLeave.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_ConfbridgeSetSingleVideoSrc.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_REDIRECTING.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_Morsecode.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_Milliwatt.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_set
context.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_AbsoluteTimeout.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_Pickup.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_ModuleLoad.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_PRIShowSpans.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_SMDI_MSG_RETRIEVE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_DUNDIQUERY.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_UserEvent.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_ConfbridgeStart.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_StopMixMonitor.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_BackGround.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SIPRemoveHeader.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_SendFAX
(app_fax).html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ODBCFinish.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_MEETME_INFO.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_AES_ENCRYPT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_GosubIf.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_VMCOUNT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_MATH.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_IAXnetstats.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_HangupCauseClear.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_PauseMonitor.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_Monitor.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_QueuePause.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_ParkedCalls.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_AMD.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_DUNDIRESULT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_DateTime.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_IFTIME.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_MeetMe.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_QueueMemberRemoved.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_get
data.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_HANGUPCAUSE_KEYS.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_LOCK.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_ARRAY.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_MailboxCount.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_MusicOnHold.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_speech
activate grammar.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_AGENT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 ManagerEvent_Dial.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_WaitForRing.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_DB_EXISTS.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_IAXPEER.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_JACK.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_MeetmeLeave.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_QueueMemberPenalty.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_set
autohangup.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_EAGI.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_ConfbridgeUnmute.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_ConfbridgeStopRecord.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_ReceiveFAX
(app_fax).html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_MESSAGE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_STRREPLACE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SpeechBackground.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_MessageSend.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Dial.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_get full
variable.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_Agentlogin.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_CUT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_ModuleLoadReport.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_While.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_QueueRemove.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_AlarmClear.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_JabberLeave.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_DBDel.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_set
callerid.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_WaitMusicOnHold.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SayUnixTime.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_ICONV.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_StartMusicOnHold.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_Newchannel.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_DumpChan.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_MeetMeCount.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_CHANNELS.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_Shutdown.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_IAXpeerlist.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_LocalBridge.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_Login.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_GLOBAL.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_Status.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_GROUP.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_Transfer.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_DAHDIScan.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_MUTEAUDIO.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_speech
recognize.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_FILE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Upgrading to Asterisk 11.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_send
image.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 ManagerEvent_Hold.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_DAHDISendKeypadFacility.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_UserEvent.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_QUEUE_MEMBER.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_PP_EACH_USER.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_SpanAlarmClear.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_URIDECODE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_PITCH_SHIFT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_STRFTIME.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_ICES.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_BASE64_ENCODE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_PUSH.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_CoreSettings.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_MASTER_CHANNEL.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_DAHDITransfer.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_TestServer.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_BASE64_DECODE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_QUEUE_MEMBER_COUNT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_DAHDIRAS.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_say
number.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Flash.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_SPEECH_ENGINE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_WaitForSilence.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_CSV_QUOTE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_StopMixMonitor.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_QueueMemberStatus.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_QueueAdd.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_QUEUE_EXISTS.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_StopMonitor.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_Incomplete.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_PRESENCE_STATE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_MeetMeAdmin.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_Zapateller.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_DUNDILOOKUP.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_say
phonetic.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SpeechStart.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_GROUP_LIST.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_Hangup.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_CoreShowChannels.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_ENUMLOOKUP.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_JabberSend.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_speech
create.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_SPEECH_RESULTS_TYPE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_POP.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_DAHDIDNDoff.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_DAHDIAcceptR2Call.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_AMI_CLIENT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_MinivmGreet.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ParkAndAnnounce.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_asyncagi
break.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_DBPut.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_SPEECH.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_set
variable.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SayPhonetic.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_SKINNYshowline.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_MESSAGE_DATA.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_Command.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_OSPFinish.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_Filter.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_AGC.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_JABBER_RECEIVE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_IMPORT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_AST_CONFIG.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SayCountPL.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_REALTIME_DESTROY.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Pre-Dial Handlers.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_DAHDISendCallreroutingFacility.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_SIPPEER.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_set
music.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_CallCompletionCancel.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_IAXregistry.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_speech
destroy.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_DAHDIDialOffhook.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_ParkedCallGiveUp.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SLAStation.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_TrySystem.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SendDTMF.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_ModuleCheck.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_DAHDIBarge.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_Setvar.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_noop.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_CALLERPRES.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_RetryDial.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_QUEUE_MEMBER_LIST.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_DAHDIDNDon.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_URIENCODE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_SMS.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ReadFile.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_SIPshowpeer.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_FILE_COUNT_LINE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_MacroExit.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_CELGenUserEvent.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_verbose.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_CALENDAR_EVENT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Command Reference.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_DBdel.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ExternalIVR.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_PresenceState.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Page.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_TryExec.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_MeetmeMute.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_AgentComplete.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SendText.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_ShowDialPlan.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_REALTIME_HASH.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_NewCallerid.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_UnParkedCall.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_CONFBRIDGE_INFO.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_Hangup.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_hangup.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_TXTCIDNAME.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_MeetmeUnmute.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_FAXOPT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Queue.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_IFMODULE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ForkCDR.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_Agentlogoff.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_AddQueueMember.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_BackgroundDetect.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ResetCDR.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_DNDState.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_StopMonitor.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_AGI.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Dialplan
Applications.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SpeechActivateGrammar.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_SKINNYshowdevice.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_AgentLogin.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_MailboxStatus.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_VM_INFO.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_HangupRequest.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SayDigits.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_QueueMemberRinginuse.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_REALTIME.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_REGEX.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_SORT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_LogChannel.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ODBC_Rollback.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_DB.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_NewPeerAccount.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_ConfbridgeListRooms.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_Originate.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_STRPTIME.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_BLACKLIST.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_CALENDAR_BUSY.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_Authenticate.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk WebRTC Support.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AMI Events.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_VoiceMail.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_DataGet.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_Playback.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_SET.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_ISNULL.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Hangup Handlers.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_say
alpha.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_DIALPLAN_EXISTS.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_TESTTIME.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_set
extension.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_STAT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_StackPop.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_ConfbridgeList.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_StopPlayTones.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Echo.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_VMAuthenticate.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_VERSION.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SkelGuessNumber.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_MinivmNotify.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SpeechUnloadGrammar.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_ConfbridgeStartRecord.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 ManagerEvent_Alarm.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_Bridge.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_ListCategories.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_answer.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_GetConfigJSON.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SayCountedAdj.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SpeechDestroy.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_QueueStatus.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Call Pickup.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGI Commands.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_MacroIf.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 ManagerAction_Park.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_SQL_ESC.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/New in 11.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_Dictate.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_MinivmAccMess.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/images/
asterisk-11.8.1/doc/Asterisk-Admin-Guide/images/icons/
asterisk-11.8.1/doc/Asterisk-Admin-Guide/images/icons/emoticons/
asterisk-11.8.1/doc/Asterisk-Admin-Guide/images/icons/emoticons/error.gif
asterisk-11.8.1/doc/Asterisk-Admin-Guide/images/icons/emoticons/warning.gif
asterisk-11.8.1/doc/Asterisk-Admin-Guide/images/icons/emoticons/smile.gif
asterisk-11.8.1/doc/Asterisk-Admin-Guide/images/icons/emoticons/forbidden.gif
asterisk-11.8.1/doc/Asterisk-Admin-Guide/images/icons/emoticons/information.gif
asterisk-11.8.1/doc/Asterisk-Admin-Guide/images/icons/bullet_blue.gif
asterisk-11.8.1/doc/Asterisk-Admin-Guide/images/icons/comment_16.gif
asterisk-11.8.1/doc/Asterisk-Admin-Guide/images/border/
asterisk-11.8.1/doc/Asterisk-Admin-Guide/images/border/spacer.gif
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_OSPAuth.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_ENUMRESULT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_set
priority.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_stream
file.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_MeetmeListRooms.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_MeetmeJoin.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_SRVQUERY.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_QUOTE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_PlayTones.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_ExecIf.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_PlayDTMF.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_FullyBooted.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_SHARED.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_MailboxExists.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SayNumber.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Park.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_Events.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_gosub.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SpeechCreate.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_SIPCHANINFO.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_PauseQueueMember.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 ManagerEvent_Join.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_say
time.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_WaitEvent.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ExecIfTime.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_UnpauseQueueMember.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SpeechProcessingSound.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_SRVRESULT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_LOCAL.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_Masquerade.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_Congestion.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_SpanAlarm.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_LEN.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ChangeMonitor.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_Newstate.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Return.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_PickupChan.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_ListCommands.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SIPAddHeader.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_database
get.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_ENV.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_CHECKSIPDOMAIN.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_RAND.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 ManagerEvent_DTMF.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_Progress.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/attachments/
asterisk-11.8.1/doc/Asterisk-Admin-Guide/attachments/20840650/
asterisk-11.8.1/doc/Asterisk-Admin-Guide/attachments/20840650/21069827.odt
asterisk-11.8.1/doc/Asterisk-Admin-Guide/attachments/21463142/
asterisk-11.8.1/doc/Asterisk-Admin-Guide/attachments/21463142/21757962.png
asterisk-11.8.1/doc/Asterisk-Admin-Guide/attachments/21463142/21757959
asterisk-11.8.1/doc/Asterisk-Admin-Guide/attachments/21463142/21757960.png
asterisk-11.8.1/doc/Asterisk-Admin-Guide/attachments/21463142/21757958.png
asterisk-11.8.1/doc/Asterisk-Admin-Guide/attachments/21463142/21757963
asterisk-11.8.1/doc/Asterisk-Admin-Guide/attachments/21463142/21757961
asterisk-11.8.1/doc/Asterisk-Admin-Guide/attachments/21463142/21757965
asterisk-11.8.1/doc/Asterisk-Admin-Guide/attachments/21463142/21757964.png
asterisk-11.8.1/doc/Asterisk-Admin-Guide/attachments/21463142/21757966.png
asterisk-11.8.1/doc/Asterisk-Admin-Guide/attachments/21463142/21757955
asterisk-11.8.1/doc/Asterisk-Admin-Guide/attachments/21463142/21757957
asterisk-11.8.1/doc/Asterisk-Admin-Guide/attachments/21463142/21757956.png
asterisk-11.8.1/doc/Asterisk-Admin-Guide/styles/
asterisk-11.8.1/doc/Asterisk-Admin-Guide/styles/site.css
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_ExtensionState.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_NewAccountCode.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_speech
unload grammar.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_VOLUME.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_Rename.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_DeadAGI.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_GROUP_MATCH_COUNT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Bridge.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_Agents.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_QueueRule.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Log.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Documentation.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_MP3Player.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_Parkinglots.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_SendFAX
(res_fax).html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_speech
set.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_database
deltree.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_SoftHangupRequest.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_KEYPADHASH.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_MuteAudio.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_DAHDIShowChannels.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_Record.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_CALENDAR_WRITE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_SKINNYdevices.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_JabberSendGroup.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_say
digits.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SendImage.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Interactive Connectivity
Establishment (ICE) in Asterisk.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_OriginateResponse.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_HASH.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_QueueReload.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_HangupHandlerPush.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_Festival.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_WaitForNoise.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_TIMEOUT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_AgentMonitorOutgoing.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_DBDelTree.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_GotoIfTime.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_ConfbridgeLock.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_receive
text.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_DAHDIHangup.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_DB_DELETE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_NBScat.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_DBdeltree.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_ConfbridgeEnd.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_ExtensionStatus.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_SHELL.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_say
datetime.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_LISTFILTER.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_Atxfer.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_CreateConfig.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Call Identifier Logging.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_REALTIME_STORE.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_ChannelRedirect.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_SHIFT.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Presence State.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Application_MSet.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 Function_IAXVAR.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Function_ODBC_FETCH.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_AgentCalled.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SendURL.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_Logoff.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
Application_SIPDtmfMode.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_MeetmeEnd.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_database
put.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerEvent_AgentRingNoAnswer.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11 AGICommand_channel
status.html
asterisk-11.8.1/doc/Asterisk-Admin-Guide/Asterisk 11
ManagerAction_SKINNYlines.html
asterisk-11.8.1/doc/Makefile
asterisk-11.8.1/doc/astdb2bdb.8
asterisk-11.8.1/doc/asterisk.8
asterisk-11.8.1/doc/astdb2sqlite3.8
asterisk-11.8.1/doc/asterisk.sgml
asterisk-11.8.1/doc/appdocsxml.dtd
removed `asterisk-11.8.1/configure'
create symbolic link `asterisk' to `asterisk-11.8.1'
Copying patch set for 'asterisk'...
./configure.ac.patch
./main/Makefile.patch
./main/editline/np/strlcpy.c.patch
./main/editline/np/strlcat.c.patch
./main/editline/np/fgetln.c.patch
./Makefile.patch
./autoconf/ast_check_pwlib.m4.patch
./autoconf/ast_check_gnu_make.m4.patch
./autoconf/ast_check_h323plus.m4.patch
./channels/chan_h323.c.patch
./channels/h323/caps_h323.h.patch
./channels/h323/caps_h323.cxx.patch
./channels/h323/ast_h323.h.patch
./channels/h323/ast_h323.cxx.patch
./configure.ac.patch
./main/Makefile.patch
./main/editline/np/strlcpy.c.patch
./main/editline/np/strlcat.c.patch
./main/editline/np/fgetln.c.patch
./Makefile.patch
./autoconf/ast_check_pwlib.m4.patch
./autoconf/ast_check_gnu_make.m4.patch
./autoconf/ast_check_h323plus.m4.patch
./channels/chan_h323.c.patch
./channels/h323/caps_h323.h.patch
./channels/h323/caps_h323.cxx.patch
./channels/h323/ast_h323.h.patch
./channels/h323/Makefile.in.patch
./channels/h323/chan_h323.h.patch
./channels/Makefile.patch
./channels/Makefile.in.patch
./channels/h323/ast_h323.cxx.patch
./channels/h323/Makefile.in.patch
./channels/h323/chan_h323.h.patch
./channels/Makefile.patch
./channels/Makefile.in.patch
Patching 'asterisk'...
patching file /root/ast-h323/asterisk/
configure.ac
patching file /root/ast-h323/asterisk/main/Makefile
patching file /root/ast-h323/asterisk/main/editline/np/strlcpy.c
patching file /root/ast-h323/asterisk/main/editline/np/strlcat.c
patching file /root/ast-h323/asterisk/main/editline/np/fgetln.c
patching file /root/ast-h323/asterisk/Makefile
Hunk #1 succeeded at 889 (offset 1 line).
patching file /root/ast-h323/asterisk/autoconf/ast_check_pwlib.m4
patching file /root/ast-h323/asterisk/autoconf/ast_check_gnu_make.m4
patching file /root/ast-h323/asterisk/autoconf/ast_check_h323plus.m4
patching file /root/ast-h323/asterisk/channels/chan_h323.c
patching file /root/ast-h323/asterisk/channels/h323/caps_h323.h
patching file /root/ast-h323/asterisk/channels/h323/caps_h323.cxx
patching file /root/ast-h323/asterisk/channels/h323/ast_h323.h
patching file /root/ast-h323/asterisk/channels/h323/ast_h323.cxx
patching file /root/ast-h323/asterisk/channels/h323/Makefile.in
patching file /root/ast-h323/asterisk/channels/h323/chan_h323.h
patching file /root/ast-h323/asterisk/channels/Makefile.in
Building 'spandsp'...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries...
yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries...
yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries...
yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs...
immediate
appending configuration tag "F77" to libtool
checking for C compiler vendor... gnu
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for long long... yes
checking for long double... yes
checking return type of signal handlers... void
checking for error_at_line... yes
checking for vprintf... yes
checking for _doprnt... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for lrint... yes
checking for lrintf... yes
checking for llrint... yes
checking for llrintf... yes
checking if have C99 struct flexible array support... yes
checking for memmove... yes
checking for memset... yes
checking for select... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strstr... yes
checking for strtol... yes
checking for gettimeofday... yes
checking for drand48... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking socket.h usability... no
checking socket.h presence... no
checking for socket.h... no
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking tgmath.h usability... yes
checking tgmath.h presence... yes
checking for tgmath.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/select.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sndfile.h usability... no
checking sndfile.h presence... no
checking for sndfile.h... no
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking fftw3.h usability... no
checking fftw3.h presence... no
checking for fftw3.h... no
checking fftw.h usability... no
checking fftw.h presence... no
checking for fftw.h... no
checking pcap.h usability... no
checking pcap.h presence... no
checking for pcap.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking X11/X.h usability... yes
checking X11/X.h presence... yes
checking for X11/X.h... yes
checking for libxml/xmlmemory.h... checking libxml/xmlmemory.h usability...
yes
checking libxml/xmlmemory.h presence... yes
checking for libxml/xmlmemory.h... yes
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking libxml/xinclude.h usability... yes
checking libxml/xinclude.h presence... yes
checking for libxml/xinclude.h... yes
checking FL/Fl.H usability... no
checking FL/Fl.H presence... no
checking for FL/Fl.H... no
checking FL/Fl_Overlay_Window.H usability... no
checking FL/Fl_Overlay_Window.H presence... no
checking for FL/Fl_Overlay_Window.H... no
checking FL/Fl_Light_Button.H usability... no
checking FL/Fl_Light_Button.H presence... no
checking for FL/Fl_Light_Button.H... no
checking FL/fl_draw.H usability... no
checking FL/fl_draw.H presence... no
checking for FL/fl_draw.H... no
checking FL/Fl_Cartesian.H usability... no
checking FL/Fl_Cartesian.H presence... no
checking for FL/Fl_Cartesian.H... no
checking FL/Fl_Audio_Meter.H usability... no
checking FL/Fl_Audio_Meter.H presence... no
checking for FL/Fl_Audio_Meter.H... no
checking for cos in -lm... yes
checking for library containing sinf... none required
checking for library containing cosf... none required
checking for library containing tanf... none required
checking for library containing asinf... none required
checking for library containing acosf... none required
checking for library containing atanf... none required
checking for library containing atan2f... none required
checking for library containing ceilf... none required
checking for library containing floorf... none required
checking for library containing powf... none required
checking for library containing expf... none required
checking for library containing logf... none required
checking for library containing log10f... none required
checking for xmlParseFile in -lxml2... yes
checking if i686-pc-linux-gnu supports library symbol export... yes
yes
checking if i686-pc-linux-gnu is fixed point only... no
checking if i686-pc-linux-gnu fails on misaligned memory access... no
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFOpen in -ltiff... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxygen
config.status: creating src/Makefile
config.status: creating src/spandsp.h
config.status: creating spandsp-sim/Makefile
config.status: creating test-data/Makefile
config.status: creating test-data/etsi/Makefile
config.status: creating test-data/etsi/fax/Makefile
config.status: creating test-data/itu/Makefile
config.status: creating test-data/itu/fax/Makefile
config.status: creating test-data/local/Makefile
config.status: creating tests/Makefile
config.status: creating spandsp.pc
config.status: creating spandsp.spec
config.status: creating src/config.h
config.status: executing depfiles commands
Making all in src
make[1]: Entering directory `/root/ast-h323/spandsp-0.0.6pre21/src'
make all-am
make[2]: Entering directory `/root/ast-h323/spandsp-0.0.6pre21/src'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT adsi.lo -MD -MP -MF ".deps/adsi.Tpo" -c -o adsi.lo adsi.c; \
then mv -f ".deps/adsi.Tpo" ".deps/adsi.Plo"; else rm -f ".deps/adsi.Tpo";
exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT adsi.lo -MD -MP
-MF .deps/adsi.Tpo -c adsi.c -fPIC -DPIC -o .libs/adsi.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT adsi.lo -MD -MP
-MF .deps/adsi.Tpo -c adsi.c -o adsi.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT async.lo -MD -MP -MF ".deps/async.Tpo" -c -o async.lo async.c; \
then mv -f ".deps/async.Tpo" ".deps/async.Plo"; else rm -f
".deps/async.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT async.lo -MD -MP
-MF .deps/async.Tpo -c async.c -fPIC -DPIC -o .libs/async.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT async.lo -MD -MP
-MF .deps/async.Tpo -c async.c -o async.o >/dev/null 2>&1
gcc -o make_at_dictionary ../src/make_at_dictionary.c -DHAVE_CONFIG_H
-I../src
./make_at_dictionary >at_interpreter_dictionary.h
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT at_interpreter.lo -MD -MP -MF ".deps/at_interpreter.Tpo" -c -o
at_interpreter.lo at_interpreter.c; \
then mv -f ".deps/at_interpreter.Tpo" ".deps/at_interpreter.Plo"; else rm
-f ".deps/at_interpreter.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT at_interpreter.lo
-MD -MP -MF .deps/at_interpreter.Tpo -c at_interpreter.c -fPIC -DPIC -o
.libs/at_interpreter.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT at_interpreter.lo
-MD -MP -MF .deps/at_interpreter.Tpo -c at_interpreter.c -o
at_interpreter.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT awgn.lo -MD -MP -MF ".deps/awgn.Tpo" -c -o awgn.lo awgn.c; \
then mv -f ".deps/awgn.Tpo" ".deps/awgn.Plo"; else rm -f ".deps/awgn.Tpo";
exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT awgn.lo -MD -MP
-MF .deps/awgn.Tpo -c awgn.c -fPIC -DPIC -o .libs/awgn.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT awgn.lo -MD -MP
-MF .deps/awgn.Tpo -c awgn.c -o awgn.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT bell_r2_mf.lo -MD -MP -MF ".deps/bell_r2_mf.Tpo" -c -o bell_r2_mf.lo
bell_r2_mf.c; \
then mv -f ".deps/bell_r2_mf.Tpo" ".deps/bell_r2_mf.Plo"; else rm -f
".deps/bell_r2_mf.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT bell_r2_mf.lo -MD
-MP -MF .deps/bell_r2_mf.Tpo -c bell_r2_mf.c -fPIC -DPIC -o
.libs/bell_r2_mf.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT bell_r2_mf.lo -MD
-MP -MF .deps/bell_r2_mf.Tpo -c bell_r2_mf.c -o bell_r2_mf.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT bert.lo -MD -MP -MF ".deps/bert.Tpo" -c -o bert.lo bert.c; \
then mv -f ".deps/bert.Tpo" ".deps/bert.Plo"; else rm -f ".deps/bert.Tpo";
exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT bert.lo -MD -MP
-MF .deps/bert.Tpo -c bert.c -fPIC -DPIC -o .libs/bert.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT bert.lo -MD -MP
-MF .deps/bert.Tpo -c bert.c -o bert.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT bit_operations.lo -MD -MP -MF ".deps/bit_operations.Tpo" -c -o
bit_operations.lo bit_operations.c; \
then mv -f ".deps/bit_operations.Tpo" ".deps/bit_operations.Plo"; else rm
-f ".deps/bit_operations.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT bit_operations.lo
-MD -MP -MF .deps/bit_operations.Tpo -c bit_operations.c -fPIC -DPIC -o
.libs/bit_operations.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT bit_operations.lo
-MD -MP -MF .deps/bit_operations.Tpo -c bit_operations.c -o
bit_operations.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT bitstream.lo -MD -MP -MF ".deps/bitstream.Tpo" -c -o bitstream.lo
bitstream.c; \
then mv -f ".deps/bitstream.Tpo" ".deps/bitstream.Plo"; else rm -f
".deps/bitstream.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT bitstream.lo -MD
-MP -MF .deps/bitstream.Tpo -c bitstream.c -fPIC -DPIC -o .libs/bitstream.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT bitstream.lo -MD
-MP -MF .deps/bitstream.Tpo -c bitstream.c -o bitstream.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT complex_filters.lo -MD -MP -MF ".deps/complex_filters.Tpo" -c -o
complex_filters.lo complex_filters.c; \
then mv -f ".deps/complex_filters.Tpo" ".deps/complex_filters.Plo"; else rm
-f ".deps/complex_filters.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT complex_filters.lo
-MD -MP -MF .deps/complex_filters.Tpo -c complex_filters.c -fPIC -DPIC -o
.libs/complex_filters.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT complex_filters.lo
-MD -MP -MF .deps/complex_filters.Tpo -c complex_filters.c -o
complex_filters.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT complex_vector_float.lo -MD -MP -MF ".deps/complex_vector_float.Tpo" -c
-o complex_vector_float.lo complex_vector_float.c; \
then mv -f ".deps/complex_vector_float.Tpo"
".deps/complex_vector_float.Plo"; else rm -f
".deps/complex_vector_float.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT
complex_vector_float.lo -MD -MP -MF .deps/complex_vector_float.Tpo -c
complex_vector_float.c -fPIC -DPIC -o .libs/complex_vector_float.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT
complex_vector_float.lo -MD -MP -MF .deps/complex_vector_float.Tpo -c
complex_vector_float.c -o complex_vector_float.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT complex_vector_int.lo -MD -MP -MF ".deps/complex_vector_int.Tpo" -c -o
complex_vector_int.lo complex_vector_int.c; \
then mv -f ".deps/complex_vector_int.Tpo" ".deps/complex_vector_int.Plo";
else rm -f ".deps/complex_vector_int.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT
complex_vector_int.lo -MD -MP -MF .deps/complex_vector_int.Tpo -c
complex_vector_int.c -fPIC -DPIC -o .libs/complex_vector_int.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT
complex_vector_int.lo -MD -MP -MF .deps/complex_vector_int.Tpo -c
complex_vector_int.c -o complex_vector_int.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT crc.lo -MD -MP -MF ".deps/crc.Tpo" -c -o crc.lo crc.c; \
then mv -f ".deps/crc.Tpo" ".deps/crc.Plo"; else rm -f ".deps/crc.Tpo";
exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT crc.lo -MD -MP -MF
.deps/crc.Tpo -c crc.c -fPIC -DPIC -o .libs/crc.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT crc.lo -MD -MP -MF
.deps/crc.Tpo -c crc.c -o crc.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT dds_float.lo -MD -MP -MF ".deps/dds_float.Tpo" -c -o dds_float.lo
dds_float.c; \
then mv -f ".deps/dds_float.Tpo" ".deps/dds_float.Plo"; else rm -f
".deps/dds_float.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT dds_float.lo -MD
-MP -MF .deps/dds_float.Tpo -c dds_float.c -fPIC -DPIC -o .libs/dds_float.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT dds_float.lo -MD
-MP -MF .deps/dds_float.Tpo -c dds_float.c -o dds_float.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT dds_int.lo -MD -MP -MF ".deps/dds_int.Tpo" -c -o dds_int.lo dds_int.c; \
then mv -f ".deps/dds_int.Tpo" ".deps/dds_int.Plo"; else rm -f
".deps/dds_int.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT dds_int.lo -MD -MP
-MF .deps/dds_int.Tpo -c dds_int.c -fPIC -DPIC -o .libs/dds_int.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT dds_int.lo -MD -MP
-MF .deps/dds_int.Tpo -c dds_int.c -o dds_int.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT dtmf.lo -MD -MP -MF ".deps/dtmf.Tpo" -c -o dtmf.lo dtmf.c; \
then mv -f ".deps/dtmf.Tpo" ".deps/dtmf.Plo"; else rm -f ".deps/dtmf.Tpo";
exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT dtmf.lo -MD -MP
-MF .deps/dtmf.Tpo -c dtmf.c -fPIC -DPIC -o .libs/dtmf.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT dtmf.lo -MD -MP
-MF .deps/dtmf.Tpo -c dtmf.c -o dtmf.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT echo.lo -MD -MP -MF ".deps/echo.Tpo" -c -o echo.lo echo.c; \
then mv -f ".deps/echo.Tpo" ".deps/echo.Plo"; else rm -f ".deps/echo.Tpo";
exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT echo.lo -MD -MP
-MF .deps/echo.Tpo -c echo.c -fPIC -DPIC -o .libs/echo.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT echo.lo -MD -MP
-MF .deps/echo.Tpo -c echo.c -o echo.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT fax.lo -MD -MP -MF ".deps/fax.Tpo" -c -o fax.lo fax.c; \
then mv -f ".deps/fax.Tpo" ".deps/fax.Plo"; else rm -f ".deps/fax.Tpo";
exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT fax.lo -MD -MP -MF
.deps/fax.Tpo -c fax.c -fPIC -DPIC -o .libs/fax.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT fax.lo -MD -MP -MF
.deps/fax.Tpo -c fax.c -o fax.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT fax_modems.lo -MD -MP -MF ".deps/fax_modems.Tpo" -c -o fax_modems.lo
fax_modems.c; \
then mv -f ".deps/fax_modems.Tpo" ".deps/fax_modems.Plo"; else rm -f
".deps/fax_modems.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT fax_modems.lo -MD
-MP -MF .deps/fax_modems.Tpo -c fax_modems.c -fPIC -DPIC -o
.libs/fax_modems.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT fax_modems.lo -MD
-MP -MF .deps/fax_modems.Tpo -c fax_modems.c -o fax_modems.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT fsk.lo -MD -MP -MF ".deps/fsk.Tpo" -c -o fsk.lo fsk.c; \
then mv -f ".deps/fsk.Tpo" ".deps/fsk.Plo"; else rm -f ".deps/fsk.Tpo";
exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT fsk.lo -MD -MP -MF
.deps/fsk.Tpo -c fsk.c -fPIC -DPIC -o .libs/fsk.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT fsk.lo -MD -MP -MF
.deps/fsk.Tpo -c fsk.c -o fsk.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT g711.lo -MD -MP -MF ".deps/g711.Tpo" -c -o g711.lo g711.c; \
then mv -f ".deps/g711.Tpo" ".deps/g711.Plo"; else rm -f ".deps/g711.Tpo";
exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT g711.lo -MD -MP
-MF .deps/g711.Tpo -c g711.c -fPIC -DPIC -o .libs/g711.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT g711.lo -MD -MP
-MF .deps/g711.Tpo -c g711.c -o g711.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT g722.lo -MD -MP -MF ".deps/g722.Tpo" -c -o g722.lo g722.c; \
then mv -f ".deps/g722.Tpo" ".deps/g722.Plo"; else rm -f ".deps/g722.Tpo";
exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT g722.lo -MD -MP
-MF .deps/g722.Tpo -c g722.c -fPIC -DPIC -o .libs/g722.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT g722.lo -MD -MP
-MF .deps/g722.Tpo -c g722.c -o g722.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT g726.lo -MD -MP -MF ".deps/g726.Tpo" -c -o g726.lo g726.c; \
then mv -f ".deps/g726.Tpo" ".deps/g726.Plo"; else rm -f ".deps/g726.Tpo";
exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT g726.lo -MD -MP
-MF .deps/g726.Tpo -c g726.c -fPIC -DPIC -o .libs/g726.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT g726.lo -MD -MP
-MF .deps/g726.Tpo -c g726.c -o g726.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT gsm0610_decode.lo -MD -MP -MF ".deps/gsm0610_decode.Tpo" -c -o
gsm0610_decode.lo gsm0610_decode.c; \
then mv -f ".deps/gsm0610_decode.Tpo" ".deps/gsm0610_decode.Plo"; else rm
-f ".deps/gsm0610_decode.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT gsm0610_decode.lo
-MD -MP -MF .deps/gsm0610_decode.Tpo -c gsm0610_decode.c -fPIC -DPIC -o
.libs/gsm0610_decode.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT gsm0610_decode.lo
-MD -MP -MF .deps/gsm0610_decode.Tpo -c gsm0610_decode.c -o
gsm0610_decode.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT gsm0610_encode.lo -MD -MP -MF ".deps/gsm0610_encode.Tpo" -c -o
gsm0610_encode.lo gsm0610_encode.c; \
then mv -f ".deps/gsm0610_encode.Tpo" ".deps/gsm0610_encode.Plo"; else rm
-f ".deps/gsm0610_encode.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT gsm0610_encode.lo
-MD -MP -MF .deps/gsm0610_encode.Tpo -c gsm0610_encode.c -fPIC -DPIC -o
.libs/gsm0610_encode.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT gsm0610_encode.lo
-MD -MP -MF .deps/gsm0610_encode.Tpo -c gsm0610_encode.c -o
gsm0610_encode.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT gsm0610_long_term.lo -MD -MP -MF ".deps/gsm0610_long_term.Tpo" -c -o
gsm0610_long_term.lo gsm0610_long_term.c; \
then mv -f ".deps/gsm0610_long_term.Tpo" ".deps/gsm0610_long_term.Plo";
else rm -f ".deps/gsm0610_long_term.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT
gsm0610_long_term.lo -MD -MP -MF .deps/gsm0610_long_term.Tpo -c
gsm0610_long_term.c -fPIC -DPIC -o .libs/gsm0610_long_term.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT
gsm0610_long_term.lo -MD -MP -MF .deps/gsm0610_long_term.Tpo -c
gsm0610_long_term.c -o gsm0610_long_term.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT gsm0610_lpc.lo -MD -MP -MF ".deps/gsm0610_lpc.Tpo" -c -o gsm0610_lpc.lo
gsm0610_lpc.c; \
then mv -f ".deps/gsm0610_lpc.Tpo" ".deps/gsm0610_lpc.Plo"; else rm -f
".deps/gsm0610_lpc.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT gsm0610_lpc.lo -MD
-MP -MF .deps/gsm0610_lpc.Tpo -c gsm0610_lpc.c -fPIC -DPIC -o
.libs/gsm0610_lpc.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT gsm0610_lpc.lo -MD
-MP -MF .deps/gsm0610_lpc.Tpo -c gsm0610_lpc.c -o gsm0610_lpc.o >/dev/null
2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT gsm0610_preprocess.lo -MD -MP -MF ".deps/gsm0610_preprocess.Tpo" -c -o
gsm0610_preprocess.lo gsm0610_preprocess.c; \
then mv -f ".deps/gsm0610_preprocess.Tpo" ".deps/gsm0610_preprocess.Plo";
else rm -f ".deps/gsm0610_preprocess.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT
gsm0610_preprocess.lo -MD -MP -MF .deps/gsm0610_preprocess.Tpo -c
gsm0610_preprocess.c -fPIC -DPIC -o .libs/gsm0610_preprocess.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT
gsm0610_preprocess.lo -MD -MP -MF .deps/gsm0610_preprocess.Tpo -c
gsm0610_preprocess.c -o gsm0610_preprocess.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT gsm0610_rpe.lo -MD -MP -MF ".deps/gsm0610_rpe.Tpo" -c -o gsm0610_rpe.lo
gsm0610_rpe.c; \
then mv -f ".deps/gsm0610_rpe.Tpo" ".deps/gsm0610_rpe.Plo"; else rm -f
".deps/gsm0610_rpe.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT gsm0610_rpe.lo -MD
-MP -MF .deps/gsm0610_rpe.Tpo -c gsm0610_rpe.c -fPIC -DPIC -o
.libs/gsm0610_rpe.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT gsm0610_rpe.lo -MD
-MP -MF .deps/gsm0610_rpe.Tpo -c gsm0610_rpe.c -o gsm0610_rpe.o >/dev/null
2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT gsm0610_short_term.lo -MD -MP -MF ".deps/gsm0610_short_term.Tpo" -c -o
gsm0610_short_term.lo gsm0610_short_term.c; \
then mv -f ".deps/gsm0610_short_term.Tpo" ".deps/gsm0610_short_term.Plo";
else rm -f ".deps/gsm0610_short_term.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT
gsm0610_short_term.lo -MD -MP -MF .deps/gsm0610_short_term.Tpo -c
gsm0610_short_term.c -fPIC -DPIC -o .libs/gsm0610_short_term.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT
gsm0610_short_term.lo -MD -MP -MF .deps/gsm0610_short_term.Tpo -c
gsm0610_short_term.c -o gsm0610_short_term.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT hdlc.lo -MD -MP -MF ".deps/hdlc.Tpo" -c -o hdlc.lo hdlc.c; \
then mv -f ".deps/hdlc.Tpo" ".deps/hdlc.Plo"; else rm -f ".deps/hdlc.Tpo";
exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT hdlc.lo -MD -MP
-MF .deps/hdlc.Tpo -c hdlc.c -fPIC -DPIC -o .libs/hdlc.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT hdlc.lo -MD -MP
-MF .deps/hdlc.Tpo -c hdlc.c -o hdlc.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT ima_adpcm.lo -MD -MP -MF ".deps/ima_adpcm.Tpo" -c -o ima_adpcm.lo
ima_adpcm.c; \
then mv -f ".deps/ima_adpcm.Tpo" ".deps/ima_adpcm.Plo"; else rm -f
".deps/ima_adpcm.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT ima_adpcm.lo -MD
-MP -MF .deps/ima_adpcm.Tpo -c ima_adpcm.c -fPIC -DPIC -o .libs/ima_adpcm.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT ima_adpcm.lo -MD
-MP -MF .deps/ima_adpcm.Tpo -c ima_adpcm.c -o ima_adpcm.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT image_translate.lo -MD -MP -MF ".deps/image_translate.Tpo" -c -o
image_translate.lo image_translate.c; \
then mv -f ".deps/image_translate.Tpo" ".deps/image_translate.Plo"; else rm
-f ".deps/image_translate.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT image_translate.lo
-MD -MP -MF .deps/image_translate.Tpo -c image_translate.c -fPIC -DPIC -o
.libs/image_translate.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT image_translate.lo
-MD -MP -MF .deps/image_translate.Tpo -c image_translate.c -o
image_translate.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT logging.lo -MD -MP -MF ".deps/logging.Tpo" -c -o logging.lo logging.c; \
then mv -f ".deps/logging.Tpo" ".deps/logging.Plo"; else rm -f
".deps/logging.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT logging.lo -MD -MP
-MF .deps/logging.Tpo -c logging.c -fPIC -DPIC -o .libs/logging.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT logging.lo -MD -MP
-MF .deps/logging.Tpo -c logging.c -o logging.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT lpc10_analyse.lo -MD -MP -MF ".deps/lpc10_analyse.Tpo" -c -o
lpc10_analyse.lo lpc10_analyse.c; \
then mv -f ".deps/lpc10_analyse.Tpo" ".deps/lpc10_analyse.Plo"; else rm -f
".deps/lpc10_analyse.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT lpc10_analyse.lo
-MD -MP -MF .deps/lpc10_analyse.Tpo -c lpc10_analyse.c -fPIC -DPIC -o
.libs/lpc10_analyse.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT lpc10_analyse.lo
-MD -MP -MF .deps/lpc10_analyse.Tpo -c lpc10_analyse.c -o lpc10_analyse.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT lpc10_decode.lo -MD -MP -MF ".deps/lpc10_decode.Tpo" -c -o
lpc10_decode.lo lpc10_decode.c; \
then mv -f ".deps/lpc10_decode.Tpo" ".deps/lpc10_decode.Plo"; else rm -f
".deps/lpc10_decode.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT lpc10_decode.lo
-MD -MP -MF .deps/lpc10_decode.Tpo -c lpc10_decode.c -fPIC -DPIC -o
.libs/lpc10_decode.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT lpc10_decode.lo
-MD -MP -MF .deps/lpc10_decode.Tpo -c lpc10_decode.c -o lpc10_decode.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT lpc10_encode.lo -MD -MP -MF ".deps/lpc10_encode.Tpo" -c -o
lpc10_encode.lo lpc10_encode.c; \
then mv -f ".deps/lpc10_encode.Tpo" ".deps/lpc10_encode.Plo"; else rm -f
".deps/lpc10_encode.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT lpc10_encode.lo
-MD -MP -MF .deps/lpc10_encode.Tpo -c lpc10_encode.c -fPIC -DPIC -o
.libs/lpc10_encode.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT lpc10_encode.lo
-MD -MP -MF .deps/lpc10_encode.Tpo -c lpc10_encode.c -o lpc10_encode.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT lpc10_placev.lo -MD -MP -MF ".deps/lpc10_placev.Tpo" -c -o
lpc10_placev.lo lpc10_placev.c; \
then mv -f ".deps/lpc10_placev.Tpo" ".deps/lpc10_placev.Plo"; else rm -f
".deps/lpc10_placev.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT lpc10_placev.lo
-MD -MP -MF .deps/lpc10_placev.Tpo -c lpc10_placev.c -fPIC -DPIC -o
.libs/lpc10_placev.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT lpc10_placev.lo
-MD -MP -MF .deps/lpc10_placev.Tpo -c lpc10_placev.c -o lpc10_placev.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT lpc10_voicing.lo -MD -MP -MF ".deps/lpc10_voicing.Tpo" -c -o
lpc10_voicing.lo lpc10_voicing.c; \
then mv -f ".deps/lpc10_voicing.Tpo" ".deps/lpc10_voicing.Plo"; else rm -f
".deps/lpc10_voicing.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT lpc10_voicing.lo
-MD -MP -MF .deps/lpc10_voicing.Tpo -c lpc10_voicing.c -fPIC -DPIC -o
.libs/lpc10_voicing.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT lpc10_voicing.lo
-MD -MP -MF .deps/lpc10_voicing.Tpo -c lpc10_voicing.c -o lpc10_voicing.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT modem_echo.lo -MD -MP -MF ".deps/modem_echo.Tpo" -c -o modem_echo.lo
modem_echo.c; \
then mv -f ".deps/modem_echo.Tpo" ".deps/modem_echo.Plo"; else rm -f
".deps/modem_echo.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT modem_echo.lo -MD
-MP -MF .deps/modem_echo.Tpo -c modem_echo.c -fPIC -DPIC -o
.libs/modem_echo.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT modem_echo.lo -MD
-MP -MF .deps/modem_echo.Tpo -c modem_echo.c -o modem_echo.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT modem_connect_tones.lo -MD -MP -MF ".deps/modem_connect_tones.Tpo" -c
-o modem_connect_tones.lo modem_connect_tones.c; \
then mv -f ".deps/modem_connect_tones.Tpo" ".deps/modem_connect_tones.Plo";
else rm -f ".deps/modem_connect_tones.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT
modem_connect_tones.lo -MD -MP -MF .deps/modem_connect_tones.Tpo -c
modem_connect_tones.c -fPIC -DPIC -o .libs/modem_connect_tones.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT
modem_connect_tones.lo -MD -MP -MF .deps/modem_connect_tones.Tpo -c
modem_connect_tones.c -o modem_connect_tones.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT noise.lo -MD -MP -MF ".deps/noise.Tpo" -c -o noise.lo noise.c; \
then mv -f ".deps/noise.Tpo" ".deps/noise.Plo"; else rm -f
".deps/noise.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT noise.lo -MD -MP
-MF .deps/noise.Tpo -c noise.c -fPIC -DPIC -o .libs/noise.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT noise.lo -MD -MP
-MF .deps/noise.Tpo -c noise.c -o noise.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT oki_adpcm.lo -MD -MP -MF ".deps/oki_adpcm.Tpo" -c -o oki_adpcm.lo
oki_adpcm.c; \
then mv -f ".deps/oki_adpcm.Tpo" ".deps/oki_adpcm.Plo"; else rm -f
".deps/oki_adpcm.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT oki_adpcm.lo -MD
-MP -MF .deps/oki_adpcm.Tpo -c oki_adpcm.c -fPIC -DPIC -o .libs/oki_adpcm.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT oki_adpcm.lo -MD
-MP -MF .deps/oki_adpcm.Tpo -c oki_adpcm.c -o oki_adpcm.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT playout.lo -MD -MP -MF ".deps/playout.Tpo" -c -o playout.lo playout.c; \
then mv -f ".deps/playout.Tpo" ".deps/playout.Plo"; else rm -f
".deps/playout.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT playout.lo -MD -MP
-MF .deps/playout.Tpo -c playout.c -fPIC -DPIC -o .libs/playout.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT playout.lo -MD -MP
-MF .deps/playout.Tpo -c playout.c -o playout.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT plc.lo -MD -MP -MF ".deps/plc.Tpo" -c -o plc.lo plc.c; \
then mv -f ".deps/plc.Tpo" ".deps/plc.Plo"; else rm -f ".deps/plc.Tpo";
exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT plc.lo -MD -MP -MF
.deps/plc.Tpo -c plc.c -fPIC -DPIC -o .libs/plc.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT plc.lo -MD -MP -MF
.deps/plc.Tpo -c plc.c -o plc.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT power_meter.lo -MD -MP -MF ".deps/power_meter.Tpo" -c -o power_meter.lo
power_meter.c; \
then mv -f ".deps/power_meter.Tpo" ".deps/power_meter.Plo"; else rm -f
".deps/power_meter.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT power_meter.lo -MD
-MP -MF .deps/power_meter.Tpo -c power_meter.c -fPIC -DPIC -o
.libs/power_meter.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT power_meter.lo -MD
-MP -MF .deps/power_meter.Tpo -c power_meter.c -o power_meter.o >/dev/null
2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT queue.lo -MD -MP -MF ".deps/queue.Tpo" -c -o queue.lo queue.c; \
then mv -f ".deps/queue.Tpo" ".deps/queue.Plo"; else rm -f
".deps/queue.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT queue.lo -MD -MP
-MF .deps/queue.Tpo -c queue.c -fPIC -DPIC -o .libs/queue.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT queue.lo -MD -MP
-MF .deps/queue.Tpo -c queue.c -o queue.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT schedule.lo -MD -MP -MF ".deps/schedule.Tpo" -c -o schedule.lo
schedule.c; \
then mv -f ".deps/schedule.Tpo" ".deps/schedule.Plo"; else rm -f
".deps/schedule.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT schedule.lo -MD
-MP -MF .deps/schedule.Tpo -c schedule.c -fPIC -DPIC -o .libs/schedule.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT schedule.lo -MD
-MP -MF .deps/schedule.Tpo -c schedule.c -o schedule.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT sig_tone.lo -MD -MP -MF ".deps/sig_tone.Tpo" -c -o sig_tone.lo
sig_tone.c; \
then mv -f ".deps/sig_tone.Tpo" ".deps/sig_tone.Plo"; else rm -f
".deps/sig_tone.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT sig_tone.lo -MD
-MP -MF .deps/sig_tone.Tpo -c sig_tone.c -fPIC -DPIC -o .libs/sig_tone.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT sig_tone.lo -MD
-MP -MF .deps/sig_tone.Tpo -c sig_tone.c -o sig_tone.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT silence_gen.lo -MD -MP -MF ".deps/silence_gen.Tpo" -c -o silence_gen.lo
silence_gen.c; \
then mv -f ".deps/silence_gen.Tpo" ".deps/silence_gen.Plo"; else rm -f
".deps/silence_gen.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT silence_gen.lo -MD
-MP -MF .deps/silence_gen.Tpo -c silence_gen.c -fPIC -DPIC -o
.libs/silence_gen.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT silence_gen.lo -MD
-MP -MF .deps/silence_gen.Tpo -c silence_gen.c -o silence_gen.o >/dev/null
2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT super_tone_rx.lo -MD -MP -MF ".deps/super_tone_rx.Tpo" -c -o
super_tone_rx.lo super_tone_rx.c; \
then mv -f ".deps/super_tone_rx.Tpo" ".deps/super_tone_rx.Plo"; else rm -f
".deps/super_tone_rx.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT super_tone_rx.lo
-MD -MP -MF .deps/super_tone_rx.Tpo -c super_tone_rx.c -fPIC -DPIC -o
.libs/super_tone_rx.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT super_tone_rx.lo
-MD -MP -MF .deps/super_tone_rx.Tpo -c super_tone_rx.c -o super_tone_rx.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT super_tone_tx.lo -MD -MP -MF ".deps/super_tone_tx.Tpo" -c -o
super_tone_tx.lo super_tone_tx.c; \
then mv -f ".deps/super_tone_tx.Tpo" ".deps/super_tone_tx.Plo"; else rm -f
".deps/super_tone_tx.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT super_tone_tx.lo
-MD -MP -MF .deps/super_tone_tx.Tpo -c super_tone_tx.c -fPIC -DPIC -o
.libs/super_tone_tx.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT super_tone_tx.lo
-MD -MP -MF .deps/super_tone_tx.Tpo -c super_tone_tx.c -o super_tone_tx.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT swept_tone.lo -MD -MP -MF ".deps/swept_tone.Tpo" -c -o swept_tone.lo
swept_tone.c; \
then mv -f ".deps/swept_tone.Tpo" ".deps/swept_tone.Plo"; else rm -f
".deps/swept_tone.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT swept_tone.lo -MD
-MP -MF .deps/swept_tone.Tpo -c swept_tone.c -fPIC -DPIC -o
.libs/swept_tone.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT swept_tone.lo -MD
-MP -MF .deps/swept_tone.Tpo -c swept_tone.c -o swept_tone.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT t4_rx.lo -MD -MP -MF ".deps/t4_rx.Tpo" -c -o t4_rx.lo t4_rx.c; \
then mv -f ".deps/t4_rx.Tpo" ".deps/t4_rx.Plo"; else rm -f
".deps/t4_rx.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t4_rx.lo -MD -MP
-MF .deps/t4_rx.Tpo -c t4_rx.c -fPIC -DPIC -o .libs/t4_rx.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t4_rx.lo -MD -MP
-MF .deps/t4_rx.Tpo -c t4_rx.c -o t4_rx.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT t4_tx.lo -MD -MP -MF ".deps/t4_tx.Tpo" -c -o t4_tx.lo t4_tx.c; \
then mv -f ".deps/t4_tx.Tpo" ".deps/t4_tx.Plo"; else rm -f
".deps/t4_tx.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t4_tx.lo -MD -MP
-MF .deps/t4_tx.Tpo -c t4_tx.c -fPIC -DPIC -o .libs/t4_tx.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t4_tx.lo -MD -MP
-MF .deps/t4_tx.Tpo -c t4_tx.c -o t4_tx.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT t30.lo -MD -MP -MF ".deps/t30.Tpo" -c -o t30.lo t30.c; \
then mv -f ".deps/t30.Tpo" ".deps/t30.Plo"; else rm -f ".deps/t30.Tpo";
exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t30.lo -MD -MP -MF
.deps/t30.Tpo -c t30.c -fPIC -DPIC -o .libs/t30.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t30.lo -MD -MP -MF
.deps/t30.Tpo -c t30.c -o t30.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT t30_api.lo -MD -MP -MF ".deps/t30_api.Tpo" -c -o t30_api.lo t30_api.c; \
then mv -f ".deps/t30_api.Tpo" ".deps/t30_api.Plo"; else rm -f
".deps/t30_api.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t30_api.lo -MD -MP
-MF .deps/t30_api.Tpo -c t30_api.c -fPIC -DPIC -o .libs/t30_api.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t30_api.lo -MD -MP
-MF .deps/t30_api.Tpo -c t30_api.c -o t30_api.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT t30_logging.lo -MD -MP -MF ".deps/t30_logging.Tpo" -c -o t30_logging.lo
t30_logging.c; \
then mv -f ".deps/t30_logging.Tpo" ".deps/t30_logging.Plo"; else rm -f
".deps/t30_logging.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t30_logging.lo -MD
-MP -MF .deps/t30_logging.Tpo -c t30_logging.c -fPIC -DPIC -o
.libs/t30_logging.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t30_logging.lo -MD
-MP -MF .deps/t30_logging.Tpo -c t30_logging.c -o t30_logging.o >/dev/null
2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT t31.lo -MD -MP -MF ".deps/t31.Tpo" -c -o t31.lo t31.c; \
then mv -f ".deps/t31.Tpo" ".deps/t31.Plo"; else rm -f ".deps/t31.Tpo";
exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t31.lo -MD -MP -MF
.deps/t31.Tpo -c t31.c -fPIC -DPIC -o .libs/t31.o
t31.c:1330: warning: Ҷ8_handlerҠdefined but not used
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t31.lo -MD -MP -MF
.deps/t31.Tpo -c t31.c -o t31.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT t35.lo -MD -MP -MF ".deps/t35.Tpo" -c -o t35.lo t35.c; \
then mv -f ".deps/t35.Tpo" ".deps/t35.Plo"; else rm -f ".deps/t35.Tpo";
exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t35.lo -MD -MP -MF
.deps/t35.Tpo -c t35.c -fPIC -DPIC -o .libs/t35.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t35.lo -MD -MP -MF
.deps/t35.Tpo -c t35.c -o t35.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT t38_core.lo -MD -MP -MF ".deps/t38_core.Tpo" -c -o t38_core.lo
t38_core.c; \
then mv -f ".deps/t38_core.Tpo" ".deps/t38_core.Plo"; else rm -f
".deps/t38_core.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t38_core.lo -MD
-MP -MF .deps/t38_core.Tpo -c t38_core.c -fPIC -DPIC -o .libs/t38_core.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t38_core.lo -MD
-MP -MF .deps/t38_core.Tpo -c t38_core.c -o t38_core.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT t38_gateway.lo -MD -MP -MF ".deps/t38_gateway.Tpo" -c -o t38_gateway.lo
t38_gateway.c; \
then mv -f ".deps/t38_gateway.Tpo" ".deps/t38_gateway.Plo"; else rm -f
".deps/t38_gateway.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t38_gateway.lo -MD
-MP -MF .deps/t38_gateway.Tpo -c t38_gateway.c -fPIC -DPIC -o
.libs/t38_gateway.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t38_gateway.lo -MD
-MP -MF .deps/t38_gateway.Tpo -c t38_gateway.c -o t38_gateway.o >/dev/null
2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT t38_non_ecm_buffer.lo -MD -MP -MF ".deps/t38_non_ecm_buffer.Tpo" -c -o
t38_non_ecm_buffer.lo t38_non_ecm_buffer.c; \
then mv -f ".deps/t38_non_ecm_buffer.Tpo" ".deps/t38_non_ecm_buffer.Plo";
else rm -f ".deps/t38_non_ecm_buffer.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT
t38_non_ecm_buffer.lo -MD -MP -MF .deps/t38_non_ecm_buffer.Tpo -c
t38_non_ecm_buffer.c -fPIC -DPIC -o .libs/t38_non_ecm_buffer.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT
t38_non_ecm_buffer.lo -MD -MP -MF .deps/t38_non_ecm_buffer.Tpo -c
t38_non_ecm_buffer.c -o t38_non_ecm_buffer.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT t38_terminal.lo -MD -MP -MF ".deps/t38_terminal.Tpo" -c -o
t38_terminal.lo t38_terminal.c; \
then mv -f ".deps/t38_terminal.Tpo" ".deps/t38_terminal.Plo"; else rm -f
".deps/t38_terminal.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t38_terminal.lo
-MD -MP -MF .deps/t38_terminal.Tpo -c t38_terminal.c -fPIC -DPIC -o
.libs/t38_terminal.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT t38_terminal.lo
-MD -MP -MF .deps/t38_terminal.Tpo -c t38_terminal.c -o t38_terminal.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT testcpuid.lo -MD -MP -MF ".deps/testcpuid.Tpo" -c -o testcpuid.lo
testcpuid.c; \
then mv -f ".deps/testcpuid.Tpo" ".deps/testcpuid.Plo"; else rm -f
".deps/testcpuid.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT testcpuid.lo -MD
-MP -MF .deps/testcpuid.Tpo -c testcpuid.c -fPIC -DPIC -o .libs/testcpuid.o
testcpuid.c:88: warning: no previous prototype for Ҩas_MMXҍ
testcpuid.c:112: warning: no previous prototype for Ҩas_SIMDҍ
testcpuid.c:136: warning: no previous prototype for Ҩas_SIMD2ҍ
testcpuid.c:160: warning: no previous prototype for Ҩas_3DNowҍ
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT testcpuid.lo -MD
-MP -MF .deps/testcpuid.Tpo -c testcpuid.c -o testcpuid.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT time_scale.lo -MD -MP -MF ".deps/time_scale.Tpo" -c -o time_scale.lo
time_scale.c; \
then mv -f ".deps/time_scale.Tpo" ".deps/time_scale.Plo"; else rm -f
".deps/time_scale.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT time_scale.lo -MD
-MP -MF .deps/time_scale.Tpo -c time_scale.c -fPIC -DPIC -o
.libs/time_scale.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT time_scale.lo -MD
-MP -MF .deps/time_scale.Tpo -c time_scale.c -o time_scale.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT timezone.lo -MD -MP -MF ".deps/timezone.Tpo" -c -o timezone.lo
timezone.c; \
then mv -f ".deps/timezone.Tpo" ".deps/timezone.Plo"; else rm -f
".deps/timezone.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT timezone.lo -MD
-MP -MF .deps/timezone.Tpo -c timezone.c -fPIC -DPIC -o .libs/timezone.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT timezone.lo -MD
-MP -MF .deps/timezone.Tpo -c timezone.c -o timezone.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT tone_detect.lo -MD -MP -MF ".deps/tone_detect.Tpo" -c -o tone_detect.lo
tone_detect.c; \
then mv -f ".deps/tone_detect.Tpo" ".deps/tone_detect.Plo"; else rm -f
".deps/tone_detect.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT tone_detect.lo -MD
-MP -MF .deps/tone_detect.Tpo -c tone_detect.c -fPIC -DPIC -o
.libs/tone_detect.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT tone_detect.lo -MD
-MP -MF .deps/tone_detect.Tpo -c tone_detect.c -o tone_detect.o >/dev/null
2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT tone_generate.lo -MD -MP -MF ".deps/tone_generate.Tpo" -c -o
tone_generate.lo tone_generate.c; \
then mv -f ".deps/tone_generate.Tpo" ".deps/tone_generate.Plo"; else rm -f
".deps/tone_generate.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT tone_generate.lo
-MD -MP -MF .deps/tone_generate.Tpo -c tone_generate.c -fPIC -DPIC -o
.libs/tone_generate.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT tone_generate.lo
-MD -MP -MF .deps/tone_generate.Tpo -c tone_generate.c -o tone_generate.o
>/dev/null 2>&1
gcc -o make_modem_filter ../src/make_modem_filter.c ../src/filter_tools.c
-DHAVE_CONFIG_H -I../src -lm
./make_modem_filter -m V.17 -i -r >v17_v32bis_rx_fixed_rrc.h
./make_modem_filter -m V.17 -r >v17_v32bis_rx_floating_rrc.h
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT v17rx.lo -MD -MP -MF ".deps/v17rx.Tpo" -c -o v17rx.lo v17rx.c; \
then mv -f ".deps/v17rx.Tpo" ".deps/v17rx.Plo"; else rm -f
".deps/v17rx.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v17rx.lo -MD -MP
-MF .deps/v17rx.Tpo -c v17rx.c -fPIC -DPIC -o .libs/v17rx.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v17rx.lo -MD -MP
-MF .deps/v17rx.Tpo -c v17rx.c -o v17rx.o >/dev/null 2>&1
./make_modem_filter -m V.17 -i -t >v17_v32bis_tx_fixed_rrc.h
./make_modem_filter -m V.17 -t >v17_v32bis_tx_floating_rrc.h
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT v17tx.lo -MD -MP -MF ".deps/v17tx.Tpo" -c -o v17tx.lo v17tx.c; \
then mv -f ".deps/v17tx.Tpo" ".deps/v17tx.Plo"; else rm -f
".deps/v17tx.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v17tx.lo -MD -MP
-MF .deps/v17tx.Tpo -c v17tx.c -fPIC -DPIC -o .libs/v17tx.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v17tx.lo -MD -MP
-MF .deps/v17tx.Tpo -c v17tx.c -o v17tx.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT v18.lo -MD -MP -MF ".deps/v18.Tpo" -c -o v18.lo v18.c; \
then mv -f ".deps/v18.Tpo" ".deps/v18.Plo"; else rm -f ".deps/v18.Tpo";
exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v18.lo -MD -MP -MF
.deps/v18.Tpo -c v18.c -fPIC -DPIC -o .libs/v18.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v18.lo -MD -MP -MF
.deps/v18.Tpo -c v18.c -o v18.o >/dev/null 2>&1
./make_modem_filter -m V.22bis1200 -i -r >v22bis_rx_1200_fixed_rrc.h
./make_modem_filter -m V.22bis2400 -i -r >v22bis_rx_2400_fixed_rrc.h
./make_modem_filter -m V.22bis1200 -r >v22bis_rx_1200_floating_rrc.h
./make_modem_filter -m V.22bis2400 -r >v22bis_rx_2400_floating_rrc.h
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT v22bis_rx.lo -MD -MP -MF ".deps/v22bis_rx.Tpo" -c -o v22bis_rx.lo
v22bis_rx.c; \
then mv -f ".deps/v22bis_rx.Tpo" ".deps/v22bis_rx.Plo"; else rm -f
".deps/v22bis_rx.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v22bis_rx.lo -MD
-MP -MF .deps/v22bis_rx.Tpo -c v22bis_rx.c -fPIC -DPIC -o .libs/v22bis_rx.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v22bis_rx.lo -MD
-MP -MF .deps/v22bis_rx.Tpo -c v22bis_rx.c -o v22bis_rx.o >/dev/null 2>&1
./make_modem_filter -m V.22bis -i -t >v22bis_tx_fixed_rrc.h
./make_modem_filter -m V.22bis -t >v22bis_tx_floating_rrc.h
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT v22bis_tx.lo -MD -MP -MF ".deps/v22bis_tx.Tpo" -c -o v22bis_tx.lo
v22bis_tx.c; \
then mv -f ".deps/v22bis_tx.Tpo" ".deps/v22bis_tx.Plo"; else rm -f
".deps/v22bis_tx.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v22bis_tx.lo -MD
-MP -MF .deps/v22bis_tx.Tpo -c v22bis_tx.c -fPIC -DPIC -o .libs/v22bis_tx.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v22bis_tx.lo -MD
-MP -MF .deps/v22bis_tx.Tpo -c v22bis_tx.c -o v22bis_tx.o >/dev/null 2>&1
./make_modem_filter -m V.27ter2400 -i -r >v27ter_rx_2400_fixed_rrc.h
./make_modem_filter -m V.27ter4800 -i -r >v27ter_rx_4800_fixed_rrc.h
./make_modem_filter -m V.27ter2400 -r >v27ter_rx_2400_floating_rrc.h
./make_modem_filter -m V.27ter4800 -r >v27ter_rx_4800_floating_rrc.h
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT v27ter_rx.lo -MD -MP -MF ".deps/v27ter_rx.Tpo" -c -o v27ter_rx.lo
v27ter_rx.c; \
then mv -f ".deps/v27ter_rx.Tpo" ".deps/v27ter_rx.Plo"; else rm -f
".deps/v27ter_rx.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v27ter_rx.lo -MD
-MP -MF .deps/v27ter_rx.Tpo -c v27ter_rx.c -fPIC -DPIC -o .libs/v27ter_rx.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v27ter_rx.lo -MD
-MP -MF .deps/v27ter_rx.Tpo -c v27ter_rx.c -o v27ter_rx.o >/dev/null 2>&1
./make_modem_filter -m V.27ter2400 -i -t >v27ter_tx_2400_fixed_rrc.h
./make_modem_filter -m V.27ter4800 -i -t >v27ter_tx_4800_fixed_rrc.h
./make_modem_filter -m V.27ter2400 -t >v27ter_tx_2400_floating_rrc.h
./make_modem_filter -m V.27ter4800 -t >v27ter_tx_4800_floating_rrc.h
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT v27ter_tx.lo -MD -MP -MF ".deps/v27ter_tx.Tpo" -c -o v27ter_tx.lo
v27ter_tx.c; \
then mv -f ".deps/v27ter_tx.Tpo" ".deps/v27ter_tx.Plo"; else rm -f
".deps/v27ter_tx.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v27ter_tx.lo -MD
-MP -MF .deps/v27ter_tx.Tpo -c v27ter_tx.c -fPIC -DPIC -o .libs/v27ter_tx.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v27ter_tx.lo -MD
-MP -MF .deps/v27ter_tx.Tpo -c v27ter_tx.c -o v27ter_tx.o >/dev/null 2>&1
./make_modem_filter -m V.29 -i -r >v29rx_fixed_rrc.h
./make_modem_filter -m V.29 -r >v29rx_floating_rrc.h
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT v29rx.lo -MD -MP -MF ".deps/v29rx.Tpo" -c -o v29rx.lo v29rx.c; \
then mv -f ".deps/v29rx.Tpo" ".deps/v29rx.Plo"; else rm -f
".deps/v29rx.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v29rx.lo -MD -MP
-MF .deps/v29rx.Tpo -c v29rx.c -fPIC -DPIC -o .libs/v29rx.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v29rx.lo -MD -MP
-MF .deps/v29rx.Tpo -c v29rx.c -o v29rx.o >/dev/null 2>&1
./make_modem_filter -m V.29 -i -t >v29tx_fixed_rrc.h
./make_modem_filter -m V.29 -t >v29tx_floating_rrc.h
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT v29tx.lo -MD -MP -MF ".deps/v29tx.Tpo" -c -o v29tx.lo v29tx.c; \
then mv -f ".deps/v29tx.Tpo" ".deps/v29tx.Plo"; else rm -f
".deps/v29tx.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v29tx.lo -MD -MP
-MF .deps/v29tx.Tpo -c v29tx.c -fPIC -DPIC -o .libs/v29tx.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v29tx.lo -MD -MP
-MF .deps/v29tx.Tpo -c v29tx.c -o v29tx.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT v42.lo -MD -MP -MF ".deps/v42.Tpo" -c -o v42.lo v42.c; \
then mv -f ".deps/v42.Tpo" ".deps/v42.Plo"; else rm -f ".deps/v42.Tpo";
exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v42.lo -MD -MP -MF
.deps/v42.Tpo -c v42.c -fPIC -DPIC -o .libs/v42.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v42.lo -MD -MP -MF
.deps/v42.Tpo -c v42.c -o v42.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT v42bis.lo -MD -MP -MF ".deps/v42bis.Tpo" -c -o v42bis.lo v42bis.c; \
then mv -f ".deps/v42bis.Tpo" ".deps/v42bis.Plo"; else rm -f
".deps/v42bis.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v42bis.lo -MD -MP
-MF .deps/v42bis.Tpo -c v42bis.c -fPIC -DPIC -o .libs/v42bis.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v42bis.lo -MD -MP
-MF .deps/v42bis.Tpo -c v42bis.c -o v42bis.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT v8.lo -MD -MP -MF ".deps/v8.Tpo" -c -o v8.lo v8.c; \
then mv -f ".deps/v8.Tpo" ".deps/v8.Plo"; else rm -f ".deps/v8.Tpo"; exit
1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v8.lo -MD -MP -MF
.deps/v8.Tpo -c v8.c -fPIC -DPIC -o .libs/v8.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT v8.lo -MD -MP -MF
.deps/v8.Tpo -c v8.c -o v8.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT vector_float.lo -MD -MP -MF ".deps/vector_float.Tpo" -c -o
vector_float.lo vector_float.c; \
then mv -f ".deps/vector_float.Tpo" ".deps/vector_float.Plo"; else rm -f
".deps/vector_float.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT vector_float.lo
-MD -MP -MF .deps/vector_float.Tpo -c vector_float.c -fPIC -DPIC -o
.libs/vector_float.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT vector_float.lo
-MD -MP -MF .deps/vector_float.Tpo -c vector_float.c -o vector_float.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I. -I.. -I/usr/include/libxml2 -DNDEBUG -std=gnu99 -ffast-math -Wall
-Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2
-MT vector_int.lo -MD -MP -MF ".deps/vector_int.Tpo" -c -o vector_int.lo
vector_int.c; \
then mv -f ".deps/vector_int.Tpo" ".deps/vector_int.Plo"; else rm -f
".deps/vector_int.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT vector_int.lo -MD
-MP -MF .deps/vector_int.Tpo -c vector_int.c -fPIC -DPIC -o
.libs/vector_int.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I/usr/include/libxml2 -DNDEBUG
-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden
-DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -O2 -MT vector_int.lo -MD
-MP -MF .deps/vector_int.Tpo -c vector_int.c -o vector_int.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc -DNDEBUG -std=gnu99 -ffast-math
-Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -fvisibility=hidden -DSWITCH_API_VISIBILITY=1
-DHAVE_VISIBILITY=1 -g -O2 -o
libspandsp.la -rpath /root/lib
-version-info 2:0:0 adsi.lo async.lo at_interpreter.lo awgn.lo
bell_r2_mf.lo bert.lo bit_operations.lo bitstream.lo complex_filters.lo
complex_vector_float.lo complex_vector_int.lo crc.lo dds_float.lo
dds_int.lo dtmf.lo echo.lo fax.lo fax_modems.lo fsk.lo g711.lo g722.lo
g726.lo gsm0610_decode.lo gsm0610_encode.lo gsm0610_long_term.lo
gsm0610_lpc.lo gsm0610_preprocess.lo gsm0610_rpe.lo gsm0610_short_term.lo
hdlc.lo ima_adpcm.lo image_translate.lo logging.lo lpc10_analyse.lo
lpc10_decode.lo lpc10_encode.lo lpc10_placev.lo lpc10_voicing.lo
modem_echo.lo modem_connect_tones.lo noise.lo oki_adpcm.lo playout.lo
plc.lo power_meter.lo queue.lo schedule.lo sig_tone.lo silence_gen.lo
super_tone_rx.lo super_tone_tx.lo swept_tone.lo t4_rx.lo t4_tx.lo t30.lo
t30_api.lo t30_logging.lo t31.lo t35.lo t38_core.lo t38_gateway.lo
t38_non_ecm_buffer.lo t38_terminal.lo testcpuid.lo time_scale.lo
timezone.lo tone_detect.lo tone_generate.lo v17rx.lo v17tx.lo v18.lo
v22bis_rx.lo v22bis_tx.lo v27ter_rx.lo v27ter_tx.lo v29rx.lo v29tx.lo
v42.lo v42bis.lo v8.lo vector_float.lo vector_int.lo -ltiff -lm
gcc -shared .libs/adsi.o .libs/async.o .libs/at_interpreter.o .libs/awgn.o
.libs/bell_r2_mf.o .libs/bert.o .libs/bit_operations.o .libs/bitstream.o
.libs/complex_filters.o .libs/complex_vector_float.o
.libs/complex_vector_int.o .libs/crc.o .libs/dds_float.o .libs/dds_int.o
.libs/dtmf.o .libs/echo.o .libs/fax.o .libs/fax_modems.o .libs/fsk.o
.libs/g711.o .libs/g722.o .libs/g726.o .libs/gsm0610_decode.o
.libs/gsm0610_encode.o .libs/gsm0610_long_term.o .libs/gsm0610_lpc.o
.libs/gsm0610_preprocess.o .libs/gsm0610_rpe.o .libs/gsm0610_short_term.o
.libs/hdlc.o .libs/ima_adpcm.o .libs/image_translate.o .libs/logging.o
.libs/lpc10_analyse.o .libs/lpc10_decode.o .libs/lpc10_encode.o
.libs/lpc10_placev.o .libs/lpc10_voicing.o .libs/modem_echo.o
.libs/modem_connect_tones.o .libs/noise.o .libs/oki_adpcm.o .libs/playout.o
.libs/plc.o .libs/power_meter.o .libs/queue.o .libs/schedule.o
.libs/sig_tone.o .libs/silence_gen.o .libs/super_tone_rx.o
.libs/super_tone_tx.o .libs/swept_tone.o .libs/t4_rx.o .libs/t4_tx.o
.libs/t30.o .libs/t30_api.o .libs/t30_logging.o .libs/t31.o .libs/t35.o
.libs/t38_core.o .libs/t38_gateway.o .libs/t38_non_ecm_buffer.o
.libs/t38_terminal.o .libs/testcpuid.o .libs/time_scale.o .libs/timezone.o
.libs/tone_detect.o .libs/tone_generate.o .libs/v17rx.o .libs/v17tx.o
.libs/v18.o .libs/v22bis_rx.o .libs/v22bis_tx.o .libs/v27ter_rx.o
.libs/v27ter_tx.o .libs/v29rx.o .libs/v29tx.o .libs/v42.o .libs/v42bis.o
.libs/v8.o .libs/vector_float.o .libs/vector_int.o -ltiff -lm -Wl,-soname
-Wl,libspandsp.so.2 -o .libs/libspandsp.so.2.0.0
(cd .libs && rm -f libspandsp.so.2 && ln -s libspandsp.so.2.0.0
libspandsp.so.2)
(cd .libs && rm -f libspandsp.so && ln -s libspandsp.so.2.0.0 libspandsp.so)
ar cru .libs/libspandsp.a adsi.o async.o at_interpreter.o awgn.o
bell_r2_mf.o bert.o bit_operations.o bitstream.o complex_filters.o
complex_vector_float.o complex_vector_int.o crc.o dds_float.o dds_int.o
dtmf.o echo.o fax.o fax_modems.o fsk.o g711.o g722.o g726.o
gsm0610_decode.o gsm0610_encode.o gsm0610_long_term.o gsm0610_lpc.o
gsm0610_preprocess.o gsm0610_rpe.o gsm0610_short_term.o hdlc.o ima_adpcm.o
image_translate.o logging.o lpc10_analyse.o lpc10_decode.o lpc10_encode.o
lpc10_placev.o lpc10_voicing.o modem_echo.o modem_connect_tones.o noise.o
oki_adpcm.o playout.o plc.o power_meter.o queue.o schedule.o sig_tone.o
silence_gen.o super_tone_rx.o super_tone_tx.o swept_tone.o t4_rx.o t4_tx.o
t30.o t30_api.o t30_logging.o t31.o t35.o t38_core.o t38_gateway.o
t38_non_ecm_buffer.o t38_terminal.o testcpuid.o time_scale.o timezone.o
tone_detect.o tone_generate.o v17rx.o v17tx.o v18.o v22bis_rx.o v22bis_tx.o
v27ter_rx.o v27ter_tx.o v29rx.o v29tx.o v42.o v42bis.o v8.o vector_float.o
vector_int.o
ranlib .libs/libspandsp.a
creating
libspandsp.la
(cd .libs && rm -f
libspandsp.la && ln -s ../
libspandsp.la libspandsp.la)
make[2]: Leaving directory `/root/ast-h323/spandsp-0.0.6pre21/src'
make[1]: Leaving directory `/root/ast-h323/spandsp-0.0.6pre21/src'
make[1]: Entering directory `/root/ast-h323/spandsp-0.0.6pre21'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/root/ast-h323/spandsp-0.0.6pre21'
Building 'ptlib'...
checking for pkg-config... /root/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
configure: PTLib version is 2.10.12
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for swab... yes
configure: OSTYPE set to linux
configure: OSRELEASE set to "2.6.18-308.el5"
configure: MACHTYPE set to x86
configure: gcc version is 4.1.2
checking checking if pragma implementation should be used... no
checking checking if precompiled headers available... no
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
configure: Default extension for C++ files is cpp
checking if compiler accepts -felide-constructors... yes
checking if linker accepts -Wreorder... yes
checking if debug build accepts -g3 -ggdb -O0... yes
checking if compiler uses RTTI by default... yes
checking size of int... 4
checking for long double with more range or precision than double... yes
checking for flex... /usr/bin/flex
checking for ar... ar
checking for bison... /usr/bin/bison
checking if readdir_r has 2 parms... no
checking if readdir_r has 3 parms... yes
configure: PTRACE and all trace logging included
configure: Using ANSI C++ bool for PBoolean: (PFalse=false PTrue=true)
checking for recvmsg... yes
checking for IPV6_ADD_MEMBERSHIP... yes
checking for NetLink support... yes
checking if using STL streams... yes
checking if atomic integer available... yes
checking if __exchange_and_add is in __gnu_cxx namespace... yes
checking if Unix semaphores are available... yes
checking for pthread_create in -lpthread... yes
checking for clock_gettime in -lrt... yes
checking if pthread_mutex_timedlock is available... yes
checking for sem_timedwait in -lpthread... yes
checking if sem_timedwait is compilable... yes
checking if recursive mutexes are available... PTHREAD_MUTEX_RECURSIVE_NP
checking if setpgrp takes no parameters... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for regcomp... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking if dlopen is available... yes
checking for dlopen in -ldl... yes
checking enable plugin support... yes
checking where plugins are being installed... /root/lib/ptlib-2.10.12
checking enable samples build... no
checking how to run the C preprocessor... gcc -E
checking for res_ninit... no
checking for res_ninit in -lresolv... yes
checking for sasl_version in -lsasl2... yes
checking for sasl_client_out in -lsasl... no
checking if <sasl.h> works... no
checking if <sasl/sasl.h> works... yes
configure: SUN mlib disabled
checking ldap.h usability... yes
checking ldap.h presence... yes
checking for ldap.h... yes
checking for ldap_open in -lldap... no
checking for OPENSSL... no
checking for d2i_DHparams_bio variants... new
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_ParserCreate in -lexpat... yes
checking lua.h usability... no
checking lua.h presence... no
checking for lua.h... no
configure: IPV6 disabled
checking for inet_ntop... yes
checking enable config file support... yes
checking enable URL support... yes
checking enable HTTP support... yes
checking enable HTTP forms support... yes
checking enable HTTP server support... yes
checking enable Jabber support... yes
checking enable VXML support... yes
checking enable XMLRPC support... yes
checking enable SOAP support... yes
checking enable Text-To-Speech server support... yes
checking enable ASN decoding/encoding support... yes
checking enable STUN support... yes
checking enable pipechannel support... yes
checking enable DTMF protocol support... yes
checking enable SOCKS protocol support... yes
checking enable FTP protocol support... yes
checking enable SNMP protocol support... yes
checking enable TELNET protocol support... yes
checking enable remote connection support... yes
checking enable serial port support... yes
checking enable POP3/SMTP support... yes
checking enable audio support... yes
checking enable WAVFILE support... yes
checking enable QOS support... yes
checking enable video device support... yes
checking enable video file support... yes
checking enable FFMpeg video file support... yes
checking enable application sharing support... no
checking enable shared memory video devices... yes
checking for SDL... no
checking enable video for windows capture... no
checking sql.h usability... yes
checking sql.h presence... yes
checking for sql.h... yes
checking for SQLAllocStmt in -lodbc... yes
configure: ODBC support enabled
checking enable C++ exceptions... no
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating make/ptbuildopts.mak
config.status: creating make/ptlib-config
config.status: creating Makefile
config.status: creating ptlib_cfg.dxy
config.status: creating ptlib.pc
config.status: creating include/ptbuildopts.h
=== configuring in plugins (/root/ast-h323/ptlib/plugins)
configure: running /bin/sh ./configure --disable-option-checking
'--prefix=/root' '--disable-alsa' '--disable-oss' '--disable-v4l'
'--disable-v4l2' --cache-file=/dev/null --srcdir=.
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking pulse/simple.h usability... no
checking pulse/simple.h presence... no
checking for pulse/simple.h... no
checking for Pulse sound support... no
checking machine/ioctl_meteor.h usability... no
checking machine/ioctl_meteor.h presence... no
checking for machine/ioctl_meteor.h... no
checking i386/ioctl_meteor.h usability... no
checking i386/ioctl_meteor.h presence... no
checking for i386/ioctl_meteor.h... no
checking dev/ic/bt8xx.h usability... no
checking dev/ic/bt8xx.h presence... no
checking for dev/ic/bt8xx.h... no
checking for BSD video support... no
checking libdc1394/dc1394_control.h usability... no
checking libdc1394/dc1394_control.h presence... no
checking for libdc1394/dc1394_control.h... no
checking libraw1394/raw1394.h usability... no
checking libraw1394/raw1394.h presence... no
checking for libraw1394/raw1394.h... no
checking for IEEE1394/DC video support... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating vidinput_v4l2/Makefile
config.status: creating vidinput_dc/Makefile
make DEBUG= default_target
make[1]: Entering directory `/root/ast-h323/ptlib-svn_2.10'
make[1]: Leaving directory `/root/ast-h323/ptlib-svn_2.10'
make[1]: Entering directory `/root/ast-h323/ptlib-svn_2.10/src'
make DEBUG= default_target
make[2]: Entering directory `/root/ast-h323/ptlib-svn_2.10/src'
[CC] ptclib/psasl.cxx
ptclib/psasl.cxx: In member function ҐBoolean PSASLClient::Init(const
PString&, PStringSet&)Һ
ptclib/psasl.cxx:231: warning: dereferencing type-punned pointer will break
strict-aliasing rules
[CC] ptclib/podbc.cxx
[CC] ptlib/common/vfakeio.cxx
[CC] ptlib/common/videoio.cxx
[CC] ptlib/common/vconvert.cxx
[CC] ptlib/common/pvidchan.cxx
[CC] ptlib/common/tinyjpeg.cxx
[CC] ptlib/common/jidctflt.cxx
[CC] ptlib/unix/shmvideo.cxx
[CC] ptlib/common/sound.cxx
[CC] ptclib/pxml.cxx
[CC] ptclib/pxmlrpc.cxx
[CC] ptclib/pxmlrpcs.cxx
[CC] ptclib/psoap.cxx
[CC] ptclib/vxml.cxx
[CC] ptclib/xmpp.cxx
[CC] ptclib/xmpp_c2s.cxx
[CC] ptclib/xmpp_muc.cxx
[CC] ptclib/xmpp_roster.cxx
[CC] ptclib/pdns.cxx
[CC] ptclib/enum.cxx
[CC] ptclib/ptts.cxx
[CC] ptclib/asner.cxx
[CC] ptclib/pasn.cxx
[CC] ptclib/snmpclnt.cxx
[CC] ptclib/snmpserv.cxx
[CC] ptclib/psnmp.cxx
[CC] ptclib/snmp.cxx
[CC] ptclib/rfc1155.cxx
[CC] ptclib/ftpclnt.cxx
[CC] ptclib/ftpsrvr.cxx
[CC] ptclib/ftp.cxx
[CC] ptclib/telnet.cxx
[CC] ptclib/pstun.cxx
[CC] ptclib/pnat.cxx
[CC] ptclib/socks.cxx
[CC] ptlib/unix/pipechan.cxx
[CC] ptlib/unix/remconn.cxx
[CC] ptclib/pwavfile.cxx
[CC] ptclib/pwavfiledev.cxx
[CC] ptclib/dtmf.cxx
[CC] ptlib/unix/serchan.cxx
[CC] ptclib/modem.cxx
[CC] ptclib/inetmail.cxx
[CC] ptclib/url.cxx
[CC] ptclib/http.cxx
[CC] ptclib/httpclnt.cxx
[CC] ptclib/html.cxx
[CC] ptclib/httpsrvr.cxx
[CC] ptclib/httpform.cxx
[CC] ptlib/unix/svcproc.cxx
[CC] ptclib/httpsvc.cxx
[CC] ptlib/unix/config.cxx
[CC] ptclib/pvidfile.cxx
[CC] ptclib/pvfiledev.cxx
[CC] ptclib/pffvdev.cxx
[CC] ptlib/unix/uicmp.cxx
[CC] ptlib/unix/socket.cxx
[CC] ptlib/unix/udll.cxx
[CC] ptlib/unix/channel.cxx
[CC] ptlib/unix/osutil.cxx
[CC] ptlib/unix/tlib.cxx
[CC] ptlib/unix/switch.cxx
[CC] ptclib/cli.cxx
[CC] ptclib/threadpool.cxx
[CC] ptclib/ipacl.cxx
[CC] ptclib/qchannel.cxx
[CC] ptclib/delaychan.cxx
[CC] ptclib/memfile.cxx
[CC] ptclib/cypher.cxx
[CC] ptclib/random.cxx
[CC] ptclib/inetprot.cxx
[CC] ptlib/common/notifier_ext.cxx
[CC] ptclib/vcard.cxx
[CC] ptclib/guid.cxx
[CC] ptlib/common/getdate.tab.c
[CC] ptlib/unix/assert.cxx
[CC] ptlib/common/pluginmgr.cxx
[CC] ptlib/common/sockets.cxx
[CC] ptclib/psockbun.cxx
[CC] ptlib/common/qos.cxx
[CC] ptlib/common/ptime.cxx
[CC] ptlib/common/syslog.cxx
Revision file updated to 32172
[CC] ptlib/common/osutils.cxx
[CC] ptlib/common/safecoll.cxx
[CC] ptlib/common/collect.cxx
[CC] ptlib/common/contain.cxx
[CC] ptlib/common/object.cxx
[AR] /root/ast-h323/ptlib/lib_linux_x86/libpt_s.a
[LD] /root/ast-h323/ptlib/lib_linux_x86/libpt.so.2.10-beta12
make[2]: Leaving directory `/root/ast-h323/ptlib-svn_2.10/src'
make[1]: Leaving directory `/root/ast-h323/ptlib-svn_2.10/src'
make[1]: Entering directory `/root/ast-h323/ptlib-svn_2.10/plugins'
make DEBUG= default_target
make[2]: Entering directory `/root/ast-h323/ptlib-svn_2.10/plugins'
make[2]: Leaving directory `/root/ast-h323/ptlib-svn_2.10/plugins'
set -e;
make[1]: Leaving directory `/root/ast-h323/ptlib-svn_2.10/plugins'
Building 'h323plus'...
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
OpenH323 version is 1.25.4
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking /root/ast-h323/ptlib/version.h usability... yes
checking /root/ast-h323/ptlib/version.h presence... yes
checking for /root/ast-h323/ptlib/version.h... yes
checking for /root/ast-h323/ptlib/make/lib.mak... yes
PTLib prefix set to.... /root/ast-h323/ptlib
checking Checking PTLib version 2.10.12... ok
configure: Disabling H.224
configure: Disabling H.235.6
configure: Disabling H.235.6 (256 bit)
configure: Disabling H.249
configure: Disabling H.460.26
configure: Disabling H.460 PreEmption
configure: Disabling H.460 Compat Feature
configure: Disabling H.461 ASSET Feature
configure: Enabling T.38
configure: Disabling GnuGk NAT
configure: AEC disabled
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating openh323u.mak
config.status: creating Makefile
config.status: creating include/openh323buildopts.h
=== configuring in plugins (/root/ast-h323/h323plus/plugins)
configure: running /bin/sh ./configure --disable-option-checking
'--prefix=/root' '--disable-h224' '--enable-h4609' '--enable-h46017'
'--enable-h46018' '--enable-h46019m' '--enable-h46023' '--enable-h460p'
'--disable-gnugk' '--enable-spandsp'
'CXXFLAGS=-I/root/ast-h323/spandsp/src'
'LDFLAGS=-L/root/ast-h323/spandsp/src/.libs'
'CFLAGS=-I/root/ast-h323/spandsp/src' --cache-file=/dev/null --srcdir=.
checking for pkg-config... /root/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking Debugging support... no
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for nm... nm
checking for ldd... ldd
checking for objdump... objdump
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking OPAL Version... 1.25.4
checking Plugin install directory... /root/lib/opal-1.25.4
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for gsm_create in -lgsm... no
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking internal Speex version... 1.1.11.1
configure: checking whether system Speex or internal Speex is more recent
checking for SPEEX... no
internal Speex version is more recent than system Speex or system Speex not
found
configure: checking if iLBC is installed
checking for iLBC_encode in -lilbc... no
checking System iLBC... no
checking default to full capabilities at empty fmtp lines... yes
checking for LIBAVCODEC... no
checking libavcodec source... disabled
checking for X264... no
checking for THEORA... no
checking for CELT... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking if dlopen is available... yes
checking for dlopen in -ldl... yes
configure: h264 support disabled due to disabled dependency HAVE_X264
configure: h264 support disabled due to disabled dependency
HAVE_H264_DECODER
checking enable H.264 support... no
checking IXJ... no
checking enable voicetronix vpb... yes
checking capi20.h usability... no
checking capi20.h presence... no
checking for capi20.h... no
checking CAPI... no
checking for fax_free in -lspandsp... yes
checking spandsp.h usability... yes
checking spandsp.h presence... no
configure: WARNING: spandsp.h: accepted by the compiler, rejected by the
preprocessor!
configure: WARNING: spandsp.h: proceeding with the compiler's result
checking for spandsp.h... yes
checking for posix_memalign... yes
configure: creating ./config.status
config.status: creating audio/G722/Makefile
config.status: creating audio/G.722.1/Makefile
config.status: creating audio/G.722.2/Makefile
config.status: creating audio/GSM0610/Makefile
config.status: creating audio/gsm-amr/Makefile
config.status: creating audio/iLBC/Makefile
config.status: creating audio/Speex/Makefile
config.status: creating audio/LPC_10/Makefile
config.status: creating audio/G726/Makefile
config.status: creating audio/IMA_ADPCM/Makefile
config.status: creating audio/SBC/Makefile
config.status: creating audio/celt/Makefile
config.status: creating video/H.261-vic/Makefile
config.status: creating video/H.263-ffmpeg/Makefile
config.status: creating video/H.263-1998/Makefile
config.status: creating video/H.264/Makefile
config.status: creating video/H.264/gpl/Makefile
config.status: creating Makefile
config.status: creating audio/Speex/libspeex/speex_config_types.h
configure: creating ./config.status
config.status: creating audio/G722/Makefile
config.status: creating audio/G.722.1/Makefile
config.status: creating audio/G.722.2/Makefile
config.status: creating audio/GSM0610/Makefile
config.status: creating audio/gsm-amr/Makefile
config.status: creating audio/iLBC/Makefile
config.status: creating audio/Speex/Makefile
config.status: creating audio/LPC_10/Makefile
config.status: creating audio/G726/Makefile
config.status: creating audio/IMA_ADPCM/Makefile
config.status: creating audio/SBC/Makefile
config.status: creating audio/celt/Makefile
config.status: creating video/H.261-vic/Makefile
config.status: creating video/H.263-ffmpeg/Makefile
config.status: creating video/H.263-1998/Makefile
config.status: creating video/H.264/Makefile
config.status: creating video/H.264/gpl/Makefile
config.status: creating Makefile
config.status: creating audio/Speex/libspeex/speex_config_types.h
config.status: creating plugin-config.h
=================== Plugin configuration ======================
prefix : /root
exec_prefix : ${prefix}
libdir : ${exec_prefix}/lib
Audio Codec plugin install dir : ${libdir}/opal-1.25.4/codecs/audio
Video Codec plugin install prefix: ${libdir}/opal-1.25.4/codecs/video
LID plugin install prefix : ${libdir}/opal-1.25.4/lid
FAX plugin install prefix : ${libdir}/opal-1.25.4/fax
GSM : yes (internal)
gsm-amr : yes
iLBC : yes (internal)
Speex : yes (internal, version 1.1.11.1)
LPC10 : yes
G.726 : yes
IMA_ADPCM : yes
SBC : no
H.261 : yes
H.263 : no (ffmpeg version)
H.263/H.263+ : no
H.264 : no
THEORA : no
MPEG4 Part 2 : no
CELT : no
SpanDSP FAX : yes
CAPI : no
Quicknet xJACK support : no
Voicetronics VPB support : yes
OS Type : linux-gnu
Machine Type : i686
If all settings are OK, type make and make install
========================================================
make DEBUG= default_target
make[1]: Entering directory `/root/ast-h323/h323plus-cvs_20130211-0800'
make[1]: Leaving directory `/root/ast-h323/h323plus-cvs_20130211-0800'
make -C src opt
make[1]: Entering directory `/root/ast-h323/h323plus-cvs_20130211-0800/src'
make DEBUG= default_target
make[2]: Entering directory `/root/ast-h323/h323plus-cvs_20130211-0800/src'
[CC] h225_1.cxx
[CC] h225_2.cxx
[CC] h245_1.cxx
[CC] h245_2.cxx
[CC] h245_3.cxx
[CC] gccpdu.cxx
[CC] /root/ast-h323/h323plus/src/h230/OID2.cxx
[CC] h235.cxx
[CC] h248.cxx
[CC] /root/ast-h323/h323plus/src/h350/h350_service.cxx
[CC] x880.cxx
[CC] /root/ast-h323/h323plus/src/h450/h4501.cxx
[CC] /root/ast-h323/h323plus/src/h450/h4502.cxx
[CC] /root/ast-h323/h323plus/src/h450/h4503.cxx
[CC] /root/ast-h323/h323plus/src/h450/h4504.cxx
[CC] /root/ast-h323/h323plus/src/h450/h4505.cxx
[CC] /root/ast-h323/h323plus/src/h450/h4506.cxx
[CC] /root/ast-h323/h323plus/src/h450/h4507.cxx
[CC] /root/ast-h323/h323plus/src/h450/h4508.cxx
[CC] /root/ast-h323/h323plus/src/h450/h4509.cxx
[CC] /root/ast-h323/h323plus/src/h450/h45010.cxx
[CC] /root/ast-h323/h323plus/src/h450/h45011.cxx
[CC] /root/ast-h323/h323plus/src/h460/h4604.cxx
[CC] /root/ast-h323/h323plus/src/h460/h4609.cxx
[CC] /root/ast-h323/h323plus/src/h460/h46015.cxx
[CC] /root/ast-h323/h323plus/src/h460/h46019.cxx
[CC] /root/ast-h323/h323plus/src/h460/h46024b.cxx
[CC] /root/ast-h323/h323plus/src/h460/h46026.cxx
[CC] /root/ast-h323/h323plus/src/h460/h46026mgr.cxx
[CC] /root/ast-h323/h323plus/src/h460/h4610.cxx
[CC] /root/ast-h323/h323plus/src/h460/h460pres.cxx
[CC] h501.cxx
[CC] t38.cxx
[CC] h323.cxx
[CC] h323ep.cxx
[CC] h323neg.cxx
[CC] h323pdu.cxx
[CC] h323rtp.cxx
[CC] h323caps.cxx
[CC] q931.cxx
[CC] codecs.cxx
[CC] channels.cxx
[CC] transports.cxx
[CC] rtp.cxx
[CC] gkclient.cxx
[CC] gkserver.cxx
[CC] mediafmt.cxx
[CC] guid.cxx
[CC] h225ras.cxx
[CC] h323trans.cxx
[CC] h235auth.cxx
[CC] h235pluginmgr.cxx
[CC] rfc2833.cxx
[CC] h323pluginmgr.cxx
[CC] opalwavfile.cxx
[CC] rtp2wav.cxx
[CC] opalvxml.cxx
[CC] /root/ast-h323/h323plus/src/h230/h230.cxx
[CC] svcctrl.cxx
[CC] /root/ast-h323/h323plus/src/h341/h341.cxx
[CC] /root/ast-h323/h323plus/src/h350/h350.cxx
[CC] /root/ast-h323/h323plus/src/h450/h450pdu.cxx
[CC] /root/ast-h323/h323plus/src/h460/h4601.cxx
[CC] /root/ast-h323/h323plus/src/h460/h460_std9.cxx
[CC] /root/ast-h323/h323plus/src/h460/h460_std17.cxx
[CC] /root/ast-h323/h323plus/src/h460/h46018.cxx
[CC] /root/ast-h323/h323plus/src/h460/h460_std18.cxx
/root/ast-h323/h323plus/src/h460/h460_std18.cxx:55:2: warning: #warning
("H.460.18/.19 Enabled. See Tandberg Patent License.
http://www.tandberg.com/collateral/tandberg-ITU-license.pdf")
[CC] /root/ast-h323/h323plus/src/h460/h46018_h225.cxx
/root/ast-h323/h323plus/src/h460/h46018_h225.cxx:47:1: error: unterminated
#ifdef
make[2]: *** [/root/ast-h323/h323plus/lib/obj/h46018_h225.o] Error 1
make[2]: Leaving directory `/root/ast-h323/h323plus-cvs_20130211-0800/src'
make[1]: *** [opt] Error 2
make[1]: Leaving directory `/root/ast-h323/h323plus-cvs_20130211-0800/src'
make: *** [opt] Error 2
[root@asterisk ast-h323]#