Build of libsrtp with clang_glibc toolchain

The build took 00h 01m 56s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
15,694 ansic
3,170 sh
297 makefile
19,161 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libsrtp 1:1.5.4-1 (Thu Apr 13 20:08:36 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for x86_64-unknown-linux-gcc... clang
# 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 clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for x86_64-unknown-linux-ar... no
# checking for x86_64-unknown-linux-lib... no
# checking for x86_64-unknown-linux-link... no
# checking for ar... ar
# checking the archiver (ar) interface... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking for a BSD-compatible install... /usr/bin/install -c
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/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
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking whether to build for Linux kernel context... no
# checking for /dev/urandom... yes
# checking for ANSI C header files... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking byteswap.h usability... yes
# checking byteswap.h presence... yes
# checking for byteswap.h... yes
# checking for stdint.h... (cached) yes
# checking sys/uio.h usability... yes
# checking sys/uio.h presence... yes
# checking for sys/uio.h... yes
# checking for inttypes.h... (cached) yes
# checking for sys/types.h... (cached) yes
# checking machine/types.h usability... no
# checking machine/types.h presence... no
# checking for machine/types.h... no
# checking sys/int_types.h usability... no
# checking sys/int_types.h presence... no
# checking for sys/int_types.h... no
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking windows.h usability... no
# checking windows.h presence... no
# checking for windows.h... no
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for int8_t... yes
# checking for uint8_t... yes
# checking for int16_t... yes
# checking for uint16_t... yes
# checking for int32_t... yes
# checking for uint32_t... yes
# checking for uint64_t... yes
# checking size of unsigned long... 8
# checking size of unsigned long long... 8
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for size_t... yes
# checking for socket... yes
# checking for inet_aton... yes
# checking for usleep... yes
# checking for sigaction... yes
# checking whether to compile in debugging... yes
# checking whether to use ISMAcryp code... no
# checking whether to leverage OpenSSL crypto... no
# checking which random device to use... /dev/urandom
# checking for pcap_create in -lpcap... yes
# checking whether to use syslog for error reporting... no
# checking whether to use stdout for error reporting... yes
# checking whether to use /dev/console for error reporting... no
# checking whether to use GDOI key management... no
# checking for pkg-config... yes
# configure: creating ./config.status
# config.status: creating libsrtp.pc
# config.status: creating Makefile
# config.status: creating crypto/Makefile
# config.status: creating doc/Makefile
# config.status: creating crypto/include/config.h
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c srtp/srtp.c -o srtp/srtp.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c srtp/ekt.c -o srtp/ekt.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/cipher/cipher.c -o crypto/cipher/cipher.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/cipher/null_cipher.c -o crypto/cipher/null_cipher.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/cipher/aes_icm.c -o crypto/cipher/aes_icm.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/cipher/aes.c -o crypto/cipher/aes.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/cipher/aes_cbc.c -o crypto/cipher/aes_cbc.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/hash/null_auth.c -o crypto/hash/null_auth.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/hash/auth.c -o crypto/hash/auth.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/hash/hmac.c -o crypto/hash/hmac.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/hash/sha1.c -o crypto/hash/sha1.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/math/datatypes.c -o crypto/math/datatypes.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/math/stat.c -o crypto/math/stat.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/kernel/crypto_kernel.c -o crypto/kernel/crypto_kernel.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/kernel/alloc.c -o crypto/kernel/alloc.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/kernel/key.c -o crypto/kernel/key.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/rng/rand_source.c -o crypto/rng/rand_source.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/rng/prng.c -o crypto/rng/prng.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/rng/ctr_prng.c -o crypto/rng/ctr_prng.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/kernel/err.c -o crypto/kernel/err.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/replay/rdb.c -o crypto/replay/rdb.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/replay/rdbx.c -o crypto/replay/rdbx.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# clang -DHAVE_CONFIG_H -Icrypto/include -I./include -I./crypto/include -fPIC -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -c crypto/replay/ut_sim.c -o crypto/replay/ut_sim.o
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# ar cr libsrtp.a srtp/srtp.o srtp/ekt.o crypto/cipher/cipher.o crypto/cipher/null_cipher.o crypto/cipher/aes_icm.o crypto/cipher/aes.o crypto/cipher/aes_cbc.o crypto/hash/null_auth.o crypto/hash/auth.o crypto/hash/hmac.o crypto/hash/sha1.o crypto/math/datatypes.o crypto/math/stat.o crypto/kernel/crypto_kernel.o crypto/kernel/alloc.o crypto/kernel/key.o crypto/rng/rand_source.o crypto/rng/prng.o crypto/rng/ctr_prng.o crypto/kernel/err.o crypto/replay/rdb.o crypto/replay/rdbx.o crypto/replay/ut_sim.o
# ranlib libsrtp.a
# clang -shared -o libsrtp.so.1 -shared -Wl,-soname,libsrtp.so.1 \
# srtp/srtp.o srtp/ekt.o crypto/cipher/cipher.o crypto/cipher/null_cipher.o crypto/cipher/aes_icm.o crypto/cipher/aes.o crypto/cipher/aes_cbc.o crypto/hash/null_auth.o crypto/hash/auth.o crypto/hash/hmac.o crypto/hash/sha1.o crypto/math/datatypes.o crypto/math/stat.o crypto/kernel/crypto_kernel.o crypto/kernel/alloc.o crypto/kernel/key.o crypto/rng/rand_source.o crypto/rng/prng.o crypto/rng/ctr_prng.o crypto/kernel/err.o crypto/replay/rdb.o crypto/replay/rdbx.o crypto/replay/ut_sim.o -L. -lpcap
# if [ -n "1" ]; then \
# ln -sfn libsrtp.so.1 libsrtp.so; \
# fi
# ==> Entering fakeroot environment...
# ==> Starting package()...
# /usr/bin/install -c -d /tmp/libsrtp/pkg/libsrtp/usr/include/srtp
# /usr/bin/install -c -d /tmp/libsrtp/pkg/libsrtp/usr/lib
# cp ./include/*.h /tmp/libsrtp/pkg/libsrtp/usr/include/srtp
# cp ./crypto/include/*.h /tmp/libsrtp/pkg/libsrtp/usr/include/srtp
# if [ "." != "." ]; then cp crypto/include/*.h /tmp/libsrtp/pkg/libsrtp/usr/include/srtp; fi
# if [ -f libsrtp.a ]; then cp libsrtp.a /tmp/libsrtp/pkg/libsrtp/usr/lib/; fi
# if [ -f libsrtp.dll.a ]; then cp libsrtp.dll.a /tmp/libsrtp/pkg/libsrtp/usr/lib/; fi
# if [ -f libsrtp.so.1 ]; then \
# /usr/bin/install -c -d /tmp/libsrtp/pkg/libsrtp/usr/lib; \
# cp libsrtp.so.1 /tmp/libsrtp/pkg/libsrtp/usr/lib/; \
# ln -sfn libsrtp.so.1 /tmp/libsrtp/pkg/libsrtp/usr/lib/libsrtp.so; \
# fi
# if [ "libsrtp.pc" != "" ]; then \
# /usr/bin/install -c -d /tmp/libsrtp/pkg/libsrtp/usr/lib/pkgconfig; \
# cp ./libsrtp.pc /tmp/libsrtp/pkg/libsrtp/usr/lib/pkgconfig/; \
# fi
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libsrtp"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libsrtp 1:1.5.4-1 (Thu Apr 13 20:08:58 UTC 2017)

CMD: pacman --query --file libsrtp-1:1.5.4-1-x86_64.pkg.tar.xz
# libsrtp 1:1.5.4-1

Creating hybrid package for 'libsrtp'

Trying to find vanilla package 'libsrtp'...

CMD: pacman --query --file /mirror/libsrtp-1:1.5.4-1.pkg.tar.xz
# libsrtp 1:1.5.4-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/include/srtp/ekt.h
# /usr/include/srtp/getopt_s.h
# /usr/include/srtp/rtp.h
# /usr/include/srtp/rtp_priv.h
# /usr/include/srtp/srtp.h
# /usr/include/srtp/srtp_priv.h
# /usr/include/srtp/ut_sim.h
# /usr/include/srtp/aes.h
# /usr/include/srtp/aes_cbc.h
# /usr/include/srtp/aes_gcm_ossl.h
# /usr/include/srtp/aes_icm.h
# /usr/include/srtp/aes_icm_ossl.h
# /usr/include/srtp/alloc.h
# /usr/include/srtp/auth.h
# /usr/include/srtp/cipher.h
# /usr/include/srtp/config.h
# /usr/include/srtp/crypto.h
# /usr/include/srtp/crypto_kernel.h
# /usr/include/srtp/crypto_math.h
# /usr/include/srtp/crypto_types.h
# /usr/include/srtp/cryptoalg.h
# /usr/include/srtp/datatypes.h
# /usr/include/srtp/err.h
# /usr/include/srtp/gf2_8.h
# /usr/include/srtp/hmac.h
# /usr/include/srtp/integers.h
# /usr/include/srtp/kernel_compat.h
# /usr/include/srtp/key.h
# /usr/include/srtp/null_auth.h
# /usr/include/srtp/null_cipher.h
# /usr/include/srtp/prng.h
# /usr/include/srtp/rand_source.h
# /usr/include/srtp/rdb.h
# /usr/include/srtp/rdbx.h
# /usr/include/srtp/sha1.h
# /usr/include/srtp/stat.h
# /usr/include/srtp/xfm.h
# /usr/lib/libsrtp.so
# /usr/lib/libsrtp.a
# /usr/lib/libsrtp.so.1
# /usr/lib/pkgconfig/libsrtp.pc
# /usr/share/licenses/libsrtp/LICENSE
# /sysroot/usr/lib/libsrtp.a
# /sysroot/usr/lib/libsrtp.so.1
# /sysroot/usr/lib/libsrtp.so
# /sysroot/usr/lib/pkgconfig/libsrtp.pc
# /sysroot/usr/include/srtp/ekt.h
# /sysroot/usr/include/srtp/getopt_s.h
# /sysroot/usr/include/srtp/rtp.h
# /sysroot/usr/include/srtp/rtp_priv.h
# /sysroot/usr/include/srtp/srtp.h
# /sysroot/usr/include/srtp/srtp_priv.h
# /sysroot/usr/include/srtp/ut_sim.h
# /sysroot/usr/include/srtp/aes.h
# /sysroot/usr/include/srtp/aes_cbc.h
# /sysroot/usr/include/srtp/aes_gcm_ossl.h
# /sysroot/usr/include/srtp/aes_icm.h
# /sysroot/usr/include/srtp/aes_icm_ossl.h
# /sysroot/usr/include/srtp/alloc.h
# /sysroot/usr/include/srtp/auth.h
# /sysroot/usr/include/srtp/cipher.h
# /sysroot/usr/include/srtp/config.h
# /sysroot/usr/include/srtp/crypto.h
# /sysroot/usr/include/srtp/crypto_kernel.h
# /sysroot/usr/include/srtp/crypto_math.h
# /sysroot/usr/include/srtp/crypto_types.h
# /sysroot/usr/include/srtp/cryptoalg.h
# /sysroot/usr/include/srtp/datatypes.h
# /sysroot/usr/include/srtp/err.h
# /sysroot/usr/include/srtp/gf2_8.h
# /sysroot/usr/include/srtp/hmac.h
# /sysroot/usr/include/srtp/integers.h
# /sysroot/usr/include/srtp/kernel_compat.h
# /sysroot/usr/include/srtp/key.h
# /sysroot/usr/include/srtp/null_auth.h
# /sysroot/usr/include/srtp/null_cipher.h
# /sysroot/usr/include/srtp/prng.h
# /sysroot/usr/include/srtp/rand_source.h
# /sysroot/usr/include/srtp/rdb.h
# /sysroot/usr/include/srtp/rdbx.h
# /sysroot/usr/include/srtp/sha1.h
# /sysroot/usr/include/srtp/stat.h
# /sysroot/usr/include/srtp/xfm.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libsrtp.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libsrtp.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libsrtp.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libsrtp.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/libsrtp/src/libsrtp-1.5.4/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by libsrtp configure 1.5.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = c86150c932a6
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2387: checking for x86_64-unknown-linux-gcc
# configure:2414: result: clang
# configure:2683: checking for C compiler version
# configure:2692: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2703: $? = 0
# configure:2692: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:2703: $? = 0
# configure:2692: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2703: $? = 1
# configure:2692: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2703: $? = 1
# configure:2723: checking whether the C compiler works
# configure:2745: clang -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:2749: $? = 0
# configure:2797: result: yes
# configure:2800: checking for C compiler default output file name
# configure:2802: result: a.out
# configure:2808: checking for suffix of executables
# configure:2815: clang -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:2819: $? = 0
# configure:2841: result:
# configure:2863: checking whether we are cross compiling
# configure:2871: clang -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:2875: $? = 0
# configure:2882: ./conftest
# configure:2886: $? = 0
# configure:2901: result: no
# configure:2906: checking for suffix of object files
# configure:2928: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:2932: $? = 0
# configure:2953: result: o
# configure:2957: checking whether we are using the GNU C compiler
# configure:2976: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:2976: $? = 0
# configure:2985: result: yes
# configure:2994: checking whether clang accepts -g
# configure:3014: clang -c -g conftest.c >&5
# configure:3014: $? = 0
# configure:3055: result: yes
# configure:3072: checking for clang option to accept ISO C89
# configure:3135: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:3135: $? = 0
# configure:3148: result: none needed
# configure:3174: checking for x86_64-unknown-linux-ar
# configure:3204: result: no
# configure:3174: checking for x86_64-unknown-linux-lib
# configure:3204: result: no
# configure:3174: checking for x86_64-unknown-linux-link
# configure:3204: result: no
# configure:3218: checking for ar
# configure:3234: found /usr/bin/ar
# configure:3245: result: ar
# configure:3271: checking the archiver (ar) interface
# configure:3287: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:3287: $? = 0
# configure:3289: ar cru libconftest.a conftest.o >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:3292: $? = 0
# configure:3320: result: ar
# configure:3343: checking for x86_64-unknown-linux-ranlib
# configure:3373: result: no
# configure:3383: checking for ranlib
# configure:3399: found /usr/bin/ranlib
# configure:3410: result: ranlib
# configure:3440: checking for x86_64-unknown-linux-gcc
# configure:3467: result: clang
# configure:3736: checking for C compiler version
# configure:3745: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3756: $? = 0
# configure:3745: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3756: $? = 0
# configure:3745: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3756: $? = 1
# configure:3745: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3756: $? = 1
# configure:3760: checking whether we are using the GNU C compiler
# configure:3788: result: yes
# configure:3797: checking whether clang accepts -g
# configure:3858: result: yes
# configure:3875: checking for clang option to accept ISO C89
# configure:3951: result: none needed
# configure:4014: checking for a BSD-compatible install
# configure:4082: result: /usr/bin/install -c
# configure:4099: checking how to run the C preprocessor
# configure:4130: clang -E conftest.c
# configure:4130: $? = 0
# configure:4144: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:4169: result: clang -E
# configure:4189: clang -E conftest.c
# configure:4189: $? = 0
# configure:4203: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4203: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:4232: checking for grep that handles long lines and -e
# configure:4290: result: /usr/bin/grep
# configure:4295: checking for egrep
# configure:4357: result: /usr/bin/grep -E
# configure:4362: checking for ANSI C header files
# configure:4382: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:4382: $? = 0
# configure:4455: clang -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:4455: $? = 0
# configure:4455: ./conftest
# configure:4455: $? = 0
# configure:4466: result: yes
# configure:4479: checking for sys/types.h
# configure:4479: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for sys/stat.h
# configure:4479: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for stdlib.h
# configure:4479: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for string.h
# configure:4479: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for memory.h
# configure:4479: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for strings.h
# configure:4479: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for inttypes.h
# configure:4479: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for stdint.h
# configure:4479: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for unistd.h
# configure:4479: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4491: checking whether byte ordering is bigendian
# configure:4506: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# conftest.c:20:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:20:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:4506: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:4551: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:4551: $? = 0
# configure:4569: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# conftest.c:26:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:4569: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:4697: result: no
# configure:4720: checking build system type
# configure:4734: result: x86_64-unknown-linux-gnu
# configure:4754: checking host system type
# configure:4767: result: x86_64-unknown-linux-gnu
# configure:4822: checking whether to build for Linux kernel context
# configure:4832: result: no
# configure:4836: checking for /dev/urandom
# configure:4849: result: yes
# configure:4879: checking for ANSI C header files
# configure:4983: result: yes
# configure:4993: checking for stdlib.h
# configure:4993: result: yes
# configure:5005: checking for unistd.h
# configure:5005: result: yes
# configure:5017: checking byteswap.h usability
# configure:5017: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5017: $? = 0
# configure:5017: result: yes
# configure:5017: checking byteswap.h presence
# configure:5017: clang -E conftest.c
# configure:5017: $? = 0
# configure:5017: result: yes
# configure:5017: checking for byteswap.h
# configure:5017: result: yes
# configure:5029: checking for stdint.h
# configure:5029: result: yes
# configure:5041: checking sys/uio.h usability
# configure:5041: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5041: $? = 0
# configure:5041: result: yes
# configure:5041: checking sys/uio.h presence
# configure:5041: clang -E conftest.c
# configure:5041: $? = 0
# configure:5041: result: yes
# configure:5041: checking for sys/uio.h
# configure:5041: result: yes
# configure:5053: checking for inttypes.h
# configure:5053: result: yes
# configure:5065: checking for sys/types.h
# configure:5065: result: yes
# configure:5077: checking machine/types.h usability
# configure:5077: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# conftest.c:62:10: fatal error: 'machine/types.h' file not found
# #include
# ^
# 1 error generated.
# configure:5077: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5077: result: no
# configure:5077: checking machine/types.h presence
# configure:5077: clang -E conftest.c
# conftest.c:29:10: fatal error: 'machine/types.h' file not found
# #include
# ^
# 1 error generated.
# configure:5077: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | /* end confdefs.h. */
# | #include
# configure:5077: result: no
# configure:5077: checking for machine/types.h
# configure:5077: result: no
# configure:5089: checking sys/int_types.h usability
# configure:5089: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# conftest.c:62:10: fatal error: 'sys/int_types.h' file not found
# #include
# ^
# 1 error generated.
# configure:5089: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5089: result: no
# configure:5089: checking sys/int_types.h presence
# configure:5089: clang -E conftest.c
# conftest.c:29:10: fatal error: 'sys/int_types.h' file not found
# #include
# ^
# 1 error generated.
# configure:5089: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | /* end confdefs.h. */
# | #include
# configure:5089: result: no
# configure:5089: checking for sys/int_types.h
# configure:5089: result: no
# configure:5103: checking sys/socket.h usability
# configure:5103: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5103: $? = 0
# configure:5103: result: yes
# configure:5103: checking sys/socket.h presence
# configure:5103: clang -E conftest.c
# configure:5103: $? = 0
# configure:5103: result: yes
# configure:5103: checking for sys/socket.h
# configure:5103: result: yes
# configure:5103: checking netinet/in.h usability
# configure:5103: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5103: $? = 0
# configure:5103: result: yes
# configure:5103: checking netinet/in.h presence
# configure:5103: clang -E conftest.c
# configure:5103: $? = 0
# configure:5103: result: yes
# configure:5103: checking for netinet/in.h
# configure:5103: result: yes
# configure:5103: checking arpa/inet.h usability
# configure:5103: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5103: $? = 0
# configure:5103: result: yes
# configure:5103: checking arpa/inet.h presence
# configure:5103: clang -E conftest.c
# configure:5103: $? = 0
# configure:5103: result: yes
# configure:5103: checking for arpa/inet.h
# configure:5103: result: yes
# configure:5115: checking windows.h usability
# configure:5115: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# conftest.c:65:10: fatal error: 'windows.h' file not found
# #include
# ^
# 1 error generated.
# configure:5115: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5115: result: no
# configure:5115: checking windows.h presence
# configure:5115: clang -E conftest.c
# conftest.c:32:10: fatal error: 'windows.h' file not found
# #include
# ^
# 1 error generated.
# configure:5115: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# | #include
# configure:5115: result: no
# configure:5115: checking for windows.h
# configure:5115: result: no
# configure:5139: checking syslog.h usability
# configure:5139: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5139: $? = 0
# configure:5139: result: yes
# configure:5139: checking syslog.h presence
# configure:5139: clang -E conftest.c
# configure:5139: $? = 0
# configure:5139: result: yes
# configure:5139: checking for syslog.h
# configure:5139: result: yes
# configure:5150: checking for int8_t
# configure:5150: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5150: $? = 0
# configure:5150: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# conftest.c:69:21: error: expected expression
# if (sizeof ((int8_t)))
# ^
# 1 error generated.
# configure:5150: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYSLOG_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((int8_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5150: result: yes
# configure:5159: checking for uint8_t
# configure:5159: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5159: $? = 0
# configure:5159: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# conftest.c:70:22: error: expected expression
# if (sizeof ((uint8_t)))
# ^
# 1 error generated.
# configure:5159: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_INT8_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint8_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5159: result: yes
# configure:5168: checking for int16_t
# configure:5168: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5168: $? = 0
# configure:5168: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# conftest.c:71:22: error: expected expression
# if (sizeof ((int16_t)))
# ^
# 1 error generated.
# configure:5168: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((int16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5168: result: yes
# configure:5177: checking for uint16_t
# configure:5177: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5177: $? = 0
# configure:5177: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# conftest.c:72:23: error: expected expression
# if (sizeof ((uint16_t)))
# ^
# 1 error generated.
# configure:5177: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5177: result: yes
# configure:5186: checking for int32_t
# configure:5186: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5186: $? = 0
# configure:5186: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# conftest.c:73:22: error: expected expression
# if (sizeof ((int32_t)))
# ^
# 1 error generated.
# configure:5186: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((int32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5186: result: yes
# configure:5195: checking for uint32_t
# configure:5195: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5195: $? = 0
# configure:5195: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# conftest.c:74:23: error: expected expression
# if (sizeof ((uint32_t)))
# ^
# 1 error generated.
# configure:5195: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5195: result: yes
# configure:5204: checking for uint64_t
# configure:5204: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5204: $? = 0
# configure:5204: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# conftest.c:75:23: error: expected expression
# if (sizeof ((uint64_t)))
# ^
# 1 error generated.
# configure:5204: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uint64_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5204: result: yes
# configure:5218: checking size of unsigned long
# configure:5223: clang -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5223: $? = 0
# configure:5223: ./conftest
# configure:5223: $? = 0
# configure:5237: result: 8
# configure:5251: checking size of unsigned long long
# configure:5256: clang -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5256: $? = 0
# configure:5256: ./conftest
# configure:5256: $? = 0
# configure:5270: result: 8
# configure:5281: checking for an ANSI C-conforming const
# configure:5347: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5347: $? = 0
# configure:5354: result: yes
# configure:5362: checking for inline
# configure:5378: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# conftest.c:44:21: warning: unused function 'static_foo' [-Wunused-function]
# static inline foo_t static_foo () {return 0; }
# ^
# 1 warning generated.
# configure:5378: $? = 0
# configure:5386: result: inline
# configure:5404: checking for size_t
# configure:5404: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5404: $? = 0
# configure:5404: clang -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# conftest.c:78:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:5404: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libsrtp"
# | #define PACKAGE_TARNAME "libsrtp"
# | #define PACKAGE_VERSION "1.5.4"
# | #define PACKAGE_STRING "libsrtp 1.5.4"
# | #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define CPU_CISC 1
# | #define HAVE_X86 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SYS_UIO_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_INT8_T 1
# | #define HAVE_UINT8_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_UINT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_UINT32_T 1
# | #define HAVE_UINT64_T 1
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5404: result: yes
# configure:5419: checking for socket
# configure:5419: clang -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5419: $? = 0
# configure:5419: result: yes
# configure:5419: checking for inet_aton
# configure:5419: clang -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5419: $? = 0
# configure:5419: result: yes
# configure:5419: checking for usleep
# configure:5419: clang -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5419: $? = 0
# configure:5419: result: yes
# configure:5419: checking for sigaction
# configure:5419: clang -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5419: $? = 0
# configure:5419: result: yes
# configure:5507: checking whether to compile in debugging
# configure:5521: result: yes
# configure:5524: checking whether to use ISMAcryp code
# configure:5538: result: no
# configure:5541: checking whether to leverage OpenSSL crypto
# configure:5550: result: no
# configure:5812: checking which random device to use
# configure:5826: result: /dev/urandom
# configure:5841: checking for pcap_create in -lpcap
# configure:5866: clang -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c -lpcap >&5
# clang-3.8: warning: -O4 is equivalent to -O3
# clang-3.8: warning: optimization flag '-fexpensive-optimizations' is not supported
# configure:5866: $? = 0
# configure:5875: result: yes
# configure:5889: checking whether to use syslog for error reporting
# configure:5903: result: no
# configure:5906: checking whether to use stdout for error reporting
# configure:5920: result: yes
# configure:5923: checking whether to use /dev/console for error reporting
# configure:5940: result: no
# configure:5943: checking whether to use GDOI key management
# configure:5959: result: no
# configure:5967: checking for pkg-config
# configure:5983: found /usr/bin/pkg-config
# configure:5994: result: yes
# configure:6127: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libsrtp config.status 1.5.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on c86150c932a6
#
# config.status:856: creating libsrtp.pc
# config.status:856: creating Makefile
# config.status:856: creating crypto/Makefile
# config.status:856: creating doc/Makefile
# config.status:856: creating crypto/include/config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_file__dev_urandom=yes
# ac_cv_func_inet_aton=yes
# ac_cv_func_sigaction=yes
# ac_cv_func_socket=yes
# ac_cv_func_usleep=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_byteswap_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_machine_types_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_int_types_h=no
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_uio_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_windows_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_pcap_pcap_create=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_PKG_CONFIG=yes
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_sizeof_unsigned_long=8
# ac_cv_sizeof_unsigned_long_long=8
# ac_cv_type_int16_t=yes
# ac_cv_type_int32_t=yes
# ac_cv_type_int8_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_uint16_t=yes
# ac_cv_type_uint32_t=yes
# ac_cv_type_uint64_t=yes
# ac_cv_type_uint8_t=yes
# am_cv_ar_interface=ar
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# AES_ICM_OBJS='crypto/cipher/aes_icm.o crypto/cipher/aes.o crypto/cipher/aes_cbc.o'
# AR='ar'
# CC='clang'
# CFLAGS='-fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops'
# CPP='clang -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXE=''
# EXEEXT=''
# GDOI_OBJS=''
# GREP='/usr/bin/grep'
# HAVE_PCAP='1'
# HAVE_PKG_CONFIG='1'
# HMAC_OBJS='crypto/hash/hmac.o crypto/hash/sha1.o'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lpcap '
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT='https://github.com/cisco/libsrtp/issues'
# PACKAGE_NAME='libsrtp'
# PACKAGE_STRING='libsrtp 1.5.4'
# PACKAGE_TARNAME='libsrtp'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.5.4'
# PATH_SEPARATOR=':'
# PKG_CONFIG='yes'
# RANLIB='ranlib'
# RNG_EXTRA_OBJS='crypto/rng/prng.o crypto/rng/ctr_prng.o'
# RNG_OBJS='rand_source.o'
# SHELL='/bin/sh'
# USE_OPENSSL=''
# ac_ct_AR='ar'
# ac_ct_CC=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libsrtp"
# #define PACKAGE_TARNAME "libsrtp"
# #define PACKAGE_VERSION "1.5.4"
# #define PACKAGE_STRING "libsrtp 1.5.4"
# #define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
# #define PACKAGE_URL ""
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define CPU_CISC 1
# #define HAVE_X86 1
# #define STDC_HEADERS 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_BYTESWAP_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_SYS_UIO_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_INT8_T 1
# #define HAVE_UINT8_T 1
# #define HAVE_INT16_T 1
# #define HAVE_UINT16_T 1
# #define HAVE_INT32_T 1
# #define HAVE_UINT32_T 1
# #define HAVE_UINT64_T 1
# #define SIZEOF_UNSIGNED_LONG 8
# #define SIZEOF_UNSIGNED_LONG_LONG 8
# #define HAVE_SOCKET 1
# #define HAVE_INET_ATON 1
# #define HAVE_USLEEP 1
# #define HAVE_SIGACTION 1
# #define ENABLE_DEBUGGING 1
# #define DEV_URANDOM "/dev/urandom"
# #define HAVE_PCAP 1
# #define ERR_REPORTING_STDOUT 1
#
# configure: exit 0