This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by asterisk configure trunk, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = asterisk uname -m = x86_64 uname -r = 3.16.0-5-amd64 uname -s = Linux uname -v = #1 SMP Debian 3.16.51-3+deb8u1 (2018-01-08) /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/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:3508: checking build system type configure:3522: result: x86_64-pc-linux-gnu configure:3542: checking host system type configure:3555: result: x86_64-pc-linux-gnu configure:3653: checking for gcc configure:3669: found /usr/bin/gcc configure:3680: result: gcc configure:3711: checking for C compiler version configure:3720: gcc --version >&5 gcc (Debian 4.9.2-10+deb8u1) 4.9.2 Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3731: $? = 0 configure:3720: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10+deb8u1' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.9.2 (Debian 4.9.2-10+deb8u1) configure:3731: $? = 0 configure:3720: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3731: $? = 4 configure:3720: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3731: $? = 4 configure:3751: checking whether the C compiler works configure:3773: gcc conftest.c >&5 configure:3777: $? = 0 configure:3825: result: yes configure:3828: checking for C compiler default output file name configure:3830: result: a.out configure:3836: checking for suffix of executables configure:3843: gcc -o conftest conftest.c >&5 configure:3847: $? = 0 configure:3869: result: configure:3891: checking whether we are cross compiling configure:3899: gcc -o conftest conftest.c >&5 configure:3903: $? = 0 configure:3910: ./conftest configure:3914: $? = 0 configure:3929: result: no configure:3934: checking for suffix of object files configure:3956: gcc -c conftest.c >&5 configure:3960: $? = 0 configure:3981: result: o configure:3985: checking whether we are using the GNU C compiler configure:4004: gcc -c conftest.c >&5 configure:4004: $? = 0 configure:4013: result: yes configure:4022: checking whether gcc accepts -g configure:4042: gcc -c -g conftest.c >&5 configure:4042: $? = 0 configure:4083: result: yes configure:4100: checking for gcc option to accept ISO C89 configure:4163: gcc -c -g -O2 conftest.c >&5 configure:4163: $? = 0 configure:4176: result: none needed configure:4203: checking how to run the C preprocessor configure:4234: gcc -E conftest.c configure:4234: $? = 0 configure:4248: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4248: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:4273: result: gcc -E configure:4293: gcc -E conftest.c configure:4293: $? = 0 configure:4307: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4307: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:4336: checking for grep that handles long lines and -e configure:4394: result: /bin/grep configure:4399: checking for egrep configure:4461: result: /bin/grep -E configure:4466: checking for ANSI C header files configure:4486: gcc -c -g -O2 conftest.c >&5 configure:4486: $? = 0 configure:4559: gcc -o conftest -g -O2 conftest.c >&5 configure:4559: $? = 0 configure:4559: ./conftest configure:4559: $? = 0 configure:4570: result: yes configure:4583: checking for sys/types.h configure:4583: gcc -c -g -O2 conftest.c >&5 configure:4583: $? = 0 configure:4583: result: yes configure:4583: checking for sys/stat.h configure:4583: gcc -c -g -O2 conftest.c >&5 configure:4583: $? = 0 configure:4583: result: yes configure:4583: checking for stdlib.h configure:4583: gcc -c -g -O2 conftest.c >&5 configure:4583: $? = 0 configure:4583: result: yes configure:4583: checking for string.h configure:4583: gcc -c -g -O2 conftest.c >&5 configure:4583: $? = 0 configure:4583: result: yes configure:4583: checking for memory.h configure:4583: gcc -c -g -O2 conftest.c >&5 configure:4583: $? = 0 configure:4583: result: yes configure:4583: checking for strings.h configure:4583: gcc -c -g -O2 conftest.c >&5 configure:4583: $? = 0 configure:4583: result: yes configure:4583: checking for inttypes.h configure:4583: gcc -c -g -O2 conftest.c >&5 configure:4583: $? = 0 configure:4583: result: yes configure:4583: checking for stdint.h configure:4583: gcc -c -g -O2 conftest.c >&5 configure:4583: $? = 0 configure:4583: result: yes configure:4583: checking for unistd.h configure:4583: gcc -c -g -O2 conftest.c >&5 configure:4583: $? = 0 configure:4583: result: yes configure:4596: checking minix/config.h usability configure:4596: gcc -c -g -O2 conftest.c >&5 conftest.c:52:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:4596: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 | #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:4596: result: no configure:4596: checking minix/config.h presence configure:4596: gcc -E conftest.c conftest.c:19:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:4596: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 configure:4596: result: no configure:4596: checking for minix/config.h configure:4596: result: no configure:4617: checking whether it is safe to define __EXTENSIONS__ configure:4635: gcc -c -g -O2 conftest.c >&5 configure:4635: $? = 0 configure:4642: result: yes configure:4817: checking whether char is unsigned configure:4829: gcc -c -g -O2 conftest.c >&5 configure:4829: $? = 0 configure:4831: result: no configure:4893: checking for uname configure:4911: found /bin/uname configure:4923: result: /bin/uname configure:5386: checking for g++ configure:5402: found /usr/bin/g++ configure:5413: result: g++ configure:5440: checking for C++ compiler version configure:5449: g++ --version >&5 g++ (Debian 4.9.2-10+deb8u1) 4.9.2 Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:5460: $? = 0 configure:5449: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10+deb8u1' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.9.2 (Debian 4.9.2-10+deb8u1) configure:5460: $? = 0 configure:5449: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:5460: $? = 4 configure:5449: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:5460: $? = 4 configure:5464: checking whether we are using the GNU C++ compiler configure:5483: g++ -c conftest.cpp >&5 configure:5483: $? = 0 configure:5492: result: yes configure:5501: checking whether g++ accepts -g configure:5521: g++ -c -g conftest.cpp >&5 configure:5521: $? = 0 configure:5562: result: yes configure:5590: checking how to run the C preprocessor configure:5660: result: gcc -E configure:5680: gcc -E conftest.c configure:5680: $? = 0 configure:5694: gcc -E conftest.c conftest.c:24:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5694: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include configure:5727: checking how to run the C++ preprocessor configure:5754: g++ -E conftest.cpp configure:5754: $? = 0 configure:5768: g++ -E conftest.cpp conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5768: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include configure:5793: result: g++ -E configure:5813: g++ -E conftest.cpp configure:5813: $? = 0 configure:5827: g++ -E conftest.cpp conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5827: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include configure:5857: checking for a sed that does not truncate output configure:5921: result: /bin/sed configure:5926: checking for egrep configure:5936: result: grep -E configure:5952: checking for ld used by gcc configure:6019: result: /usr/bin/ld configure:6026: checking if the linker (/usr/bin/ld) is GNU ld configure:6041: result: yes configure:6050: checking for gawk configure:6080: result: no configure:6050: checking for mawk configure:6066: found /usr/bin/mawk configure:6077: result: mawk configure:6102: checking for a BSD-compatible install configure:6170: result: /usr/bin/install -c configure:6181: checking whether ln -s works configure:6185: result: yes configure:6235: checking for ranlib configure:6251: found /usr/bin/ranlib configure:6262: result: ranlib configure:6284: checking for GNU make configure:6303: result: make configure:6312: checking for egrep configure:6374: result: /bin/grep -E configure:6429: checking for strip configure:6445: found /usr/bin/strip configure:6456: result: strip configure:6529: checking for ar configure:6545: found /usr/bin/ar configure:6556: result: ar configure:6589: checking for bison configure:6620: result: : configure:6630: checking for cmp configure:6648: found /usr/bin/cmp configure:6661: result: /usr/bin/cmp configure:6671: checking for cat configure:6689: found /bin/cat configure:6702: result: /bin/cat configure:6712: checking for cut configure:6730: found /usr/bin/cut configure:6743: result: /usr/bin/cut configure:6753: checking for flex configure:6784: result: : configure:6794: checking for grep configure:6825: result: /bin/grep configure:6835: checking for python configure:6853: found /usr/bin/python configure:6866: result: /usr/bin/python configure:6876: checking for find configure:6894: found /usr/bin/find configure:6907: result: /usr/bin/find configure:6917: checking for compress configure:6948: result: : configure:6958: checking for basename configure:6976: found /usr/bin/basename configure:6989: result: /usr/bin/basename configure:6999: checking for dirname configure:7017: found /usr/bin/dirname configure:7030: result: /usr/bin/dirname configure:7040: checking for sh configure:7071: result: /bin/bash configure:7081: checking for ln configure:7099: found /bin/ln configure:7112: result: /bin/ln configure:7122: checking for doxygen configure:7140: found /usr/bin/doxygen configure:7153: result: /usr/bin/doxygen configure:7163: checking for dot configure:7194: result: : configure:7204: checking for wget configure:7222: found /usr/bin/wget configure:7235: result: /usr/bin/wget configure:7245: checking for curl configure:7263: found /usr/bin/curl configure:7276: result: /usr/bin/curl configure:7286: checking for rubber configure:7317: result: : configure:7327: checking for catdvi configure:7358: result: : configure:7368: checking for kpsewhich configure:7399: result: : configure:7409: checking for xmllint configure:7427: found /usr/bin/xmllint configure:7440: result: /usr/bin/xmllint configure:7452: checking for xmlstarlet configure:7470: found /usr/bin/xmlstarlet configure:7482: result: /usr/bin/xmlstarlet configure:7496: checking for bash configure:7527: result: /bin/bash configure:7537: checking for git configure:7555: found /usr/bin/git configure:7568: result: /usr/bin/git configure:7578: checking for alembic configure:7609: result: : configure:7619: checking for bzip2 configure:7637: found /bin/bzip2 configure:7650: result: /bin/bzip2 configure:7660: checking for tar configure:7678: found /bin/tar configure:7691: result: /bin/tar configure:7701: checking for patch configure:7719: found /usr/bin/patch configure:7732: result: /usr/bin/patch configure:7742: checking for sed configure:7773: result: /bin/sed configure:7783: checking for nm configure:7801: found /usr/bin/nm configure:7814: result: /usr/bin/nm configure:7888: checking for ldconfig configure:7906: found /sbin/ldconfig configure:7919: result: /sbin/ldconfig configure:7929: checking for sha1sum configure:7947: found /usr/bin/sha1sum configure:7960: result: /usr/bin/sha1sum configure:7970: checking for openssl configure:7988: found /usr/bin/openssl configure:8001: result: /usr/bin/openssl configure:8010: checking for bison that supports parse-param configure:8045: result: configure:8118: checking for soxmix configure:8148: result: no configure:8177: checking for md5 configure:8207: result: no configure:8177: checking for md5sum configure:8193: found /usr/bin/md5sum configure:8204: result: md5sum configure:8220: checking for a sed that does not truncate output configure:8284: result: /bin/sed configure:8472: checking whether gcc is Clang configure:8497: result: no configure:8620: checking whether pthreads work with -pthread configure:8714: gcc -o conftest -g -O2 -pthread conftest.c >&5 configure:8714: $? = 0 configure:8723: result: yes configure:8742: checking for joinable pthread attribute configure:8760: gcc -o conftest -g -O2 -pthread conftest.c >&5 configure:8760: $? = 0 configure:8768: result: PTHREAD_CREATE_JOINABLE configure:8782: checking whether more special flags are required for pthreads configure:8795: result: no configure:8803: checking for PTHREAD_PRIO_INHERIT configure:8819: gcc -o conftest -g -O2 -pthread conftest.c >&5 configure:8819: $? = 0 configure:8828: result: yes configure:9045: checking for RAII support configure:9067: gcc -o conftest -g -O2 conftest.c >&5 configure:9067: $? = 0 configure:9069: checking for gcc -fnested-functions configure:9084: gcc -c -g -O2 conftest.c >&5 configure:9084: $? = 0 configure:9087: result: no configure:9133: checking for clang strsep/strcmp optimization configure:9162: gcc -c -g -O2 -O1 -Werror=array-bounds conftest.c >&5 configure:9162: $? = 0 configure:9164: result: no configure:9305: checking for embedded pjproject (may have to download) configure:9307: result: configuring configure:9381: checking for bundled pjproject configure:9437: result: yes configure:10450: checking for gawk configure:10477: result: mawk configure:10539: checking for curl-config configure:10557: found /usr/bin/curl-config configure:10569: result: /usr/bin/curl-config configure:10580: checking for the version of libcurl configure:10587: result: 7.38.0 configure:10594: checking for libcurl >= version 7.10.1 configure:10607: result: yes configure:10648: checking whether libcurl is usable configure:10682: gcc -o conftest -g -O2 conftest.c -L/usr/lib/x86_64-linux-gnu -lcurl >&5 configure:10682: $? = 0 configure:10696: result: yes configure:10709: checking for curl_free configure:10709: gcc -o conftest -g -O2 conftest.c -L/usr/lib/x86_64-linux-gnu -lcurl >&5 configure:10709: $? = 0 configure:10709: result: yes configure:12887: checking for size_t configure:12887: gcc -c -g -O2 conftest.c >&5 configure:12887: $? = 0 configure:12887: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:108:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:12887: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 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 ((size_t))) | return 0; | ; | return 0; | } configure:12887: result: yes configure:12900: checking for working alloca.h configure:12917: gcc -o conftest -g -O2 conftest.c >&5 configure:12917: $? = 0 configure:12925: result: yes configure:12933: checking for alloca configure:12970: gcc -o conftest -g -O2 conftest.c >&5 configure:12970: $? = 0 configure:12978: result: yes configure:13087: checking for dirent.h that defines DIR configure:13106: gcc -c -g -O2 conftest.c >&5 configure:13106: $? = 0 configure:13114: result: yes configure:13127: checking for library containing opendir configure:13158: gcc -o conftest -g -O2 conftest.c >&5 configure:13158: $? = 0 configure:13175: result: none required configure:13246: checking for ANSI C header files configure:13350: result: yes configure:13362: checking for sys/wait.h that is POSIX.1 compatible configure:13388: gcc -c -g -O2 conftest.c >&5 configure:13388: $? = 0 configure:13395: result: yes configure:13410: checking for sys/types.h configure:13410: result: yes configure:13410: checking for netinet/in.h configure:13410: gcc -c -g -O2 conftest.c >&5 configure:13410: $? = 0 configure:13410: result: yes configure:13410: checking for arpa/nameser.h configure:13410: gcc -c -g -O2 conftest.c >&5 configure:13410: $? = 0 configure:13410: result: yes configure:13410: checking for netdb.h configure:13410: gcc -c -g -O2 conftest.c >&5 configure:13410: $? = 0 configure:13410: result: yes configure:13410: checking for resolv.h configure:13410: gcc -c -g -O2 conftest.c >&5 configure:13410: $? = 0 configure:13410: result: yes configure:13449: checking for arpa/nameser.h configure:13449: result: yes configure:13449: checking assert.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking assert.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for assert.h configure:13449: result: yes configure:13449: checking ctype.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking ctype.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for ctype.h configure:13449: result: yes configure:13449: checking dlfcn.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking dlfcn.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for dlfcn.h configure:13449: result: yes configure:13449: checking errno.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking errno.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for errno.h configure:13449: result: yes configure:13449: checking fcntl.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking fcntl.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for fcntl.h configure:13449: result: yes configure:13449: checking float.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking float.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for float.h configure:13449: result: yes configure:13449: checking grp.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking grp.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for grp.h configure:13449: result: yes configure:13449: checking for inttypes.h configure:13449: result: yes configure:13449: checking limits.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking limits.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for limits.h configure:13449: result: yes configure:13449: checking locale.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking locale.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for locale.h configure:13449: result: yes configure:13449: checking math.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking math.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for math.h configure:13449: result: yes configure:13449: checking pwd.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking pwd.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for pwd.h configure:13449: result: yes configure:13449: checking for netinet/in.h configure:13449: result: yes configure:13449: checking regex.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking regex.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for regex.h configure:13449: result: yes configure:13449: checking sched.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking sched.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for sched.h configure:13449: result: yes configure:13449: checking stdarg.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking stdarg.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for stdarg.h configure:13449: result: yes configure:13449: checking for stdint.h configure:13449: result: yes configure:13449: checking stdio.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking stdio.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for stdio.h configure:13449: result: yes configure:13449: checking for stdlib.h configure:13449: result: yes configure:13449: checking for string.h configure:13449: result: yes configure:13449: checking syslog.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking syslog.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for syslog.h configure:13449: result: yes configure:13449: checking sys/file.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking sys/file.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for sys/file.h configure:13449: result: yes configure:13449: checking sys/ioctl.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking sys/ioctl.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for sys/ioctl.h configure:13449: result: yes configure:13449: checking sys/param.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking sys/param.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for sys/param.h configure:13449: result: yes configure:13449: checking sys/resource.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking sys/resource.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for sys/resource.h configure:13449: result: yes configure:13449: checking sys/socket.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking sys/socket.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for sys/socket.h configure:13449: result: yes configure:13449: checking for sys/stat.h configure:13449: result: yes configure:13449: checking sys/time.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking sys/time.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for sys/time.h configure:13449: result: yes configure:13449: checking for sys/types.h configure:13449: result: yes configure:13449: checking sys/un.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking sys/un.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for sys/un.h configure:13449: result: yes configure:13449: checking termios.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking termios.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for termios.h configure:13449: result: yes configure:13449: checking time.h usability configure:13449: gcc -c -g -O2 conftest.c >&5 configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking time.h presence configure:13449: gcc -E conftest.c configure:13449: $? = 0 configure:13449: result: yes configure:13449: checking for time.h configure:13449: result: yes configure:13449: checking for unistd.h configure:13449: result: yes configure:13467: checking arpa/inet.h usability configure:13467: gcc -c -g -O2 conftest.c >&5 configure:13467: $? = 0 configure:13467: result: yes configure:13467: checking arpa/inet.h presence configure:13467: gcc -E conftest.c configure:13467: $? = 0 configure:13467: result: yes configure:13467: checking for arpa/inet.h configure:13467: result: yes configure:13467: checking libintl.h usability configure:13467: gcc -c -g -O2 conftest.c >&5 configure:13467: $? = 0 configure:13467: result: yes configure:13467: checking libintl.h presence configure:13467: gcc -E conftest.c configure:13467: $? = 0 configure:13467: result: yes configure:13467: checking for libintl.h configure:13467: result: yes configure:13467: checking malloc.h usability configure:13467: gcc -c -g -O2 conftest.c >&5 configure:13467: $? = 0 configure:13467: result: yes configure:13467: checking malloc.h presence configure:13467: gcc -E conftest.c configure:13467: $? = 0 configure:13467: result: yes configure:13467: checking for malloc.h configure:13467: result: yes configure:13467: checking for netdb.h configure:13467: result: yes configure:13467: checking stddef.h usability configure:13467: gcc -c -g -O2 conftest.c >&5 configure:13467: $? = 0 configure:13467: result: yes configure:13467: checking stddef.h presence configure:13467: gcc -E conftest.c configure:13467: $? = 0 configure:13467: result: yes configure:13467: checking for stddef.h configure:13467: result: yes configure:13467: checking for strings.h configure:13467: result: yes configure:13467: checking sys/event.h usability configure:13467: gcc -c -g -O2 conftest.c >&5 conftest.c:155:23: fatal error: sys/event.h: No such file or directory #include ^ compilation terminated. configure:13467: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_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:13467: result: no configure:13467: checking sys/event.h presence configure:13467: gcc -E conftest.c conftest.c:122:23: fatal error: sys/event.h: No such file or directory #include ^ compilation terminated. configure:13467: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | /* end confdefs.h. */ | #include configure:13467: result: no configure:13467: checking for sys/event.h configure:13467: result: no configure:13467: checking utime.h usability configure:13467: gcc -c -g -O2 conftest.c >&5 configure:13467: $? = 0 configure:13467: result: yes configure:13467: checking utime.h presence configure:13467: gcc -E conftest.c configure:13467: $? = 0 configure:13467: result: yes configure:13467: checking for utime.h configure:13467: result: yes configure:13532: checking for pkg-config configure:13550: found /usr/bin/pkg-config configure:13562: result: /usr/bin/pkg-config configure:13587: checking pkg-config is at least version 0.9.0 configure:13590: result: yes configure:13615: checking for LIBEDIT configure:13622: $PKG_CONFIG --exists --print-errors "libedit" configure:13625: $? = 0 configure:13639: $PKG_CONFIG --exists --print-errors "libedit" configure:13642: $? = 0 configure:13686: result: yes configure:13806: checking for Testing for libedit unicode support configure:13826: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:128:2: error: unknown type name 'el_rfunc_t' el_rfunc_t *callback;; ^ configure:13826: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | /* end confdefs.h. */ | #include | int | main () | { | el_rfunc_t *callback;; | | ; | return 0; | } configure:13836: result: no configure:14252: checking for uuid_generate_random in -luuid configure:14277: gcc -o conftest -g -O2 conftest.c -luuid >&5 configure:14277: $? = 0 configure:14286: result: yes configure:14309: checking uuid/uuid.h usability configure:14309: gcc -c -g -O2 conftest.c >&5 configure:14309: $? = 0 configure:14309: result: yes configure:14309: checking uuid/uuid.h presence configure:14309: gcc -E conftest.c configure:14309: $? = 0 configure:14309: result: yes configure:14309: checking for uuid/uuid.h configure:14309: result: yes configure:14468: checking for JANSSON configure:14475: $PKG_CONFIG --exists --print-errors "jansson" configure:14478: $? = 0 configure:14492: $PKG_CONFIG --exists --print-errors "jansson" configure:14495: $? = 0 configure:14539: result: yes configure:14677: checking for clock_gettime in -lrt configure:14702: gcc -o conftest -g -O2 conftest.c -lrt >&5 configure:14702: $? = 0 configure:14711: result: yes configure:14800: checking for xml2-config configure:14819: found /usr/bin/xml2-config configure:14831: result: /usr/bin/xml2-config configure:14879: gcc -o conftest -g -O2 -I/usr/include/libxml2 conftest.c -lxml2 >&5 configure:14879: $? = 0 configure:14915: checking for uriParseUriA in -luriparser configure:14940: gcc -o conftest -g -O2 conftest.c -luriparser >&5 /usr/bin/ld: cannot find -luriparser collect2: error: ld returned 1 exit status configure:14940: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char uriParseUriA (); | int | main () | { | return uriParseUriA (); | ; | return 0; | } configure:14949: result: no configure:15030: checking for xsltLoadStylesheetPI in -lxslt configure:15055: gcc -o conftest -g -O2 -I/usr/include/libxml2 conftest.c -lxslt -lxml2 >&5 configure:15055: $? = 0 configure:15064: result: yes configure:15087: checking libxslt/xsltInternals.h usability configure:15087: gcc -c -g -O2 -I/usr/include/libxml2 conftest.c >&5 configure:15087: $? = 0 configure:15087: result: yes configure:15087: checking libxslt/xsltInternals.h presence configure:15087: gcc -E -I/usr/include/libxml2 conftest.c configure:15087: $? = 0 configure:15087: result: yes configure:15087: checking for libxslt/xsltInternals.h configure:15087: result: yes configure:15126: checking for xsltCleanupGlobals in -lxslt configure:15151: gcc -o conftest -g -O2 -I/usr/include/libxml2 conftest.c -lxslt -lxml2 >&5 configure:15151: $? = 0 configure:15160: result: yes configure:15183: checking for libxslt/xsltInternals.h configure:15183: result: yes configure:15214: checking xlocale.h usability configure:15214: gcc -c -g -O2 conftest.c >&5 configure:15214: $? = 0 configure:15214: result: yes configure:15214: checking xlocale.h presence configure:15214: gcc -E conftest.c configure:15214: $? = 0 configure:15214: result: yes configure:15214: checking for xlocale.h configure:15214: result: yes configure:15228: checking winsock.h usability configure:15228: gcc -c -g -O2 conftest.c >&5 conftest.c:165:21: fatal error: winsock.h: No such file or directory #include ^ compilation terminated. configure:15228: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_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:15228: result: no configure:15228: checking winsock.h presence configure:15228: gcc -E conftest.c conftest.c:132:21: fatal error: winsock.h: No such file or directory #include ^ compilation terminated. configure:15228: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | /* end confdefs.h. */ | #include configure:15228: result: no configure:15228: checking for winsock.h configure:15228: result: no configure:15228: checking winsock2.h usability configure:15228: gcc -c -g -O2 conftest.c >&5 conftest.c:165:22: fatal error: winsock2.h: No such file or directory #include ^ compilation terminated. configure:15228: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_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:15228: result: no configure:15228: checking winsock2.h presence configure:15228: gcc -E conftest.c conftest.c:132:22: fatal error: winsock2.h: No such file or directory #include ^ compilation terminated. configure:15228: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | /* end confdefs.h. */ | #include configure:15228: result: no configure:15228: checking for winsock2.h configure:15228: result: no configure:15239: checking sys/poll.h usability configure:15239: gcc -c -g -O2 conftest.c >&5 configure:15239: $? = 0 configure:15239: result: yes configure:15239: checking sys/poll.h presence configure:15239: gcc -E conftest.c configure:15239: $? = 0 configure:15239: result: yes configure:15239: checking for sys/poll.h configure:15239: result: yes configure:15257: checking for special C compiler options needed for large files configure:15302: result: no configure:15308: checking for _FILE_OFFSET_BITS value needed for large files configure:15333: gcc -c -g -O2 conftest.c >&5 configure:15333: $? = 0 configure:15365: result: no configure:15452: checking for stdbool.h that conforms to C99 configure:15519: gcc -c -g -O2 conftest.c >&5 configure:15519: $? = 0 configure:15526: result: yes configure:15528: checking for _Bool configure:15528: gcc -c -g -O2 conftest.c >&5 configure:15528: $? = 0 configure:15528: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:168:20: error: expected expression before ')' token if (sizeof ((_Bool))) ^ configure:15528: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_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 ((_Bool))) | return 0; | ; | return 0; | } configure:15528: result: yes configure:15545: checking for an ANSI C-conforming const configure:15611: gcc -c -g -O2 conftest.c >&5 configure:15611: $? = 0 configure:15618: result: yes configure:15626: checking for uid_t in sys/types.h configure:15645: result: yes configure:15656: checking for inline configure:15672: gcc -c -g -O2 conftest.c >&5 configure:15672: $? = 0 configure:15680: result: inline configure:15699: checking for long double with more range or precision than double configure:15735: gcc -c -g -O2 conftest.c >&5 configure:15735: $? = 0 configure:15742: result: yes configure:15750: checking for mode_t configure:15750: gcc -c -g -O2 conftest.c >&5 configure:15750: $? = 0 configure:15750: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:171:21: error: expected expression before ')' token if (sizeof ((mode_t))) ^ configure:15750: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 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 ((mode_t))) | return 0; | ; | return 0; | } configure:15750: result: yes configure:15761: checking for off_t configure:15761: gcc -c -g -O2 conftest.c >&5 configure:15761: $? = 0 configure:15761: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:171:20: error: expected expression before ')' token if (sizeof ((off_t))) ^ configure:15761: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 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 ((off_t))) | return 0; | ; | return 0; | } configure:15761: result: yes configure:15772: checking for pid_t configure:15772: gcc -c -g -O2 conftest.c >&5 configure:15772: $? = 0 configure:15772: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:171:20: error: expected expression before ')' token if (sizeof ((pid_t))) ^ configure:15772: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 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 ((pid_t))) | return 0; | ; | return 0; | } configure:15772: result: yes configure:15783: checking for size_t configure:15783: result: yes configure:15794: checking for struct stat.st_blksize configure:15794: gcc -c -g -O2 conftest.c >&5 configure:15794: $? = 0 configure:15794: result: yes configure:15804: checking for struct ucred.uid configure:15804: gcc -c -g -O2 conftest.c >&5 configure:15804: $? = 0 configure:15804: result: yes configure:15815: checking for struct ucred.cr_uid configure:15815: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:144:12: error: 'struct ucred' has no member named 'cr_uid' if (ac_aggr.cr_uid) ^ configure:15815: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct ucred ac_aggr; | if (ac_aggr.cr_uid) | return 0; | ; | return 0; | } configure:15815: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:144:19: error: 'struct ucred' has no member named 'cr_uid' if (sizeof ac_aggr.cr_uid) ^ configure:15815: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct ucred ac_aggr; | if (sizeof ac_aggr.cr_uid) | return 0; | ; | return 0; | } configure:15815: result: no configure:15826: checking for struct sockpeercred.uid configure:15826: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:143:28: error: storage size of 'ac_aggr' isn't known static struct sockpeercred ac_aggr; ^ configure:15826: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct sockpeercred ac_aggr; | if (ac_aggr.uid) | return 0; | ; | return 0; | } configure:15826: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:143:28: error: storage size of 'ac_aggr' isn't known static struct sockpeercred ac_aggr; ^ configure:15826: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct sockpeercred ac_aggr; | if (sizeof ac_aggr.uid) | return 0; | ; | return 0; | } configure:15826: result: no configure:15838: checking for struct ifreq.ifr_ifru.ifru_hwaddr configure:15838: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:143:5: error: used struct type value where scalar is required if (ac_aggr.ifr_ifru.ifru_hwaddr) ^ configure:15838: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | /* end confdefs.h. */ | #include | | int | main () | { | static struct ifreq ac_aggr; | if (ac_aggr.ifr_ifru.ifru_hwaddr) | return 0; | ; | return 0; | } configure:15838: gcc -c -g -O2 conftest.c >&5 configure:15838: $? = 0 configure:15838: result: yes configure:15849: checking whether time.h and sys/time.h may both be included configure:15869: gcc -c -g -O2 conftest.c >&5 configure:15869: $? = 0 configure:15876: result: yes configure:15884: checking whether struct tm is in sys/time.h or time.h configure:15904: gcc -c -g -O2 conftest.c >&5 configure:15904: $? = 0 configure:15911: result: time.h configure:15919: checking for working volatile configure:15938: gcc -c -g -O2 conftest.c >&5 configure:15938: $? = 0 configure:15945: result: yes configure:15953: checking for ptrdiff_t configure:15953: gcc -c -g -O2 conftest.c >&5 configure:15953: $? = 0 configure:15953: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:175:24: error: expected expression before ')' token if (sizeof ((ptrdiff_t))) ^ configure:15953: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 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 ((ptrdiff_t))) | return 0; | ; | return 0; | } configure:15953: result: yes configure:15964: checking for struct stat.st_mtim configure:15964: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:146:5: error: used struct type value where scalar is required if (ac_aggr.st_mtim) ^ configure:15964: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | /* end confdefs.h. */ | #include | | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_mtim) | return 0; | ; | return 0; | } configure:15964: gcc -c -g -O2 conftest.c >&5 configure:15964: $? = 0 configure:15964: result: yes configure:15974: checking for struct stat.st_mtimensec configure:15974: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:147:12: error: 'struct stat' has no member named 'st_mtimensec' if (ac_aggr.st_mtimensec) ^ configure:15974: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | /* end confdefs.h. */ | #include | | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_mtimensec) | return 0; | ; | return 0; | } configure:15974: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:147:19: error: 'struct stat' has no member named 'st_mtimensec' if (sizeof ac_aggr.st_mtimensec) ^ configure:15974: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | /* end confdefs.h. */ | #include | | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_mtimensec) | return 0; | ; | return 0; | } configure:15974: result: no configure:15984: checking for struct stat.st_mtimespec configure:15984: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:147:12: error: 'struct stat' has no member named 'st_mtimespec' if (ac_aggr.st_mtimespec) ^ configure:15984: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | /* end confdefs.h. */ | #include | | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_mtimespec) | return 0; | ; | return 0; | } configure:15984: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:147:19: error: 'struct stat' has no member named 'st_mtimespec' if (sizeof ac_aggr.st_mtimespec) ^ configure:15984: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | /* end confdefs.h. */ | #include | | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_mtimespec) | return 0; | ; | return 0; | } configure:15984: result: no configure:16004: checking for unistd.h configure:16004: result: yes configure:16014: checking for working chown configure:16047: gcc -o conftest -g -O2 conftest.c >&5 configure:16047: $? = 0 configure:16047: ./conftest configure:16047: $? = 0 configure:16059: result: yes configure:16067: checking whether closedir returns void configure:16091: gcc -o conftest -g -O2 conftest.c >&5 configure:16091: $? = 0 configure:16091: ./conftest configure:16091: $? = 0 configure:16101: result: no configure:16109: checking for error_at_line configure:16125: gcc -o conftest -g -O2 conftest.c >&5 configure:16125: $? = 0 configure:16133: result: yes configure:16146: checking vfork.h usability configure:16146: gcc -c -g -O2 conftest.c >&5 conftest.c:176:19: fatal error: vfork.h: No such file or directory #include ^ compilation terminated. configure:16146: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 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:16146: result: no configure:16146: checking vfork.h presence configure:16146: gcc -E conftest.c conftest.c:143:19: fatal error: vfork.h: No such file or directory #include ^ compilation terminated. configure:16146: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | /* end confdefs.h. */ | #include configure:16146: result: no configure:16146: checking for vfork.h configure:16146: result: no configure:16159: checking for fork configure:16159: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:166:6: warning: conflicting types for built-in function 'fork' char fork (); ^ configure:16159: $? = 0 configure:16159: result: yes configure:16159: checking for vfork configure:16159: gcc -o conftest -g -O2 conftest.c >&5 configure:16159: $? = 0 configure:16159: result: yes configure:16169: checking for working fork configure:16191: gcc -o conftest -g -O2 conftest.c >&5 configure:16191: $? = 0 configure:16191: ./conftest configure:16191: $? = 0 configure:16201: result: yes configure:16222: checking for working vfork configure:16332: result: yes configure:16359: checking for _LARGEFILE_SOURCE value needed for large files configure:16378: gcc -o conftest -g -O2 conftest.c >&5 configure:16378: $? = 0 configure:16406: result: no configure:16428: checking whether gcc needs -traditional configure:16462: result: no configure:16473: checking for working memcmp configure:16516: gcc -o conftest -g -O2 conftest.c >&5 configure:16516: $? = 0 configure:16516: ./conftest configure:16516: $? = 0 configure:16526: result: yes configure:16541: checking for stdlib.h configure:16541: result: yes configure:16541: checking for unistd.h configure:16541: result: yes configure:16541: checking for sys/param.h configure:16541: result: yes configure:16541: checking for utime.h configure:16541: result: yes configure:16561: checking for getpagesize configure:16561: gcc -o conftest -g -O2 conftest.c >&5 configure:16561: $? = 0 configure:16561: result: yes configure:16570: checking for working mmap configure:16717: gcc -o conftest -g -O2 conftest.c >&5 configure:16717: $? = 0 configure:16717: ./conftest configure:16717: $? = 0 configure:16727: result: yes configure:16739: checking sys/select.h usability configure:16739: gcc -c -g -O2 conftest.c >&5 configure:16739: $? = 0 configure:16739: result: yes configure:16739: checking sys/select.h presence configure:16739: gcc -E conftest.c configure:16739: $? = 0 configure:16739: result: yes configure:16739: checking for sys/select.h configure:16739: result: yes configure:16739: checking for sys/socket.h configure:16739: result: yes configure:16749: checking types of arguments for select configure:16777: gcc -c -g -O2 conftest.c >&5 configure:16777: $? = 0 configure:16788: result: int,fd_set *,struct timeval * configure:16811: checking whether lstat correctly handles trailing slash configure:16837: gcc -o conftest -g -O2 conftest.c >&5 configure:16837: $? = 0 configure:16837: ./conftest configure:16837: $? = 0 configure:16854: result: yes configure:16873: checking whether stat accepts an empty string configure:16893: gcc -o conftest -g -O2 conftest.c >&5 configure:16893: $? = 0 configure:16893: ./conftest configure:16893: $? = 0 configure:16903: result: no configure:16919: checking for working strcoll configure:16940: gcc -o conftest -g -O2 conftest.c >&5 configure:16940: $? = 0 configure:16940: ./conftest configure:16940: $? = 0 configure:16950: result: yes configure:16960: checking for strftime configure:16960: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:184:6: warning: conflicting types for built-in function 'strftime' char strftime (); ^ configure:16960: $? = 0 configure:16960: result: yes configure:17013: checking for working strnlen configure:17051: gcc -o conftest -g -O2 conftest.c >&5 configure:17051: $? = 0 configure:17051: ./conftest configure:17051: $? = 0 configure:17061: result: yes configure:17070: checking for working strtod configure:17111: gcc -o conftest -g -O2 conftest.c >&5 configure:17111: $? = 0 configure:17111: ./conftest configure:17111: $? = 0 configure:17121: result: yes configure:17186: checking whether utime accepts a null argument configure:17215: gcc -o conftest -g -O2 conftest.c >&5 configure:17215: $? = 0 configure:17215: ./conftest configure:17215: $? = 0 configure:17225: result: yes configure:17237: checking for vprintf configure:17237: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:186:6: warning: conflicting types for built-in function 'vprintf' char vprintf (); ^ configure:17237: $? = 0 configure:17237: result: yes configure:17243: checking for _doprnt configure:17243: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccacviGw.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:198: undefined reference to `_doprnt' collect2: error: ld returned 1 exit status configure:17243: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* Define _doprnt to an innocuous variant, in case declares _doprnt. | For example, HP-UX 11i declares gettimeofday. */ | #define _doprnt innocuous__doprnt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _doprnt | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char _doprnt (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub__doprnt || defined __stub____doprnt | choke me | #endif | | int | main () | { | return _doprnt (); | ; | return 0; | } configure:17243: result: no configure:17257: checking for asprintf configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for atexit configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for closefrom configure:17257: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccrjfuLD.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:200: undefined reference to `closefrom' collect2: error: ld returned 1 exit status configure:17257: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | /* end confdefs.h. */ | /* Define closefrom to an innocuous variant, in case declares closefrom. | For example, HP-UX 11i declares gettimeofday. */ | #define closefrom innocuous_closefrom | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char closefrom (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef closefrom | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char closefrom (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_closefrom || defined __stub___closefrom | choke me | #endif | | int | main () | { | return closefrom (); | ; | return 0; | } configure:17257: result: no configure:17257: checking for dup2 configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for eaccess configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for endpwent configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for euidaccess configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for ffsll configure:17257: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:193:6: warning: conflicting types for built-in function 'ffsll' char ffsll (); ^ configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for ftruncate configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for getcwd configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for gethostbyname configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for gethostname configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for getloadavg configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for gettimeofday configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for glob configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for ioperm configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for inet_ntoa configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for isascii configure:17257: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:203:6: warning: conflicting types for built-in function 'isascii' char isascii (); ^ configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for memchr configure:17257: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:204:6: warning: conflicting types for built-in function 'memchr' char memchr (); ^ configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for memmove configure:17257: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:205:6: warning: conflicting types for built-in function 'memmove' char memmove (); ^ configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for memset configure:17257: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:206:6: warning: conflicting types for built-in function 'memset' char memset (); ^ configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for mkdir configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for mkdtemp configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for munmap configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for newlocale configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for ppoll configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for putenv configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for re_comp configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for regcomp configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for select configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for setenv configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for socket configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for strcasecmp configure:17257: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:218:6: warning: conflicting types for built-in function 'strcasecmp' char strcasecmp (); ^ configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for strcasestr configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for strchr configure:17257: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:220:6: warning: conflicting types for built-in function 'strchr' char strchr (); ^ configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for strcspn configure:17257: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:221:6: warning: conflicting types for built-in function 'strcspn' char strcspn (); ^ configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for strdup configure:17257: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:222:6: warning: conflicting types for built-in function 'strdup' char strdup (); ^ configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for strerror configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for strlcat configure:17257: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccJFiqJQ.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:235: undefined reference to `strlcat' collect2: error: ld returned 1 exit status configure:17257: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | /* end confdefs.h. */ | /* Define strlcat to an innocuous variant, in case declares strlcat. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcat innocuous_strlcat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcat | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strlcat (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strlcat || defined __stub___strlcat | choke me | #endif | | int | main () | { | return strlcat (); | ; | return 0; | } configure:17257: result: no configure:17257: checking for strlcpy configure:17257: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccpR9QmW.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:235: undefined reference to `strlcpy' collect2: error: ld returned 1 exit status configure:17257: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | /* end confdefs.h. */ | /* Define strlcpy to an innocuous variant, in case declares strlcpy. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcpy innocuous_strlcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcpy (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcpy | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strlcpy (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strlcpy || defined __stub___strlcpy | choke me | #endif | | int | main () | { | return strlcpy (); | ; | return 0; | } configure:17257: result: no configure:17257: checking for strncasecmp configure:17257: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:224:6: warning: conflicting types for built-in function 'strncasecmp' char strncasecmp (); ^ configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for strndup configure:17257: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:225:6: warning: conflicting types for built-in function 'strndup' char strndup (); ^ configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for strnlen configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for strrchr configure:17257: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:227:6: warning: conflicting types for built-in function 'strrchr' char strrchr (); ^ configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for strsep configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for strspn configure:17257: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:229:6: warning: conflicting types for built-in function 'strspn' char strspn (); ^ configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for strstr configure:17257: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:230:6: warning: conflicting types for built-in function 'strstr' char strstr (); ^ configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for strtod configure:17257: result: yes configure:17257: checking for strtol configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for strtold configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for strtoq configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for unsetenv configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for uselocale configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for utime configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for vasprintf configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for getpeereid configure:17257: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccDnNub1.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:250: undefined reference to `getpeereid' collect2: error: ld returned 1 exit status configure:17257: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | /* end confdefs.h. */ | /* Define getpeereid to an innocuous variant, in case declares getpeereid. | For example, HP-UX 11i declares gettimeofday. */ | #define getpeereid innocuous_getpeereid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getpeereid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getpeereid | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getpeereid (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_getpeereid || defined __stub___getpeereid | choke me | #endif | | int | main () | { | return getpeereid (); | ; | return 0; | } configure:17257: result: no configure:17257: checking for sysctl configure:17257: gcc -o conftest -g -O2 conftest.c >&5 configure:17257: $? = 0 configure:17257: result: yes configure:17257: checking for swapctl configure:17257: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccRyfAfa.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:251: undefined reference to `swapctl' collect2: error: ld returned 1 exit status configure:17257: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | /* end confdefs.h. */ | /* Define swapctl to an innocuous variant, in case declares swapctl. | For example, HP-UX 11i declares gettimeofday. */ | #define swapctl innocuous_swapctl | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char swapctl (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef swapctl | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char swapctl (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_swapctl || defined __stub___swapctl | choke me | #endif | | int | main () | { | return swapctl (); | ; | return 0; | } configure:17257: result: no configure:17267: checking for htonll configure:17280: gcc -o conftest -g -O2 conftest.c >&5 /tmp/cczAaZxi.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:221: undefined reference to `htonll' collect2: error: ld returned 1 exit status configure:17280: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | /* end confdefs.h. */ | #include | int | main () | { | return htonll(0); | ; | return 0; | } configure:17287: result: no configure:17294: checking for ntohll configure:17307: gcc -o conftest -g -O2 conftest.c >&5 /tmp/cc1x406n.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:221: undefined reference to `ntohll' collect2: error: ld returned 1 exit status configure:17307: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | /* end confdefs.h. */ | #include | int | main () | { | return ntohll(0); | ; | return 0; | } configure:17314: result: no configure:17323: checking for sqrt in -lm configure:17348: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:224:6: warning: conflicting types for built-in function 'sqrt' char sqrt (); ^ configure:17348: $? = 0 configure:17357: result: yes configure:17372: checking for exp2 configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:241:6: warning: conflicting types for built-in function 'exp2' char exp2 (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for log2 configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:242:6: warning: conflicting types for built-in function 'log2' char log2 (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for exp10 configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:243:6: warning: conflicting types for built-in function 'exp10' char exp10 (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for log10 configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:244:6: warning: conflicting types for built-in function 'log10' char log10 (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for sin configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:245:6: warning: conflicting types for built-in function 'sin' char sin (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for cos configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:246:6: warning: conflicting types for built-in function 'cos' char cos (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for tan configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:247:6: warning: conflicting types for built-in function 'tan' char tan (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for asin configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:248:6: warning: conflicting types for built-in function 'asin' char asin (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for acos configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:249:6: warning: conflicting types for built-in function 'acos' char acos (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for atan configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:250:6: warning: conflicting types for built-in function 'atan' char atan (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for atan2 configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:251:6: warning: conflicting types for built-in function 'atan2' char atan2 (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for pow configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:252:6: warning: conflicting types for built-in function 'pow' char pow (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for rint configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:253:6: warning: conflicting types for built-in function 'rint' char rint (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for exp configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:254:6: warning: conflicting types for built-in function 'exp' char exp (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for log configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:255:6: warning: conflicting types for built-in function 'log' char log (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for remainder configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:256:6: warning: conflicting types for built-in function 'remainder' char remainder (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for fmod configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:257:6: warning: conflicting types for built-in function 'fmod' char fmod (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for round configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:258:6: warning: conflicting types for built-in function 'round' char round (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for roundf configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:259:6: warning: conflicting types for built-in function 'roundf' char roundf (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for trunc configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:260:6: warning: conflicting types for built-in function 'trunc' char trunc (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for floor configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:261:6: warning: conflicting types for built-in function 'floor' char floor (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17372: checking for ceil configure:17372: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:262:6: warning: conflicting types for built-in function 'ceil' char ceil (); ^ configure:17372: $? = 0 configure:17372: result: yes configure:17388: checking for exp2l configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:263:6: warning: conflicting types for built-in function 'exp2l' char exp2l (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for log2l configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:264:6: warning: conflicting types for built-in function 'log2l' char log2l (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for exp10l configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:265:6: warning: conflicting types for built-in function 'exp10l' char exp10l (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for log10l configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:266:6: warning: conflicting types for built-in function 'log10l' char log10l (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for sinl configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:267:6: warning: conflicting types for built-in function 'sinl' char sinl (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for cosl configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:268:6: warning: conflicting types for built-in function 'cosl' char cosl (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for tanl configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:269:6: warning: conflicting types for built-in function 'tanl' char tanl (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for asinl configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:270:6: warning: conflicting types for built-in function 'asinl' char asinl (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for acosl configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:271:6: warning: conflicting types for built-in function 'acosl' char acosl (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for atanl configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:272:6: warning: conflicting types for built-in function 'atanl' char atanl (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for atan2l configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:273:6: warning: conflicting types for built-in function 'atan2l' char atan2l (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for powl configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:274:6: warning: conflicting types for built-in function 'powl' char powl (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for sqrtl configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:275:6: warning: conflicting types for built-in function 'sqrtl' char sqrtl (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for rintl configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:276:6: warning: conflicting types for built-in function 'rintl' char rintl (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for expl configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:277:6: warning: conflicting types for built-in function 'expl' char expl (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for logl configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:278:6: warning: conflicting types for built-in function 'logl' char logl (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for remainderl configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:279:6: warning: conflicting types for built-in function 'remainderl' char remainderl (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for fmodl configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:280:6: warning: conflicting types for built-in function 'fmodl' char fmodl (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for roundl configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:281:6: warning: conflicting types for built-in function 'roundl' char roundl (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for truncl configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:282:6: warning: conflicting types for built-in function 'truncl' char truncl (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for floorl configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:283:6: warning: conflicting types for built-in function 'floorl' char floorl (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17388: checking for ceill configure:17388: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:284:6: warning: conflicting types for built-in function 'ceill' char ceill (); ^ configure:17388: $? = 0 configure:17388: result: yes configure:17399: checking for LLONG_MAX in limits.h configure:17412: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:17412: $? = 0 configure:17413: result: yes configure:17426: checking for timersub in time.h configure:17439: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:17439: $? = 0 configure:17440: result: yes configure:17453: checking for a version of GNU ld that supports the --dynamic-list flag configure:17474: gcc -o conftest -g -O2 -Wl,--dynamic-list,conftest.dynamics conftest.c -lm >&5 configure:17474: $? = 0 configure:17476: result: yes configure:17489: checking for sys/poll.h configure:17489: result: yes configure:17525: checking for inet_aton configure:17525: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:17525: $? = 0 configure:17525: result: yes configure:17536: checking for IP_PKTINFO configure:17549: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:17549: $? = 0 configure:17550: result: yes configure:17564: checking for library containing gethostbyname_r configure:17595: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:17595: $? = 0 configure:17612: result: none required configure:17621: checking for gethostbyname_r with 6 arguments configure:17635: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c: In function 'main': conftest.c:272:22: warning: initialization makes pointer from integer without a cast struct hostent *he = gethostbyname_r((const char *)NULL, (struct hostent *)NULL, (char *)NULL, (int)0, (struct hostent **)NULL, (int *)NULL); ^ configure:17635: $? = 0 configure:17636: result: yes configure:17649: checking for gethostbyname_r with 5 arguments configure:17663: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c: In function 'main': conftest.c:273:104: warning: passing argument 5 of 'gethostbyname_r' from incompatible pointer type struct hostent *he = gethostbyname_r((const char *)NULL, (struct hostent *)NULL, (char *)NULL, (int)0, (int *)NULL); ^ In file included from conftest.c:269:0: /usr/include/netdb.h:179:12: note: expected 'struct hostent ** __restrict__' but argument is of type 'int *' extern int gethostbyname_r (const char *__restrict __name, ^ conftest.c:273:22: error: too few arguments to function 'gethostbyname_r' struct hostent *he = gethostbyname_r((const char *)NULL, (struct hostent *)NULL, (char *)NULL, (int)0, (int *)NULL); ^ In file included from conftest.c:269:0: /usr/include/netdb.h:179:12: note: declared here extern int gethostbyname_r (const char *__restrict __name, ^ configure:17663: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | /* end confdefs.h. */ | #include | #include | int | main () | { | struct hostent *he = gethostbyname_r((const char *)NULL, (struct hostent *)NULL, (char *)NULL, (int)0, (int *)NULL); | ; | return 0; | } configure:17670: result: no configure:17677: checking byteswap.h usability configure:17677: gcc -c -g -O2 conftest.c >&5 configure:17677: $? = 0 configure:17677: result: yes configure:17677: checking byteswap.h presence configure:17677: gcc -E conftest.c configure:17677: $? = 0 configure:17677: result: yes configure:17677: checking for byteswap.h configure:17677: result: yes configure:17688: checking for __swap16 variant of byteswapping macros configure:17701: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:269:24: fatal error: sys/endian.h: No such file or directory #include ^ compilation terminated. configure:17701: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | /* end confdefs.h. */ | #include | int | main () | { | int a = 1; int b = __swap16(a); | ; | return 0; | } configure:17708: result: no configure:17715: checking for bswap16 variant of byteswapping macros configure:17728: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:269:24: fatal error: sys/endian.h: No such file or directory #include ^ compilation terminated. configure:17728: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | /* end confdefs.h. */ | #include | int | main () | { | int a = 1; int b = bswap16(a); | ; | return 0; | } configure:17735: result: no configure:17742: checking for locale_t in locale.h configure:17755: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:17755: $? = 0 configure:17756: result: yes configure:17795: checking for O_EVTONLY in fcntl.h configure:17808: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c: In function 'main': conftest.c:274:9: error: 'O_EVTONLY' undeclared (first use in this function) int a = O_EVTONLY; ^ conftest.c:274:9: note: each undeclared identifier is reported only once for each function it appears in configure:17808: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | /* end confdefs.h. */ | #include | int | main () | { | int a = O_EVTONLY; | ; | return 0; | } configure:17815: result: no configure:17822: checking for O_SYMLINK in fcntl.h configure:17835: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c: In function 'main': conftest.c:274:9: error: 'O_SYMLINK' undeclared (first use in this function) int a = O_SYMLINK; ^ conftest.c:274:9: note: each undeclared identifier is reported only once for each function it appears in configure:17835: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | /* end confdefs.h. */ | #include | int | main () | { | int a = O_SYMLINK; | ; | return 0; | } configure:17842: result: no configure:17851: checking for PTHREAD_RWLOCK_INITIALIZER in pthread.h configure:17876: gcc -c -g -O2 conftest.c >&5 configure:17876: $? = 0 configure:17877: result: yes configure:17896: checking for PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h configure:17909: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:17909: $? = 0 configure:17910: result: yes configure:17923: checking for PTHREAD_MUTEX_RECURSIVE_NP in pthread.h configure:17936: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:17936: $? = 0 configure:17937: result: yes configure:17950: checking for PTHREAD_MUTEX_ADAPTIVE_NP in pthread.h configure:17963: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:17963: $? = 0 configure:17964: result: yes configure:17977: checking for pthread_spinlock_t in pthread.h configure:17990: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:17990: $? = 0 configure:17991: result: yes configure:18009: checking for pthread_rwlock_timedwrlock() in pthread.h configure:18024: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5 configure:18024: $? = 0 configure:18026: result: yes configure:18042: checking for working unnamed semaphores configure:18065: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5 configure:18065: $? = 0 configure:18065: ./conftest configure:18065: $? = 0 configure:18066: result: yes configure:18088: checking if PTHREAD_ONCE_INIT needs braces configure:18105: gcc -c -g -O2 -Werror -Wmissing-braces conftest.c >&5 configure:18105: $? = 0 configure:18107: result: no configure:18129: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP in pthread.h configure:18154: gcc -c -g -O2 conftest.c >&5 configure:18154: $? = 0 configure:18155: result: yes configure:18176: checking whether we can compare a mutex to its initial value configure:18193: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c: In function 'main': conftest.c:283:13: error: invalid operands to binary != (have 'pthread_mutex_t' and 'pthread_mutex_t') if ((lock) != ((pthread_mutex_t) PTHREAD_MUTEX_INITIALIZER)) { ^ configure:18193: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | /* end confdefs.h. */ | #include | int | main () | { | pthread_mutex_t lock; | if ((lock) != ((pthread_mutex_t) PTHREAD_MUTEX_INITIALIZER)) { | return 0; | } | return 0 | ; | return 0; | } configure:18200: result: no configure:18225: checking sys/thr.h usability configure:18225: gcc -c -g -O2 conftest.c >&5 conftest.c:311:21: fatal error: sys/thr.h: No such file or directory #include ^ compilation terminated. configure:18225: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 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:18225: result: no configure:18225: checking sys/thr.h presence configure:18225: gcc -E conftest.c conftest.c:278:21: fatal error: sys/thr.h: No such file or directory #include ^ compilation terminated. configure:18225: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | /* end confdefs.h. */ | #include configure:18225: result: no configure:18225: checking for sys/thr.h configure:18225: result: no configure:18236: checking for compiler atomic operations configure:18249: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:18249: $? = 0 configure:18250: result: yes configure:18264: checking if your system printf is NULL-safe. configure:18283: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:18283: $? = 0 configure:18283: ./conftest configure:18283: $? = 0 configure:18287: result: yes configure:18298: checking if we can increase the maximum select-able file descriptor configure:18339: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c: In function 'main': conftest.c:300:35: error: expected expression before '[' token struct ast_fdset { long fds_bits[[1024]]; } fds = { { 0, } }; ^ In file included from conftest.c:282:0: conftest.c:304:26: error: 'fds' undeclared (first use in this function) FD_SET(fd0, (fd_set *) &fds); ^ conftest.c:304:26: note: each undeclared identifier is reported only once for each function it appears in configure:18339: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | /* end confdefs.h. */ | | #include | #include | #include | #include | #include | #include | #include | #include | #include | #include | #include | | int | main () | { | | struct rlimit rlim = { FD_SETSIZE * 2, FD_SETSIZE * 2 }; | int fd0, fd1; | struct timeval tv = { 0, }; | struct ast_fdset { long fds_bits[[1024]]; } fds = { { 0, } }; | if (setrlimit(RLIMIT_NOFILE, &rlim)) { exit(1); } | if ((fd0 = open("/dev/null", O_RDONLY)) < 0) { exit(1); } | if (dup2(fd0, (fd1 = FD_SETSIZE + 1)) < 0) { exit(1); } | FD_SET(fd0, (fd_set *) &fds); | FD_SET(fd1, (fd_set *) &fds); | if (select(FD_SETSIZE + 2, (fd_set *) &fds, NULL, NULL, &tv) < 0) { exit(1); } | exit(0) | ; | return 0; | } configure:18346: result: no configure:18387: checking if we have usable eventfd support configure:18405: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:18405: $? = 0 configure:18405: ./conftest configure:18405: $? = 0 configure:18406: result: yes configure:18421: checking for compiler 'attribute pure' support configure:18439: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5 configure:18439: $? = 0 configure:18440: result: yes configure:18461: checking for compiler 'attribute malloc' support configure:18479: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5 configure:18479: $? = 0 configure:18480: result: yes configure:18501: checking for compiler 'attribute const' support configure:18519: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5 configure:18519: $? = 0 configure:18520: result: yes configure:18541: checking for compiler 'attribute unused' support configure:18559: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5 configure:18559: $? = 0 configure:18560: result: yes configure:18581: checking for compiler 'attribute always_inline' support configure:18599: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5 conftest.c:285:39: error: always_inline function might not be inlinable [-Werror=attributes] void __attribute__((always_inline)) *test(void *muffin, ...) {return (void *) 0;} ^ cc1: all warnings being treated as errors configure:18599: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | /* end confdefs.h. */ | void __attribute__((always_inline)) *test(void *muffin, ...) {return (void *) 0;} | int | main () | { | | ; | return 0; | } configure:18610: result: no configure:18621: checking for compiler 'attribute deprecated' support configure:18639: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5 configure:18639: $? = 0 configure:18640: result: yes configure:18661: checking for compiler 'attribute sentinel' support configure:18679: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5 configure:18679: $? = 0 configure:18680: result: yes configure:18701: checking for compiler 'attribute warn_unused_result' support configure:18719: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5 configure:18719: $? = 0 configure:18720: result: yes configure:18741: checking for compiler 'attribute may_alias' support configure:18759: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5 configure:18759: $? = 0 configure:18760: result: yes configure:18781: checking for compiler 'attribute constructor' support configure:18799: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5 configure:18799: $? = 0 configure:18800: result: yes configure:18825: checking for compiler 'attribute destructor' support configure:18843: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5 configure:18843: $? = 0 configure:18844: result: yes configure:18868: checking for compiler 'attribute noreturn' support configure:18886: gcc -c -g -O2 -Wall -Wno-unused -Werror conftest.c >&5 configure:18886: $? = 0 configure:18887: result: yes configure:18908: checking for -fsanitize=address support configure:18925: gcc -c -fsanitize=address -fno-omit-frame-pointer conftest.c >&5 configure:18925: $? = 0 configure:18926: result: yes configure:18940: checking for -fsanitize=thread support configure:18957: gcc -c -fno-omit-frame-pointer -pie -fPIE -fsanitize=thread conftest.c >&5 configure:18957: $? = 0 configure:18958: result: yes configure:18972: checking for -fsanitize=leak support configure:18989: gcc -c -fno-omit-frame-pointer -fsanitize=leak conftest.c >&5 configure:18989: $? = 0 configure:18990: result: yes configure:19004: checking for -fsanitize=undefined support configure:19021: gcc -c -fno-omit-frame-pointer -fsanitize=undefined conftest.c >&5 configure:19021: $? = 0 configure:19022: result: yes configure:19036: checking for -Wdeclaration-after-statement support configure:19039: result: yes configure:19049: checking for -Wtrampolines support configure:19052: result: yes configure:19062: checking for _FORTIFY_SOURCE support configure:19065: result: yes configure:19075: checking for -fno-strict-overflow configure:19078: result: yes configure:19088: checking for -Wno-format-truncation configure:19091: result: yes configure:19101: checking for -Wno-stringop-truncation configure:19104: result: yes configure:19114: checking for -Wshadow configure:19117: result: yes configure:19127: checking for -march=native support configure:19130: result: yes configure:19153: checking whether to use rpath configure:19163: result: not needed configure:19170: checking for sysinfo configure:19183: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:19183: $? = 0 configure:19184: result: yes configure:19197: checking for library containing res_9_ninit configure:19228: gcc -o conftest -g -O2 conftest.c -lm >&5 /tmp/ccBHLXbl.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:304: undefined reference to `res_9_ninit' collect2: error: ld returned 1 exit status configure:19228: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char res_9_ninit (); | int | main () | { | return res_9_ninit (); | ; | return 0; | } configure:19228: gcc -o conftest -g -O2 conftest.c -lresolv -lm >&5 /tmp/cctGh6rq.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:304: undefined reference to `res_9_ninit' collect2: error: ld returned 1 exit status configure:19228: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char res_9_ninit (); | int | main () | { | return res_9_ninit (); | ; | return 0; | } configure:19245: result: no configure:19253: checking for res_ninit configure:19276: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:19276: $? = 0 configure:19277: result: yes configure:19282: checking for library containing res_9_ndestroy configure:19313: gcc -o conftest -g -O2 conftest.c -lm >&5 /tmp/ccDv58eD.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:305: undefined reference to `res_9_ndestroy' collect2: error: ld returned 1 exit status configure:19313: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char res_9_ndestroy (); | int | main () | { | return res_9_ndestroy (); | ; | return 0; | } configure:19313: gcc -o conftest -g -O2 conftest.c -lresolv -lm >&5 /tmp/ccvAxWiI.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:305: undefined reference to `res_9_ndestroy' collect2: error: ld returned 1 exit status configure:19313: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char res_9_ndestroy (); | int | main () | { | return res_9_ndestroy (); | ; | return 0; | } configure:19330: result: no configure:19338: checking for res_ndestroy configure:19361: gcc -o conftest -g -O2 conftest.c -lm >&5 /tmp/ccQv0CbG.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:308: undefined reference to `res_ndestroy' collect2: error: ld returned 1 exit status configure:19361: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | #ifdef HAVE_NETINET_IN_H | #include | #endif | #ifdef HAVE_ARPA_NAMESER_H | #include | #endif | #include | int | main () | { | res_ndestroy(NULL); | ; | return 0; | } configure:19368: result: no configure:19374: checking for library containing res_9_close configure:19405: gcc -o conftest -g -O2 conftest.c -lm >&5 /tmp/ccwj8BCN.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:305: undefined reference to `res_9_close' collect2: error: ld returned 1 exit status configure:19405: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char res_9_close (); | int | main () | { | return res_9_close (); | ; | return 0; | } configure:19405: gcc -o conftest -g -O2 conftest.c -lresolv -lm >&5 /tmp/ccgrvrBS.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:305: undefined reference to `res_9_close' collect2: error: ld returned 1 exit status configure:19405: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char res_9_close (); | int | main () | { | return res_9_close (); | ; | return 0; | } configure:19422: result: no configure:19430: checking for res_close configure:19453: gcc -o conftest -g -O2 conftest.c -lm >&5 /tmp/ccmMy0mW.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:308: undefined reference to `__res_close' collect2: error: ld returned 1 exit status configure:19453: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | #ifdef HAVE_NETINET_IN_H | #include | #endif | #ifdef HAVE_ARPA_NAMESER_H | #include | #endif | #include | int | main () | { | res_close(); | ; | return 0; | } configure:19460: result: no configure:19474: checking for BIND_8_COMPAT required configure:19490: gcc -c -g -O2 conftest.c >&5 configure:19490: $? = 0 configure:19491: result: no configure:19503: checking for GLOB_NOMAGIC in glob.h configure:19528: gcc -c -g -O2 conftest.c >&5 configure:19528: $? = 0 configure:19529: result: yes configure:19550: checking for GLOB_BRACE in glob.h configure:19575: gcc -c -g -O2 conftest.c >&5 configure:19575: $? = 0 configure:19576: result: yes configure:19597: checking for RTLD_NOLOAD in dlfcn.h configure:19622: gcc -c -g -O2 conftest.c >&5 configure:19622: $? = 0 configure:19623: result: yes configure:19644: checking for IP_MTU_DISCOVER in netinet/in.h configure:19669: gcc -c -g -O2 conftest.c >&5 configure:19669: $? = 0 configure:19670: result: yes configure:19689: checking libkern/OSAtomic.h usability configure:19689: gcc -c -g -O2 conftest.c >&5 conftest.c:331:30: fatal error: libkern/OSAtomic.h: No such file or directory #include ^ compilation terminated. configure:19689: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 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:19689: result: no configure:19689: checking libkern/OSAtomic.h presence configure:19689: gcc -E conftest.c conftest.c:298:30: fatal error: libkern/OSAtomic.h: No such file or directory #include ^ compilation terminated. configure:19689: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | /* end confdefs.h. */ | #include configure:19689: result: no configure:19689: checking for libkern/OSAtomic.h configure:19689: result: no configure:19704: checking size of int configure:19709: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:19709: $? = 0 configure:19709: ./conftest configure:19709: $? = 0 configure:19723: result: 4 configure:19737: checking size of long configure:19742: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:19742: $? = 0 configure:19742: ./conftest configure:19742: $? = 0 configure:19756: result: 8 configure:19770: checking size of long long configure:19775: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:19775: $? = 0 configure:19775: ./conftest configure:19775: $? = 0 configure:19789: result: 8 configure:19803: checking size of char * configure:19808: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:19808: $? = 0 configure:19808: ./conftest configure:19808: $? = 0 configure:19822: result: 8 configure:19836: checking size of long configure:19855: result: 8 configure:19869: checking size of long long configure:19888: result: 8 configure:19898: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:19898: $? = 0 configure:19898: ./conftest configure:19898: $? = 0 configure:19909: checking size of fd_set.fds_bits configure:19928: result: 8 configure:19956: checking for dladdr in dlfcn.h configure:19974: gcc -o conftest -g -O2 conftest.c -lm -ldl >&5 configure:19974: $? = 0 configure:19975: result: yes configure:20043: checking for snd_pcm_open in -lasound configure:20068: gcc -o conftest -g -O2 conftest.c -lasound -lm >&5 configure:20068: $? = 0 configure:20077: result: yes configure:20100: checking alsa/asoundlib.h usability configure:20100: gcc -c -g -O2 conftest.c >&5 configure:20100: $? = 0 configure:20100: result: yes configure:20100: checking alsa/asoundlib.h presence configure:20100: gcc -E conftest.c configure:20100: $? = 0 configure:20100: result: yes configure:20100: checking for alsa/asoundlib.h configure:20100: result: yes configure:20140: checking for bfd_openr in -lbfd configure:20165: gcc -o conftest -g -O2 conftest.c -lbfd -lm >&5 configure:20165: $? = 0 configure:20174: result: yes configure:20197: checking bfd.h usability configure:20197: gcc -c -g -O2 conftest.c >&5 configure:20197: $? = 0 configure:20197: result: yes configure:20197: checking bfd.h presence configure:20197: gcc -E conftest.c configure:20197: $? = 0 configure:20197: result: yes configure:20197: checking for bfd.h configure:20197: result: yes configure:20433: checking for cap_from_text in -lcap configure:20458: gcc -o conftest -g -O2 conftest.c -lcap -lm >&5 /usr/bin/ld: cannot find -lcap collect2: error: ld returned 1 exit status configure:20458: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char cap_from_text (); | int | main () | { | return cap_from_text (); | ; | return 0; | } configure:20467: result: no configure:20520: checking for DAHDI_RESET_COUNTERS in dahdi/user.h configure:20545: gcc -c -g -O2 conftest.c >&5 conftest.c:309:25: fatal error: dahdi/user.h: No such file or directory #include ^ compilation terminated. configure:20545: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | /* end confdefs.h. */ | #include | int | main () | { | #if defined(DAHDI_RESET_COUNTERS) | int foo = 0; | #else | int foo = bar; | #endif | 0 | | ; | return 0; | } configure:20557: result: no configure:20568: checking for DAHDI_DEFAULT_MTU_MRU in dahdi/user.h configure:20593: gcc -c -g -O2 conftest.c >&5 conftest.c:309:25: fatal error: dahdi/user.h: No such file or directory #include ^ compilation terminated. configure:20593: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | /* end confdefs.h. */ | #include | int | main () | { | #if defined(DAHDI_DEFAULT_MTU_MRU) | int foo = 0; | #else | int foo = bar; | #endif | 0 | | ; | return 0; | } configure:20605: result: no configure:20616: checking for DAHDI_CODE in dahdi/user.h configure:20641: gcc -c -g -O2 conftest.c >&5 conftest.c:309:25: fatal error: dahdi/user.h: No such file or directory #include ^ compilation terminated. configure:20641: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | /* end confdefs.h. */ | #include | int | main () | { | #if defined(DAHDI_CODE) | int foo = 0; | #else | int foo = bar; | #endif | 0 | | ; | return 0; | } configure:20653: result: no configure:20665: checking for DAHDI_POLICY_HALF_FULL in dahdi/user.h configure:20690: gcc -c -g -O2 conftest.c >&5 conftest.c:309:25: fatal error: dahdi/user.h: No such file or directory #include ^ compilation terminated. configure:20690: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | /* end confdefs.h. */ | #include | int | main () | { | #if defined(DAHDI_POLICY_HALF_FULL) | int foo = 0; | #else | int foo = bar; | #endif | 0 | | ; | return 0; | } configure:20700: result: no configure:20712: checking for enhanced dahdi vmwi support configure:20732: gcc -c -g -O2 conftest.c >&5 conftest.c:309:25: fatal error: dahdi/user.h: No such file or directory #include ^ compilation terminated. configure:20732: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | /* end confdefs.h. */ | #include | int | main () | { | struct dahdi_vmwi_info booger; | | ; | return 0; | } configure:20742: result: no configure:20753: checking if "int foo = DAHDI_ECHOCANCEL_FAX_MODE" compiles using dahdi/user.h configure:20773: gcc -c -g -O2 conftest.c >&5 conftest.c:309:25: fatal error: dahdi/user.h: No such file or directory #include ^ compilation terminated. configure:20773: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | /* end confdefs.h. */ | #include | int | main () | { | int foo = DAHDI_ECHOCANCEL_FAX_MODE; | | ; | return 0; | } configure:20783: result: no configure:20794: checking for getifaddrs() support configure:20814: gcc -c -g -O2 conftest.c >&5 configure:20814: $? = 0 configure:20815: result: yes configure:20834: checking for timerfd support configure:20854: gcc -c -g -O2 conftest.c >&5 configure:20854: $? = 0 configure:20855: result: yes configure:20891: checking for gsm_create in -lgsm configure:20916: gcc -o conftest -g -O2 conftest.c -lgsm -lm >&5 configure:20916: $? = 0 configure:20925: result: yes configure:20956: checking gsm.h usability configure:20956: gcc -c -g -O2 conftest.c >&5 configure:20956: $? = 0 configure:20956: result: yes configure:20956: checking gsm.h presence configure:20956: gcc -E conftest.c configure:20956: $? = 0 configure:20956: result: yes configure:20956: checking for gsm.h configure:20956: result: yes configure:20964: checking gsm/gsm.h usability configure:20964: gcc -c -g -O2 conftest.c >&5 configure:20964: $? = 0 configure:20964: result: yes configure:20964: checking gsm/gsm.h presence configure:20964: gcc -E conftest.c configure:20964: $? = 0 configure:20964: result: yes configure:20964: checking for gsm/gsm.h configure:20964: result: yes configure:21039: checking for ILBC configure:21046: $PKG_CONFIG --exists --print-errors "libilbc" Package libilbc was not found in the pkg-config search path. Perhaps you should add the directory containing `libilbc.pc' to the PKG_CONFIG_PATH environment variable No package 'libilbc' found configure:21049: $? = 1 configure:21063: $PKG_CONFIG --exists --print-errors "libilbc" Package libilbc was not found in the pkg-config search path. Perhaps you should add the directory containing `libilbc.pc' to the PKG_CONFIG_PATH environment variable No package 'libilbc' found configure:21066: $? = 1 configure:21080: result: no No package 'libilbc' found configure:21146: checking for iconv_open in -liconv configure:21171: gcc -o conftest -g -O2 conftest.c -liconv -lm >&5 /usr/bin/ld: cannot find -liconv collect2: error: ld returned 1 exit status configure:21171: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char iconv_open (); | int | main () | { | return iconv_open (); | ; | return 0; | } configure:21180: result: no configure:21243: checking for libiconv_open in -liconv configure:21268: gcc -o conftest -g -O2 conftest.c -liconv -lm >&5 /usr/bin/ld: cannot find -liconv collect2: error: ld returned 1 exit status configure:21268: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char libiconv_open (); | int | main () | { | return libiconv_open (); | ; | return 0; | } configure:21277: result: no configure:21340: checking for iconv_close in -lc configure:21365: gcc -o conftest -g -O2 conftest.c -lc -lm >&5 configure:21365: $? = 0 configure:21374: result: yes configure:21397: checking iconv.h usability configure:21397: gcc -c -g -O2 conftest.c >&5 configure:21397: $? = 0 configure:21397: result: yes configure:21397: checking iconv.h presence configure:21397: gcc -E conftest.c configure:21397: $? = 0 configure:21397: result: yes configure:21397: checking for iconv.h configure:21397: result: yes configure:21438: checking for icaltimezone_get_utc_timezone in -lical configure:21463: gcc -o conftest -g -O2 -pthread conftest.c -lical -lm >&5 configure:21463: $? = 0 configure:21472: result: yes configure:21495: checking libical/ical.h usability configure:21495: gcc -c -g -O2 -pthread conftest.c >&5 configure:21495: $? = 0 configure:21495: result: yes configure:21495: checking libical/ical.h presence configure:21495: gcc -E -pthread conftest.c configure:21495: $? = 0 configure:21495: result: yes configure:21495: checking for libical/ical.h configure:21495: result: yes configure:21535: checking for iks_start_sasl in -liksemel configure:21560: gcc -o conftest -g -O2 conftest.c -liksemel -lm >&5 configure:21560: $? = 0 configure:21569: result: yes configure:21592: checking iksemel.h usability configure:21592: gcc -c -g -O2 conftest.c >&5 configure:21592: $? = 0 configure:21592: result: yes configure:21592: checking iksemel.h presence configure:21592: gcc -E conftest.c configure:21592: $? = 0 configure:21592: result: yes configure:21592: checking for iksemel.h configure:21592: result: yes configure:21627: checking for UW IMAP Toolkit c-client library configure:21695: gcc -o conftest -g -O2 -I/usr/src/asterisk-15.6.0/../imap-2004g/c-client conftest.c -lm /usr/src/asterisk-15.6.0/../imap-2004g/c-client/c-client.a >&5 gcc: error: /usr/src/asterisk-15.6.0/../imap-2004g/c-client/c-client.a: No such file or directory configure:21695: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | /* end confdefs.h. */ | #include "c-client.h" | void mm_searched (MAILSTREAM *stream,unsigned long number) | { | } | void mm_exists (MAILSTREAM *stream,unsigned long number) | { | } | void mm_expunged (MAILSTREAM *stream,unsigned long number) | { | } | void mm_flags (MAILSTREAM *stream,unsigned long number) | { | } | void mm_notify (MAILSTREAM *stream,char *string,long errflg) | { | } | void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes) | { | } | void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes) | { | } | void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status) | { | } | void mm_log (char *string,long errflg) | { | } | void mm_dlog (char *string) | { | } | void mm_login (NETMBX *mb,char *user,char *pwd,long trial) | { | } | void mm_critical (MAILSTREAM *stream) | { | } | void mm_nocritical (MAILSTREAM *stream) | { | } | long mm_diskerror (MAILSTREAM *stream,long errcode,long serious) | { | } | void mm_fatal (char *string) | { | } | int | main () | { | | MAILSTREAM *foo = mail_open(NULL, "", 0); | | | ; | return 0; | } configure:21775: result: no configure:21930: checking for system c-client library... configure:21999: gcc -o conftest -g -O2 -DUSE_SYSTEM_IMAP conftest.c -lm -lcrypto -lssl -lc-client >&5 conftest.c:317:31: fatal error: imap/c-client.h: No such file or directory #include ^ compilation terminated. configure:21999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | /* end confdefs.h. */ | #include | #include | void mm_searched (MAILSTREAM *stream,unsigned long number) | { | } | void mm_exists (MAILSTREAM *stream,unsigned long number) | { | } | void mm_expunged (MAILSTREAM *stream,unsigned long number) | { | } | void mm_flags (MAILSTREAM *stream,unsigned long number) | { | } | void mm_notify (MAILSTREAM *stream,char *string,long errflg) | { | } | void mm_list (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes) | { | } | void mm_lsub (MAILSTREAM *stream,int delimiter,char *mailbox,long attributes) | { | } | void mm_status (MAILSTREAM *stream,char *mailbox,MAILSTATUS *status) | { | } | void mm_log (char *string,long errflg) | { | } | void mm_dlog (char *string) | { | } | void mm_login (NETMBX *mb,char *user,char *pwd,long trial) | { | } | void mm_critical (MAILSTREAM *stream) | { | } | void mm_nocritical (MAILSTREAM *stream) | { | } | long mm_diskerror (MAILSTREAM *stream,long errcode,long serious) | { | } | void mm_fatal (char *string) | { | } | int | main () | { | | MAILSTREAM *foo = mail_open(NULL, "", 0); | | | ; | return 0; | } configure:22144: gcc -o conftest -g -O2 -DUSE_SYSTEM_CCLIENT conftest.c -lm -lcrypto -lssl -lc-client >&5 configure:22144: $? = 0 configure:22285: gcc -o conftest -g -O2 -DUSE_SYSTEM_CCLIENT conftest.c -lm -lcrypto -lssl -lc-client >&5 configure:22285: $? = 0 configure:22297: result: yes configure:22332: checking for SQLConnect in -liodbc configure:22357: gcc -o conftest -g -O2 -pthread conftest.c -liodbc -lm >&5 /usr/bin/ld: cannot find -liodbc collect2: error: ld returned 1 exit status configure:22357: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char SQLConnect (); | int | main () | { | return SQLConnect (); | ; | return 0; | } configure:22366: result: no configure:22429: checking for inotify_init in -lc configure:22454: gcc -o conftest -g -O2 conftest.c -lc -lm >&5 configure:22454: $? = 0 configure:22463: result: yes configure:22486: checking sys/inotify.h usability configure:22486: gcc -c -g -O2 conftest.c >&5 configure:22486: $? = 0 configure:22486: result: yes configure:22486: checking sys/inotify.h presence configure:22486: gcc -E conftest.c configure:22486: $? = 0 configure:22486: result: yes configure:22486: checking for sys/inotify.h configure:22486: result: yes configure:22526: checking for jack_activate in -ljack configure:22551: gcc -o conftest -g -O2 conftest.c -ljack -lm >&5 configure:22551: $? = 0 configure:22560: result: yes configure:22583: checking jack/jack.h usability configure:22583: gcc -c -g -O2 conftest.c >&5 configure:22583: $? = 0 configure:22583: result: yes configure:22583: checking jack/jack.h presence configure:22583: gcc -E conftest.c configure:22583: $? = 0 configure:22583: result: yes configure:22583: checking for jack/jack.h configure:22583: result: yes configure:22624: checking for kqueue in -lc configure:22649: gcc -o conftest -g -O2 conftest.c -lc -lm >&5 /tmp/ccur2Hv8.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:331: undefined reference to `kqueue' collect2: error: ld returned 1 exit status configure:22649: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char kqueue (); | int | main () | { | return kqueue (); | ; | return 0; | } configure:22658: result: no configure:22710: checking for kevent64 configure:22710: gcc -o conftest -g -O2 conftest.c -lm >&5 /tmp/cc04636b.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:354: undefined reference to `kevent64' collect2: error: ld returned 1 exit status configure:22710: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | /* end confdefs.h. */ | /* Define kevent64 to an innocuous variant, in case declares kevent64. | For example, HP-UX 11i declares gettimeofday. */ | #define kevent64 innocuous_kevent64 | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char kevent64 (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef kevent64 | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char kevent64 (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_kevent64 || defined __stub___kevent64 | choke me | #endif | | int | main () | { | return kevent64 (); | ; | return 0; | } configure:22710: result: no configure:22734: checking for ldap_initialize in -lldap configure:22759: gcc -o conftest -g -O2 conftest.c -lldap -lm >&5 configure:22759: $? = 0 configure:22768: result: yes configure:22791: checking ldap.h usability configure:22791: gcc -c -g -O2 conftest.c >&5 configure:22791: $? = 0 configure:22791: result: yes configure:22791: checking ldap.h presence configure:22791: gcc -E conftest.c configure:22791: $? = 0 configure:22791: result: yes configure:22791: checking for ldap.h configure:22791: result: yes configure:22831: checking for mISDN_open in -lmISDN configure:22856: gcc -o conftest -g -O2 conftest.c -lmISDN -lm >&5 /usr/bin/ld: cannot find -lmISDN collect2: error: ld returned 1 exit status configure:22856: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char mISDN_open (); | int | main () | { | return mISDN_open (); | ; | return 0; | } configure:22865: result: no configure:23269: checking for mysql_config configure:23288: found /usr/bin/mysql_config configure:23300: result: /usr/bin/mysql_config configure:23353: checking for nbs_connect in -lnbs configure:23378: gcc -o conftest -g -O2 conftest.c -lnbs -lm >&5 configure:23378: $? = 0 configure:23387: result: yes configure:23410: checking nbs.h usability configure:23410: gcc -c -g -O2 conftest.c >&5 configure:23410: $? = 0 configure:23410: result: yes configure:23410: checking nbs.h presence configure:23410: gcc -E conftest.c configure:23410: $? = 0 configure:23410: result: yes configure:23410: checking for nbs.h configure:23410: result: yes configure:23486: checking for neon-config configure:23505: found /usr/bin/neon-config configure:23517: result: /usr/bin/neon-config configure:23606: checking for neon-config configure:23625: found /usr/bin/neon-config configure:23637: result: /usr/bin/neon-config configure:23686: gcc -o conftest -g -O2 -I/usr/include/neon conftest.c -lneon >&5 conftest.c: In function 'main': conftest.c:330:7: warning: extra tokens at end of #endif directive #endif; ^ configure:23686: $? = 0 configure:23750: checking for net-snmp-config configure:23769: found /usr/bin/net-snmp-config configure:23781: result: /usr/bin/net-snmp-config configure:23830: gcc -o conftest -g -O2 -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DNETSNMP_USE_INLINE -Ulinux -Dlinux=linux -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/x86_64-linux-gnu/perl/5.20/CORE -D_FORTIFY_SOURCE=2 -I. -I/usr/include conftest.c -Wl,-z,relro -Wl,-z,now -L/usr/lib/x86_64-linux-gnu -lnetsnmpmibs -lsensors -lpci -ldl -lnetsnmpagent -lwrap -Wl,-E -lnetsnmp -lcrypto -lm >&5 configure:23830: $? = 0 configure:23858: checking for newtBell in -lnewt configure:23883: gcc -o conftest -g -O2 conftest.c -lnewt -lm >&5 configure:23883: $? = 0 configure:23892: result: yes configure:23915: checking newt.h usability configure:23915: gcc -c -g -O2 conftest.c >&5 configure:23915: $? = 0 configure:23915: result: yes configure:23915: checking newt.h presence configure:23915: gcc -E conftest.c configure:23915: $? = 0 configure:23915: result: yes configure:23915: checking for newt.h configure:23915: result: yes configure:23962: checking for ub_ctx_delete in -lunbound configure:23987: gcc -o conftest -g -O2 conftest.c -lunbound -lm >&5 /usr/bin/ld: cannot find -lunbound collect2: error: ld returned 1 exit status configure:23987: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char ub_ctx_delete (); | int | main () | { | return ub_ctx_delete (); | ; | return 0; | } configure:23996: result: no configure:24046: checking for UNBOUND_VERSION_MAJOR declared in unbound.h configure:24068: gcc -c -g -O2 conftest.c >&5 conftest.c:327:22: fatal error: unbound.h: No such file or directory #include ^ compilation terminated. configure:24068: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | /* end confdefs.h. */ | #include | int | main () | { | #if !defined(UNBOUND_VERSION_MAJOR) | (void) UNBOUND_VERSION_MAJOR; | #endif | | ; | return 0; | } configure:24078: result: no configure:24102: checking for SQLConnect in -lodbc configure:24127: gcc -o conftest -g -O2 conftest.c -lodbc -lm >&5 configure:24127: $? = 0 configure:24136: result: yes configure:24159: checking sql.h usability configure:24159: gcc -c -g -O2 conftest.c >&5 configure:24159: $? = 0 configure:24159: result: yes configure:24159: checking sql.h presence configure:24159: gcc -E conftest.c configure:24159: $? = 0 configure:24159: result: yes configure:24159: checking for sql.h configure:24159: result: yes configure:24199: checking for ogg_stream_init in -logg configure:24224: gcc -o conftest -g -O2 conftest.c -logg -lm >&5 configure:24224: $? = 0 configure:24233: result: yes configure:24256: checking ogg/ogg.h usability configure:24256: gcc -c -g -O2 conftest.c >&5 configure:24256: $? = 0 configure:24256: result: yes configure:24256: checking ogg/ogg.h presence configure:24256: gcc -E conftest.c configure:24256: $? = 0 configure:24256: result: yes configure:24256: checking for ogg/ogg.h configure:24256: result: yes configure:24297: checking for backtrace in -lexecinfo configure:24322: gcc -o conftest -g -O2 conftest.c -lexecinfo -lm >&5 /usr/bin/ld: cannot find -lexecinfo collect2: error: ld returned 1 exit status configure:24322: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char backtrace (); | int | main () | { | return backtrace (); | ; | return 0; | } configure:24331: result: no configure:24394: checking for backtrace in -lc configure:24419: gcc -o conftest -g -O2 conftest.c -lc -lm >&5 configure:24419: $? = 0 configure:24428: result: yes configure:24451: checking execinfo.h usability configure:24451: gcc -c -g -O2 conftest.c >&5 configure:24451: $? = 0 configure:24451: result: yes configure:24451: checking execinfo.h presence configure:24451: gcc -E conftest.c configure:24451: $? = 0 configure:24451: result: yes configure:24451: checking for execinfo.h configure:24451: result: yes configure:24491: checking for ba2str in -lbluetooth configure:24516: gcc -o conftest -g -O2 conftest.c -lbluetooth -lm >&5 configure:24516: $? = 0 configure:24525: result: yes configure:24548: checking bluetooth/bluetooth.h usability configure:24548: gcc -c -g -O2 conftest.c >&5 configure:24548: $? = 0 configure:24548: result: yes configure:24548: checking bluetooth/bluetooth.h presence configure:24548: gcc -E conftest.c configure:24548: $? = 0 configure:24548: result: yes configure:24548: checking for bluetooth/bluetooth.h configure:24548: result: yes configure:24603: checking linux/soundcard.h usability configure:24603: gcc -c -g -O2 conftest.c >&5 configure:24603: $? = 0 configure:24603: result: yes configure:24603: checking linux/soundcard.h presence configure:24603: gcc -E conftest.c configure:24603: $? = 0 configure:24603: result: yes configure:24603: checking for linux/soundcard.h configure:24603: result: yes configure:24945: checking for pg_config configure:24963: found /usr/bin/pg_config configure:24975: result: /usr/bin/pg_config configure:25015: checking for PQescapeStringConn in -lpq configure:25040: gcc -o conftest -g -O2 conftest.c -lpq -L/usr/lib/x86_64-linux-gnu -lz -lm >&5 configure:25040: $? = 0 configure:25049: result: yes configure:25060: checking for pg_encoding_to_char within Postgres headers configure:25077: gcc -o conftest -g -O2 -I/usr/include/postgresql -Werror -L/usr/lib/x86_64-linux-gnu -lpq -lz conftest.c -lm >&5 configure:25077: $? = 0 configure:25078: result: yes configure:26213: checking for PYTHONDEV configure:26220: $PKG_CONFIG --exists --print-errors "python" configure:26223: $? = 0 configure:26237: $PKG_CONFIG --exists --print-errors "python" configure:26240: $? = 0 configure:26284: result: yes configure:26312: checking for poptStrerror in -lpopt configure:26337: gcc -o conftest -g -O2 conftest.c -lpopt -lm >&5 configure:26337: $? = 0 configure:26346: result: yes configure:26369: checking popt.h usability configure:26369: gcc -c -g -O2 conftest.c >&5 configure:26369: $? = 0 configure:26369: result: yes configure:26369: checking popt.h presence configure:26369: gcc -E conftest.c configure:26369: $? = 0 configure:26369: result: yes configure:26369: checking for popt.h configure:26369: result: yes configure:26399: checking for PORTAUDIO configure:26406: $PKG_CONFIG --exists --print-errors "portaudio-2.0" configure:26409: $? = 0 configure:26423: $PKG_CONFIG --exists --print-errors "portaudio-2.0" configure:26426: $? = 0 configure:26470: result: yes configure:26594: checking for pri_connected_line_update in -lpri configure:26619: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:26619: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_connected_line_update (); | int | main () | { | return pri_connected_line_update (); | ; | return 0; | } configure:26628: result: no configure:26690: checking for pri_setup_ack in -lpri configure:26715: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:26715: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_setup_ack (); | int | main () | { | return pri_setup_ack (); | ; | return 0; | } configure:26724: result: no configure:26786: checking for pri_persistent_layer2_option in -lpri configure:26811: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:26811: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_persistent_layer2_option (); | int | main () | { | return pri_persistent_layer2_option (); | ; | return 0; | } configure:26820: result: no configure:26882: checking for pri_date_time_send_option in -lpri configure:26907: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:26907: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_date_time_send_option (); | int | main () | { | return pri_date_time_send_option (); | ; | return 0; | } configure:26916: result: no configure:26978: checking for pri_mwi_indicate_v2 in -lpri configure:27003: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:27003: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_mwi_indicate_v2 (); | int | main () | { | return pri_mwi_indicate_v2 (); | ; | return 0; | } configure:27012: result: no configure:27074: checking for pri_display_text in -lpri configure:27099: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:27099: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_display_text (); | int | main () | { | return pri_display_text (); | ; | return 0; | } configure:27108: result: no configure:27170: checking for pri_mwi_indicate in -lpri configure:27195: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:27195: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_mwi_indicate (); | int | main () | { | return pri_mwi_indicate (); | ; | return 0; | } configure:27204: result: no configure:27266: checking for pri_mcid_enable in -lpri configure:27291: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:27291: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_mcid_enable (); | int | main () | { | return pri_mcid_enable (); | ; | return 0; | } configure:27300: result: no configure:27362: checking for pri_connect_ack_enable in -lpri configure:27387: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:27387: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_connect_ack_enable (); | int | main () | { | return pri_connect_ack_enable (); | ; | return 0; | } configure:27396: result: no configure:27458: checking for pri_aoc_events_enable in -lpri configure:27483: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:27483: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_aoc_events_enable (); | int | main () | { | return pri_aoc_events_enable (); | ; | return 0; | } configure:27492: result: no configure:27554: checking for pri_transfer_enable in -lpri configure:27579: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:27579: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_transfer_enable (); | int | main () | { | return pri_transfer_enable (); | ; | return 0; | } configure:27588: result: no configure:27650: checking for pri_cc_enable in -lpri configure:27675: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:27675: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_cc_enable (); | int | main () | { | return pri_cc_enable (); | ; | return 0; | } configure:27684: result: no configure:27746: checking for pri_hangup_fix_enable in -lpri configure:27771: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:27771: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_hangup_fix_enable (); | int | main () | { | return pri_hangup_fix_enable (); | ; | return 0; | } configure:27780: result: no configure:27842: checking for pri_sr_set_called_subaddress in -lpri configure:27867: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:27867: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_sr_set_called_subaddress (); | int | main () | { | return pri_sr_set_called_subaddress (); | ; | return 0; | } configure:27876: result: no configure:27938: checking for pri_hold_enable in -lpri configure:27963: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:27963: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_hold_enable (); | int | main () | { | return pri_hold_enable (); | ; | return 0; | } configure:27972: result: no configure:28034: checking for pri_reroute_enable in -lpri configure:28059: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:28059: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_reroute_enable (); | int | main () | { | return pri_reroute_enable (); | ; | return 0; | } configure:28068: result: no configure:28130: checking for pri_sr_set_keypad_digits in -lpri configure:28155: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:28155: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_sr_set_keypad_digits (); | int | main () | { | return pri_sr_set_keypad_digits (); | ; | return 0; | } configure:28164: result: no configure:28230: checking for pri_progress_with_cause in -lpri configure:28255: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:28255: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_progress_with_cause (); | int | main () | { | return pri_progress_with_cause (); | ; | return 0; | } configure:28264: result: no configure:28326: checking for pri_set_inbanddisconnect in -lpri configure:28351: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:28351: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_set_inbanddisconnect (); | int | main () | { | return pri_set_inbanddisconnect (); | ; | return 0; | } configure:28360: result: no configure:28422: checking for pri_maintenance_service in -lpri configure:28447: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:28447: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_maintenance_service (); | int | main () | { | return pri_maintenance_service (); | ; | return 0; | } configure:28456: result: no configure:28518: checking for pri_sr_set_reversecharge in -lpri configure:28543: gcc -o conftest -g -O2 conftest.c -lpri -lm >&5 /usr/bin/ld: cannot find -lpri collect2: error: ld returned 1 exit status configure:28543: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pri_sr_set_reversecharge (); | int | main () | { | return pri_sr_set_reversecharge (); | ; | return 0; | } configure:28552: result: no configure:28616: checking for resample_open in -lresample configure:28641: gcc -o conftest -g -O2 conftest.c -lresample -lm -lm >&5 configure:28641: $? = 0 configure:28650: result: yes configure:28673: checking libresample.h usability configure:28673: gcc -c -g -O2 conftest.c >&5 configure:28673: $? = 0 configure:28673: result: yes configure:28673: checking libresample.h presence configure:28673: gcc -E conftest.c configure:28673: $? = 0 configure:28673: result: yes configure:28673: checking for libresample.h configure:28673: result: yes configure:28712: checking for fftw_malloc in -lfftw3 configure:28737: gcc -o conftest -g -O2 conftest.c -lfftw3 -lm >&5 /usr/bin/ld: cannot find -lfftw3 collect2: error: ld returned 1 exit status configure:28737: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char fftw_malloc (); | int | main () | { | return fftw_malloc (); | ; | return 0; | } configure:28746: result: no configure:28808: checking for sf_open in -lsndfile configure:28833: gcc -o conftest -g -O2 conftest.c -lsndfile -lm >&5 configure:28833: $? = 0 configure:28842: result: yes configure:28865: checking sndfile.h usability configure:28865: gcc -c -g -O2 conftest.c >&5 configure:28865: $? = 0 configure:28865: result: yes configure:28865: checking sndfile.h presence configure:28865: gcc -E conftest.c configure:28865: $? = 0 configure:28865: result: yes configure:28865: checking for sndfile.h configure:28865: result: yes configure:28893: checking for minimum version of SpanDSP configure:28917: gcc -c -g -O2 conftest.c >&5 configure:28917: $? = 0 configure:28918: result: yes configure:28954: checking for span_set_message_handler in -lspandsp configure:28979: gcc -o conftest -g -O2 conftest.c -lspandsp -ltiff -lm >&5 configure:28979: $? = 0 configure:28988: result: yes configure:29011: checking spandsp.h usability configure:29011: gcc -c -g -O2 conftest.c >&5 configure:29011: $? = 0 configure:29011: result: yes configure:29011: checking spandsp.h presence configure:29011: gcc -E conftest.c configure:29011: $? = 0 configure:29011: result: yes configure:29011: checking for spandsp.h configure:29011: result: yes configure:29055: checking for t38_terminal_init in -lspandsp configure:29080: gcc -o conftest -g -O2 conftest.c -lspandsp -ltiff -lm >&5 configure:29080: $? = 0 configure:29089: result: yes configure:29112: checking for spandsp.h configure:29112: result: yes configure:29154: checking for ss7_set_isup_timer in -lss7 configure:29179: gcc -o conftest -g -O2 conftest.c -lss7 -lm >&5 /usr/bin/ld: cannot find -lss7 collect2: error: ld returned 1 exit status configure:29179: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char ss7_set_isup_timer (); | int | main () | { | return ss7_set_isup_timer (); | ; | return 0; | } configure:29188: result: no configure:29251: checking for openr2_chan_new in -lopenr2 configure:29276: gcc -o conftest -g -O2 conftest.c -lopenr2 -lm >&5 /usr/bin/ld: cannot find -lopenr2 collect2: error: ld returned 1 exit status configure:29276: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char openr2_chan_new (); | int | main () | { | return openr2_chan_new (); | ; | return 0; | } configure:29285: result: no configure:29348: checking for opus_encoder_create in -lopus configure:29373: gcc -o conftest -g -O2 conftest.c -lopus -lm >&5 configure:29373: $? = 0 configure:29382: result: yes configure:29405: checking opus/opus.h usability configure:29405: gcc -c -g -O2 conftest.c >&5 configure:29405: $? = 0 configure:29405: result: yes configure:29405: checking opus/opus.h presence configure:29405: gcc -E conftest.c configure:29405: $? = 0 configure:29405: result: yes configure:29405: checking for opus/opus.h configure:29405: result: yes configure:29450: checking for op_open_callbacks in -lopusfile configure:29475: gcc -o conftest -g -O2 -I/usr/include/opus conftest.c -lopusfile -lm >&5 /usr/bin/ld: cannot find -lopusfile collect2: error: ld returned 1 exit status configure:29475: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char op_open_callbacks (); | int | main () | { | return op_open_callbacks (); | ; | return 0; | } configure:29484: result: no configure:29549: checking for luaL_newstate in -llua5.3 configure:29574: gcc -o conftest -g -O2 conftest.c -llua5.3 -lm -lm >&5 /usr/bin/ld: cannot find -llua5.3 collect2: error: ld returned 1 exit status configure:29574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char luaL_newstate (); | int | main () | { | return luaL_newstate (); | ; | return 0; | } configure:29584: result: no configure:29549: checking for luaL_newstate in -llua5.2 configure:29574: gcc -o conftest -g -O2 conftest.c -llua5.2 -lm -lm >&5 /usr/bin/ld: cannot find -llua5.2 collect2: error: ld returned 1 exit status configure:29574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char luaL_newstate (); | int | main () | { | return luaL_newstate (); | ; | return 0; | } configure:29584: result: no configure:29549: checking for luaL_newstate in -llua5.1 configure:29574: gcc -o conftest -g -O2 conftest.c -llua5.1 -lm -lm >&5 configure:29574: $? = 0 configure:29584: result: yes configure:29608: checking lua5.1/lua.h usability configure:29608: gcc -c -g -O2 conftest.c >&5 configure:29608: $? = 0 configure:29608: result: yes configure:29608: checking lua5.1/lua.h presence configure:29608: gcc -E conftest.c configure:29608: $? = 0 configure:29608: result: yes configure:29608: checking for lua5.1/lua.h configure:29608: result: yes configure:29757: checking for rc_read_config in -lfreeradius-client configure:29782: gcc -o conftest -g -O2 conftest.c -lfreeradius-client -lm >&5 /usr/bin/ld: cannot find -lfreeradius-client collect2: error: ld returned 1 exit status configure:29782: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char rc_read_config (); | int | main () | { | return rc_read_config (); | ; | return 0; | } configure:29791: result: no configure:29858: checking for rc_read_config in -lradiusclient-ng configure:29883: gcc -o conftest -g -O2 conftest.c -lradiusclient-ng -lm >&5 /usr/bin/ld: cannot find -lradiusclient-ng collect2: error: ld returned 1 exit status configure:29883: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char rc_read_config (); | int | main () | { | return rc_read_config (); | ; | return 0; | } configure:29892: result: no configure:29959: checking for rc_read_config in -lradcli configure:29984: gcc -o conftest -g -O2 conftest.c -lradcli -lm >&5 /usr/bin/ld: cannot find -lradcli collect2: error: ld returned 1 exit status configure:29984: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char rc_read_config (); | int | main () | { | return rc_read_config (); | ; | return 0; | } configure:29993: result: no configure:30063: checking for codec2_create in -lcodec2 configure:30088: gcc -o conftest -g -O2 conftest.c -lcodec2 -lm >&5 /usr/bin/ld: cannot find -lcodec2 collect2: error: ld returned 1 exit status configure:30088: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char codec2_create (); | int | main () | { | return codec2_create (); | ; | return 0; | } configure:30097: result: no configure:30160: checking for cpg_join in -lcpg configure:30185: gcc -o conftest -g -O2 conftest.c -lcpg -lcpg -lcfg -lm >&5 configure:30185: $? = 0 configure:30194: result: yes configure:30217: checking corosync/cpg.h usability configure:30217: gcc -c -g -O2 conftest.c >&5 configure:30217: $? = 0 configure:30217: result: yes configure:30217: checking corosync/cpg.h presence configure:30217: gcc -E conftest.c configure:30217: $? = 0 configure:30217: result: yes configure:30217: checking for corosync/cpg.h configure:30217: result: yes configure:30256: checking for corosync_cfg_state_track in -lcfg configure:30281: gcc -o conftest -g -O2 conftest.c -lcfg -lcfg -lm >&5 configure:30281: $? = 0 configure:30290: result: yes configure:30313: checking corosync/cfg.h usability configure:30313: gcc -c -g -O2 conftest.c >&5 configure:30313: $? = 0 configure:30313: result: yes configure:30313: checking corosync/cfg.h presence configure:30313: gcc -E conftest.c configure:30313: $? = 0 configure:30313: result: yes configure:30313: checking for corosync/cfg.h configure:30313: result: yes configure:30353: checking for speex_encode in -lspeex configure:30378: gcc -o conftest -g -O2 conftest.c -lspeex -lm -lm >&5 configure:30378: $? = 0 configure:30387: result: yes configure:30410: checking speex/speex.h usability configure:30410: gcc -c -g -O2 conftest.c >&5 configure:30410: $? = 0 configure:30410: result: yes configure:30410: checking speex/speex.h presence configure:30410: gcc -E conftest.c configure:30410: $? = 0 configure:30410: result: yes configure:30410: checking for speex/speex.h configure:30410: result: yes configure:30451: checking for speex_preprocess_ctl in -lspeex configure:30476: gcc -o conftest -g -O2 conftest.c -lspeex -lm -lm >&5 /tmp/cck6IIcO.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:358: undefined reference to `speex_preprocess_ctl' collect2: error: ld returned 1 exit status configure:30476: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | #define HAVE_COROSYNC 1 | #define HAVE_COROSYNC_CFG_STATE_TRACK 1 | #define HAVE_SPEEX 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char speex_preprocess_ctl (); | int | main () | { | return speex_preprocess_ctl (); | ; | return 0; | } configure:30485: result: no configure:30551: checking for speex_preprocess_ctl in -lspeexdsp configure:30576: gcc -o conftest -g -O2 conftest.c -lspeexdsp -lm -lm >&5 configure:30576: $? = 0 configure:30585: result: yes configure:30608: checking for speex/speex.h configure:30608: result: yes configure:30653: checking for sqlite_exec in -lsqlite configure:30678: gcc -o conftest -g -O2 conftest.c -lsqlite -lm >&5 configure:30678: $? = 0 configure:30687: result: yes configure:30710: checking sqlite.h usability configure:30710: gcc -c -g -O2 conftest.c >&5 configure:30710: $? = 0 configure:30710: result: yes configure:30710: checking sqlite.h presence configure:30710: gcc -E conftest.c configure:30710: $? = 0 configure:30710: result: yes configure:30710: checking for sqlite.h configure:30710: result: yes configure:30750: checking for sqlite3_open in -lsqlite3 configure:30775: gcc -o conftest -g -O2 -pthread conftest.c -lsqlite3 -lm >&5 configure:30775: $? = 0 configure:30784: result: yes configure:30807: checking sqlite3.h usability configure:30807: gcc -c -g -O2 -pthread conftest.c >&5 configure:30807: $? = 0 configure:30807: result: yes configure:30807: checking sqlite3.h presence configure:30807: gcc -E -pthread conftest.c configure:30807: $? = 0 configure:30807: result: yes configure:30807: checking for sqlite3.h configure:30807: result: yes configure:30856: checking for crypt in -lcrypt configure:30881: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5 configure:30881: $? = 0 configure:30890: result: yes configure:30913: checking crypt.h usability configure:30913: gcc -c -g -O2 conftest.c >&5 configure:30913: $? = 0 configure:30913: result: yes configure:30913: checking crypt.h presence configure:30913: gcc -E conftest.c configure:30913: $? = 0 configure:30913: result: yes configure:30913: checking for crypt.h configure:30913: result: yes configure:30938: checking for crypt configure:30938: gcc -o conftest -g -O2 conftest.c -lm >&5 /tmp/ccgSilgv.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:385: undefined reference to `crypt' collect2: error: ld returned 1 exit status configure:30938: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | #define HAVE_COROSYNC 1 | #define HAVE_COROSYNC_CFG_STATE_TRACK 1 | #define HAVE_SPEEX 1 | #define HAVE_SPEEXDSP 1 | #define HAVE_SQLITE 1 | #define HAVE_SQLITE3 1 | #define HAVE_LIBCRYPT 1 | /* end confdefs.h. */ | /* Define crypt to an innocuous variant, in case declares crypt. | For example, HP-UX 11i declares gettimeofday. */ | #define crypt innocuous_crypt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char crypt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef crypt | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char crypt (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_crypt || defined __stub___crypt | choke me | #endif | | int | main () | { | return crypt (); | ; | return 0; | } configure:30938: result: no configure:30964: checking for crypt_r in -lcrypt configure:30989: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5 configure:30989: $? = 0 configure:30998: result: yes configure:31021: checking for AES_encrypt in -lcrypto configure:31046: gcc -o conftest -g -O2 conftest.c -lcrypto -lm >&5 configure:31046: $? = 0 configure:31055: result: yes configure:31078: checking openssl/aes.h usability configure:31078: gcc -c -g -O2 conftest.c >&5 configure:31078: $? = 0 configure:31078: result: yes configure:31078: checking openssl/aes.h presence configure:31078: gcc -E conftest.c configure:31078: $? = 0 configure:31078: result: yes configure:31078: checking for openssl/aes.h configure:31078: result: yes configure:31120: checking for SSL_connect in -lssl configure:31145: gcc -o conftest -g -O2 conftest.c -lssl -lcrypto -lm >&5 configure:31145: $? = 0 configure:31154: result: yes configure:31177: checking openssl/ssl.h usability configure:31177: gcc -c -g -O2 conftest.c >&5 configure:31177: $? = 0 configure:31177: result: yes configure:31177: checking openssl/ssl.h presence configure:31177: gcc -E conftest.c configure:31177: $? = 0 configure:31177: result: yes configure:31177: checking for openssl/ssl.h configure:31177: result: yes configure:31221: checking osp/osp.h usability configure:31221: gcc -c -g -O2 conftest.c >&5 conftest.c:388:21: fatal error: osp/osp.h: No such file or directory #include ^ compilation terminated. configure:31221: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | #define HAVE_COROSYNC 1 | #define HAVE_COROSYNC_CFG_STATE_TRACK 1 | #define HAVE_SPEEX 1 | #define HAVE_SPEEXDSP 1 | #define HAVE_SQLITE 1 | #define HAVE_SQLITE3 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_CRYPT 1 | #define HAVE_CRYPT_R 1 | #define HAVE_CRYPTO 1 | #define HAVE_OPENSSL 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:31221: result: no configure:31221: checking osp/osp.h presence configure:31221: gcc -E conftest.c conftest.c:355:21: fatal error: osp/osp.h: No such file or directory #include ^ compilation terminated. configure:31221: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | #define HAVE_COROSYNC 1 | #define HAVE_COROSYNC_CFG_STATE_TRACK 1 | #define HAVE_SPEEX 1 | #define HAVE_SPEEXDSP 1 | #define HAVE_SQLITE 1 | #define HAVE_SQLITE3 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_CRYPT 1 | #define HAVE_CRYPT_R 1 | #define HAVE_CRYPTO 1 | #define HAVE_OPENSSL 1 | /* end confdefs.h. */ | #include configure:31221: result: no configure:31221: checking for osp/osp.h configure:31221: result: no configure:31349: checking for srtp_init in -lsrtp2 configure:31374: gcc -o conftest -g -O2 conftest.c -lsrtp2 -lm >&5 configure:31374: $? = 0 configure:31383: result: yes configure:31406: checking srtp2/srtp.h usability configure:31406: gcc -c -g -O2 conftest.c >&5 configure:31406: $? = 0 configure:31406: result: yes configure:31406: checking srtp2/srtp.h presence configure:31406: gcc -E conftest.c configure:31406: $? = 0 configure:31406: result: yes configure:31406: checking for srtp2/srtp.h configure:31406: result: yes configure:31443: checking for the ability of -lsrtp2 to be linked in a shared object configure:31459: gcc -o conftest -g -O2 -shared -fPIC conftest.c -lm -lsrtp2 >&5 configure:31459: $? = 0 configure:31461: result: yes configure:31523: checking for srtp_crypto_policy_set_aes_cm_256_hmac_sha1_80 in -lsrtp2 configure:31548: gcc -o conftest -g -O2 conftest.c -lsrtp2 -lm >&5 configure:31548: $? = 0 configure:31557: result: yes configure:31609: checking for srtp_crypto_policy_set_aes_cm_192_hmac_sha1_80 in -lsrtp2 configure:31634: gcc -o conftest -g -O2 conftest.c -lsrtp2 -lm >&5 /tmp/cc1Ln5oI.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:369: undefined reference to `srtp_crypto_policy_set_aes_cm_192_hmac_sha1_80' collect2: error: ld returned 1 exit status configure:31634: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | #define HAVE_COROSYNC 1 | #define HAVE_COROSYNC_CFG_STATE_TRACK 1 | #define HAVE_SPEEX 1 | #define HAVE_SPEEXDSP 1 | #define HAVE_SQLITE 1 | #define HAVE_SQLITE3 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_CRYPT 1 | #define HAVE_CRYPT_R 1 | #define HAVE_CRYPTO 1 | #define HAVE_OPENSSL 1 | #define HAVE_SRTP 1 | #define HAVE_SRTP_VERSION 2 | #define HAVE_SRTP_256 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char srtp_crypto_policy_set_aes_cm_192_hmac_sha1_80 (); | int | main () | { | return srtp_crypto_policy_set_aes_cm_192_hmac_sha1_80 (); | ; | return 0; | } configure:31643: result: no configure:31695: checking for srtp_crypto_policy_set_aes_gcm_128_8_auth in -lsrtp2 configure:31720: gcc -o conftest -g -O2 conftest.c -lsrtp2 -lm >&5 /tmp/ccjyjlGQ.o: In function `main': /usr/src/asterisk-15.6.0/conftest.c:369: undefined reference to `srtp_crypto_policy_set_aes_gcm_128_8_auth' collect2: error: ld returned 1 exit status configure:31720: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | #define HAVE_COROSYNC 1 | #define HAVE_COROSYNC_CFG_STATE_TRACK 1 | #define HAVE_SPEEX 1 | #define HAVE_SPEEXDSP 1 | #define HAVE_SQLITE 1 | #define HAVE_SQLITE3 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_CRYPT 1 | #define HAVE_CRYPT_R 1 | #define HAVE_CRYPTO 1 | #define HAVE_OPENSSL 1 | #define HAVE_SRTP 1 | #define HAVE_SRTP_VERSION 2 | #define HAVE_SRTP_256 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char srtp_crypto_policy_set_aes_gcm_128_8_auth (); | int | main () | { | return srtp_crypto_policy_set_aes_gcm_128_8_auth (); | ; | return 0; | } configure:31729: result: no configure:31781: checking for srtp_shutdown in -lsrtp2 configure:31806: gcc -o conftest -g -O2 conftest.c -lsrtp2 -lm >&5 configure:31806: $? = 0 configure:31815: result: yes configure:31838: checking for srtp2/srtp.h configure:31838: result: yes configure:32411: checking for GMIME configure:32418: $PKG_CONFIG --exists --print-errors "gmime-$ver" Package gmime-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gmime-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gmime-2.0' found configure:32421: $? = 1 configure:32435: $PKG_CONFIG --exists --print-errors "gmime-$ver" Package gmime-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gmime-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gmime-2.0' found configure:32438: $? = 1 configure:32452: result: no No package 'gmime-2.0' found configure:32411: checking for GMIME configure:32418: $PKG_CONFIG --exists --print-errors "gmime-$ver" Package gmime-2.2 was not found in the pkg-config search path. Perhaps you should add the directory containing `gmime-2.2.pc' to the PKG_CONFIG_PATH environment variable No package 'gmime-2.2' found configure:32421: $? = 1 configure:32435: $PKG_CONFIG --exists --print-errors "gmime-$ver" Package gmime-2.2 was not found in the pkg-config search path. Perhaps you should add the directory containing `gmime-2.2.pc' to the PKG_CONFIG_PATH environment variable No package 'gmime-2.2' found configure:32438: $? = 1 configure:32452: result: no No package 'gmime-2.2' found configure:32411: checking for GMIME configure:32418: $PKG_CONFIG --exists --print-errors "gmime-$ver" Package gmime-2.4 was not found in the pkg-config search path. Perhaps you should add the directory containing `gmime-2.4.pc' to the PKG_CONFIG_PATH environment variable No package 'gmime-2.4' found configure:32421: $? = 1 configure:32435: $PKG_CONFIG --exists --print-errors "gmime-$ver" Package gmime-2.4 was not found in the pkg-config search path. Perhaps you should add the directory containing `gmime-2.4.pc' to the PKG_CONFIG_PATH environment variable No package 'gmime-2.4' found configure:32438: $? = 1 configure:32452: result: no No package 'gmime-2.4' found configure:32411: checking for GMIME configure:32418: $PKG_CONFIG --exists --print-errors "gmime-$ver" configure:32421: $? = 0 configure:32435: $PKG_CONFIG --exists --print-errors "gmime-$ver" configure:32438: $? = 0 configure:32482: result: yes configure:32514: checking for malloc in -lhoard configure:32539: gcc -o conftest -g -O2 conftest.c -lhoard -lm >&5 conftest.c:367:6: warning: conflicting types for built-in function 'malloc' char malloc (); ^ /usr/bin/ld: cannot find -lhoard collect2: error: ld returned 1 exit status configure:32539: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | #define HAVE_COROSYNC 1 | #define HAVE_COROSYNC_CFG_STATE_TRACK 1 | #define HAVE_SPEEX 1 | #define HAVE_SPEEXDSP 1 | #define HAVE_SQLITE 1 | #define HAVE_SQLITE3 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_CRYPT 1 | #define HAVE_CRYPT_R 1 | #define HAVE_CRYPTO 1 | #define HAVE_OPENSSL 1 | #define HAVE_SRTP 1 | #define HAVE_SRTP_VERSION 2 | #define HAVE_SRTP_256 1 | #define HAVE_SRTP_SHUTDOWN 1 | #define HAVE_GMIME 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char malloc (); | int | main () | { | return malloc (); | ; | return 0; | } configure:32548: result: no configure:32601: checking for dbinit in -lsybdb configure:32626: gcc -o conftest -g -O2 conftest.c -lsybdb -lm >&5 configure:32626: $? = 0 configure:32635: result: yes configure:32658: checking sybdb.h usability configure:32658: gcc -c -g -O2 conftest.c >&5 configure:32658: $? = 0 configure:32658: result: yes configure:32658: checking sybdb.h presence configure:32658: gcc -E conftest.c configure:32658: $? = 0 configure:32658: result: yes configure:32658: checking for sybdb.h configure:32658: result: yes configure:32684: checking for tone_zone_find_by_num in -ltonezone configure:32709: gcc -o conftest -g -O2 conftest.c -ltonezone -lm >&5 /usr/bin/ld: cannot find -ltonezone collect2: error: ld returned 1 exit status configure:32709: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | #define HAVE_COROSYNC 1 | #define HAVE_COROSYNC_CFG_STATE_TRACK 1 | #define HAVE_SPEEX 1 | #define HAVE_SPEEXDSP 1 | #define HAVE_SQLITE 1 | #define HAVE_SQLITE3 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_CRYPT 1 | #define HAVE_CRYPT_R 1 | #define HAVE_CRYPTO 1 | #define HAVE_OPENSSL 1 | #define HAVE_SRTP 1 | #define HAVE_SRTP_VERSION 2 | #define HAVE_SRTP_256 1 | #define HAVE_SRTP_SHUTDOWN 1 | #define HAVE_GMIME 1 | #define HAVE_FREETDS 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char tone_zone_find_by_num (); | int | main () | { | return tone_zone_find_by_num (); | ; | return 0; | } configure:32718: result: no configure:32745: checking for tone_zone_find in -ltonezone configure:32770: gcc -o conftest -g -O2 conftest.c -ltonezone -lm -lm >&5 /usr/bin/ld: cannot find -ltonezone collect2: error: ld returned 1 exit status configure:32770: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | #define HAVE_COROSYNC 1 | #define HAVE_COROSYNC_CFG_STATE_TRACK 1 | #define HAVE_SPEEX 1 | #define HAVE_SPEEXDSP 1 | #define HAVE_SQLITE 1 | #define HAVE_SQLITE3 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_CRYPT 1 | #define HAVE_CRYPT_R 1 | #define HAVE_CRYPTO 1 | #define HAVE_OPENSSL 1 | #define HAVE_SRTP 1 | #define HAVE_SRTP_VERSION 2 | #define HAVE_SRTP_256 1 | #define HAVE_SRTP_SHUTDOWN 1 | #define HAVE_GMIME 1 | #define HAVE_FREETDS 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char tone_zone_find (); | int | main () | { | return tone_zone_find (); | ; | return 0; | } configure:32779: result: no configure:32842: checking for vorbis_info_init in -lvorbis configure:32867: gcc -o conftest -g -O2 conftest.c -lvorbis -lm -lvorbisenc -lvorbisfile -lm >&5 configure:32867: $? = 0 configure:32876: result: yes configure:32899: checking vorbis/codec.h usability configure:32899: gcc -c -g -O2 conftest.c >&5 configure:32899: $? = 0 configure:32899: result: yes configure:32899: checking vorbis/codec.h presence configure:32899: gcc -E conftest.c configure:32899: $? = 0 configure:32899: result: yes configure:32899: checking for vorbis/codec.h configure:32899: result: yes configure:32926: checking for OV_CALLBACKS_NOCLOSE declared in vorbis/vorbisfile.h configure:32948: gcc -c -g -O2 conftest.c >&5 configure:32948: $? = 0 configure:32949: result: yes configure:32976: checking for vpb_open in -lvpb configure:33005: g++ -o conftest -g -O2 -pthread conftest.cpp -lm -lvpb >&5 configure:33005: $? = 0 configure:33006: result: yes configure:33055: checking for compress in -lz configure:33080: gcc -o conftest -g -O2 conftest.c -lz -lm >&5 configure:33080: $? = 0 configure:33089: result: yes configure:33112: checking zlib.h usability configure:33112: gcc -c -g -O2 conftest.c >&5 configure:33112: $? = 0 configure:33112: result: yes configure:33112: checking zlib.h presence configure:33112: gcc -E conftest.c configure:33112: $? = 0 configure:33112: result: yes configure:33112: checking for zlib.h configure:33112: result: yes configure:33140: checking whether ODBC has support for Unicode types configure:33154: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:33154: $? = 0 configure:33155: result: yes configure:33169: checking linux/compiler.h usability configure:33169: gcc -c -g -O2 conftest.c >&5 conftest.c:399:28: fatal error: linux/compiler.h: No such file or directory #include ^ compilation terminated. configure:33169: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | #define HAVE_COROSYNC 1 | #define HAVE_COROSYNC_CFG_STATE_TRACK 1 | #define HAVE_SPEEX 1 | #define HAVE_SPEEXDSP 1 | #define HAVE_SQLITE 1 | #define HAVE_SQLITE3 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_CRYPT 1 | #define HAVE_CRYPT_R 1 | #define HAVE_CRYPTO 1 | #define HAVE_OPENSSL 1 | #define HAVE_SRTP 1 | #define HAVE_SRTP_VERSION 2 | #define HAVE_SRTP_256 1 | #define HAVE_SRTP_SHUTDOWN 1 | #define HAVE_GMIME 1 | #define HAVE_FREETDS 1 | #define HAVE_VORBIS 1 | #define HAVE_VORBIS_OPEN_CALLBACKS 1 | #define HAVE_VPB 1 | #define HAVE_ZLIB 1 | #define HAVE_ODBC_WCHAR 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:33169: result: no configure:33169: checking linux/compiler.h presence configure:33169: gcc -E conftest.c conftest.c:366:28: fatal error: linux/compiler.h: No such file or directory #include ^ compilation terminated. configure:33169: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | #define HAVE_COROSYNC 1 | #define HAVE_COROSYNC_CFG_STATE_TRACK 1 | #define HAVE_SPEEX 1 | #define HAVE_SPEEXDSP 1 | #define HAVE_SQLITE 1 | #define HAVE_SQLITE3 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_CRYPT 1 | #define HAVE_CRYPT_R 1 | #define HAVE_CRYPTO 1 | #define HAVE_OPENSSL 1 | #define HAVE_SRTP 1 | #define HAVE_SRTP_VERSION 2 | #define HAVE_SRTP_256 1 | #define HAVE_SRTP_SHUTDOWN 1 | #define HAVE_GMIME 1 | #define HAVE_FREETDS 1 | #define HAVE_VORBIS 1 | #define HAVE_VORBIS_OPEN_CALLBACKS 1 | #define HAVE_VPB 1 | #define HAVE_ZLIB 1 | #define HAVE_ODBC_WCHAR 1 | /* end confdefs.h. */ | #include configure:33169: result: no configure:33169: checking for linux/compiler.h configure:33169: result: no configure:33180: checking for linux/ixjuser.h configure:33180: gcc -c -g -O2 conftest.c >&5 configure:33180: $? = 0 configure:33180: result: yes configure:33199: checking for MSG_NOSIGNAL in sys/socket.h configure:33224: gcc -c -g -O2 conftest.c >&5 configure:33224: $? = 0 configure:33225: result: yes configure:33245: checking for SO_NOSIGPIPE in sys/socket.h configure:33270: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:374:22: error: 'bar' undeclared (first use in this function) int foo = bar; ^ conftest.c:374:22: note: each undeclared identifier is reported only once for each function it appears in configure:33270: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | #define HAVE_COROSYNC 1 | #define HAVE_COROSYNC_CFG_STATE_TRACK 1 | #define HAVE_SPEEX 1 | #define HAVE_SPEEXDSP 1 | #define HAVE_SQLITE 1 | #define HAVE_SQLITE3 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_CRYPT 1 | #define HAVE_CRYPT_R 1 | #define HAVE_CRYPTO 1 | #define HAVE_OPENSSL 1 | #define HAVE_SRTP 1 | #define HAVE_SRTP_VERSION 2 | #define HAVE_SRTP_256 1 | #define HAVE_SRTP_SHUTDOWN 1 | #define HAVE_GMIME 1 | #define HAVE_FREETDS 1 | #define HAVE_VORBIS 1 | #define HAVE_VORBIS_OPEN_CALLBACKS 1 | #define HAVE_VPB 1 | #define HAVE_ZLIB 1 | #define HAVE_ODBC_WCHAR 1 | #define HAVE_MSG_NOSIGNAL 1 | /* end confdefs.h. */ | #include | int | main () | { | #if defined(SO_NOSIGPIPE) | int foo = 0; | #else | int foo = bar; | #endif | 0 | | ; | return 0; | } configure:33280: result: no configure:33340: checking for sdl-config configure:33374: result: no configure:33423: checking for IMG_Load in -lSDL_image configure:33448: gcc -o conftest -g -O2 conftest.c -lSDL_image -lm >&5 /usr/bin/ld: cannot find -lSDL_image collect2: error: ld returned 1 exit status configure:33448: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | #define HAVE_COROSYNC 1 | #define HAVE_COROSYNC_CFG_STATE_TRACK 1 | #define HAVE_SPEEX 1 | #define HAVE_SPEEXDSP 1 | #define HAVE_SQLITE 1 | #define HAVE_SQLITE3 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_CRYPT 1 | #define HAVE_CRYPT_R 1 | #define HAVE_CRYPTO 1 | #define HAVE_OPENSSL 1 | #define HAVE_SRTP 1 | #define HAVE_SRTP_VERSION 2 | #define HAVE_SRTP_256 1 | #define HAVE_SRTP_SHUTDOWN 1 | #define HAVE_GMIME 1 | #define HAVE_FREETDS 1 | #define HAVE_VORBIS 1 | #define HAVE_VORBIS_OPEN_CALLBACKS 1 | #define HAVE_VPB 1 | #define HAVE_ZLIB 1 | #define HAVE_ODBC_WCHAR 1 | #define HAVE_MSG_NOSIGNAL 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char IMG_Load (); | int | main () | { | return IMG_Load (); | ; | return 0; | } configure:33457: result: no configure:33519: checking for sws_getContext in -lavcodec configure:33544: gcc -o conftest -g -O2 -pthread conftest.c -lavcodec -lz -lm -lm >&5 /usr/bin/ld: cannot find -lavcodec collect2: error: ld returned 1 exit status configure:33544: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | #define HAVE_COROSYNC 1 | #define HAVE_COROSYNC_CFG_STATE_TRACK 1 | #define HAVE_SPEEX 1 | #define HAVE_SPEEXDSP 1 | #define HAVE_SQLITE 1 | #define HAVE_SQLITE3 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_CRYPT 1 | #define HAVE_CRYPT_R 1 | #define HAVE_CRYPTO 1 | #define HAVE_OPENSSL 1 | #define HAVE_SRTP 1 | #define HAVE_SRTP_VERSION 2 | #define HAVE_SRTP_256 1 | #define HAVE_SRTP_SHUTDOWN 1 | #define HAVE_GMIME 1 | #define HAVE_FREETDS 1 | #define HAVE_VORBIS 1 | #define HAVE_VORBIS_OPEN_CALLBACKS 1 | #define HAVE_VPB 1 | #define HAVE_ZLIB 1 | #define HAVE_ODBC_WCHAR 1 | #define HAVE_MSG_NOSIGNAL 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sws_getContext (); | int | main () | { | return sws_getContext (); | ; | return 0; | } configure:33553: result: no configure:33603: checking linux/videodev.h usability configure:33603: gcc -c -g -O2 conftest.c >&5 conftest.c:400:28: fatal error: linux/videodev.h: No such file or directory #include ^ compilation terminated. configure:33603: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | #define HAVE_COROSYNC 1 | #define HAVE_COROSYNC_CFG_STATE_TRACK 1 | #define HAVE_SPEEX 1 | #define HAVE_SPEEXDSP 1 | #define HAVE_SQLITE 1 | #define HAVE_SQLITE3 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_CRYPT 1 | #define HAVE_CRYPT_R 1 | #define HAVE_CRYPTO 1 | #define HAVE_OPENSSL 1 | #define HAVE_SRTP 1 | #define HAVE_SRTP_VERSION 2 | #define HAVE_SRTP_256 1 | #define HAVE_SRTP_SHUTDOWN 1 | #define HAVE_GMIME 1 | #define HAVE_FREETDS 1 | #define HAVE_VORBIS 1 | #define HAVE_VORBIS_OPEN_CALLBACKS 1 | #define HAVE_VPB 1 | #define HAVE_ZLIB 1 | #define HAVE_ODBC_WCHAR 1 | #define HAVE_MSG_NOSIGNAL 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:33603: result: no configure:33603: checking linux/videodev.h presence configure:33603: gcc -E conftest.c conftest.c:367:28: fatal error: linux/videodev.h: No such file or directory #include ^ compilation terminated. configure:33603: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "asterisk" | #define PACKAGE_TARNAME "asterisk" | #define PACKAGE_VERSION "trunk" | #define PACKAGE_STRING "asterisk trunk" | #define PACKAGE_BUGREPORT "https://issues.asterisk.org" | #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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_PJPROJECT 1 | #define HAVE_PJPROJECT_BUNDLED 1 | #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 | #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 | #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 | #define HAVE_PJSIP_GET_DEST_INFO 1 | #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 | #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 | #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 | #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 | #define HAVE_PJSIP_INV_SESSION_REF 1 | #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 | #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 | #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 | #define HAVE_CURL 1 | #define LIBCURL_FEATURE_SSL 1 | #define LIBCURL_FEATURE_IPV6 1 | #define LIBCURL_FEATURE_LIBZ 1 | #define LIBCURL_FEATURE_ASYNCHDNS 1 | #define LIBCURL_FEATURE_IDN 1 | #define LIBCURL_FEATURE_GSS_API 1 | #define LIBCURL_FEATURE_SPNEGO 1 | #define LIBCURL_FEATURE_NTLM 1 | #define LIBCURL_FEATURE_NTLM_WB 1 | #define LIBCURL_FEATURE_TLS_SRP 1 | #define LIBCURL_PROTOCOL_DICT 1 | #define LIBCURL_PROTOCOL_FILE 1 | #define LIBCURL_PROTOCOL_FTP 1 | #define LIBCURL_PROTOCOL_FTPS 1 | #define LIBCURL_PROTOCOL_GOPHER 1 | #define LIBCURL_PROTOCOL_HTTP 1 | #define LIBCURL_PROTOCOL_HTTPS 1 | #define LIBCURL_PROTOCOL_IMAP 1 | #define LIBCURL_PROTOCOL_IMAPS 1 | #define LIBCURL_PROTOCOL_LDAP 1 | #define LIBCURL_PROTOCOL_LDAPS 1 | #define LIBCURL_PROTOCOL_POP3 1 | #define LIBCURL_PROTOCOL_POP3S 1 | #define LIBCURL_PROTOCOL_RTMP 1 | #define LIBCURL_PROTOCOL_RTSP 1 | #define LIBCURL_PROTOCOL_SCP 1 | #define LIBCURL_PROTOCOL_SFTP 1 | #define LIBCURL_PROTOCOL_SMTP 1 | #define LIBCURL_PROTOCOL_SMTPS 1 | #define LIBCURL_PROTOCOL_TELNET 1 | #define LIBCURL_PROTOCOL_TFTP 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_PWD_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBEDIT 1 | #define HAVE_LIBUUID 1 | #define HAVE_JANSSON 1 | #define HAVE_RT 1 | #define HAVE_LIBXML2 1 | #define AST_XML_DOCS 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXSLT_CLEANUP 1 | #define HAVE_XLOCALE_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_UCRED_UID 1 | #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_STRUCT_STAT_ST_MTIM 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_FSEEKO 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRFTIME 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_VPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_ENDPWENT 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_FFSLL 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GLOB 1 | #define HAVE_IOPERM 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKDTEMP 1 | #define HAVE_MUNMAP 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_PPOLL 1 | #define HAVE_PUTENV 1 | #define HAVE_RE_COMP 1 | #define HAVE_REGCOMP 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCASESTR 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSEP 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLD 1 | #define HAVE_STRTOQ 1 | #define HAVE_UNSETENV 1 | #define HAVE_USELOCALE 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SYSCTL 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE_LOG2 1 | #define HAVE_EXP10 1 | #define HAVE_LOG10 1 | #define HAVE_SIN 1 | #define HAVE_COS 1 | #define HAVE_TAN 1 | #define HAVE_ASIN 1 | #define HAVE_ACOS 1 | #define HAVE_ATAN 1 | #define HAVE_ATAN2 1 | #define HAVE_POW 1 | #define HAVE_RINT 1 | #define HAVE_EXP 1 | #define HAVE_LOG 1 | #define HAVE_REMAINDER 1 | #define HAVE_FMOD 1 | #define HAVE_ROUND 1 | #define HAVE_ROUNDF 1 | #define HAVE_TRUNC 1 | #define HAVE_FLOOR 1 | #define HAVE_CEIL 1 | #define HAVE_EXP2L 1 | #define HAVE_LOG2L 1 | #define HAVE_EXP10L 1 | #define HAVE_LOG10L 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_TANL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_ATAN2L 1 | #define HAVE_POWL 1 | #define HAVE_SQRTL 1 | #define HAVE_RINTL 1 | #define HAVE_EXPL 1 | #define HAVE_LOGL 1 | #define HAVE_REMAINDERL 1 | #define HAVE_FMODL 1 | #define HAVE_ROUNDL 1 | #define HAVE_TRUNCL 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_LLONG_MAX 1 | #define HAVE_TIMERSUB 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_PKTINFO 1 | #define HAVE_GETHOSTBYNAME_R_6 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_LOCALE_T_IN_LOCALE_H 1 | #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 | #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 | #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 | #define HAVE_PTHREAD_SPINLOCK 1 | #define HAS_WORKING_SEMAPHORE 1 | #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 | #define HAVE_GCC_ATOMICS 1 | #define HAVE_NULLSAFE_PRINTF 1 | #define HAVE_EVENTFD 1 | #define HAVE_ATTRIBUTE_pure 1 | #define HAVE_ATTRIBUTE_malloc 1 | #define HAVE_ATTRIBUTE_const 1 | #define HAVE_ATTRIBUTE_unused 1 | #define HAVE_ATTRIBUTE_deprecated 1 | #define HAVE_ATTRIBUTE_sentinel 1 | #define HAVE_ATTRIBUTE_warn_unused_result 1 | #define HAVE_ATTRIBUTE_may_alias 1 | #define HAVE_ATTRIBUTE_constructor 1 | #define HAVE_ATTRIBUTE_destructor 1 | #define HAVE_ATTRIBUTE_noreturn 1 | #define HAVE_SYSINFO 1 | #define HAVE_RES_NINIT 1 | #define HAVE_GLOB_NOMAGIC 1 | #define HAVE_GLOB_BRACE 1 | #define HAVE_RTLD_NOLOAD 1 | #define HAVE_IP_MTU_DISCOVER 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_CHAR_P 8 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_FD_SET_FDS_BITS 8 | #define TYPEOF_FD_SET_FDS_BITS long | #define HAVE_DLADDR 1 | #define HAVE_ALSA 1 | #define HAVE_BFD 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_TIMERFD 1 | #define HAVE_GSM 1 | #define HAVE_GSM_HEADER 1 | #define HAVE_ICONV 1 | #define HAVE_ICAL 1 | #define HAVE_IKSEMEL 1 | #define HAVE_IMAP_TK 1 | #define HAVE_IMAP_TK2006 1 | #define HAVE_INOTIFY 1 | #define HAVE_JACK 1 | #define HAVE_LDAP 1 | #define HAVE_MYSQLCLIENT 1 | #define HAVE_NBS 1 | #define HAVE_NEON 1 | #define HAVE_NEON29 1 | #define HAVE_NETSNMP 1 | #define HAVE_NEWT 1 | #define HAVE_UNIXODBC 1 | #define HAVE_OGG 1 | #define HAVE_BKTR 1 | #define HAVE_BLUETOOTH 1 | #define HAVE_OSS 1 | #define HAVE_PGSQL 1 | #define HAVE_PGSQL_pg_encoding_to_char 1 | #define HAVE_PYTHONDEV 1 | #define HAVE_POPT 1 | #define HAVE_PORTAUDIO 1 | #define HAVE_RESAMPLE 1 | #define HAVE_SNDFILE 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_SPANDSP 1 | #define HAVE_OPUS 1 | #define HAVE_LUA 1 | #define HAVE_COROSYNC 1 | #define HAVE_COROSYNC_CFG_STATE_TRACK 1 | #define HAVE_SPEEX 1 | #define HAVE_SPEEXDSP 1 | #define HAVE_SQLITE 1 | #define HAVE_SQLITE3 1 | #define HAVE_LIBCRYPT 1 | #define HAVE_CRYPT 1 | #define HAVE_CRYPT_R 1 | #define HAVE_CRYPTO 1 | #define HAVE_OPENSSL 1 | #define HAVE_SRTP 1 | #define HAVE_SRTP_VERSION 2 | #define HAVE_SRTP_256 1 | #define HAVE_SRTP_SHUTDOWN 1 | #define HAVE_GMIME 1 | #define HAVE_FREETDS 1 | #define HAVE_VORBIS 1 | #define HAVE_VORBIS_OPEN_CALLBACKS 1 | #define HAVE_VPB 1 | #define HAVE_ZLIB 1 | #define HAVE_ODBC_WCHAR 1 | #define HAVE_MSG_NOSIGNAL 1 | /* end confdefs.h. */ | #include configure:33603: result: no configure:33603: checking for linux/videodev.h configure:33603: result: no configure:33629: checking for XOpenDisplay in -lX11 configure:33654: gcc -o conftest -g -O2 conftest.c -lX11 -lm >&5 configure:33654: $? = 0 configure:33663: result: yes configure:33686: checking X11/Xlib.h usability configure:33686: gcc -c -g -O2 conftest.c >&5 configure:33686: $? = 0 configure:33686: result: yes configure:33686: checking X11/Xlib.h presence configure:33686: gcc -E conftest.c configure:33686: $? = 0 configure:33686: result: yes configure:33686: checking for X11/Xlib.h configure:33686: result: yes configure:33819: checking for /sbin/launchd configure:33832: result: no configure:33848: checking for GTK2 configure:33855: $PKG_CONFIG --exists --print-errors "gtk+-2.0" configure:33858: $? = 0 configure:33872: $PKG_CONFIG --exists --print-errors "gtk+-2.0" configure:33875: $? = 0 configure:33919: result: yes configure:33959: checking for SYSTEMD configure:33966: $PKG_CONFIG --exists --print-errors "libsystemd" Package libsystemd was not found in the pkg-config search path. Perhaps you should add the directory containing `libsystemd.pc' to the PKG_CONFIG_PATH environment variable No package 'libsystemd' found configure:33969: $? = 1 configure:33983: $PKG_CONFIG --exists --print-errors "libsystemd" Package libsystemd was not found in the pkg-config search path. Perhaps you should add the directory containing `libsystemd.pc' to the PKG_CONFIG_PATH environment variable No package 'libsystemd' found configure:33986: $? = 1 configure:34000: result: no No package 'libsystemd' found configure:34050: checking for LOG_AUTH in syslog.h configure:34075: gcc -c -g -O2 conftest.c >&5 configure:34075: $? = 0 configure:34076: result: yes configure:34096: checking for LOG_AUTHPRIV in syslog.h configure:34121: gcc -c -g -O2 conftest.c >&5 configure:34121: $? = 0 configure:34122: result: yes configure:34142: checking for LOG_CRON in syslog.h configure:34167: gcc -c -g -O2 conftest.c >&5 configure:34167: $? = 0 configure:34168: result: yes configure:34188: checking for LOG_DAEMON in syslog.h configure:34213: gcc -c -g -O2 conftest.c >&5 configure:34213: $? = 0 configure:34214: result: yes configure:34234: checking for LOG_FTP in syslog.h configure:34259: gcc -c -g -O2 conftest.c >&5 configure:34259: $? = 0 configure:34260: result: yes configure:34280: checking for LOG_KERN in syslog.h configure:34305: gcc -c -g -O2 conftest.c >&5 configure:34305: $? = 0 configure:34306: result: yes configure:34326: checking for LOG_LPR in syslog.h configure:34351: gcc -c -g -O2 conftest.c >&5 configure:34351: $? = 0 configure:34352: result: yes configure:34372: checking for LOG_MAIL in syslog.h configure:34397: gcc -c -g -O2 conftest.c >&5 configure:34397: $? = 0 configure:34398: result: yes configure:34418: checking for LOG_NEWS in syslog.h configure:34443: gcc -c -g -O2 conftest.c >&5 configure:34443: $? = 0 configure:34444: result: yes configure:34464: checking for LOG_SYSLOG in syslog.h configure:34489: gcc -c -g -O2 conftest.c >&5 configure:34489: $? = 0 configure:34490: result: yes configure:34510: checking for LOG_UUCP in syslog.h configure:34535: gcc -c -g -O2 conftest.c >&5 configure:34535: $? = 0 configure:34536: result: yes configure:34566: checking for bridges/bridge_softmix/include/hrirs.h configure:34579: result: yes configure:34593: checking for mandatory modules: PJPROJECT configure:34615: result: ok configure:34743: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by asterisk config.status trunk, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on asterisk config.status:1863: creating build_tools/menuselect-deps config.status:1863: creating makeopts config.status:1863: creating include/asterisk/autoconfig.h configure:35955: Package configured for: configure:35957: OS type : linux-gnu configure:35959: Host CPU : x86_64 configure:35961: build-cpu:vendor:os: x86_64 : pc : linux-gnu : configure:35963: host-cpu:vendor:os: x86_64 : pc : linux-gnu : ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_GNU_MAKE=make ac_cv_GNU_MAKE_VERSION_MAJOR=4 ac_cv_GNU_MAKE_VERSION_MINOR=0 ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_volatile=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_GMIME_CFLAGS_set= ac_cv_env_GMIME_CFLAGS_value= ac_cv_env_GMIME_LIBS_set= ac_cv_env_GMIME_LIBS_value= ac_cv_env_GTK2_CFLAGS_set= ac_cv_env_GTK2_CFLAGS_value= ac_cv_env_GTK2_LIBS_set= ac_cv_env_GTK2_LIBS_value= ac_cv_env_ILBC_CFLAGS_set= ac_cv_env_ILBC_CFLAGS_value= ac_cv_env_ILBC_LIBS_set= ac_cv_env_ILBC_LIBS_value= ac_cv_env_JANSSON_CFLAGS_set= ac_cv_env_JANSSON_CFLAGS_value= ac_cv_env_JANSSON_CONFIGURE_OPTS_set= ac_cv_env_JANSSON_CONFIGURE_OPTS_value= ac_cv_env_JANSSON_LIBS_set= ac_cv_env_JANSSON_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBEDIT_CFLAGS_set= ac_cv_env_LIBEDIT_CFLAGS_value= ac_cv_env_LIBEDIT_LIBS_set= ac_cv_env_LIBEDIT_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PJPROJECT_CFLAGS_set= ac_cv_env_PJPROJECT_CFLAGS_value= ac_cv_env_PJPROJECT_CONFIGURE_OPTS_set= ac_cv_env_PJPROJECT_CONFIGURE_OPTS_value= ac_cv_env_PJPROJECT_LIBS_set= ac_cv_env_PJPROJECT_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PORTAUDIO_CFLAGS_set= ac_cv_env_PORTAUDIO_CFLAGS_value= ac_cv_env_PORTAUDIO_LIBS_set= ac_cv_env_PORTAUDIO_LIBS_value= ac_cv_env_PYTHONDEV_CFLAGS_set= ac_cv_env_PYTHONDEV_CFLAGS_value= ac_cv_env_PYTHONDEV_LIBS_set= ac_cv_env_PYTHONDEV_LIBS_value= ac_cv_env_SYSTEMD_CFLAGS_set= ac_cv_env_SYSTEMD_CFLAGS_value= ac_cv_env_SYSTEMD_LIBS_set= ac_cv_env_SYSTEMD_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_file__sbin_launchd=no ac_cv_file_bridges_bridge_softmix_include_hrirs_h=yes ac_cv_func__doprnt=no ac_cv_func_acos=yes ac_cv_func_acosl=yes ac_cv_func_alloca_works=yes ac_cv_func_asin=yes ac_cv_func_asinl=yes ac_cv_func_asprintf=yes ac_cv_func_atan2=yes ac_cv_func_atan2l=yes ac_cv_func_atan=yes ac_cv_func_atanl=yes ac_cv_func_atexit=yes ac_cv_func_ceil=yes ac_cv_func_ceill=yes ac_cv_func_chown_works=yes ac_cv_func_closedir_void=no ac_cv_func_closefrom=no ac_cv_func_cos=yes ac_cv_func_cosl=yes ac_cv_func_crypt=no ac_cv_func_curl_free=yes ac_cv_func_dup2=yes ac_cv_func_eaccess=yes ac_cv_func_endpwent=yes ac_cv_func_euidaccess=yes ac_cv_func_exp10=yes ac_cv_func_exp10l=yes ac_cv_func_exp2=yes ac_cv_func_exp2l=yes ac_cv_func_exp=yes ac_cv_func_expl=yes ac_cv_func_ffsll=yes ac_cv_func_floor=yes ac_cv_func_floorl=yes ac_cv_func_fmod=yes ac_cv_func_fmodl=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_ftruncate=yes ac_cv_func_getcwd=yes ac_cv_func_gethostbyname=yes ac_cv_func_gethostname=yes ac_cv_func_getloadavg=yes ac_cv_func_getpagesize=yes ac_cv_func_getpeereid=no ac_cv_func_gettimeofday=yes ac_cv_func_glob=yes ac_cv_func_inet_aton=yes ac_cv_func_inet_ntoa=yes ac_cv_func_ioperm=yes ac_cv_func_isascii=yes ac_cv_func_kevent64=no ac_cv_func_log10=yes ac_cv_func_log10l=yes ac_cv_func_log2=yes ac_cv_func_log2l=yes ac_cv_func_log=yes ac_cv_func_logl=yes ac_cv_func_lstat_dereferences_slashed_symlink=yes ac_cv_func_memchr=yes ac_cv_func_memcmp_working=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_mkdir=yes ac_cv_func_mkdtemp=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_munmap=yes ac_cv_func_newlocale=yes ac_cv_func_pow=yes ac_cv_func_powl=yes ac_cv_func_ppoll=yes ac_cv_func_putenv=yes ac_cv_func_re_comp=yes ac_cv_func_regcomp=yes ac_cv_func_remainder=yes ac_cv_func_remainderl=yes ac_cv_func_rint=yes ac_cv_func_rintl=yes ac_cv_func_round=yes ac_cv_func_roundf=yes ac_cv_func_roundl=yes ac_cv_func_select=yes ac_cv_func_select_args='int,fd_set *,struct timeval *' ac_cv_func_setenv=yes ac_cv_func_sin=yes ac_cv_func_sinl=yes ac_cv_func_socket=yes ac_cv_func_sqrtl=yes ac_cv_func_stat_empty_string_bug=no ac_cv_func_strcasecmp=yes ac_cv_func_strcasestr=yes ac_cv_func_strchr=yes ac_cv_func_strcoll_works=yes ac_cv_func_strcspn=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strftime=yes ac_cv_func_strlcat=no ac_cv_func_strlcpy=no ac_cv_func_strncasecmp=yes ac_cv_func_strndup=yes ac_cv_func_strnlen=yes ac_cv_func_strnlen_working=yes ac_cv_func_strrchr=yes ac_cv_func_strsep=yes ac_cv_func_strspn=yes ac_cv_func_strstr=yes ac_cv_func_strtod=yes ac_cv_func_strtol=yes ac_cv_func_strtold=yes ac_cv_func_strtoq=yes ac_cv_func_swapctl=no ac_cv_func_sysctl=yes ac_cv_func_tan=yes ac_cv_func_tanl=yes ac_cv_func_trunc=yes ac_cv_func_truncl=yes ac_cv_func_unsetenv=yes ac_cv_func_uselocale=yes ac_cv_func_utime=yes ac_cv_func_utime_null=yes ac_cv_func_vasprintf=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_func_vprintf=yes ac_cv_header_X11_Xlib_h=yes ac_cv_header_alsa_asoundlib_h=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_arpa_nameser_h=yes ac_cv_header_assert_h=yes ac_cv_header_bfd_h=yes ac_cv_header_bluetooth_bluetooth_h=yes ac_cv_header_byteswap_h=yes ac_cv_header_corosync_cfg_h=yes ac_cv_header_corosync_cpg_h=yes ac_cv_header_crypt_h=yes ac_cv_header_ctype_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_execinfo_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_grp_h=yes ac_cv_header_gsm_gsm_h=yes ac_cv_header_gsm_h=yes ac_cv_header_iconv_h=yes ac_cv_header_iksemel_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_jack_jack_h=yes ac_cv_header_ldap_h=yes ac_cv_header_libical_ical_h=yes ac_cv_header_libintl_h=yes ac_cv_header_libkern_OSAtomic_h=no ac_cv_header_libresample_h=yes ac_cv_header_libxslt_xsltInternals_h=yes ac_cv_header_limits_h=yes ac_cv_header_linux_compiler_h=no ac_cv_header_linux_ixjuser_h=yes ac_cv_header_linux_soundcard_h=yes ac_cv_header_linux_videodev_h=no ac_cv_header_locale_h=yes ac_cv_header_lua5_1_lua_h=yes ac_cv_header_malloc_h=yes ac_cv_header_math_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_nbs_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_newt_h=yes ac_cv_header_ogg_ogg_h=yes ac_cv_header_openssl_aes_h=yes ac_cv_header_openssl_ssl_h=yes ac_cv_header_opus_opus_h=yes ac_cv_header_osp_osp_h=no ac_cv_header_popt_h=yes ac_cv_header_pwd_h=yes ac_cv_header_regex_h=yes ac_cv_header_resolv_h=yes ac_cv_header_sched_h=yes ac_cv_header_sndfile_h=yes ac_cv_header_spandsp_h=yes ac_cv_header_speex_speex_h=yes ac_cv_header_sql_h=yes ac_cv_header_sqlite3_h=yes ac_cv_header_sqlite_h=yes ac_cv_header_srtp2_srtp_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sybdb_h=yes ac_cv_header_sys_event_h=no ac_cv_header_sys_file_h=yes ac_cv_header_sys_inotify_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_thr_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_un_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_syslog_h=yes ac_cv_header_termios_h=yes ac_cv_header_time=yes ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_header_uuid_uuid_h=yes ac_cv_header_vfork_h=no ac_cv_header_vorbis_codec_h=yes ac_cv_header_winsock2_h=no ac_cv_header_winsock_h=no ac_cv_header_xlocale_h=yes ac_cv_header_zlib_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_imap_tk2006=yes ac_cv_imap_tk=yes ac_cv_lib_SDL_image_IMG_Load=no ac_cv_lib_X11_XOpenDisplay=yes ac_cv_lib_asound_snd_pcm_open=yes ac_cv_lib_avcodec_sws_getContext=no ac_cv_lib_bfd_bfd_openr=yes ac_cv_lib_bluetooth_ba2str=yes ac_cv_lib_c_backtrace=yes ac_cv_lib_c_iconv_close=yes ac_cv_lib_c_inotify_init=yes ac_cv_lib_c_kqueue=no ac_cv_lib_cap_cap_from_text=no ac_cv_lib_cfg_corosync_cfg_state_track=yes ac_cv_lib_codec2_codec2_create=no ac_cv_lib_cpg_cpg_join=yes ac_cv_lib_crypt_crypt=yes ac_cv_lib_crypt_crypt_r=yes ac_cv_lib_crypto_AES_encrypt=yes ac_cv_lib_error_at_line=yes ac_cv_lib_execinfo_backtrace=no ac_cv_lib_fftw3_fftw_malloc=no ac_cv_lib_freeradius_client_rc_read_config=no ac_cv_lib_gsm_gsm_create=yes ac_cv_lib_hoard_malloc=no ac_cv_lib_ical_icaltimezone_get_utc_timezone=yes ac_cv_lib_iconv_iconv_open=no ac_cv_lib_iconv_libiconv_open=no ac_cv_lib_iksemel_iks_start_sasl=yes ac_cv_lib_iodbc_SQLConnect=no ac_cv_lib_jack_jack_activate=yes ac_cv_lib_ldap_ldap_initialize=yes ac_cv_lib_lua5_1___luaL_newstate=yes ac_cv_lib_lua5_2___luaL_newstate=no ac_cv_lib_lua5_3___luaL_newstate=no ac_cv_lib_mISDN_mISDN_open=no ac_cv_lib_m_sqrt=yes ac_cv_lib_nbs_nbs_connect=yes ac_cv_lib_newt_newtBell=yes ac_cv_lib_odbc_SQLConnect=yes ac_cv_lib_ogg_ogg_stream_init=yes ac_cv_lib_openr2_openr2_chan_new=no ac_cv_lib_opus_opus_encoder_create=yes ac_cv_lib_opusfile_op_open_callbacks=no ac_cv_lib_popt_poptStrerror=yes ac_cv_lib_pq_PQescapeStringConn=yes ac_cv_lib_pri_pri_aoc_events_enable=no ac_cv_lib_pri_pri_cc_enable=no ac_cv_lib_pri_pri_connect_ack_enable=no ac_cv_lib_pri_pri_connected_line_update=no ac_cv_lib_pri_pri_date_time_send_option=no ac_cv_lib_pri_pri_display_text=no ac_cv_lib_pri_pri_hangup_fix_enable=no ac_cv_lib_pri_pri_hold_enable=no ac_cv_lib_pri_pri_maintenance_service=no ac_cv_lib_pri_pri_mcid_enable=no ac_cv_lib_pri_pri_mwi_indicate=no ac_cv_lib_pri_pri_mwi_indicate_v2=no ac_cv_lib_pri_pri_persistent_layer2_option=no ac_cv_lib_pri_pri_progress_with_cause=no ac_cv_lib_pri_pri_reroute_enable=no ac_cv_lib_pri_pri_set_inbanddisconnect=no ac_cv_lib_pri_pri_setup_ack=no ac_cv_lib_pri_pri_sr_set_called_subaddress=no ac_cv_lib_pri_pri_sr_set_keypad_digits=no ac_cv_lib_pri_pri_sr_set_reversecharge=no ac_cv_lib_pri_pri_transfer_enable=no ac_cv_lib_radcli_rc_read_config=no ac_cv_lib_radiusclient_ng_rc_read_config=no ac_cv_lib_resample_resample_open=yes ac_cv_lib_rt_clock_gettime=yes ac_cv_lib_sndfile_sf_open=yes ac_cv_lib_spandsp_span_set_message_handler=yes ac_cv_lib_spandsp_t38_terminal_init=yes ac_cv_lib_speex_speex_encode=yes ac_cv_lib_speex_speex_preprocess_ctl=no ac_cv_lib_speexdsp_speex_preprocess_ctl=yes ac_cv_lib_sqlite3_sqlite3_open=yes ac_cv_lib_sqlite_sqlite_exec=yes ac_cv_lib_srtp2_srtp_crypto_policy_set_aes_cm_192_hmac_sha1_80=no ac_cv_lib_srtp2_srtp_crypto_policy_set_aes_cm_256_hmac_sha1_80=yes ac_cv_lib_srtp2_srtp_crypto_policy_set_aes_gcm_128_8_auth=no ac_cv_lib_srtp2_srtp_init=yes ac_cv_lib_srtp2_srtp_shutdown=yes ac_cv_lib_ss7_ss7_set_isup_timer=no ac_cv_lib_ssl_SSL_connect=yes ac_cv_lib_sybdb_dbinit=yes ac_cv_lib_tonezone_tone_zone_find=no ac_cv_lib_tonezone_tone_zone_find_by_num=no ac_cv_lib_unbound_ub_ctx_delete=no ac_cv_lib_uriparser_uriParseUriA=no ac_cv_lib_uuid_uuid_generate_random=yes ac_cv_lib_vorbis_vorbis_info_init=yes ac_cv_lib_vpb_vpb_open=yes ac_cv_lib_xslt_xsltCleanupGlobals=yes ac_cv_lib_xslt_xsltLoadStylesheetPI=yes ac_cv_lib_z_compress=yes ac_cv_member_struct_ifreq_ifr_ifru_ifru_hwaddr=yes ac_cv_member_struct_sockpeercred_uid=no ac_cv_member_struct_stat_st_blksize=yes ac_cv_member_struct_stat_st_mtim=yes ac_cv_member_struct_stat_st_mtimensec=no ac_cv_member_struct_stat_st_mtimespec=no ac_cv_member_struct_ucred_cr_uid=no ac_cv_member_struct_ucred_uid=yes ac_cv_objext=o ac_cv_path_ALEMBIC=: ac_cv_path_BASENAME=/usr/bin/basename ac_cv_path_BASH=/bin/bash ac_cv_path_BISON=: ac_cv_path_BZIP2=/bin/bzip2 ac_cv_path_CAT=/bin/cat ac_cv_path_CATDVI=: ac_cv_path_CMP=/usr/bin/cmp ac_cv_path_COMPRESS=: ac_cv_path_CURL=/usr/bin/curl ac_cv_path_CUT=/usr/bin/cut ac_cv_path_DIRNAME=/usr/bin/dirname ac_cv_path_DOT=: ac_cv_path_DOXYGEN=/usr/bin/doxygen ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FIND=/usr/bin/find ac_cv_path_FLEX=: ac_cv_path_GIT=/usr/bin/git ac_cv_path_GREP=/bin/grep ac_cv_path_KPATHSEA=: ac_cv_path_LDCONFIG=/sbin/ldconfig ac_cv_path_LN=/bin/ln ac_cv_path_NM=/usr/bin/nm ac_cv_path_OPENSSL=/usr/bin/openssl ac_cv_path_PATCH=/usr/bin/patch ac_cv_path_PYTHON=/usr/bin/python ac_cv_path_RUBBER=: ac_cv_path_SED=/bin/sed ac_cv_path_SHA1SUM=/usr/bin/sha1sum ac_cv_path_SHELL=/bin/bash ac_cv_path_TAR=/bin/tar ac_cv_path_WGET=/usr/bin/wget ac_cv_path_XMLLINT=/usr/bin/xmllint ac_cv_path_XMLSTARLET=/usr/bin/xmlstarlet ac_cv_path__libcurl_config=/usr/bin/curl-config ac_cv_path_ac_pt_CONFIG_LIBXML2=/usr/bin/xml2-config ac_cv_path_ac_pt_CONFIG_MYSQLCLIENT=/usr/bin/mysql_config ac_cv_path_ac_pt_CONFIG_NEON29=/usr/bin/neon-config ac_cv_path_ac_pt_CONFIG_NEON=/usr/bin/neon-config ac_cv_path_ac_pt_CONFIG_NETSNMP=/usr/bin/net-snmp-config ac_cv_path_ac_pt_PG_CONFIG=/usr/bin/pg_config ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_ac_pt_UNAME=/bin/uname ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=mawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_MD5=md5sum ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_gcc_traditional=no ac_cv_pthread_once_needsbraces=no ac_cv_pthread_rwlock_timedwrlock=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_gethostbyname_r='none required' ac_cv_search_opendir='none required' ac_cv_search_res_9_close=no ac_cv_search_res_9_ndestroy=no ac_cv_search_res_9_ninit=no ac_cv_sizeof_char_p=8 ac_cv_sizeof_fd_set_fds_bits=8 ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_long=8 ac_cv_struct_tm=time.h ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_sys_largefile_source=no ac_cv_type__Bool=yes ac_cv_type_long_double_wider=yes ac_cv_type_mode_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_ptrdiff_t=yes ac_cv_type_size_t=yes ac_cv_type_uid_t=yes ac_cv_working_alloca_h=yes ax_cv_PTHREAD_CLANG=no ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE ax_cv_PTHREAD_PRIO_INHERIT=yes ax_cv_PTHREAD_SPECIAL_FLAGS=no ax_cv_have_func_attribute_always_inline=0 ax_cv_have_func_attribute_const=1 ax_cv_have_func_attribute_constructor=1 ax_cv_have_func_attribute_deprecated=1 ax_cv_have_func_attribute_destructor=1 ax_cv_have_func_attribute_malloc=1 ax_cv_have_func_attribute_may_alias=1 ax_cv_have_func_attribute_noreturn=1 ax_cv_have_func_attribute_pure=1 ax_cv_have_func_attribute_sentinel=1 ax_cv_have_func_attribute_unused=1 ax_cv_have_func_attribute_warn_unused_result=1 libcurl_cv_lib_curl_usable=yes libcurl_cv_lib_curl_version=7.38.0 libcurl_cv_lib_version_ok=yes lt_cv_path_LD=/usr/bin/ld lt_cv_prog_gnu_ld=yes pkg_cv_GMIME_CFLAGS='-D_LARGEFILE64_SOURCE -pthread -I/usr/include/gmime-2.6 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include ' pkg_cv_GMIME_LIBS='-lgmime-2.6 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' pkg_cv_GTK2_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 ' pkg_cv_GTK2_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype ' pkg_cv_JANSSON_CFLAGS= pkg_cv_JANSSON_LIBS='-ljansson ' pkg_cv_LIBEDIT_CFLAGS='-I/usr/include/editline ' pkg_cv_LIBEDIT_LIBS='-ledit ' pkg_cv_PORTAUDIO_CFLAGS='-pthread ' pkg_cv_PORTAUDIO_LIBS='-lportaudio -lasound -lm -lpthread ' pkg_cv_PYTHONDEV_CFLAGS='-I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7 ' pkg_cv_PYTHONDEV_LIBS='-lpython2.7 ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ALEMBIC=':' ALLOCA='' ALSA_DIR='' ALSA_INCLUDE=' ' ALSA_LIB=' -lasound ' AR='ar' AST_ADDRESS_SANITIZER='1' AST_ASTERISKSSL='yes' AST_CLANG_BLOCKS='' AST_CLANG_BLOCKS_LIBS='' AST_CODE_COVERAGE='no' AST_C_COMPILER_FAMILY='gcc' AST_DECLARATION_AFTER_STATEMENT='-Wdeclaration-after-statement' AST_DEVMODE='' AST_DEVMODE_STRICT='' AST_DOWNLOAD_CACHE='' AST_FORTIFY_SOURCE='-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2' AST_LEAK_SANITIZER='1' AST_NATIVE_ARCH='1' AST_NESTED_FUNCTIONS='' AST_NO_FORMAT_TRUNCATION='-Wno-format-truncation' AST_NO_STRICT_OVERFLOW='-fno-strict-overflow' AST_NO_STRINGOP_TRUNCATION='-Wno-stringop-truncation' AST_RPATH='' AST_SHADOW_WARNINGS='-Wshadow' AST_THREAD_SANITIZER='1' AST_TRAMPOLINES='-Wtrampolines' AST_UNDEFINED_SANITIZER='1' AWK='mawk' BASENAME='/usr/bin/basename' BASH='/bin/bash' BFD_DIR='' BFD_INCLUDE=' ' BFD_LIB=' -lbfd ' BIND8_CFLAGS='' BISON=':' BKTR_DIR='' BKTR_INCLUDE=' ' BKTR_LIB=' -lc ' BLUETOOTH_DIR='' BLUETOOTH_INCLUDE=' ' BLUETOOTH_LIB=' -lbluetooth ' BUILD_CPU='x86_64' BUILD_OS='linux-gnu' BUILD_PLATFORM='x86_64-pc-linux-gnu' BUILD_VENDOR='pc' BZIP2='/bin/bzip2' CAP_DIR='' CAP_INCLUDE='' CAP_LIB='' CAT='/bin/cat' CATDVI=':' CC='gcc' CFLAGS='-g -O2' CMP='/usr/bin/cmp' CODEC2_DIR='' CODEC2_INCLUDE='' CODEC2_LIB='' COMPRESS=':' CONFIG_CFLAGS='' CONFIG_LDFLAGS='' CONFIG_LIBXML2='/usr/bin/xml2-config' CONFIG_MYSQLCLIENT='/usr/bin/mysql_config' CONFIG_NEON29='/usr/bin/neon-config' CONFIG_NEON='/usr/bin/neon-config' CONFIG_NETSNMP='/usr/bin/net-snmp-config' CONFIG_SDL='No' CONFIG_SIGNED_CHAR='' COROSYNC_CFG_STATE_TRACK_DIR='' COROSYNC_CFG_STATE_TRACK_INCLUDE=' ' COROSYNC_CFG_STATE_TRACK_LIB=' -lcfg -lcfg' COROSYNC_DIR='' COROSYNC_INCLUDE=' ' COROSYNC_LIB=' -lcpg -lcpg -lcfg' CPP='gcc -E' CPPFLAGS='' CRYPTO_DIR='' CRYPTO_INCLUDE=' ' CRYPTO_LIB=' -lcrypto ' CRYPT_DIR='' CRYPT_INCLUDE=' ' CRYPT_LIB=' -lcrypt ' CURL='/usr/bin/curl' CURL_INCLUDE='' CURL_LIB='-L/usr/lib/x86_64-linux-gnu -lcurl' CURSES_DIR='' CURSES_INCLUDE='' CURSES_LIB='' CUT='/usr/bin/cut' CXX='g++' CXXCPP='g++ -E' CXXFLAGS='-g -O2' DAHDI_DIR='' DAHDI_INCLUDE='' DAHDI_LIB='' DEFS='-DHAVE_CONFIG_H' DIRNAME='/usr/bin/dirname' DISABLE_XMLDOC='no' DOT=':' DOWNLOAD='/usr/bin/wget' DOWNLOAD_TIMEOUT='--timeout=$1' DOWNLOAD_TO_STDOUT='/usr/bin/wget -q -O-' DOXYGEN='/usr/bin/doxygen' ECHO_C='' ECHO_N='-n' ECHO_T='' EDITLINE_LIB='' EGREP='/bin/grep -E' EXEEXT='' EXTERNALS_CACHE_DIR='' FETCH='' FFMPEG_DIR='' FFMPEG_INCLUDE='' FFMPEG_LIB='' FFTW3_DIR='' FFTW3_INCLUDE='' FFTW3_LIB='' FIND='/usr/bin/find' FLEX=':' FREETDS_DIR='' FREETDS_INCLUDE=' ' FREETDS_LIB=' -lsybdb ' GENERIC_ODBC_INCLUDE=' ' GENERIC_ODBC_LIB=' -lodbc ' GIT='/usr/bin/git' GMIME_CFLAGS='-D_LARGEFILE64_SOURCE -pthread -I/usr/include/gmime-2.6 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include ' GMIME_DIR='' GMIME_INCLUDE='-D_LARGEFILE64_SOURCE -pthread -I/usr/include/gmime-2.6 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include' GMIME_LIB='-lgmime-2.6 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' GMIME_LIBS='-lgmime-2.6 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' GNU_LD='1' GNU_MAKE='make' GREP='/bin/grep' GSM_DIR='' GSM_INCLUDE='' GSM_INTERNAL='no' GSM_LIB='-lgsm' GTK2_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 ' GTK2_DIR='' GTK2_INCLUDE='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2' GTK2_LIB='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype ' GTK2_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype ' HAS_POLL='1' HOARD_DIR='' HOARD_INCLUDE='' HOARD_LIB='' HOST_CPU='x86_64' HOST_OS='linux-gnu' HOST_PLATFORM='x86_64-pc-linux-gnu' HOST_VENDOR='pc' ICAL_DIR='' ICAL_INCLUDE=' -pthread' ICAL_LIB=' -lical ' ICONV_DIR='' ICONV_INCLUDE=' ' ICONV_LIB=' -lc ' IKSEMEL_DIR='' IKSEMEL_INCLUDE=' ' IKSEMEL_LIB=' -liksemel ' ILBC_CFLAGS='' ILBC_DIR='' ILBC_INCLUDE='' ILBC_INTERNAL='yes' ILBC_LIB='' ILBC_LIBS='' IMAP_TK_DIR='system' IMAP_TK_INCLUDE='-DUSE_SYSTEM_CCLIENT' IMAP_TK_LIB='-lcrypto -lssl -lc-client ' INOTIFY_DIR='' INOTIFY_INCLUDE=' ' INOTIFY_LIB=' -lc ' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' IODBC_DIR='' IODBC_INCLUDE='' IODBC_LIB='' ISDNNET_DIR='' ISDNNET_INCLUDE='' ISDNNET_LIB='' JACK_DIR='' JACK_INCLUDE=' ' JACK_LIB=' -ljack ' JANSSON_BUNDLED='no' JANSSON_CFLAGS='' JANSSON_CONFIGURE_OPTS='' JANSSON_DIR='' JANSSON_INCLUDE='' JANSSON_LIB='-ljansson ' JANSSON_LIBS='-ljansson ' KPATHSEA=':' KQUEUE_DIR='' KQUEUE_INCLUDE='' KQUEUE_LIB='' LD='/usr/bin/ld' LDAP_DIR='' LDAP_INCLUDE=' ' LDAP_LIB=' -lldap ' LDCONFIG='/sbin/ldconfig' LDFLAGS='' LIBEDIT_CFLAGS='-I/usr/include/editline ' LIBEDIT_DIR='' LIBEDIT_INCLUDE='-I/usr/include/editline' LIBEDIT_INTERNAL='no' LIBEDIT_IS_UNICODE_DIR='' LIBEDIT_IS_UNICODE_INCLUDE='' LIBEDIT_IS_UNICODE_LIB='' LIBEDIT_LIB='-ledit ' LIBEDIT_LIBS='-ledit ' LIBOBJS='' LIBS='-lm ' LIBXML2_DIR='' LIBXML2_INCLUDE='-I/usr/include/libxml2' LIBXML2_LIB='-lxml2' LIBXSLT_CLEANUP_DIR='' LIBXSLT_CLEANUP_INCLUDE=' -I/usr/include/libxml2' LIBXSLT_CLEANUP_LIB=' -lxslt -lxml2' LIBXSLT_DIR='' LIBXSLT_INCLUDE=' -I/usr/include/libxml2' LIBXSLT_LIB=' -lxslt -lxml2' LN='/bin/ln' LN_S='ln -s' LTLIBOBJS='' LUA_DIR='' LUA_INCLUDE=' -I/usr/include/lua5.1' LUA_LIB=' -llua5.1 -lm' MD5='md5sum' MISDN_DIR='' MISDN_INCLUDE='' MISDN_LIB='' MYSQLCLIENT_DIR='' MYSQLCLIENT_INCLUDE='-I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g -DNDEBUG' MYSQLCLIENT_LIB='-L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl' NBS_DIR='' NBS_INCLUDE=' ' NBS_LIB=' -lnbs ' NCURSES_DIR='' NCURSES_INCLUDE='' NCURSES_LIB='' NEON29_DIR='' NEON29_INCLUDE='-I/usr/include/neon' NEON29_LIB='-lneon' NEON_DIR='' NEON_INCLUDE='-I/usr/include/neon' NEON_LIB='-lneon' NETSNMP_DIR='' NETSNMP_INCLUDE='-DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DNETSNMP_USE_INLINE -Ulinux -Dlinux=linux -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/x86_64-linux-gnu/perl/5.20/CORE -D_FORTIFY_SOURCE=2 -I. -I/usr/include' NETSNMP_LIB='-Wl,-z,relro -Wl,-z,now -L/usr/lib/x86_64-linux-gnu -lnetsnmpmibs -lsensors -lpci -ldl -lnetsnmpagent -lwrap -Wl,-E -lnetsnmp -lcrypto -lm' NEWT_DIR='' NEWT_INCLUDE=' ' NEWT_LIB=' -lnewt ' NM='/usr/bin/nm' NOISY_BUILD='' OBJEXT='o' OGG_DIR='' OGG_INCLUDE=' ' OGG_LIB=' -logg ' OPENR2_DIR='' OPENR2_INCLUDE='' OPENR2_LIB='' OPENSSL='/usr/bin/openssl' OPENSSL_DIR='' OPENSSL_INCLUDE=' ' OPENSSL_LIB=' -lssl -lcrypto' OPENSSL_SRTP_DIR='' OPENSSL_SRTP_INCLUDE='' OPENSSL_SRTP_LIB='' OPUSFILE_DIR='' OPUSFILE_INCLUDE='' OPUSFILE_LIB='' OPUS_DIR='' OPUS_INCLUDE=' ' OPUS_LIB=' -lopus ' OSARCH='linux-gnu' OSPTK_DIR='' OSPTK_INCLUDE='' OSPTK_LIB='' OSS_DIR='' OSS_INCLUDE=' ' OSS_LIB='' PACKAGE_BUGREPORT='https://issues.asterisk.org' PACKAGE_NAME='asterisk' PACKAGE_STRING='asterisk trunk' PACKAGE_TARNAME='asterisk' PACKAGE_URL='' PACKAGE_VERSION='trunk' PATCH='/usr/bin/patch' PATH_SEPARATOR=':' PBX_ALSA='1' PBX_BASH='1' PBX_BFD='1' PBX_BISON='0' PBX_BKTR='1' PBX_BLUETOOTH='1' PBX_CAP='0' PBX_CODEC2='0' PBX_COROSYNC='1' PBX_COROSYNC_CFG_STATE_TRACK='1' PBX_CRYPT='0' PBX_CRYPTO='1' PBX_CURL='1' PBX_CURSES='0' PBX_DAHDI='0' PBX_DAHDI_HALF_FULL='' PBX_DLADDR='1' PBX_DYNAMIC_LIST='1' PBX_FFMPEG='0' PBX_FFTW3='0' PBX_FLEX='0' PBX_FREETDS='1' PBX_GENERIC_ODBC='1' PBX_GLOB_BRACE='1' PBX_GLOB_NOMAGIC='1' PBX_GMIME='1' PBX_GSM='1' PBX_GTK2='1' PBX_HOARD='0' PBX_ICAL='1' PBX_ICONV='1' PBX_IKSEMEL='1' PBX_ILBC='1' PBX_IMAP_TK='1' PBX_INOTIFY='1' PBX_IODBC='0' PBX_IP_MTU_DISCOVER='1' PBX_ISDNNET='0' PBX_IXJUSER='1' PBX_JACK='1' PBX_JANSSON='1' PBX_KQUEUE='0' PBX_LAUNCHD='0' PBX_LDAP='1' PBX_LIBEDIT='1' PBX_LIBEDIT_IS_UNICODE='0' PBX_LIBXML2='1' PBX_LIBXSLT='1' PBX_LIBXSLT_CLEANUP='1' PBX_LUA='1' PBX_MISDN='0' PBX_MISDN_FAC_ERROR='' PBX_MISDN_FAC_RESULT='' PBX_MSG_NOSIGNAL='1' PBX_MYSQLCLIENT='1' PBX_NBS='1' PBX_NCURSES='0' PBX_NEON29='1' PBX_NEON='1' PBX_NETSNMP='1' PBX_NEWT='1' PBX_OGG='1' PBX_OPENR2='0' PBX_OPENSSL='1' PBX_OPENSSL_SRTP='0' PBX_OPUS='1' PBX_OPUSFILE='0' PBX_OSPTK='0' PBX_OSREV='3.16.0-5-amd64' PBX_OSS='1' PBX_PGSQL='1' PBX_PJPROJECT='1' PBX_PJSIP_AUTH_CLT_DEINIT='' PBX_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK='' PBX_PJSIP_EVSUB_GRP_LOCK='' PBX_PJSIP_EXTERNAL_RESOLVER='' PBX_PJSIP_GET_DEST_INFO='' PBX_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS='' PBX_PJSIP_INV_SESSION_REF='' PBX_PJSIP_REPLACE_MEDIA_STREAM='' PBX_PJSIP_TLS_TRANSPORT_PROTO='' PBX_PJSIP_TSX_LAYER_FIND_TSX2='' PBX_PJ_SSL_CERT_LOAD_FROM_FILES2='' PBX_PJ_TRANSACTION_GRP_LOCK='' PBX_POPT='1' PBX_PORTAUDIO='1' PBX_PRI='0' PBX_PRI_AOC_EVENTS='0' PBX_PRI_CALL_HOLD='0' PBX_PRI_CALL_REROUTING='0' PBX_PRI_CALL_WAITING='0' PBX_PRI_CCSS='0' PBX_PRI_DATETIME_SEND='0' PBX_PRI_DISPLAY_TEXT='0' PBX_PRI_HANGUP_FIX='0' PBX_PRI_INBANDDISCONNECT='0' PBX_PRI_L2_PERSISTENCE='0' PBX_PRI_MCID='0' PBX_PRI_MWI='0' PBX_PRI_MWI_V2='0' PBX_PRI_PROG_W_CAUSE='0' PBX_PRI_REVERSE_CHARGE='0' PBX_PRI_SERVICE_MESSAGES='0' PBX_PRI_SETUP_ACK_INBAND='0' PBX_PRI_SETUP_KEYPAD='0' PBX_PRI_SUBADDR='0' PBX_PRI_TRANSFER='0' PBX_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP='1' PBX_PTHREAD_RWLOCK_INITIALIZER='1' PBX_RADIUS='0' PBX_RESAMPLE='1' PBX_RT='1' PBX_RTLD_NOLOAD='1' PBX_SDL='0' PBX_SDL_IMAGE='0' PBX_SNDFILE='1' PBX_SO_NOSIGPIPE='' PBX_SPANDSP='1' PBX_SPEEX='1' PBX_SPEEXDSP='1' PBX_SPEEX_PREPROCESS='1' PBX_SQLITE3='1' PBX_SQLITE='1' PBX_SRTP='1' PBX_SRTP_192='0' PBX_SRTP_256='1' PBX_SRTP_GCM='0' PBX_SRTP_SHUTDOWN='1' PBX_SS7='0' PBX_SUPPSERV='0' PBX_SYSLOG='1' PBX_SYSLOG_FACILITY_LOG_AUTH='1' PBX_SYSLOG_FACILITY_LOG_AUTHPRIV='1' PBX_SYSLOG_FACILITY_LOG_CRON='1' PBX_SYSLOG_FACILITY_LOG_DAEMON='1' PBX_SYSLOG_FACILITY_LOG_FTP='1' PBX_SYSLOG_FACILITY_LOG_KERN='1' PBX_SYSLOG_FACILITY_LOG_LPR='1' PBX_SYSLOG_FACILITY_LOG_MAIL='1' PBX_SYSLOG_FACILITY_LOG_NEWS='1' PBX_SYSLOG_FACILITY_LOG_SYSLOG='1' PBX_SYSLOG_FACILITY_LOG_UUCP='1' PBX_SYSTEMD='0' PBX_TERMCAP='0' PBX_TIMERFD='1' PBX_TINFO='0' PBX_TONEZONE='0' PBX_UNBOUND='0' PBX_UNIXODBC='1' PBX_URIPARSER='0' PBX_VORBIS='1' PBX_VPB='1' PBX_WINARCH='0' PBX_WORKING_FORK='1' PBX_X11='1' PBX_XMLSTARLET='1' PBX_ZLIB='1' PGSQL_DIR='' PGSQL_INCLUDE='-I/usr/include/postgresql' PGSQL_LIB='-L/usr/lib/x86_64-linux-gnu -lpq -lz' PG_CONFIG='/usr/bin/pg_config' PJPROJECT_BUNDLED='yes' PJPROJECT_CFLAGS='-DPJ_AUTOCONF=1 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -I/usr/src/asterisk-15.6.0/third-party/pjproject/source/pjlib/include -I/usr/src/asterisk-15.6.0/third-party/pjproject/source/pjlib-util/include -I/usr/src/asterisk-15.6.0/third-party/pjproject/source/pjnath/include -I/usr/src/asterisk-15.6.0/third-party/pjproject/source/pjmedia/include -I/usr/src/asterisk-15.6.0/third-party/pjproject/source/pjsip/include' PJPROJECT_CONFIGURE_OPTS='' PJPROJECT_DIR='third-party/pjproject' PJPROJECT_INCLUDE='-DPJ_AUTOCONF=1 -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 -I/usr/src/asterisk-15.6.0/third-party/pjproject/source/pjlib/include -I/usr/src/asterisk-15.6.0/third-party/pjproject/source/pjlib-util/include -I/usr/src/asterisk-15.6.0/third-party/pjproject/source/pjnath/include -I/usr/src/asterisk-15.6.0/third-party/pjproject/source/pjmedia/include -I/usr/src/asterisk-15.6.0/third-party/pjproject/source/pjsip/include' PJPROJECT_LIB='' PJPROJECT_LIBS='' PJSIP_AUTH_CLT_DEINIT_DIR='' PJSIP_AUTH_CLT_DEINIT_INCLUDE='' PJSIP_AUTH_CLT_DEINIT_LIB='' PJSIP_DLG_CREATE_UAS_AND_INC_LOCK_DIR='' PJSIP_DLG_CREATE_UAS_AND_INC_LOCK_INCLUDE='' PJSIP_DLG_CREATE_UAS_AND_INC_LOCK_LIB='' PJSIP_EVSUB_GRP_LOCK_DIR='' PJSIP_EVSUB_GRP_LOCK_INCLUDE='' PJSIP_EVSUB_GRP_LOCK_LIB='' PJSIP_EXTERNAL_RESOLVER_DIR='' PJSIP_EXTERNAL_RESOLVER_INCLUDE='' PJSIP_EXTERNAL_RESOLVER_LIB='' PJSIP_GET_DEST_INFO_DIR='' PJSIP_GET_DEST_INFO_INCLUDE='' PJSIP_GET_DEST_INFO_LIB='' PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS_DIR='' PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS_INCLUDE='' PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS_LIB='' PJSIP_INV_SESSION_REF_DIR='' PJSIP_INV_SESSION_REF_INCLUDE='' PJSIP_INV_SESSION_REF_LIB='' PJSIP_REPLACE_MEDIA_STREAM_DIR='' PJSIP_REPLACE_MEDIA_STREAM_INCLUDE='' PJSIP_REPLACE_MEDIA_STREAM_LIB='' PJSIP_TLS_TRANSPORT_PROTO_DIR='' PJSIP_TLS_TRANSPORT_PROTO_INCLUDE='' PJSIP_TLS_TRANSPORT_PROTO_LIB='' PJSIP_TSX_LAYER_FIND_TSX2_DIR='' PJSIP_TSX_LAYER_FIND_TSX2_INCLUDE='' PJSIP_TSX_LAYER_FIND_TSX2_LIB='' PJ_SSL_CERT_LOAD_FROM_FILES2_DIR='' PJ_SSL_CERT_LOAD_FROM_FILES2_INCLUDE='' PJ_SSL_CERT_LOAD_FROM_FILES2_LIB='' PJ_TRANSACTION_GRP_LOCK_DIR='' PJ_TRANSACTION_GRP_LOCK_INCLUDE='' PJ_TRANSACTION_GRP_LOCK_LIB='' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' POPT_DIR='' POPT_INCLUDE=' ' POPT_LIB=' -lpopt ' PORTAUDIO_CFLAGS='-pthread ' PORTAUDIO_DIR='' PORTAUDIO_INCLUDE='-pthread' PORTAUDIO_LIB='-lportaudio -lasound -lm -lpthread ' PORTAUDIO_LIBS='-lportaudio -lasound -lm -lpthread ' POW_LIB='' PRI_AOC_EVENTS_DIR='' PRI_AOC_EVENTS_INCLUDE='' PRI_AOC_EVENTS_LIB='' PRI_CALL_HOLD_DIR='' PRI_CALL_HOLD_INCLUDE='' PRI_CALL_HOLD_LIB='' PRI_CALL_REROUTING_DIR='' PRI_CALL_REROUTING_INCLUDE='' PRI_CALL_REROUTING_LIB='' PRI_CALL_WAITING_DIR='' PRI_CALL_WAITING_INCLUDE='' PRI_CALL_WAITING_LIB='' PRI_CCSS_DIR='' PRI_CCSS_INCLUDE='' PRI_CCSS_LIB='' PRI_DATETIME_SEND_DIR='' PRI_DATETIME_SEND_INCLUDE='' PRI_DATETIME_SEND_LIB='' PRI_DIR='' PRI_DISPLAY_TEXT_DIR='' PRI_DISPLAY_TEXT_INCLUDE='' PRI_DISPLAY_TEXT_LIB='' PRI_HANGUP_FIX_DIR='' PRI_HANGUP_FIX_INCLUDE='' PRI_HANGUP_FIX_LIB='' PRI_INBANDDISCONNECT_DIR='' PRI_INBANDDISCONNECT_INCLUDE='' PRI_INBANDDISCONNECT_LIB='' PRI_INCLUDE='' PRI_L2_PERSISTENCE_DIR='' PRI_L2_PERSISTENCE_INCLUDE='' PRI_L2_PERSISTENCE_LIB='' PRI_LIB='' PRI_MCID_DIR='' PRI_MCID_INCLUDE='' PRI_MCID_LIB='' PRI_MWI_DIR='' PRI_MWI_INCLUDE='' PRI_MWI_LIB='' PRI_MWI_V2_DIR='' PRI_MWI_V2_INCLUDE='' PRI_MWI_V2_LIB='' PRI_PROG_W_CAUSE_DIR='' PRI_PROG_W_CAUSE_INCLUDE='' PRI_PROG_W_CAUSE_LIB='' PRI_REVERSE_CHARGE_DIR='' PRI_REVERSE_CHARGE_INCLUDE='' PRI_REVERSE_CHARGE_LIB='' PRI_SERVICE_MESSAGES_DIR='' PRI_SERVICE_MESSAGES_INCLUDE='' PRI_SERVICE_MESSAGES_LIB='' PRI_SETUP_ACK_INBAND_DIR='' PRI_SETUP_ACK_INBAND_INCLUDE='' PRI_SETUP_ACK_INBAND_LIB='' PRI_SETUP_KEYPAD_DIR='' PRI_SETUP_KEYPAD_INCLUDE='' PRI_SETUP_KEYPAD_LIB='' PRI_SUBADDR_DIR='' PRI_SUBADDR_INCLUDE='' PRI_SUBADDR_LIB='' PRI_TRANSFER_DIR='' PRI_TRANSFER_INCLUDE='' PRI_TRANSFER_LIB='' PTHREAD_CC='gcc' PTHREAD_CFLAGS='-pthread' PTHREAD_LIBS='' PYTHON='/usr/bin/python' PYTHONDEV_CFLAGS='-I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7 ' PYTHONDEV_INCLUDE='-I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7' PYTHONDEV_LIB='-lpython2.7 ' PYTHONDEV_LIBS='-lpython2.7 ' RADIUS_DIR='' RADIUS_INCLUDE='' RADIUS_LIB='' RANLIB='ranlib' RESAMPLE_DIR='' RESAMPLE_INCLUDE=' ' RESAMPLE_LIB=' -lresample -lm' RT_DIR='' RT_INCLUDE=' ' RT_LIB=' -lrt ' RUBBER=':' SDL_DIR='' SDL_IMAGE_DIR='' SDL_IMAGE_INCLUDE='' SDL_IMAGE_LIB='' SDL_INCLUDE='' SDL_LIB='' SED='/bin/sed' SHA1SUM='/usr/bin/sha1sum' SHELL='/bin/bash' SNDFILE_DIR='' SNDFILE_INCLUDE=' ' SNDFILE_LIB=' -lsndfile ' SOUNDS_CACHE_DIR='' SOXMIX=':' SPANDSP_DIR='' SPANDSP_INCLUDE=' ' SPANDSP_LIB=' -lspandsp -ltiff' SPEEXDSP_DIR='' SPEEXDSP_INCLUDE=' ' SPEEXDSP_LIB=' -lspeexdsp -lm' SPEEX_DIR='' SPEEX_INCLUDE=' ' SPEEX_LIB=' -lspeex -lm' SPEEX_PREPROCESS_DIR='' SPEEX_PREPROCESS_INCLUDE='' SPEEX_PREPROCESS_LIB='' SQLITE3_DIR='' SQLITE3_INCLUDE=' -pthread' SQLITE3_LIB=' -lsqlite3 ' SQLITE_DIR='' SQLITE_INCLUDE=' ' SQLITE_LIB=' -lsqlite ' SRTP_192_DIR='' SRTP_192_INCLUDE='' SRTP_192_LIB='' SRTP_256_DIR='' SRTP_256_INCLUDE=' ' SRTP_256_LIB=' -lsrtp2 ' SRTP_DIR='' SRTP_GCM_DIR='' SRTP_GCM_INCLUDE='' SRTP_GCM_LIB='' SRTP_INCLUDE=' ' SRTP_LIB=' -lsrtp2 ' SRTP_SHUTDOWN_DIR='' SRTP_SHUTDOWN_INCLUDE=' ' SRTP_SHUTDOWN_LIB=' -lsrtp2 ' SS7_DIR='' SS7_INCLUDE='' SS7_LIB='' STRIP='strip' SUPPSERV_DIR='' SUPPSERV_INCLUDE='' SUPPSERV_LIB='' SYSTEMD_CFLAGS='' SYSTEMD_INCLUDE='' SYSTEMD_LIB='' SYSTEMD_LIBS='' TAR='/bin/tar' TERMCAP_DIR='' TERMCAP_INCLUDE='' TERMCAP_LIB='' TIMERFD_DIR='' TIMERFD_INCLUDE='' TIMERFD_LIB='' TINFO_DIR='' TINFO_INCLUDE='' TINFO_LIB='' TONEZONE_DIR='' TONEZONE_INCLUDE='' TONEZONE_LIB='' UNAME='/bin/uname' UNBOUND_DIR='' UNBOUND_INCLUDE='' UNBOUND_LIB='' UNIXODBC_DIR='' UNIXODBC_INCLUDE=' ' UNIXODBC_LIB=' -lodbc ' URIPARSER_DIR='' URIPARSER_INCLUDE='' URIPARSER_LIB='' UUID_INCLUDE=' ' UUID_LIB=' -luuid ' VORBIS_DIR='' VORBIS_INCLUDE=' ' VORBIS_LIB=' -lvorbis -lm -lvorbisenc -lvorbisfile' VPB_DIR='' VPB_INCLUDE='' VPB_LIB='-lvpb' WGET='/usr/bin/wget' X11_DIR='' X11_INCLUDE=' ' X11_LIB=' -lX11 ' XMLLINT='/usr/bin/xmllint' XMLSTARLET='/usr/bin/xmlstarlet' ZLIB_DIR='' ZLIB_INCLUDE=' ' ZLIB_LIB=' -lz ' _libcurl_config='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_STRIP='strip' astdatadir='${astvarlibdir}' astdbdir='${astvarlibdir}' astetcdir='${sysconfdir}/asterisk' astheaderdir='${includedir}/asterisk' astkeydir='${astvarlibdir}' astlibdir='${libdir}' astlogdir='${localstatedir}/log/asterisk' astmandir='${mandir}' astmoddir='${libdir}/asterisk/modules' astsbindir='${sbindir}' astspooldir='${localstatedir}/spool/asterisk' astvarlibdir='${localstatedir}/lib/asterisk' astvarrundir='${localstatedir}/run/asterisk' ax_pthread_config='' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/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='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "asterisk" #define PACKAGE_TARNAME "asterisk" #define PACKAGE_VERSION "trunk" #define PACKAGE_STRING "asterisk trunk" #define PACKAGE_BUGREPORT "https://issues.asterisk.org" #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 __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_PTHREAD 1 #define HAVE_PJPROJECT 1 #define HAVE_PJPROJECT_BUNDLED 1 #define HAVE_PJSIP_DLG_CREATE_UAS_AND_INC_LOCK 1 #define HAVE_PJ_TRANSACTION_GRP_LOCK 1 #define HAVE_PJSIP_REPLACE_MEDIA_STREAM 1 #define HAVE_PJSIP_GET_DEST_INFO 1 #define HAVE_PJ_SSL_CERT_LOAD_FROM_FILES2 1 #define HAVE_PJSIP_EXTERNAL_RESOLVER 1 #define HAVE_PJSIP_TLS_TRANSPORT_PROTO 1 #define HAVE_PJSIP_EVSUB_GRP_LOCK 1 #define HAVE_PJSIP_INV_SESSION_REF 1 #define HAVE_PJSIP_AUTH_CLT_DEINIT 1 #define HAVE_PJSIP_TSX_LAYER_FIND_TSX2 1 #define HAVE_PJSIP_INV_ACCEPT_MULTIPLE_SDP_ANSWERS 1 #define HAVE_CURL 1 #define LIBCURL_FEATURE_SSL 1 #define LIBCURL_FEATURE_IPV6 1 #define LIBCURL_FEATURE_LIBZ 1 #define LIBCURL_FEATURE_ASYNCHDNS 1 #define LIBCURL_FEATURE_IDN 1 #define LIBCURL_FEATURE_GSS_API 1 #define LIBCURL_FEATURE_SPNEGO 1 #define LIBCURL_FEATURE_NTLM 1 #define LIBCURL_FEATURE_NTLM_WB 1 #define LIBCURL_FEATURE_TLS_SRP 1 #define LIBCURL_PROTOCOL_DICT 1 #define LIBCURL_PROTOCOL_FILE 1 #define LIBCURL_PROTOCOL_FTP 1 #define LIBCURL_PROTOCOL_FTPS 1 #define LIBCURL_PROTOCOL_GOPHER 1 #define LIBCURL_PROTOCOL_HTTP 1 #define LIBCURL_PROTOCOL_HTTPS 1 #define LIBCURL_PROTOCOL_IMAP 1 #define LIBCURL_PROTOCOL_IMAPS 1 #define LIBCURL_PROTOCOL_LDAP 1 #define LIBCURL_PROTOCOL_LDAPS 1 #define LIBCURL_PROTOCOL_POP3 1 #define LIBCURL_PROTOCOL_POP3S 1 #define LIBCURL_PROTOCOL_RTMP 1 #define LIBCURL_PROTOCOL_RTSP 1 #define LIBCURL_PROTOCOL_SCP 1 #define LIBCURL_PROTOCOL_SFTP 1 #define LIBCURL_PROTOCOL_SMTP 1 #define LIBCURL_PROTOCOL_SMTPS 1 #define LIBCURL_PROTOCOL_TELNET 1 #define LIBCURL_PROTOCOL_TFTP 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define HAVE_DIRENT_H 1 #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_ARPA_NAMESER_H 1 #define HAVE_NETDB_H 1 #define HAVE_RESOLV_H 1 #define HAVE_ARPA_NAMESER_H 1 #define HAVE_ASSERT_H 1 #define HAVE_CTYPE_H 1 #define HAVE_DLFCN_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FLOAT_H 1 #define HAVE_GRP_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_MATH_H 1 #define HAVE_PWD_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_REGEX_H 1 #define HAVE_SCHED_H 1 #define HAVE_STDARG_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_LIBINTL_H 1 #define HAVE_MALLOC_H 1 #define HAVE_NETDB_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UTIME_H 1 #define HAVE_LIBEDIT 1 #define HAVE_LIBUUID 1 #define HAVE_JANSSON 1 #define HAVE_RT 1 #define HAVE_LIBXML2 1 #define AST_XML_DOCS 1 #define HAVE_LIBXSLT 1 #define HAVE_LIBXSLT_CLEANUP 1 #define HAVE_XLOCALE_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_LONG_DOUBLE_WIDER 1 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 #define HAVE_STRUCT_UCRED_UID 1 #define HAVE_STRUCT_IFREQ_IFR_IFRU_IFRU_HWADDR 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_PTRDIFF_T 1 #define HAVE_STRUCT_STAT_ST_MTIM 1 #define HAVE_UNISTD_H 1 #define HAVE_CHOWN 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_FSEEKO 1 #define HAVE_STDLIB_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_UTIME_H 1 #define HAVE_GETPAGESIZE 1 #define HAVE_MMAP 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG5 (struct timeval *) #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 #define HAVE_STRCOLL 1 #define HAVE_STRFTIME 1 #define HAVE_UTIME_NULL 1 #define HAVE_VPRINTF 1 #define HAVE_ASPRINTF 1 #define HAVE_ATEXIT 1 #define HAVE_DUP2 1 #define HAVE_EACCESS 1 #define HAVE_ENDPWENT 1 #define HAVE_EUIDACCESS 1 #define HAVE_FFSLL 1 #define HAVE_FTRUNCATE 1 #define HAVE_GETCWD 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_GETHOSTNAME 1 #define HAVE_GETLOADAVG 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_GLOB 1 #define HAVE_IOPERM 1 #define HAVE_INET_NTOA 1 #define HAVE_ISASCII 1 #define HAVE_MEMCHR 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMSET 1 #define HAVE_MKDIR 1 #define HAVE_MKDTEMP 1 #define HAVE_MUNMAP 1 #define HAVE_NEWLOCALE 1 #define HAVE_PPOLL 1 #define HAVE_PUTENV 1 #define HAVE_RE_COMP 1 #define HAVE_REGCOMP 1 #define HAVE_SELECT 1 #define HAVE_SETENV 1 #define HAVE_SOCKET 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCASESTR 1 #define HAVE_STRCHR 1 #define HAVE_STRCSPN 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRNDUP 1 #define HAVE_STRNLEN 1 #define HAVE_STRRCHR 1 #define HAVE_STRSEP 1 #define HAVE_STRSPN 1 #define HAVE_STRSTR 1 #define HAVE_STRTOD 1 #define HAVE_STRTOL 1 #define HAVE_STRTOLD 1 #define HAVE_STRTOQ 1 #define HAVE_UNSETENV 1 #define HAVE_USELOCALE 1 #define HAVE_UTIME 1 #define HAVE_VASPRINTF 1 #define HAVE_SYSCTL 1 #define HAVE_LIBM 1 #define HAVE_EXP2 1 #define HAVE_LOG2 1 #define HAVE_EXP10 1 #define HAVE_LOG10 1 #define HAVE_SIN 1 #define HAVE_COS 1 #define HAVE_TAN 1 #define HAVE_ASIN 1 #define HAVE_ACOS 1 #define HAVE_ATAN 1 #define HAVE_ATAN2 1 #define HAVE_POW 1 #define HAVE_RINT 1 #define HAVE_EXP 1 #define HAVE_LOG 1 #define HAVE_REMAINDER 1 #define HAVE_FMOD 1 #define HAVE_ROUND 1 #define HAVE_ROUNDF 1 #define HAVE_TRUNC 1 #define HAVE_FLOOR 1 #define HAVE_CEIL 1 #define HAVE_EXP2L 1 #define HAVE_LOG2L 1 #define HAVE_EXP10L 1 #define HAVE_LOG10L 1 #define HAVE_SINL 1 #define HAVE_COSL 1 #define HAVE_TANL 1 #define HAVE_ASINL 1 #define HAVE_ACOSL 1 #define HAVE_ATANL 1 #define HAVE_ATAN2L 1 #define HAVE_POWL 1 #define HAVE_SQRTL 1 #define HAVE_RINTL 1 #define HAVE_EXPL 1 #define HAVE_LOGL 1 #define HAVE_REMAINDERL 1 #define HAVE_FMODL 1 #define HAVE_ROUNDL 1 #define HAVE_TRUNCL 1 #define HAVE_FLOORL 1 #define HAVE_CEILL 1 #define HAVE_LLONG_MAX 1 #define HAVE_TIMERSUB 1 #define HAVE_SYS_POLL_H 1 #define HAVE_INET_ATON 1 #define HAVE_PKTINFO 1 #define HAVE_GETHOSTBYNAME_R_6 1 #define HAVE_BYTESWAP_H 1 #define HAVE_LOCALE_T_IN_LOCALE_H 1 #define HAVE_PTHREAD_RWLOCK_INITIALIZER 1 #define HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP 1 #define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1 #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 #define HAVE_PTHREAD_SPINLOCK 1 #define HAS_WORKING_SEMAPHORE 1 #define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1 #define HAVE_GCC_ATOMICS 1 #define HAVE_NULLSAFE_PRINTF 1 #define HAVE_EVENTFD 1 #define HAVE_ATTRIBUTE_pure 1 #define HAVE_ATTRIBUTE_malloc 1 #define HAVE_ATTRIBUTE_const 1 #define HAVE_ATTRIBUTE_unused 1 #define HAVE_ATTRIBUTE_deprecated 1 #define HAVE_ATTRIBUTE_sentinel 1 #define HAVE_ATTRIBUTE_warn_unused_result 1 #define HAVE_ATTRIBUTE_may_alias 1 #define HAVE_ATTRIBUTE_constructor 1 #define HAVE_ATTRIBUTE_destructor 1 #define HAVE_ATTRIBUTE_noreturn 1 #define HAVE_SYSINFO 1 #define HAVE_RES_NINIT 1 #define HAVE_GLOB_NOMAGIC 1 #define HAVE_GLOB_BRACE 1 #define HAVE_RTLD_NOLOAD 1 #define HAVE_IP_MTU_DISCOVER 1 #define SIZEOF_INT 4 #define SIZEOF_LONG 8 #define SIZEOF_LONG_LONG 8 #define SIZEOF_CHAR_P 8 #define SIZEOF_LONG 8 #define SIZEOF_LONG_LONG 8 #define SIZEOF_FD_SET_FDS_BITS 8 #define TYPEOF_FD_SET_FDS_BITS long #define HAVE_DLADDR 1 #define HAVE_ALSA 1 #define HAVE_BFD 1 #define HAVE_GETIFADDRS 1 #define HAVE_TIMERFD 1 #define HAVE_GSM 1 #define HAVE_GSM_HEADER 1 #define HAVE_ICONV 1 #define HAVE_ICAL 1 #define HAVE_IKSEMEL 1 #define HAVE_IMAP_TK 1 #define HAVE_IMAP_TK2006 1 #define HAVE_INOTIFY 1 #define HAVE_JACK 1 #define HAVE_LDAP 1 #define HAVE_MYSQLCLIENT 1 #define HAVE_NBS 1 #define HAVE_NEON 1 #define HAVE_NEON29 1 #define HAVE_NETSNMP 1 #define HAVE_NEWT 1 #define HAVE_UNIXODBC 1 #define HAVE_OGG 1 #define HAVE_BKTR 1 #define HAVE_BLUETOOTH 1 #define HAVE_OSS 1 #define HAVE_PGSQL 1 #define HAVE_PGSQL_pg_encoding_to_char 1 #define HAVE_PYTHONDEV 1 #define HAVE_POPT 1 #define HAVE_PORTAUDIO 1 #define HAVE_RESAMPLE 1 #define HAVE_SNDFILE 1 #define HAVE_SPANDSP 1 #define HAVE_SPANDSP 1 #define HAVE_SPANDSP 1 #define HAVE_OPUS 1 #define HAVE_LUA 1 #define HAVE_COROSYNC 1 #define HAVE_COROSYNC_CFG_STATE_TRACK 1 #define HAVE_SPEEX 1 #define HAVE_SPEEXDSP 1 #define HAVE_SQLITE 1 #define HAVE_SQLITE3 1 #define HAVE_LIBCRYPT 1 #define HAVE_CRYPT 1 #define HAVE_CRYPT_R 1 #define HAVE_CRYPTO 1 #define HAVE_OPENSSL 1 #define HAVE_SRTP 1 #define HAVE_SRTP_VERSION 2 #define HAVE_SRTP_256 1 #define HAVE_SRTP_SHUTDOWN 1 #define HAVE_GMIME 1 #define HAVE_FREETDS 1 #define HAVE_VORBIS 1 #define HAVE_VORBIS_OPEN_CALLBACKS 1 #define HAVE_VPB 1 #define HAVE_ZLIB 1 #define HAVE_ODBC_WCHAR 1 #define HAVE_MSG_NOSIGNAL 1 #define HAVE_X11 1 #define HAVE_X11_VERSION standard_path #define HAVE_GTK2 1 #define HAVE_SYSLOG_FACILITY_LOG_AUTH 1 #define HAVE_SYSLOG_FACILITY_LOG_AUTHPRIV 1 #define HAVE_SYSLOG_FACILITY_LOG_CRON 1 #define HAVE_SYSLOG_FACILITY_LOG_DAEMON 1 #define HAVE_SYSLOG_FACILITY_LOG_FTP 1 #define HAVE_SYSLOG_FACILITY_LOG_KERN 1 #define HAVE_SYSLOG_FACILITY_LOG_LPR 1 #define HAVE_SYSLOG_FACILITY_LOG_MAIL 1 #define HAVE_SYSLOG_FACILITY_LOG_NEWS 1 #define HAVE_SYSLOG_FACILITY_LOG_SYSLOG 1 #define HAVE_SYSLOG_FACILITY_LOG_UUCP 1 #define HAVE_BRIDGES_BRIDGE_SOFTMIX_INCLUDE_HRIRS_H 1 configure: exit 0