From 0839c5e738c668d44dd0b3c5482386ed81d0cf06 Mon Sep 17 00:00:00 2001 From: tilghman Date: Thu, 27 Aug 2009 16:17:26 +0000 Subject: Merged revisions 214360 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ................ r214360 | tilghman | 2009-08-27 11:12:03 -0500 (Thu, 27 Aug 2009) | 10 lines Merged revisions 214357 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r214357 | tilghman | 2009-08-27 11:03:50 -0500 (Thu, 27 Aug 2009) | 3 lines Make autoheader descriptions render correctly in our autoconfig.h file. (Figured out while working with issue #14906) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@214365 f38db490-d61c-443f-a65b-d21fe96a405b --- autoconf/ast_ext_lib.m4 | 19 +- configure | 1110 +++++++++++++++++++++++++++++++------- include/asterisk/autoconfig.h.in | 368 ++++++------- 3 files changed, 1110 insertions(+), 387 deletions(-) diff --git a/autoconf/ast_ext_lib.m4 b/autoconf/ast_ext_lib.m4 index 57d83a5d1..711690097 100644 --- a/autoconf/ast_ext_lib.m4 +++ b/autoconf/ast_ext_lib.m4 @@ -26,6 +26,7 @@ AC_DEFUN([AST_EXT_LIB_SETUP], esac ]) PBX_$1=0 + AH_TEMPLATE(m4_bpatsubst([[HAVE_$1]], [(.*)]), [Define to 1 if you have the $2 library.]) AC_SUBST([$1_LIB]) AC_SUBST([$1_INCLUDE]) AC_SUBST([$1_DIR]) @@ -70,7 +71,7 @@ if test "x${PBX_$1}" != "x1" -a "${USE_$1}" != "no"; then else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${$1_INCLUDE}" - AC_CHECK_HEADER([$4], [$1_HEADER_FOUND=1], [$1_HEADER_FOUND=0]) + AC_CHECK_HEADER([$4], [$1_HEADER_FOUND=1], [$1_HEADER_FOUND=0]) CPPFLAGS="${saved_cppflags}" fi if test "x${$1_HEADER_FOUND}" = "x0" ; then @@ -81,9 +82,19 @@ if test "x${PBX_$1}" != "x1" -a "${USE_$1}" != "no"; then $1_LIB="" fi PBX_$1=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED - AC_DEFINE_UNQUOTED([HAVE_$1], 1, [Define this to indicate the ${$1_DESCRIP} library]) - AC_DEFINE_UNQUOTED([HAVE_$1_VERSION], [$7], [Define to indicate the ${$1_DESCRIP} library version]) + if test "x${$1_OPTION}" = "x"; then + dnl Ensure that we have an autoheader, when AST_EXT_LIB_SETUP was + dnl not called. Note that we cannot use shell substitution in the + dnl description, because the shell is never invoked when rendering + dnl the autoheader. Only m4 substitutions will expand correctly. + AC_DEFINE_UNQUOTED([HAVE_$1], 1, [Define to 1 to indicate $1 functionality.]) + AC_DEFINE_UNQUOTED([HAVE_$1_VERSION], [$7], [Define to indicate the $1 library version]) + else + cat >>confdefs.h <<_ACEOF +[@%:@define] HAVE_$1 1 +[@%:@define] HAVE_$1_VERSION $7 +_ACEOF + fi fi fi fi diff --git a/configure b/configure index a821fefaf..df9ca1dbd 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Revision: 201091 . +# From configure.ac Revision: 214154 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for asterisk 1.6. # @@ -7997,6 +7997,8 @@ fi + + # BKTR is used for backtrace support on platforms that do not # have it natively. @@ -8028,6 +8030,8 @@ fi + + CAP_DESCRIP="POSIX 1.e capabilities" CAP_OPTION="cap" @@ -8056,6 +8060,8 @@ fi + + CURL_DESCRIP="cURL" CURL_OPTION="curl" @@ -8084,6 +8090,8 @@ fi + + CURSES_DESCRIP="curses" CURSES_OPTION="curses" @@ -8112,6 +8120,8 @@ fi + + CRYPTO_DESCRIP="OpenSSL Cryptography support" CRYPTO_OPTION="crypto" @@ -8140,6 +8150,8 @@ fi + + DAHDI_DESCRIP="DAHDI" DAHDI_OPTION="dahdi" @@ -8168,6 +8180,8 @@ fi + + FFMPEG_DESCRIP="Ffmpeg and avcodec library" FFMPEG_OPTION="avcodec" @@ -8196,6 +8210,8 @@ fi + + GSM_DESCRIP="External GSM library" GSM_OPTION="gsm" @@ -8224,6 +8240,8 @@ fi + + GTK_DESCRIP="gtk libraries" GTK_OPTION="gtk" @@ -8252,6 +8270,8 @@ fi + + GTK2_DESCRIP="gtk2 libraries" GTK2_OPTION="gtk2" @@ -8280,6 +8300,8 @@ fi + + GMIME_DESCRIP="GMime library" GMIME_OPTION="gmime" @@ -8308,6 +8330,8 @@ fi + + HOARD_DESCRIP="Hoard Memory Allocator" HOARD_OPTION="hoard" @@ -8336,6 +8360,8 @@ fi + + ICONV_DESCRIP="Iconv Library" ICONV_OPTION="iconv" @@ -8364,6 +8390,8 @@ fi + + IKSEMEL_DESCRIP="Iksemel Jabber Library" IKSEMEL_OPTION="iksemel" @@ -8392,6 +8420,8 @@ fi + + IMAP_TK_DESCRIP="UW IMAP Toolkit" IMAP_TK_OPTION="imap" @@ -8420,6 +8450,8 @@ fi + + ISDNNET_DESCRIP="ISDN4Linux Library" ISDNNET_OPTION="isdnnet" @@ -8448,6 +8480,8 @@ fi + + JACK_DESCRIP="Jack Audio Connection Kit" JACK_OPTION="jack" @@ -8476,6 +8510,8 @@ fi + + LDAP_DESCRIP="OpenLDAP" LDAP_OPTION="ldap" @@ -8504,6 +8540,8 @@ fi + + LTDL_DESCRIP="libtool" LTDL_OPTION="ltdl" @@ -8532,6 +8570,8 @@ fi + + LUA_DESCRIP="Lua" LUA_OPTION="lua" @@ -8560,6 +8600,8 @@ fi + + MISDN_DESCRIP="mISDN User Library" MISDN_OPTION="misdn" @@ -8588,6 +8630,8 @@ fi + + NBS_DESCRIP="Network Broadcast Sound" NBS_OPTION="nbs" @@ -8616,6 +8660,8 @@ fi + + NCURSES_DESCRIP="ncurses" NCURSES_OPTION="ncurses" @@ -8644,6 +8690,8 @@ fi + + NETSNMP_DESCRIP="Net-SNMP" NETSNMP_OPTION="netsnmp" @@ -8672,6 +8720,8 @@ fi + + NEWT_DESCRIP="newt" NEWT_OPTION="newt" @@ -8700,6 +8750,8 @@ fi + + UNIXODBC_DESCRIP="unixODBC" UNIXODBC_OPTION="odbc" @@ -8728,6 +8780,8 @@ fi + + OGG_DESCRIP="OGG" OGG_OPTION="ogg" @@ -8756,6 +8810,8 @@ fi + + OSPTK_DESCRIP="OSP Toolkit" OSPTK_OPTION="osptk" @@ -8784,6 +8840,8 @@ fi + + OSS_DESCRIP="Open Sound System" OSS_OPTION="oss" @@ -8812,6 +8870,8 @@ fi + + PGSQL_DESCRIP="PostgreSQL" PGSQL_OPTION="postgres" @@ -8840,6 +8900,8 @@ fi + + POPT_DESCRIP="popt" POPT_OPTION="popt" @@ -8868,6 +8930,8 @@ fi + + PORTAUDIO_DESCRIP="PortAudio" PORTAUDIO_OPTION="portaudio" @@ -8896,6 +8960,8 @@ fi + + PRI_DESCRIP="ISDN PRI" PRI_OPTION="pri" @@ -8924,6 +8990,8 @@ fi + + RESAMPLE_DESCRIP="LIBRESAMPLE" RESAMPLE_OPTION="resample" @@ -8952,6 +9020,8 @@ fi + + SPANDSP_DESCRIP="SPANDSP" SPANDSP_OPTION="spandsp" @@ -8980,6 +9050,8 @@ fi + + SS7_DESCRIP="ISDN SS7" SS7_OPTION="ss7" @@ -9008,6 +9080,8 @@ fi + + PWLIB_DESCRIP="PWlib" PWLIB_OPTION="pwlib" @@ -9036,6 +9110,8 @@ fi + + OPENH323_DESCRIP="OpenH323" OPENH323_OPTION="h323" @@ -9064,6 +9140,8 @@ fi + + RADIUS_DESCRIP="Radius Client" RADIUS_OPTION="radius" @@ -9092,6 +9170,8 @@ fi + + SDL_DESCRIP="Sdl" SDL_OPTION="sdl" @@ -9120,6 +9200,8 @@ fi + + SDL_IMAGE_DESCRIP="Sdl Image library" SDL_IMAGE_OPTION="SDL_image" @@ -9148,6 +9230,8 @@ fi + + OPENAIS_DESCRIP="OpenAIS" OPENAIS_OPTION="openais" @@ -9176,6 +9260,8 @@ fi + + SPEEX_DESCRIP="Speex" SPEEX_OPTION="speex" @@ -9204,6 +9290,8 @@ fi + + SPEEX_PREPROCESS_DESCRIP="Speex preprocess routines" SPEEX_PREPROCESS_OPTION="speex" @@ -9232,6 +9320,8 @@ fi + + SPEEXDSP_DESCRIP="Speexdsp" SPEEXDSP_OPTION="speexdsp" @@ -9260,6 +9350,8 @@ fi + + SQLITE_DESCRIP="SQLite" SQLITE_OPTION="sqlite" @@ -9288,6 +9380,8 @@ fi + + SQLITE3_DESCRIP="SQLite" SQLITE3_OPTION="sqlite3" @@ -9316,6 +9410,8 @@ fi + + SUPPSERV_DESCRIP="mISDN Supplemental Services" SUPPSERV_OPTION="suppserv" @@ -9344,6 +9440,8 @@ fi + + OPENSSL_DESCRIP="OpenSSL Secure Sockets Layer support" OPENSSL_OPTION="ssl" @@ -9372,6 +9470,8 @@ fi + + FREETDS_DESCRIP="FreeTDS" FREETDS_OPTION="tds" @@ -9400,6 +9500,8 @@ fi + + TERMCAP_DESCRIP="Termcap" TERMCAP_OPTION="termcap" @@ -9428,6 +9530,8 @@ fi + + TINFO_DESCRIP="Term Info" TINFO_OPTION="tinfo" @@ -9456,6 +9560,8 @@ fi + + TONEZONE_DESCRIP="tonezone" TONEZONE_OPTION="tonezone" @@ -9484,6 +9590,8 @@ fi + + USB_DESCRIP="usb" USB_OPTION="usb" @@ -9512,6 +9620,8 @@ fi + + VORBIS_DESCRIP="Vorbis" VORBIS_OPTION="vorbis" @@ -9540,6 +9650,8 @@ fi + + VPB_DESCRIP="Voicetronix API" VPB_OPTION="vpb" @@ -9568,6 +9680,8 @@ fi + + X11_DESCRIP="X11 support" X11_OPTION="x11" @@ -9596,6 +9710,8 @@ fi + + ZLIB_DESCRIP="zlib" ZLIB_OPTION="z" @@ -9624,6 +9740,8 @@ fi + + # check for basic system features and functionality before # checking for package libraries @@ -19395,7 +19513,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${ALSA_INCLUDE}" - if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then + if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then { echo "$as_me:$LINENO: checking for alsa/asoundlib.h" >&5 echo $ECHO_N "checking for alsa/asoundlib.h... $ECHO_C" >&6; } if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then @@ -19542,7 +19660,7 @@ fi ALSA_LIB="" fi PBX_ALSA=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${ALSA_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_ALSA 1 @@ -19553,6 +19671,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_ALSA_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_ALSA 1 +#define HAVE_ALSA_VERSION +_ACEOF + fi fi fi fi @@ -19657,7 +19781,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${CURSES_INCLUDE}" - if test "${ac_cv_header_curses_h+set}" = set; then + if test "${ac_cv_header_curses_h+set}" = set; then { echo "$as_me:$LINENO: checking for curses.h" >&5 echo $ECHO_N "checking for curses.h... $ECHO_C" >&6; } if test "${ac_cv_header_curses_h+set}" = set; then @@ -19804,7 +19928,7 @@ fi CURSES_LIB="" fi PBX_CURSES=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${CURSES_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_CURSES 1 @@ -19815,6 +19939,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_CURSES_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_CURSES 1 +#define HAVE_CURSES_VERSION +_ACEOF + fi fi fi fi @@ -19920,7 +20050,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${CAP_INCLUDE}" - if test "${ac_cv_header_sys_capability_h+set}" = set; then + if test "${ac_cv_header_sys_capability_h+set}" = set; then { echo "$as_me:$LINENO: checking for sys/capability.h" >&5 echo $ECHO_N "checking for sys/capability.h... $ECHO_C" >&6; } if test "${ac_cv_header_sys_capability_h+set}" = set; then @@ -20067,7 +20197,7 @@ fi CAP_LIB="" fi PBX_CAP=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${CAP_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_CAP 1 @@ -20078,6 +20208,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_CAP_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_CAP 1 +#define HAVE_CAP_VERSION +_ACEOF + fi fi fi fi @@ -20261,7 +20397,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${EXP2L_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -20408,7 +20544,7 @@ fi EXP2L_LIB="" fi PBX_EXP2L=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${EXP2L_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_EXP2L 1 @@ -20419,6 +20555,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_EXP2L_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_EXP2L 1 +#define HAVE_EXP2L_VERSION +_ACEOF + fi fi fi fi @@ -20522,7 +20664,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${LOG2L_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -20669,7 +20811,7 @@ fi LOG2L_LIB="" fi PBX_LOG2L=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${LOG2L_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_LOG2L 1 @@ -20680,6 +20822,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_LOG2L_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_LOG2L 1 +#define HAVE_LOG2L_VERSION +_ACEOF + fi fi fi fi @@ -20783,7 +20931,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${EXP10L_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -20930,7 +21078,7 @@ fi EXP10L_LIB="" fi PBX_EXP10L=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${EXP10L_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_EXP10L 1 @@ -20941,6 +21089,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_EXP10L_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_EXP10L 1 +#define HAVE_EXP10L_VERSION +_ACEOF + fi fi fi fi @@ -21044,7 +21198,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${LOG10L_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -21191,7 +21345,7 @@ fi LOG10L_LIB="" fi PBX_LOG10L=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${LOG10L_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_LOG10L 1 @@ -21202,6 +21356,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_LOG10L_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_LOG10L 1 +#define HAVE_LOG10L_VERSION +_ACEOF + fi fi fi fi @@ -21305,7 +21465,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${SINL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -21452,7 +21612,7 @@ fi SINL_LIB="" fi PBX_SINL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${SINL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_SINL 1 @@ -21463,6 +21623,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_SINL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_SINL 1 +#define HAVE_SINL_VERSION +_ACEOF + fi fi fi fi @@ -21566,7 +21732,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${COSL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -21713,7 +21879,7 @@ fi COSL_LIB="" fi PBX_COSL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${COSL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_COSL 1 @@ -21724,6 +21890,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_COSL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_COSL 1 +#define HAVE_COSL_VERSION +_ACEOF + fi fi fi fi @@ -21827,7 +21999,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${TANL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -21974,7 +22146,7 @@ fi TANL_LIB="" fi PBX_TANL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${TANL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_TANL 1 @@ -21985,6 +22157,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_TANL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_TANL 1 +#define HAVE_TANL_VERSION +_ACEOF + fi fi fi fi @@ -22088,7 +22266,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${ASINL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -22235,7 +22413,7 @@ fi ASINL_LIB="" fi PBX_ASINL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${ASINL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_ASINL 1 @@ -22246,6 +22424,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_ASINL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_ASINL 1 +#define HAVE_ASINL_VERSION +_ACEOF + fi fi fi fi @@ -22349,7 +22533,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${ACOSL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -22496,7 +22680,7 @@ fi ACOSL_LIB="" fi PBX_ACOSL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${ACOSL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_ACOSL 1 @@ -22507,6 +22691,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_ACOSL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_ACOSL 1 +#define HAVE_ACOSL_VERSION +_ACEOF + fi fi fi fi @@ -22610,7 +22800,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${ATANL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -22757,7 +22947,7 @@ fi ATANL_LIB="" fi PBX_ATANL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${ATANL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_ATANL 1 @@ -22768,6 +22958,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_ATANL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_ATANL 1 +#define HAVE_ATANL_VERSION +_ACEOF + fi fi fi fi @@ -22871,7 +23067,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${ATAN2L_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -23018,7 +23214,7 @@ fi ATAN2L_LIB="" fi PBX_ATAN2L=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${ATAN2L_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_ATAN2L 1 @@ -23029,6 +23225,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_ATAN2L_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_ATAN2L 1 +#define HAVE_ATAN2L_VERSION +_ACEOF + fi fi fi fi @@ -23132,7 +23334,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${POWL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -23279,7 +23481,7 @@ fi POWL_LIB="" fi PBX_POWL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${POWL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_POWL 1 @@ -23290,6 +23492,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_POWL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_POWL 1 +#define HAVE_POWL_VERSION +_ACEOF + fi fi fi fi @@ -23393,7 +23601,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${SQRTL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -23540,7 +23748,7 @@ fi SQRTL_LIB="" fi PBX_SQRTL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${SQRTL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_SQRTL 1 @@ -23551,6 +23759,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_SQRTL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_SQRTL 1 +#define HAVE_SQRTL_VERSION +_ACEOF + fi fi fi fi @@ -23654,7 +23868,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${RINTL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -23801,7 +24015,7 @@ fi RINTL_LIB="" fi PBX_RINTL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${RINTL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_RINTL 1 @@ -23812,6 +24026,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_RINTL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_RINTL 1 +#define HAVE_RINTL_VERSION +_ACEOF + fi fi fi fi @@ -23915,7 +24135,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${EXPL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -24062,7 +24282,7 @@ fi EXPL_LIB="" fi PBX_EXPL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${EXPL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_EXPL 1 @@ -24073,6 +24293,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_EXPL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_EXPL 1 +#define HAVE_EXPL_VERSION +_ACEOF + fi fi fi fi @@ -24176,7 +24402,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${LOGL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -24323,7 +24549,7 @@ fi LOGL_LIB="" fi PBX_LOGL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${LOGL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_LOGL 1 @@ -24334,6 +24560,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_LOGL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_LOGL 1 +#define HAVE_LOGL_VERSION +_ACEOF + fi fi fi fi @@ -24437,7 +24669,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${REMAINDERL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -24584,7 +24816,7 @@ fi REMAINDERL_LIB="" fi PBX_REMAINDERL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${REMAINDERL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_REMAINDERL 1 @@ -24595,6 +24827,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_REMAINDERL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_REMAINDERL 1 +#define HAVE_REMAINDERL_VERSION +_ACEOF + fi fi fi fi @@ -24698,7 +24936,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${FMODL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -24845,7 +25083,7 @@ fi FMODL_LIB="" fi PBX_FMODL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${FMODL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_FMODL 1 @@ -24856,6 +25094,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_FMODL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_FMODL 1 +#define HAVE_FMODL_VERSION +_ACEOF + fi fi fi fi @@ -24959,7 +25203,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${ROUNDL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -25106,7 +25350,7 @@ fi ROUNDL_LIB="" fi PBX_ROUNDL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${ROUNDL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_ROUNDL 1 @@ -25117,6 +25361,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_ROUNDL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_ROUNDL 1 +#define HAVE_ROUNDL_VERSION +_ACEOF + fi fi fi fi @@ -25220,7 +25470,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${TRUNCL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -25367,7 +25617,7 @@ fi TRUNCL_LIB="" fi PBX_TRUNCL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${TRUNCL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_TRUNCL 1 @@ -25378,6 +25628,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_TRUNCL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_TRUNCL 1 +#define HAVE_TRUNCL_VERSION +_ACEOF + fi fi fi fi @@ -25481,7 +25737,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${STRTOLD_INCLUDE}" - if test "${ac_cv_header_stdlib_h+set}" = set; then + if test "${ac_cv_header_stdlib_h+set}" = set; then { echo "$as_me:$LINENO: checking for stdlib.h" >&5 echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6; } if test "${ac_cv_header_stdlib_h+set}" = set; then @@ -25628,7 +25884,7 @@ fi STRTOLD_LIB="" fi PBX_STRTOLD=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${STRTOLD_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_STRTOLD 1 @@ -25639,6 +25895,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_STRTOLD_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_STRTOLD 1 +#define HAVE_STRTOLD_VERSION +_ACEOF + fi fi fi fi @@ -25742,7 +26004,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${FLOORL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -25889,7 +26151,7 @@ fi FLOORL_LIB="" fi PBX_FLOORL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${FLOORL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_FLOORL 1 @@ -25900,6 +26162,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_FLOORL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_FLOORL 1 +#define HAVE_FLOORL_VERSION +_ACEOF + fi fi fi fi @@ -26003,7 +26271,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${CEILL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -26150,7 +26418,7 @@ fi CEILL_LIB="" fi PBX_CEILL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${CEILL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_CEILL 1 @@ -26161,6 +26429,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_CEILL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_CEILL 1 +#define HAVE_CEILL_VERSION +_ACEOF + fi fi fi fi @@ -26264,7 +26538,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${EXP2_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -26411,7 +26685,7 @@ fi EXP2_LIB="" fi PBX_EXP2=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${EXP2_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_EXP2 1 @@ -26422,6 +26696,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_EXP2_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_EXP2 1 +#define HAVE_EXP2_VERSION +_ACEOF + fi fi fi fi @@ -26525,7 +26805,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${LOG2_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -26672,7 +26952,7 @@ fi LOG2_LIB="" fi PBX_LOG2=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${LOG2_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_LOG2 1 @@ -26683,6 +26963,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_LOG2_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_LOG2 1 +#define HAVE_LOG2_VERSION +_ACEOF + fi fi fi fi @@ -26786,7 +27072,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${EXP10_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -26933,7 +27219,7 @@ fi EXP10_LIB="" fi PBX_EXP10=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${EXP10_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_EXP10 1 @@ -26944,6 +27230,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_EXP10_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_EXP10 1 +#define HAVE_EXP10_VERSION +_ACEOF + fi fi fi fi @@ -27047,7 +27339,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${LOG10_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -27194,7 +27486,7 @@ fi LOG10_LIB="" fi PBX_LOG10=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${LOG10_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_LOG10 1 @@ -27205,6 +27497,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_LOG10_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_LOG10 1 +#define HAVE_LOG10_VERSION +_ACEOF + fi fi fi fi @@ -27308,7 +27606,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${SIN_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -27455,7 +27753,7 @@ fi SIN_LIB="" fi PBX_SIN=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${SIN_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_SIN 1 @@ -27466,6 +27764,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_SIN_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_SIN 1 +#define HAVE_SIN_VERSION +_ACEOF + fi fi fi fi @@ -27569,7 +27873,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${COS_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -27716,7 +28020,7 @@ fi COS_LIB="" fi PBX_COS=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${COS_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_COS 1 @@ -27727,6 +28031,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_COS_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_COS 1 +#define HAVE_COS_VERSION +_ACEOF + fi fi fi fi @@ -27830,7 +28140,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${TAN_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -27977,7 +28287,7 @@ fi TAN_LIB="" fi PBX_TAN=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${TAN_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_TAN 1 @@ -27988,6 +28298,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_TAN_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_TAN 1 +#define HAVE_TAN_VERSION +_ACEOF + fi fi fi fi @@ -28091,7 +28407,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${ASIN_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -28238,7 +28554,7 @@ fi ASIN_LIB="" fi PBX_ASIN=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${ASIN_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_ASIN 1 @@ -28249,6 +28565,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_ASIN_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_ASIN 1 +#define HAVE_ASIN_VERSION +_ACEOF + fi fi fi fi @@ -28352,7 +28674,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${ACOS_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -28499,7 +28821,7 @@ fi ACOS_LIB="" fi PBX_ACOS=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${ACOS_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_ACOS 1 @@ -28510,6 +28832,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_ACOS_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_ACOS 1 +#define HAVE_ACOS_VERSION +_ACEOF + fi fi fi fi @@ -28613,7 +28941,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${ATAN_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -28760,7 +29088,7 @@ fi ATAN_LIB="" fi PBX_ATAN=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${ATAN_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_ATAN 1 @@ -28771,6 +29099,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_ATAN_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_ATAN 1 +#define HAVE_ATAN_VERSION +_ACEOF + fi fi fi fi @@ -28874,7 +29208,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${ATAN2_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -29021,7 +29355,7 @@ fi ATAN2_LIB="" fi PBX_ATAN2=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${ATAN2_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_ATAN2 1 @@ -29032,6 +29366,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_ATAN2_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_ATAN2 1 +#define HAVE_ATAN2_VERSION +_ACEOF + fi fi fi fi @@ -29135,7 +29475,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${POW_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -29282,7 +29622,7 @@ fi POW_LIB="" fi PBX_POW=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${POW_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_POW 1 @@ -29293,6 +29633,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_POW_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_POW 1 +#define HAVE_POW_VERSION +_ACEOF + fi fi fi fi @@ -29396,7 +29742,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${SQRT_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -29543,7 +29889,7 @@ fi SQRT_LIB="" fi PBX_SQRT=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${SQRT_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_SQRT 1 @@ -29554,6 +29900,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_SQRT_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_SQRT 1 +#define HAVE_SQRT_VERSION +_ACEOF + fi fi fi fi @@ -29657,7 +30009,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${RINT_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -29804,7 +30156,7 @@ fi RINT_LIB="" fi PBX_RINT=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${RINT_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_RINT 1 @@ -29815,6 +30167,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_RINT_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_RINT 1 +#define HAVE_RINT_VERSION +_ACEOF + fi fi fi fi @@ -29918,7 +30276,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${EXP_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -30065,7 +30423,7 @@ fi EXP_LIB="" fi PBX_EXP=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${EXP_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_EXP 1 @@ -30076,6 +30434,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_EXP_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_EXP 1 +#define HAVE_EXP_VERSION +_ACEOF + fi fi fi fi @@ -30179,7 +30543,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${LOG_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -30326,7 +30690,7 @@ fi LOG_LIB="" fi PBX_LOG=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${LOG_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_LOG 1 @@ -30337,6 +30701,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_LOG_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_LOG 1 +#define HAVE_LOG_VERSION +_ACEOF + fi fi fi fi @@ -30440,7 +30810,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${REMAINDER_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -30587,7 +30957,7 @@ fi REMAINDER_LIB="" fi PBX_REMAINDER=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${REMAINDER_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_REMAINDER 1 @@ -30598,6 +30968,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_REMAINDER_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_REMAINDER 1 +#define HAVE_REMAINDER_VERSION +_ACEOF + fi fi fi fi @@ -30701,7 +31077,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${FMOD_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -30848,7 +31224,7 @@ fi FMOD_LIB="" fi PBX_FMOD=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${FMOD_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_FMOD 1 @@ -30859,6 +31235,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_FMOD_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_FMOD 1 +#define HAVE_FMOD_VERSION +_ACEOF + fi fi fi fi @@ -30962,7 +31344,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${ROUND_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -31109,7 +31491,7 @@ fi ROUND_LIB="" fi PBX_ROUND=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${ROUND_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_ROUND 1 @@ -31120,6 +31502,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_ROUND_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_ROUND 1 +#define HAVE_ROUND_VERSION +_ACEOF + fi fi fi fi @@ -31223,7 +31611,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${TRUNC_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -31370,7 +31758,7 @@ fi TRUNC_LIB="" fi PBX_TRUNC=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${TRUNC_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_TRUNC 1 @@ -31381,6 +31769,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_TRUNC_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_TRUNC 1 +#define HAVE_TRUNC_VERSION +_ACEOF + fi fi fi fi @@ -31484,7 +31878,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${STRTOD_INCLUDE}" - if test "${ac_cv_header_stdlib_h+set}" = set; then + if test "${ac_cv_header_stdlib_h+set}" = set; then { echo "$as_me:$LINENO: checking for stdlib.h" >&5 echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6; } if test "${ac_cv_header_stdlib_h+set}" = set; then @@ -31631,7 +32025,7 @@ fi STRTOD_LIB="" fi PBX_STRTOD=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${STRTOD_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_STRTOD 1 @@ -31642,6 +32036,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_STRTOD_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_STRTOD 1 +#define HAVE_STRTOD_VERSION +_ACEOF + fi fi fi fi @@ -31745,7 +32145,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${FLOOR_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -31892,7 +32292,7 @@ fi FLOOR_LIB="" fi PBX_FLOOR=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${FLOOR_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_FLOOR 1 @@ -31903,6 +32303,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_FLOOR_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_FLOOR 1 +#define HAVE_FLOOR_VERSION +_ACEOF + fi fi fi fi @@ -32006,7 +32412,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${CEIL_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -32153,7 +32559,7 @@ fi CEIL_LIB="" fi PBX_CEIL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${CEIL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_CEIL 1 @@ -32164,6 +32570,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_CEIL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_CEIL 1 +#define HAVE_CEIL_VERSION +_ACEOF + fi fi fi fi @@ -33043,7 +33455,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${ICONV_INCLUDE}" - if test "${ac_cv_header_iconv_h+set}" = set; then + if test "${ac_cv_header_iconv_h+set}" = set; then { echo "$as_me:$LINENO: checking for iconv.h" >&5 echo $ECHO_N "checking for iconv.h... $ECHO_C" >&6; } if test "${ac_cv_header_iconv_h+set}" = set; then @@ -33190,7 +33602,7 @@ fi ICONV_LIB="" fi PBX_ICONV=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${ICONV_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_ICONV 1 @@ -33201,6 +33613,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_ICONV_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_ICONV 1 +#define HAVE_ICONV_VERSION +_ACEOF + fi fi fi fi @@ -33305,7 +33723,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${ICONV_INCLUDE}" - if test "${ac_cv_header_iconv_h+set}" = set; then + if test "${ac_cv_header_iconv_h+set}" = set; then { echo "$as_me:$LINENO: checking for iconv.h" >&5 echo $ECHO_N "checking for iconv.h... $ECHO_C" >&6; } if test "${ac_cv_header_iconv_h+set}" = set; then @@ -33452,7 +33870,7 @@ fi ICONV_LIB="" fi PBX_ICONV=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${ICONV_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_ICONV 1 @@ -33463,6 +33881,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_ICONV_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_ICONV 1 +#define HAVE_ICONV_VERSION +_ACEOF + fi fi fi fi @@ -33567,7 +33991,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${IKSEMEL_INCLUDE}" - if test "${ac_cv_header_iksemel_h+set}" = set; then + if test "${ac_cv_header_iksemel_h+set}" = set; then { echo "$as_me:$LINENO: checking for iksemel.h" >&5 echo $ECHO_N "checking for iksemel.h... $ECHO_C" >&6; } if test "${ac_cv_header_iksemel_h+set}" = set; then @@ -33714,7 +34138,7 @@ fi IKSEMEL_LIB="" fi PBX_IKSEMEL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${IKSEMEL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_IKSEMEL 1 @@ -33725,6 +34149,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_IKSEMEL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_IKSEMEL 1 +#define HAVE_IKSEMEL_VERSION +_ACEOF + fi fi fi fi @@ -34661,7 +35091,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${JACK_INCLUDE}" - if test "${ac_cv_header_jack_jack_h+set}" = set; then + if test "${ac_cv_header_jack_jack_h+set}" = set; then { echo "$as_me:$LINENO: checking for jack/jack.h" >&5 echo $ECHO_N "checking for jack/jack.h... $ECHO_C" >&6; } if test "${ac_cv_header_jack_jack_h+set}" = set; then @@ -34808,7 +35238,7 @@ fi JACK_LIB="" fi PBX_JACK=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${JACK_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_JACK 1 @@ -34819,6 +35249,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_JACK_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_JACK 1 +#define HAVE_JACK_VERSION +_ACEOF + fi fi fi fi @@ -34924,7 +35360,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${LTDL_INCLUDE}" - if test "${ac_cv_header_ltdl_h+set}" = set; then + if test "${ac_cv_header_ltdl_h+set}" = set; then { echo "$as_me:$LINENO: checking for ltdl.h" >&5 echo $ECHO_N "checking for ltdl.h... $ECHO_C" >&6; } if test "${ac_cv_header_ltdl_h+set}" = set; then @@ -35071,7 +35507,7 @@ fi LTDL_LIB="" fi PBX_LTDL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${LTDL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_LTDL 1 @@ -35082,6 +35518,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_LTDL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_LTDL 1 +#define HAVE_LTDL_VERSION +_ACEOF + fi fi fi fi @@ -35186,7 +35628,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${LDAP_INCLUDE}" - if test "${ac_cv_header_ldap_h+set}" = set; then + if test "${ac_cv_header_ldap_h+set}" = set; then { echo "$as_me:$LINENO: checking for ldap.h" >&5 echo $ECHO_N "checking for ldap.h... $ECHO_C" >&6; } if test "${ac_cv_header_ldap_h+set}" = set; then @@ -35333,7 +35775,7 @@ fi LDAP_LIB="" fi PBX_LDAP=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${LDAP_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_LDAP 1 @@ -35344,6 +35786,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_LDAP_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_LDAP 1 +#define HAVE_LDAP_VERSION +_ACEOF + fi fi fi fi @@ -35448,7 +35896,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${MISDN_INCLUDE}" - if test "${ac_cv_header_mISDNuser_mISDNlib_h+set}" = set; then + if test "${ac_cv_header_mISDNuser_mISDNlib_h+set}" = set; then { echo "$as_me:$LINENO: checking for mISDNuser/mISDNlib.h" >&5 echo $ECHO_N "checking for mISDNuser/mISDNlib.h... $ECHO_C" >&6; } if test "${ac_cv_header_mISDNuser_mISDNlib_h+set}" = set; then @@ -35595,7 +36043,7 @@ fi MISDN_LIB="" fi PBX_MISDN=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${MISDN_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_MISDN 1 @@ -35606,6 +36054,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_MISDN_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_MISDN 1 +#define HAVE_MISDN_VERSION +_ACEOF + fi fi fi fi @@ -35711,7 +36165,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${ISDNNET_INCLUDE}" - if test "${ac_cv_header_mISDNuser_isdn_net_h+set}" = set; then + if test "${ac_cv_header_mISDNuser_isdn_net_h+set}" = set; then { echo "$as_me:$LINENO: checking for mISDNuser/isdn_net.h" >&5 echo $ECHO_N "checking for mISDNuser/isdn_net.h... $ECHO_C" >&6; } if test "${ac_cv_header_mISDNuser_isdn_net_h+set}" = set; then @@ -35858,7 +36312,7 @@ fi ISDNNET_LIB="" fi PBX_ISDNNET=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${ISDNNET_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_ISDNNET 1 @@ -35869,6 +36323,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_ISDNNET_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_ISDNNET 1 +#define HAVE_ISDNNET_VERSION +_ACEOF + fi fi fi fi @@ -35972,7 +36432,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${SUPPSERV_INCLUDE}" - if test "${ac_cv_header_mISDNuser_suppserv_h+set}" = set; then + if test "${ac_cv_header_mISDNuser_suppserv_h+set}" = set; then { echo "$as_me:$LINENO: checking for mISDNuser/suppserv.h" >&5 echo $ECHO_N "checking for mISDNuser/suppserv.h... $ECHO_C" >&6; } if test "${ac_cv_header_mISDNuser_suppserv_h+set}" = set; then @@ -36119,7 +36579,7 @@ fi SUPPSERV_LIB="" fi PBX_SUPPSERV=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${SUPPSERV_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_SUPPSERV 1 @@ -36130,6 +36590,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_SUPPSERV_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_SUPPSERV 1 +#define HAVE_SUPPSERV_VERSION +_ACEOF + fi fi fi fi @@ -36526,7 +36992,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${NBS_INCLUDE}" - if test "${ac_cv_header_nbs_h+set}" = set; then + if test "${ac_cv_header_nbs_h+set}" = set; then { echo "$as_me:$LINENO: checking for nbs.h" >&5 echo $ECHO_N "checking for nbs.h... $ECHO_C" >&6; } if test "${ac_cv_header_nbs_h+set}" = set; then @@ -36673,7 +37139,7 @@ fi NBS_LIB="" fi PBX_NBS=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${NBS_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_NBS 1 @@ -36684,6 +37150,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_NBS_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_NBS 1 +#define HAVE_NBS_VERSION +_ACEOF + fi fi fi fi @@ -36788,7 +37260,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${NCURSES_INCLUDE}" - if test "${ac_cv_header_curses_h+set}" = set; then + if test "${ac_cv_header_curses_h+set}" = set; then { echo "$as_me:$LINENO: checking for curses.h" >&5 echo $ECHO_N "checking for curses.h... $ECHO_C" >&6; } if test "${ac_cv_header_curses_h+set}" = set; then @@ -36935,7 +37407,7 @@ fi NCURSES_LIB="" fi PBX_NCURSES=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${NCURSES_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_NCURSES 1 @@ -36946,6 +37418,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_NCURSES_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_NCURSES 1 +#define HAVE_NCURSES_VERSION +_ACEOF + fi fi fi fi @@ -37233,7 +37711,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${NEWT_INCLUDE}" - if test "${ac_cv_header_newt_h+set}" = set; then + if test "${ac_cv_header_newt_h+set}" = set; then { echo "$as_me:$LINENO: checking for newt.h" >&5 echo $ECHO_N "checking for newt.h... $ECHO_C" >&6; } if test "${ac_cv_header_newt_h+set}" = set; then @@ -37380,7 +37858,7 @@ fi NEWT_LIB="" fi PBX_NEWT=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${NEWT_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_NEWT 1 @@ -37391,6 +37869,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_NEWT_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_NEWT 1 +#define HAVE_NEWT_VERSION +_ACEOF + fi fi fi fi @@ -37495,7 +37979,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${UNIXODBC_INCLUDE}" - if test "${ac_cv_header_sql_h+set}" = set; then + if test "${ac_cv_header_sql_h+set}" = set; then { echo "$as_me:$LINENO: checking for sql.h" >&5 echo $ECHO_N "checking for sql.h... $ECHO_C" >&6; } if test "${ac_cv_header_sql_h+set}" = set; then @@ -37642,7 +38126,7 @@ fi UNIXODBC_LIB="" fi PBX_UNIXODBC=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${UNIXODBC_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_UNIXODBC 1 @@ -37653,6 +38137,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_UNIXODBC_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_UNIXODBC 1 +#define HAVE_UNIXODBC_VERSION +_ACEOF + fi fi fi fi @@ -37757,7 +38247,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${OGG_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -37904,7 +38394,7 @@ fi OGG_LIB="" fi PBX_OGG=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${OGG_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_OGG 1 @@ -37915,6 +38405,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_OGG_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_OGG 1 +#define HAVE_OGG_VERSION +_ACEOF + fi fi fi fi @@ -38020,7 +38516,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${BKTR_INCLUDE}" - if test "${ac_cv_header_execinfo_h+set}" = set; then + if test "${ac_cv_header_execinfo_h+set}" = set; then { echo "$as_me:$LINENO: checking for execinfo.h" >&5 echo $ECHO_N "checking for execinfo.h... $ECHO_C" >&6; } if test "${ac_cv_header_execinfo_h+set}" = set; then @@ -38167,7 +38663,7 @@ fi BKTR_LIB="" fi PBX_BKTR=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${BKTR_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_BKTR 1 @@ -38178,6 +38674,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_BKTR_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_BKTR 1 +#define HAVE_BKTR_VERSION +_ACEOF + fi fi fi fi @@ -38282,7 +38784,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${BKTR_INCLUDE}" - if test "${ac_cv_header_execinfo_h+set}" = set; then + if test "${ac_cv_header_execinfo_h+set}" = set; then { echo "$as_me:$LINENO: checking for execinfo.h" >&5 echo $ECHO_N "checking for execinfo.h... $ECHO_C" >&6; } if test "${ac_cv_header_execinfo_h+set}" = set; then @@ -38429,7 +38931,7 @@ fi BKTR_LIB="" fi PBX_BKTR=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${BKTR_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_BKTR 1 @@ -38440,6 +38942,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_BKTR_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_BKTR 1 +#define HAVE_BKTR_VERSION +_ACEOF + fi fi fi fi @@ -38545,7 +39053,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${OSS_INCLUDE}" - if test "${ac_cv_header_linux_soundcard_h+set}" = set; then + if test "${ac_cv_header_linux_soundcard_h+set}" = set; then { echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6; } if test "${ac_cv_header_linux_soundcard_h+set}" = set; then @@ -38692,7 +39200,7 @@ fi OSS_LIB="" fi PBX_OSS=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${OSS_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_OSS 1 @@ -38703,6 +39211,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_OSS_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_OSS 1 +#define HAVE_OSS_VERSION +_ACEOF + fi fi fi fi @@ -38806,7 +39320,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${OSS_INCLUDE}" - if test "${ac_cv_header_sys_soundcard_h+set}" = set; then + if test "${ac_cv_header_sys_soundcard_h+set}" = set; then { echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6; } if test "${ac_cv_header_sys_soundcard_h+set}" = set; then @@ -38953,7 +39467,7 @@ fi OSS_LIB="" fi PBX_OSS=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${OSS_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_OSS 1 @@ -38964,6 +39478,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_OSS_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_OSS 1 +#define HAVE_OSS_VERSION +_ACEOF + fi fi fi fi @@ -39067,7 +39587,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${OSS_INCLUDE}" - if test "${ac_cv_header_soundcard_h+set}" = set; then + if test "${ac_cv_header_soundcard_h+set}" = set; then { echo "$as_me:$LINENO: checking for soundcard.h" >&5 echo $ECHO_N "checking for soundcard.h... $ECHO_C" >&6; } if test "${ac_cv_header_soundcard_h+set}" = set; then @@ -39214,7 +39734,7 @@ fi OSS_LIB="" fi PBX_OSS=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${OSS_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_OSS 1 @@ -39225,6 +39745,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_OSS_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_OSS 1 +#define HAVE_OSS_VERSION +_ACEOF + fi fi fi fi @@ -39657,7 +40183,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${POPT_INCLUDE}" - if test "${ac_cv_header_popt_h+set}" = set; then + if test "${ac_cv_header_popt_h+set}" = set; then { echo "$as_me:$LINENO: checking for popt.h" >&5 echo $ECHO_N "checking for popt.h... $ECHO_C" >&6; } if test "${ac_cv_header_popt_h+set}" = set; then @@ -39804,7 +40330,7 @@ fi POPT_LIB="" fi PBX_POPT=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${POPT_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_POPT 1 @@ -39815,6 +40341,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_POPT_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_POPT 1 +#define HAVE_POPT_VERSION +_ACEOF + fi fi fi fi @@ -39919,7 +40451,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${PORTAUDIO_INCLUDE}" - if test "${ac_cv_header_portaudio_h+set}" = set; then + if test "${ac_cv_header_portaudio_h+set}" = set; then { echo "$as_me:$LINENO: checking for portaudio.h" >&5 echo $ECHO_N "checking for portaudio.h... $ECHO_C" >&6; } if test "${ac_cv_header_portaudio_h+set}" = set; then @@ -40066,7 +40598,7 @@ fi PORTAUDIO_LIB="" fi PBX_PORTAUDIO=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${PORTAUDIO_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_PORTAUDIO 1 @@ -40077,6 +40609,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_PORTAUDIO_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_PORTAUDIO 1 +#define HAVE_PORTAUDIO_VERSION +_ACEOF + fi fi fi fi @@ -40181,7 +40719,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${PRI_INCLUDE}" - if test "${ac_cv_header_libpri_h+set}" = set; then + if test "${ac_cv_header_libpri_h+set}" = set; then { echo "$as_me:$LINENO: checking for libpri.h" >&5 echo $ECHO_N "checking for libpri.h... $ECHO_C" >&6; } if test "${ac_cv_header_libpri_h+set}" = set; then @@ -40328,7 +40866,7 @@ fi PRI_LIB="" fi PBX_PRI=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${PRI_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_PRI 1 @@ -40339,6 +40877,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_PRI_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_PRI 1 +#define HAVE_PRI_VERSION +_ACEOF + fi fi fi fi @@ -40443,7 +40987,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${PRI_INBANDDISCONNECT_INCLUDE}" - if test "${ac_cv_header_libpri_h+set}" = set; then + if test "${ac_cv_header_libpri_h+set}" = set; then { echo "$as_me:$LINENO: checking for libpri.h" >&5 echo $ECHO_N "checking for libpri.h... $ECHO_C" >&6; } if test "${ac_cv_header_libpri_h+set}" = set; then @@ -40590,7 +41134,7 @@ fi PRI_INBANDDISCONNECT_LIB="" fi PBX_PRI_INBANDDISCONNECT=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${PRI_INBANDDISCONNECT_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_PRI_INBANDDISCONNECT 1 @@ -40601,6 +41145,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_PRI_INBANDDISCONNECT_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_PRI_INBANDDISCONNECT 1 +#define HAVE_PRI_INBANDDISCONNECT_VERSION +_ACEOF + fi fi fi fi @@ -40705,7 +41255,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${RESAMPLE_INCLUDE}" - if test "${ac_cv_header_libresample_h+set}" = set; then + if test "${ac_cv_header_libresample_h+set}" = set; then { echo "$as_me:$LINENO: checking for libresample.h" >&5 echo $ECHO_N "checking for libresample.h... $ECHO_C" >&6; } if test "${ac_cv_header_libresample_h+set}" = set; then @@ -40852,7 +41402,7 @@ fi RESAMPLE_LIB="" fi PBX_RESAMPLE=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${RESAMPLE_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_RESAMPLE 1 @@ -40863,6 +41413,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_RESAMPLE_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_RESAMPLE 1 +#define HAVE_RESAMPLE_VERSION +_ACEOF + fi fi fi fi @@ -41059,7 +41615,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${SPANDSP_INCLUDE}" - if test "${ac_cv_header_spandsp_h+set}" = set; then + if test "${ac_cv_header_spandsp_h+set}" = set; then { echo "$as_me:$LINENO: checking for spandsp.h" >&5 echo $ECHO_N "checking for spandsp.h... $ECHO_C" >&6; } if test "${ac_cv_header_spandsp_h+set}" = set; then @@ -41206,7 +41762,7 @@ fi SPANDSP_LIB="" fi PBX_SPANDSP=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${SPANDSP_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_SPANDSP 1 @@ -41217,6 +41773,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_SPANDSP_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_SPANDSP 1 +#define HAVE_SPANDSP_VERSION +_ACEOF + fi fi fi fi @@ -41325,7 +41887,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${SPANDSP_INCLUDE}" - if test "${ac_cv_header_spandsp_h+set}" = set; then + if test "${ac_cv_header_spandsp_h+set}" = set; then { echo "$as_me:$LINENO: checking for spandsp.h" >&5 echo $ECHO_N "checking for spandsp.h... $ECHO_C" >&6; } if test "${ac_cv_header_spandsp_h+set}" = set; then @@ -41472,7 +42034,7 @@ fi SPANDSP_LIB="" fi PBX_SPANDSP=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${SPANDSP_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_SPANDSP 1 @@ -41483,6 +42045,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_SPANDSP_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_SPANDSP 1 +#define HAVE_SPANDSP_VERSION +_ACEOF + fi fi fi fi @@ -41644,7 +42212,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${SS7_INCLUDE}" - if test "${ac_cv_header_libss7_h+set}" = set; then + if test "${ac_cv_header_libss7_h+set}" = set; then { echo "$as_me:$LINENO: checking for libss7.h" >&5 echo $ECHO_N "checking for libss7.h... $ECHO_C" >&6; } if test "${ac_cv_header_libss7_h+set}" = set; then @@ -41791,7 +42359,7 @@ fi SS7_LIB="" fi PBX_SS7=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${SS7_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_SS7 1 @@ -41802,6 +42370,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_SS7_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_SS7 1 +#define HAVE_SS7_VERSION +_ACEOF + fi fi fi fi @@ -43761,7 +44335,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${LUA_INCLUDE}" - if test "${ac_cv_header_lua5_1_lua_h+set}" = set; then + if test "${ac_cv_header_lua5_1_lua_h+set}" = set; then { echo "$as_me:$LINENO: checking for lua5.1/lua.h" >&5 echo $ECHO_N "checking for lua5.1/lua.h... $ECHO_C" >&6; } if test "${ac_cv_header_lua5_1_lua_h+set}" = set; then @@ -43908,7 +44482,7 @@ fi LUA_LIB="" fi PBX_LUA=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${LUA_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_LUA 1 @@ -43919,6 +44493,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_LUA_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_LUA 1 +#define HAVE_LUA_VERSION +_ACEOF + fi fi fi fi @@ -44023,7 +44603,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${LUA_INCLUDE}" - if test "${ac_cv_header_lua_h+set}" = set; then + if test "${ac_cv_header_lua_h+set}" = set; then { echo "$as_me:$LINENO: checking for lua.h" >&5 echo $ECHO_N "checking for lua.h... $ECHO_C" >&6; } if test "${ac_cv_header_lua_h+set}" = set; then @@ -44170,7 +44750,7 @@ fi LUA_LIB="" fi PBX_LUA=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${LUA_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_LUA 1 @@ -44181,6 +44761,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_LUA_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_LUA 1 +#define HAVE_LUA_VERSION +_ACEOF + fi fi fi fi @@ -44285,7 +44871,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${RADIUS_INCLUDE}" - if test "${ac_cv_header_radiusclient_ng_h+set}" = set; then + if test "${ac_cv_header_radiusclient_ng_h+set}" = set; then { echo "$as_me:$LINENO: checking for radiusclient-ng.h" >&5 echo $ECHO_N "checking for radiusclient-ng.h... $ECHO_C" >&6; } if test "${ac_cv_header_radiusclient_ng_h+set}" = set; then @@ -44432,7 +45018,7 @@ fi RADIUS_LIB="" fi PBX_RADIUS=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${RADIUS_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_RADIUS 1 @@ -44443,6 +45029,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_RADIUS_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_RADIUS 1 +#define HAVE_RADIUS_VERSION +_ACEOF + fi fi fi fi @@ -44556,7 +45148,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${OPENAIS_INCLUDE}" - if test "${ac_cv_header_openais_saClm_h+set}" = set; then + if test "${ac_cv_header_openais_saClm_h+set}" = set; then { echo "$as_me:$LINENO: checking for openais/saClm.h" >&5 echo $ECHO_N "checking for openais/saClm.h... $ECHO_C" >&6; } if test "${ac_cv_header_openais_saClm_h+set}" = set; then @@ -44703,7 +45295,7 @@ fi OPENAIS_LIB="" fi PBX_OPENAIS=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${OPENAIS_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_OPENAIS 1 @@ -44714,6 +45306,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_OPENAIS_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_OPENAIS 1 +#define HAVE_OPENAIS_VERSION +_ACEOF + fi fi fi fi @@ -44833,7 +45431,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${SPEEX_INCLUDE}" - if test "${ac_cv_header_speex_speex_h+set}" = set; then + if test "${ac_cv_header_speex_speex_h+set}" = set; then { echo "$as_me:$LINENO: checking for speex/speex.h" >&5 echo $ECHO_N "checking for speex/speex.h... $ECHO_C" >&6; } if test "${ac_cv_header_speex_speex_h+set}" = set; then @@ -44980,7 +45578,7 @@ fi SPEEX_LIB="" fi PBX_SPEEX=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${SPEEX_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_SPEEX 1 @@ -44991,6 +45589,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_SPEEX_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_SPEEX 1 +#define HAVE_SPEEX_VERSION +_ACEOF + fi fi fi fi @@ -45096,7 +45700,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${SPEEX_PREPROCESS_INCLUDE}" - if test "${ac_cv_header_speex_speex_h+set}" = set; then + if test "${ac_cv_header_speex_speex_h+set}" = set; then { echo "$as_me:$LINENO: checking for speex/speex.h" >&5 echo $ECHO_N "checking for speex/speex.h... $ECHO_C" >&6; } if test "${ac_cv_header_speex_speex_h+set}" = set; then @@ -45243,7 +45847,7 @@ fi SPEEX_PREPROCESS_LIB="" fi PBX_SPEEX_PREPROCESS=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${SPEEX_PREPROCESS_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_SPEEX_PREPROCESS 1 @@ -45254,6 +45858,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_SPEEX_PREPROCESS_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_SPEEX_PREPROCESS 1 +#define HAVE_SPEEX_PREPROCESS_VERSION +_ACEOF + fi fi fi fi @@ -45361,7 +45971,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${SPEEXDSP_INCLUDE}" - if test "${ac_cv_header_speex_speex_h+set}" = set; then + if test "${ac_cv_header_speex_speex_h+set}" = set; then { echo "$as_me:$LINENO: checking for speex/speex.h" >&5 echo $ECHO_N "checking for speex/speex.h... $ECHO_C" >&6; } if test "${ac_cv_header_speex_speex_h+set}" = set; then @@ -45508,7 +46118,7 @@ fi SPEEXDSP_LIB="" fi PBX_SPEEXDSP=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${SPEEXDSP_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_SPEEXDSP 1 @@ -45519,6 +46129,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_SPEEXDSP_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_SPEEXDSP 1 +#define HAVE_SPEEXDSP_VERSION +_ACEOF + fi fi fi fi @@ -45628,7 +46244,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${SQLITE_INCLUDE}" - if test "${ac_cv_header_sqlite_h+set}" = set; then + if test "${ac_cv_header_sqlite_h+set}" = set; then { echo "$as_me:$LINENO: checking for sqlite.h" >&5 echo $ECHO_N "checking for sqlite.h... $ECHO_C" >&6; } if test "${ac_cv_header_sqlite_h+set}" = set; then @@ -45775,7 +46391,7 @@ fi SQLITE_LIB="" fi PBX_SQLITE=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${SQLITE_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_SQLITE 1 @@ -45786,6 +46402,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_SQLITE_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_SQLITE 1 +#define HAVE_SQLITE_VERSION +_ACEOF + fi fi fi fi @@ -45890,7 +46512,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${SQLITE3_INCLUDE}" - if test "${ac_cv_header_sqlite3_h+set}" = set; then + if test "${ac_cv_header_sqlite3_h+set}" = set; then { echo "$as_me:$LINENO: checking for sqlite3.h" >&5 echo $ECHO_N "checking for sqlite3.h... $ECHO_C" >&6; } if test "${ac_cv_header_sqlite3_h+set}" = set; then @@ -46037,7 +46659,7 @@ fi SQLITE3_LIB="" fi PBX_SQLITE3=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${SQLITE3_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_SQLITE3 1 @@ -46048,6 +46670,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_SQLITE3_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_SQLITE3 1 +#define HAVE_SQLITE3_VERSION +_ACEOF + fi fi fi fi @@ -46152,7 +46780,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${CRYPTO_INCLUDE}" - if test "${ac_cv_header_openssl_aes_h+set}" = set; then + if test "${ac_cv_header_openssl_aes_h+set}" = set; then { echo "$as_me:$LINENO: checking for openssl/aes.h" >&5 echo $ECHO_N "checking for openssl/aes.h... $ECHO_C" >&6; } if test "${ac_cv_header_openssl_aes_h+set}" = set; then @@ -46299,7 +46927,7 @@ fi CRYPTO_LIB="" fi PBX_CRYPTO=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${CRYPTO_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_CRYPTO 1 @@ -46310,6 +46938,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_CRYPTO_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_CRYPTO 1 +#define HAVE_CRYPTO_VERSION +_ACEOF + fi fi fi fi @@ -46416,7 +47050,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${OPENSSL_INCLUDE}" - if test "${ac_cv_header_openssl_ssl_h+set}" = set; then + if test "${ac_cv_header_openssl_ssl_h+set}" = set; then { echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6; } if test "${ac_cv_header_openssl_ssl_h+set}" = set; then @@ -46563,7 +47197,7 @@ fi OPENSSL_LIB="" fi PBX_OPENSSL=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${OPENSSL_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_OPENSSL 1 @@ -46574,6 +47208,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_OPENSSL_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_OPENSSL 1 +#define HAVE_OPENSSL_VERSION +_ACEOF + fi fi fi fi @@ -47172,7 +47812,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${HOARD_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -47319,7 +47959,7 @@ fi HOARD_LIB="" fi PBX_HOARD=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${HOARD_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_HOARD 1 @@ -47330,6 +47970,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_HOARD_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_HOARD 1 +#define HAVE_HOARD_VERSION +_ACEOF + fi fi fi fi @@ -47434,7 +48080,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${FREETDS_INCLUDE}" - if test "${ac_cv_header_sybdb_h+set}" = set; then + if test "${ac_cv_header_sybdb_h+set}" = set; then { echo "$as_me:$LINENO: checking for sybdb.h" >&5 echo $ECHO_N "checking for sybdb.h... $ECHO_C" >&6; } if test "${ac_cv_header_sybdb_h+set}" = set; then @@ -47581,7 +48227,7 @@ fi FREETDS_LIB="" fi PBX_FREETDS=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${FREETDS_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_FREETDS 1 @@ -47592,6 +48238,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_FREETDS_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_FREETDS 1 +#define HAVE_FREETDS_VERSION +_ACEOF + fi fi fi fi @@ -47696,7 +48348,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${TERMCAP_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -47843,7 +48495,7 @@ fi TERMCAP_LIB="" fi PBX_TERMCAP=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${TERMCAP_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_TERMCAP 1 @@ -47854,6 +48506,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_TERMCAP_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_TERMCAP 1 +#define HAVE_TERMCAP_VERSION +_ACEOF + fi fi fi fi @@ -47958,7 +48616,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${TINFO_INCLUDE}" - if test "${ac_cv_header_+set}" = set; then + if test "${ac_cv_header_+set}" = set; then { echo "$as_me:$LINENO: checking for " >&5 echo $ECHO_N "checking for ... $ECHO_C" >&6; } if test "${ac_cv_header_+set}" = set; then @@ -48105,7 +48763,7 @@ fi TINFO_LIB="" fi PBX_TINFO=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${TINFO_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_TINFO 1 @@ -48116,6 +48774,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_TINFO_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_TINFO 1 +#define HAVE_TINFO_VERSION +_ACEOF + fi fi fi fi @@ -48292,7 +48956,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${TONEZONE_INCLUDE}" - if test "${ac_cv_header_dahdi_tonezone_h+set}" = set; then + if test "${ac_cv_header_dahdi_tonezone_h+set}" = set; then { echo "$as_me:$LINENO: checking for dahdi/tonezone.h" >&5 echo $ECHO_N "checking for dahdi/tonezone.h... $ECHO_C" >&6; } if test "${ac_cv_header_dahdi_tonezone_h+set}" = set; then @@ -48439,7 +49103,7 @@ fi TONEZONE_LIB="" fi PBX_TONEZONE=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${TONEZONE_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_TONEZONE 1 @@ -48450,6 +49114,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_TONEZONE_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_TONEZONE 1 +#define HAVE_TONEZONE_VERSION +_ACEOF + fi fi fi fi @@ -48554,7 +49224,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${USB_INCLUDE}" - if test "${ac_cv_header_usb_h+set}" = set; then + if test "${ac_cv_header_usb_h+set}" = set; then { echo "$as_me:$LINENO: checking for usb.h" >&5 echo $ECHO_N "checking for usb.h... $ECHO_C" >&6; } if test "${ac_cv_header_usb_h+set}" = set; then @@ -48701,7 +49371,7 @@ fi USB_LIB="" fi PBX_USB=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${USB_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_USB 1 @@ -48712,6 +49382,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_USB_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_USB 1 +#define HAVE_USB_VERSION +_ACEOF + fi fi fi fi @@ -48816,7 +49492,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${VORBIS_INCLUDE}" - if test "${ac_cv_header_vorbis_codec_h+set}" = set; then + if test "${ac_cv_header_vorbis_codec_h+set}" = set; then { echo "$as_me:$LINENO: checking for vorbis/codec.h" >&5 echo $ECHO_N "checking for vorbis/codec.h... $ECHO_C" >&6; } if test "${ac_cv_header_vorbis_codec_h+set}" = set; then @@ -48963,7 +49639,7 @@ fi VORBIS_LIB="" fi PBX_VORBIS=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${VORBIS_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_VORBIS 1 @@ -48974,6 +49650,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_VORBIS_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_VORBIS 1 +#define HAVE_VORBIS_VERSION +_ACEOF + fi fi fi fi @@ -49176,7 +49858,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${ZLIB_INCLUDE}" - if test "${ac_cv_header_zlib_h+set}" = set; then + if test "${ac_cv_header_zlib_h+set}" = set; then { echo "$as_me:$LINENO: checking for zlib.h" >&5 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; } if test "${ac_cv_header_zlib_h+set}" = set; then @@ -49323,7 +50005,7 @@ fi ZLIB_LIB="" fi PBX_ZLIB=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${ZLIB_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_ZLIB 1 @@ -49334,6 +50016,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_ZLIB_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_ZLIB 1 +#define HAVE_ZLIB_VERSION +_ACEOF + fi fi fi fi @@ -49969,7 +50657,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${SDL_IMAGE_INCLUDE}" - if test "${ac_cv_header_SDL_image_h+set}" = set; then + if test "${ac_cv_header_SDL_image_h+set}" = set; then { echo "$as_me:$LINENO: checking for SDL_image.h" >&5 echo $ECHO_N "checking for SDL_image.h... $ECHO_C" >&6; } if test "${ac_cv_header_SDL_image_h+set}" = set; then @@ -50116,7 +50804,7 @@ fi SDL_IMAGE_LIB="" fi PBX_SDL_IMAGE=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${SDL_IMAGE_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_SDL_IMAGE 1 @@ -50127,6 +50815,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_SDL_IMAGE_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_SDL_IMAGE 1 +#define HAVE_SDL_IMAGE_VERSION +_ACEOF + fi fi fi fi @@ -50230,7 +50924,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${FFMPEG_INCLUDE}" - if test "${ac_cv_header_ffmpeg_avcodec_h+set}" = set; then + if test "${ac_cv_header_ffmpeg_avcodec_h+set}" = set; then { echo "$as_me:$LINENO: checking for ffmpeg/avcodec.h" >&5 echo $ECHO_N "checking for ffmpeg/avcodec.h... $ECHO_C" >&6; } if test "${ac_cv_header_ffmpeg_avcodec_h+set}" = set; then @@ -50377,7 +51071,7 @@ fi FFMPEG_LIB="" fi PBX_FFMPEG=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${FFMPEG_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_FFMPEG 1 @@ -50388,6 +51082,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_FFMPEG_VERSION _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_FFMPEG 1 +#define HAVE_FFMPEG_VERSION +_ACEOF + fi fi fi fi @@ -50634,7 +51334,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${X11_INCLUDE}" - if test "${ac_cv_header_X11_Xlib_h+set}" = set; then + if test "${ac_cv_header_X11_Xlib_h+set}" = set; then { echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5 echo $ECHO_N "checking for X11/Xlib.h... $ECHO_C" >&6; } if test "${ac_cv_header_X11_Xlib_h+set}" = set; then @@ -50781,7 +51481,7 @@ fi X11_LIB="" fi PBX_X11=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${X11_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_X11 1 @@ -50792,6 +51492,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_X11_VERSION standard_path _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_X11 1 +#define HAVE_X11_VERSION standard_path +_ACEOF + fi fi fi fi @@ -50895,7 +51601,7 @@ fi else # check for the header saved_cppflags="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${X11_INCLUDE}" - if test "${ac_cv_header_X11_Xlib_h+set}" = set; then + if test "${ac_cv_header_X11_Xlib_h+set}" = set; then { echo "$as_me:$LINENO: checking for X11/Xlib.h" >&5 echo $ECHO_N "checking for X11/Xlib.h... $ECHO_C" >&6; } if test "${ac_cv_header_X11_Xlib_h+set}" = set; then @@ -51042,7 +51748,7 @@ fi X11_LIB="" fi PBX_X11=1 - # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED + if test "x${X11_OPTION}" = "x"; then cat >>confdefs.h <<_ACEOF #define HAVE_X11 1 @@ -51053,6 +51759,12 @@ cat >>confdefs.h <<_ACEOF #define HAVE_X11_VERSION X11R6 _ACEOF + else + cat >>confdefs.h <<_ACEOF +#define HAVE_X11 1 +#define HAVE_X11_VERSION X11R6 +_ACEOF + fi fi fi fi diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in index 95412a14b..61ae6afdb 100644 --- a/include/asterisk/autoconfig.h.in +++ b/include/asterisk/autoconfig.h.in @@ -21,16 +21,16 @@ /* Define to 1 if using `alloca.c'. */ #undef C_ALLOCA -/* Define this to indicate the ${ACOS_DESCRIP} library */ +/* Define to 1 to indicate ACOS functionality. */ #undef HAVE_ACOS -/* Define this to indicate the ${ACOSL_DESCRIP} library */ +/* Define to 1 to indicate ACOSL functionality. */ #undef HAVE_ACOSL -/* Define to indicate the ${ACOSL_DESCRIP} library version */ +/* Define to indicate the ACOSL library version */ #undef HAVE_ACOSL_VERSION -/* Define to indicate the ${ACOS_DESCRIP} library version */ +/* Define to indicate the ACOS library version */ #undef HAVE_ACOS_VERSION /* Define to 1 if you have `alloca', as a function or macro. */ @@ -40,10 +40,10 @@ */ #undef HAVE_ALLOCA_H -/* Define this to indicate the ${ALSA_DESCRIP} library */ +/* Define to 1 to indicate ALSA functionality. */ #undef HAVE_ALSA -/* Define to indicate the ${ALSA_DESCRIP} library version */ +/* Define to indicate the ALSA library version */ #undef HAVE_ALSA_VERSION /* Define to 1 if you have the header file. */ @@ -52,43 +52,43 @@ /* Define to 1 if you have the header file. */ #undef HAVE_ARPA_NAMESER_H -/* Define this to indicate the ${ASIN_DESCRIP} library */ +/* Define to 1 to indicate ASIN functionality. */ #undef HAVE_ASIN -/* Define this to indicate the ${ASINL_DESCRIP} library */ +/* Define to 1 to indicate ASINL functionality. */ #undef HAVE_ASINL -/* Define to indicate the ${ASINL_DESCRIP} library version */ +/* Define to indicate the ASINL library version */ #undef HAVE_ASINL_VERSION -/* Define to indicate the ${ASIN_DESCRIP} library version */ +/* Define to indicate the ASIN library version */ #undef HAVE_ASIN_VERSION /* Define to 1 if you have the `asprintf' function. */ #undef HAVE_ASPRINTF -/* Define this to indicate the ${ATAN_DESCRIP} library */ +/* Define to 1 to indicate ATAN functionality. */ #undef HAVE_ATAN -/* Define this to indicate the ${ATAN2_DESCRIP} library */ +/* Define to 1 to indicate ATAN2 functionality. */ #undef HAVE_ATAN2 -/* Define this to indicate the ${ATAN2L_DESCRIP} library */ +/* Define to 1 to indicate ATAN2L functionality. */ #undef HAVE_ATAN2L -/* Define to indicate the ${ATAN2L_DESCRIP} library version */ +/* Define to indicate the ATAN2L library version */ #undef HAVE_ATAN2L_VERSION -/* Define to indicate the ${ATAN2_DESCRIP} library version */ +/* Define to indicate the ATAN2 library version */ #undef HAVE_ATAN2_VERSION -/* Define this to indicate the ${ATANL_DESCRIP} library */ +/* Define to 1 to indicate ATANL functionality. */ #undef HAVE_ATANL -/* Define to indicate the ${ATANL_DESCRIP} library version */ +/* Define to indicate the ATANL library version */ #undef HAVE_ATANL_VERSION -/* Define to indicate the ${ATAN_DESCRIP} library version */ +/* Define to indicate the ATAN library version */ #undef HAVE_ATAN_VERSION /* Define to 1 if you have the `atexit' function. */ @@ -123,61 +123,61 @@ /* Define to 1 if your GCC C compiler supports the 'weak' attribute. */ #undef HAVE_ATTRIBUTE_weak -/* Define this to indicate the ${BKTR_DESCRIP} library */ +/* Define to 1 to indicate BKTR functionality. */ #undef HAVE_BKTR -/* Define to indicate the ${BKTR_DESCRIP} library version */ +/* Define to indicate the BKTR library version */ #undef HAVE_BKTR_VERSION /* Define to 1 if byteswap.h macros are available. */ #undef HAVE_BYTESWAP_H -/* Define this to indicate the ${CAP_DESCRIP} library */ +/* Define to 1 to indicate CAP functionality. */ #undef HAVE_CAP -/* Define to indicate the ${CAP_DESCRIP} library version */ +/* Define to indicate the CAP library version */ #undef HAVE_CAP_VERSION -/* Define this to indicate the ${CEIL_DESCRIP} library */ +/* Define to 1 to indicate CEIL functionality. */ #undef HAVE_CEIL -/* Define this to indicate the ${CEILL_DESCRIP} library */ +/* Define to 1 to indicate CEILL functionality. */ #undef HAVE_CEILL -/* Define to indicate the ${CEILL_DESCRIP} library version */ +/* Define to indicate the CEILL library version */ #undef HAVE_CEILL_VERSION -/* Define to indicate the ${CEIL_DESCRIP} library version */ +/* Define to indicate the CEIL library version */ #undef HAVE_CEIL_VERSION /* Define to 1 if your system has a working `chown' function. */ #undef HAVE_CHOWN -/* Define this to indicate the ${COS_DESCRIP} library */ +/* Define to 1 to indicate COS functionality. */ #undef HAVE_COS -/* Define this to indicate the ${COSL_DESCRIP} library */ +/* Define to 1 to indicate COSL functionality. */ #undef HAVE_COSL -/* Define to indicate the ${COSL_DESCRIP} library version */ +/* Define to indicate the COSL library version */ #undef HAVE_COSL_VERSION -/* Define to indicate the ${COS_DESCRIP} library version */ +/* Define to indicate the COS library version */ #undef HAVE_COS_VERSION -/* Define this to indicate the ${CRYPTO_DESCRIP} library */ +/* Define to 1 to indicate CRYPTO functionality. */ #undef HAVE_CRYPTO -/* Define to indicate the ${CRYPTO_DESCRIP} library version */ +/* Define to indicate the CRYPTO library version */ #undef HAVE_CRYPTO_VERSION /* Define if your system has the curl libraries. */ #undef HAVE_CURL -/* Define this to indicate the ${CURSES_DESCRIP} library */ +/* Define to 1 to indicate CURSES functionality. */ #undef HAVE_CURSES -/* Define to indicate the ${CURSES_DESCRIP} library version */ +/* Define to indicate the CURSES library version */ #undef HAVE_CURSES_VERSION /* Define if your system has the DAHDI headers. */ @@ -208,73 +208,73 @@ /* Define to 1 if you have the `euidaccess' function. */ #undef HAVE_EUIDACCESS -/* Define this to indicate the ${EXP_DESCRIP} library */ +/* Define to 1 to indicate EXP functionality. */ #undef HAVE_EXP -/* Define this to indicate the ${EXP10_DESCRIP} library */ +/* Define to 1 to indicate EXP10 functionality. */ #undef HAVE_EXP10 -/* Define this to indicate the ${EXP10L_DESCRIP} library */ +/* Define to 1 to indicate EXP10L functionality. */ #undef HAVE_EXP10L -/* Define to indicate the ${EXP10L_DESCRIP} library version */ +/* Define to indicate the EXP10L library version */ #undef HAVE_EXP10L_VERSION -/* Define to indicate the ${EXP10_DESCRIP} library version */ +/* Define to indicate the EXP10 library version */ #undef HAVE_EXP10_VERSION -/* Define this to indicate the ${EXP2_DESCRIP} library */ +/* Define to 1 to indicate EXP2 functionality. */ #undef HAVE_EXP2 -/* Define this to indicate the ${EXP2L_DESCRIP} library */ +/* Define to 1 to indicate EXP2L functionality. */ #undef HAVE_EXP2L -/* Define to indicate the ${EXP2L_DESCRIP} library version */ +/* Define to indicate the EXP2L library version */ #undef HAVE_EXP2L_VERSION -/* Define to indicate the ${EXP2_DESCRIP} library version */ +/* Define to indicate the EXP2 library version */ #undef HAVE_EXP2_VERSION -/* Define this to indicate the ${EXPL_DESCRIP} library */ +/* Define to 1 to indicate EXPL functionality. */ #undef HAVE_EXPL -/* Define to indicate the ${EXPL_DESCRIP} library version */ +/* Define to indicate the EXPL library version */ #undef HAVE_EXPL_VERSION -/* Define to indicate the ${EXP_DESCRIP} library version */ +/* Define to indicate the EXP library version */ #undef HAVE_EXP_VERSION /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H -/* Define this to indicate the ${FFMPEG_DESCRIP} library */ +/* Define to 1 to indicate FFMPEG functionality. */ #undef HAVE_FFMPEG -/* Define to indicate the ${FFMPEG_DESCRIP} library version */ +/* Define to indicate the FFMPEG library version */ #undef HAVE_FFMPEG_VERSION -/* Define this to indicate the ${FLOOR_DESCRIP} library */ +/* Define to 1 to indicate FLOOR functionality. */ #undef HAVE_FLOOR -/* Define this to indicate the ${FLOORL_DESCRIP} library */ +/* Define to 1 to indicate FLOORL functionality. */ #undef HAVE_FLOORL -/* Define to indicate the ${FLOORL_DESCRIP} library version */ +/* Define to indicate the FLOORL library version */ #undef HAVE_FLOORL_VERSION -/* Define to indicate the ${FLOOR_DESCRIP} library version */ +/* Define to indicate the FLOOR library version */ #undef HAVE_FLOOR_VERSION -/* Define this to indicate the ${FMOD_DESCRIP} library */ +/* Define to 1 to indicate FMOD functionality. */ #undef HAVE_FMOD -/* Define this to indicate the ${FMODL_DESCRIP} library */ +/* Define to 1 to indicate FMODL functionality. */ #undef HAVE_FMODL -/* Define to indicate the ${FMODL_DESCRIP} library version */ +/* Define to indicate the FMODL library version */ #undef HAVE_FMODL_VERSION -/* Define to indicate the ${FMOD_DESCRIP} library version */ +/* Define to indicate the FMOD library version */ #undef HAVE_FMOD_VERSION /* Define to 1 if you have the `fopencookie' function. */ @@ -283,10 +283,10 @@ /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK -/* Define this to indicate the ${FREETDS_DESCRIP} library */ +/* Define to 1 to indicate FREETDS functionality. */ #undef HAVE_FREETDS -/* Define to indicate the ${FREETDS_DESCRIP} library version */ +/* Define to indicate the FREETDS library version */ #undef HAVE_FREETDS_VERSION /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ @@ -364,22 +364,22 @@ /* Define if your system has the GTK2 libraries. */ #undef HAVE_GTK2 -/* Define this to indicate the ${HOARD_DESCRIP} library */ +/* Define to 1 to indicate HOARD functionality. */ #undef HAVE_HOARD -/* Define to indicate the ${HOARD_DESCRIP} library version */ +/* Define to indicate the HOARD library version */ #undef HAVE_HOARD_VERSION -/* Define this to indicate the ${ICONV_DESCRIP} library */ +/* Define to 1 to indicate ICONV functionality. */ #undef HAVE_ICONV -/* Define to indicate the ${ICONV_DESCRIP} library version */ +/* Define to indicate the ICONV library version */ #undef HAVE_ICONV_VERSION -/* Define this to indicate the ${IKSEMEL_DESCRIP} library */ +/* Define to 1 to indicate IKSEMEL functionality. */ #undef HAVE_IKSEMEL -/* Define to indicate the ${IKSEMEL_DESCRIP} library version */ +/* Define to indicate the IKSEMEL library version */ #undef HAVE_IKSEMEL_VERSION /* Define if your system has the UW IMAP Toolkit c-client library. */ @@ -410,22 +410,22 @@ /* Define to 1 if you have the `isascii' function. */ #undef HAVE_ISASCII -/* Define this to indicate the ${ISDNNET_DESCRIP} library */ +/* Define to 1 to indicate ISDNNET functionality. */ #undef HAVE_ISDNNET -/* Define to indicate the ${ISDNNET_DESCRIP} library version */ +/* Define to indicate the ISDNNET library version */ #undef HAVE_ISDNNET_VERSION -/* Define this to indicate the ${JACK_DESCRIP} library */ +/* Define to 1 to indicate JACK functionality. */ #undef HAVE_JACK -/* Define to indicate the ${JACK_DESCRIP} library version */ +/* Define to indicate the JACK library version */ #undef HAVE_JACK_VERSION -/* Define this to indicate the ${LDAP_DESCRIP} library */ +/* Define to 1 to indicate LDAP functionality. */ #undef HAVE_LDAP -/* Define to indicate the ${LDAP_DESCRIP} library version */ +/* Define to indicate the LDAP library version */ #undef HAVE_LDAP_VERSION /* Define to 1 if you have the header file. */ @@ -443,52 +443,52 @@ /* Define to 1 if you have the `localtime_r' function. */ #undef HAVE_LOCALTIME_R -/* Define this to indicate the ${LOG_DESCRIP} library */ +/* Define to 1 to indicate LOG functionality. */ #undef HAVE_LOG -/* Define this to indicate the ${LOG10_DESCRIP} library */ +/* Define to 1 to indicate LOG10 functionality. */ #undef HAVE_LOG10 -/* Define this to indicate the ${LOG10L_DESCRIP} library */ +/* Define to 1 to indicate LOG10L functionality. */ #undef HAVE_LOG10L -/* Define to indicate the ${LOG10L_DESCRIP} library version */ +/* Define to indicate the LOG10L library version */ #undef HAVE_LOG10L_VERSION -/* Define to indicate the ${LOG10_DESCRIP} library version */ +/* Define to indicate the LOG10 library version */ #undef HAVE_LOG10_VERSION -/* Define this to indicate the ${LOG2_DESCRIP} library */ +/* Define to 1 to indicate LOG2 functionality. */ #undef HAVE_LOG2 -/* Define this to indicate the ${LOG2L_DESCRIP} library */ +/* Define to 1 to indicate LOG2L functionality. */ #undef HAVE_LOG2L -/* Define to indicate the ${LOG2L_DESCRIP} library version */ +/* Define to indicate the LOG2L library version */ #undef HAVE_LOG2L_VERSION -/* Define to indicate the ${LOG2_DESCRIP} library version */ +/* Define to indicate the LOG2 library version */ #undef HAVE_LOG2_VERSION -/* Define this to indicate the ${LOGL_DESCRIP} library */ +/* Define to 1 to indicate LOGL functionality. */ #undef HAVE_LOGL -/* Define to indicate the ${LOGL_DESCRIP} library version */ +/* Define to indicate the LOGL library version */ #undef HAVE_LOGL_VERSION -/* Define to indicate the ${LOG_DESCRIP} library version */ +/* Define to indicate the LOG library version */ #undef HAVE_LOG_VERSION -/* Define this to indicate the ${LTDL_DESCRIP} library */ +/* Define to 1 to indicate LTDL functionality. */ #undef HAVE_LTDL -/* Define to indicate the ${LTDL_DESCRIP} library version */ +/* Define to indicate the LTDL library version */ #undef HAVE_LTDL_VERSION -/* Define this to indicate the ${LUA_DESCRIP} library */ +/* Define to 1 to indicate LUA functionality. */ #undef HAVE_LUA -/* Define to indicate the ${LUA_DESCRIP} library version */ +/* Define to indicate the LUA library version */ #undef HAVE_LUA_VERSION /* Define to 1 if you have the header file. */ @@ -506,7 +506,7 @@ /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET -/* Define this to indicate the ${MISDN_DESCRIP} library */ +/* Define to 1 to indicate MISDN functionality. */ #undef HAVE_MISDN /* Define if your system has the MISDN_FAC_ERROR headers. */ @@ -521,7 +521,7 @@ /* Define MISDN_FAC_RESULT headers version */ #undef HAVE_MISDN_FAC_RESULT_VERSION -/* Define to indicate the ${MISDN_DESCRIP} library version */ +/* Define to indicate the MISDN library version */ #undef HAVE_MISDN_VERSION /* Define to 1 if you have the `mkdir' function. */ @@ -533,16 +533,16 @@ /* Define to 1 if you have the `munmap' function. */ #undef HAVE_MUNMAP -/* Define this to indicate the ${NBS_DESCRIP} library */ +/* Define to 1 to indicate NBS functionality. */ #undef HAVE_NBS -/* Define to indicate the ${NBS_DESCRIP} library version */ +/* Define to indicate the NBS library version */ #undef HAVE_NBS_VERSION -/* Define this to indicate the ${NCURSES_DESCRIP} library */ +/* Define to 1 to indicate NCURSES functionality. */ #undef HAVE_NCURSES -/* Define to indicate the ${NCURSES_DESCRIP} library version */ +/* Define to indicate the NCURSES library version */ #undef HAVE_NCURSES_VERSION /* Define to 1 if you have the header file, and it defines `DIR'. */ @@ -557,40 +557,40 @@ /* Define if your system has the NETSNMP libraries. */ #undef HAVE_NETSNMP -/* Define this to indicate the ${NEWT_DESCRIP} library */ +/* Define to 1 to indicate NEWT functionality. */ #undef HAVE_NEWT -/* Define to indicate the ${NEWT_DESCRIP} library version */ +/* Define to indicate the NEWT library version */ #undef HAVE_NEWT_VERSION -/* Define this to indicate the ${OGG_DESCRIP} library */ +/* Define to 1 to indicate OGG functionality. */ #undef HAVE_OGG -/* Define to indicate the ${OGG_DESCRIP} library version */ +/* Define to indicate the OGG library version */ #undef HAVE_OGG_VERSION -/* Define this to indicate the ${OPENAIS_DESCRIP} library */ +/* Define to 1 to indicate OPENAIS functionality. */ #undef HAVE_OPENAIS -/* Define to indicate the ${OPENAIS_DESCRIP} library version */ +/* Define to indicate the OPENAIS library version */ #undef HAVE_OPENAIS_VERSION /* Define if your system has the OpenH323 libraries. */ #undef HAVE_OPENH323 -/* Define this to indicate the ${OPENSSL_DESCRIP} library */ +/* Define to 1 to indicate OPENSSL functionality. */ #undef HAVE_OPENSSL -/* Define to indicate the ${OPENSSL_DESCRIP} library version */ +/* Define to indicate the OPENSSL library version */ #undef HAVE_OPENSSL_VERSION /* Define this to indicate the ${OSPTK_DESCRIP} library */ #undef HAVE_OSPTK -/* Define this to indicate the ${OSS_DESCRIP} library */ +/* Define to 1 to indicate OSS functionality. */ #undef HAVE_OSS -/* Define to indicate the ${OSS_DESCRIP} library version */ +/* Define to indicate the OSS library version */ #undef HAVE_OSS_VERSION /* Define to 1 if OSX atomic operations are supported. */ @@ -602,40 +602,40 @@ /* Define to 1 if your system defines IP_PKTINFO. */ #undef HAVE_PKTINFO -/* Define this to indicate the ${POPT_DESCRIP} library */ +/* Define to 1 to indicate POPT functionality. */ #undef HAVE_POPT -/* Define to indicate the ${POPT_DESCRIP} library version */ +/* Define to indicate the POPT library version */ #undef HAVE_POPT_VERSION -/* Define this to indicate the ${PORTAUDIO_DESCRIP} library */ +/* Define to 1 to indicate PORTAUDIO functionality. */ #undef HAVE_PORTAUDIO -/* Define to indicate the ${PORTAUDIO_DESCRIP} library version */ +/* Define to indicate the PORTAUDIO library version */ #undef HAVE_PORTAUDIO_VERSION -/* Define this to indicate the ${POW_DESCRIP} library */ +/* Define to 1 to indicate POW functionality. */ #undef HAVE_POW -/* Define this to indicate the ${POWL_DESCRIP} library */ +/* Define to 1 to indicate POWL functionality. */ #undef HAVE_POWL -/* Define to indicate the ${POWL_DESCRIP} library version */ +/* Define to indicate the POWL library version */ #undef HAVE_POWL_VERSION -/* Define to indicate the ${POW_DESCRIP} library version */ +/* Define to indicate the POW library version */ #undef HAVE_POW_VERSION -/* Define this to indicate the ${PRI_DESCRIP} library */ +/* Define to 1 to indicate PRI functionality. */ #undef HAVE_PRI -/* Define this to indicate the ${PRI_INBANDDISCONNECT_DESCRIP} library */ +/* Define to 1 to indicate PRI_INBANDDISCONNECT functionality. */ #undef HAVE_PRI_INBANDDISCONNECT -/* Define to indicate the ${PRI_INBANDDISCONNECT_DESCRIP} library version */ +/* Define to indicate the PRI_INBANDDISCONNECT library version */ #undef HAVE_PRI_INBANDDISCONNECT_VERSION -/* Define to indicate the ${PRI_DESCRIP} library version */ +/* Define to indicate the PRI library version */ #undef HAVE_PRI_VERSION /* Define if you have POSIX threads libraries and header files. */ @@ -674,31 +674,31 @@ /* Define if your system has the PWLib libraries. */ #undef HAVE_PWLIB -/* Define this to indicate the ${RADIUS_DESCRIP} library */ +/* Define to 1 to indicate RADIUS functionality. */ #undef HAVE_RADIUS -/* Define to indicate the ${RADIUS_DESCRIP} library version */ +/* Define to indicate the RADIUS library version */ #undef HAVE_RADIUS_VERSION /* Define to 1 if you have the `regcomp' function. */ #undef HAVE_REGCOMP -/* Define this to indicate the ${REMAINDER_DESCRIP} library */ +/* Define to 1 to indicate REMAINDER functionality. */ #undef HAVE_REMAINDER -/* Define this to indicate the ${REMAINDERL_DESCRIP} library */ +/* Define to 1 to indicate REMAINDERL functionality. */ #undef HAVE_REMAINDERL -/* Define to indicate the ${REMAINDERL_DESCRIP} library version */ +/* Define to indicate the REMAINDERL library version */ #undef HAVE_REMAINDERL_VERSION -/* Define to indicate the ${REMAINDER_DESCRIP} library version */ +/* Define to indicate the REMAINDER library version */ #undef HAVE_REMAINDER_VERSION -/* Define this to indicate the ${RESAMPLE_DESCRIP} library */ +/* Define to 1 to indicate RESAMPLE functionality. */ #undef HAVE_RESAMPLE -/* Define to indicate the ${RESAMPLE_DESCRIP} library version */ +/* Define to indicate the RESAMPLE library version */ #undef HAVE_RESAMPLE_VERSION /* Define to 1 if your system has the ndestroy resolver function. */ @@ -710,28 +710,28 @@ /* Define to 1 if you have the `re_comp' function. */ #undef HAVE_RE_COMP -/* Define this to indicate the ${RINT_DESCRIP} library */ +/* Define to 1 to indicate RINT functionality. */ #undef HAVE_RINT -/* Define this to indicate the ${RINTL_DESCRIP} library */ +/* Define to 1 to indicate RINTL functionality. */ #undef HAVE_RINTL -/* Define to indicate the ${RINTL_DESCRIP} library version */ +/* Define to indicate the RINTL library version */ #undef HAVE_RINTL_VERSION -/* Define to indicate the ${RINT_DESCRIP} library version */ +/* Define to indicate the RINT library version */ #undef HAVE_RINT_VERSION -/* Define this to indicate the ${ROUND_DESCRIP} library */ +/* Define to 1 to indicate ROUND functionality. */ #undef HAVE_ROUND -/* Define this to indicate the ${ROUNDL_DESCRIP} library */ +/* Define to 1 to indicate ROUNDL functionality. */ #undef HAVE_ROUNDL -/* Define to indicate the ${ROUNDL_DESCRIP} library version */ +/* Define to indicate the ROUNDL library version */ #undef HAVE_ROUNDL_VERSION -/* Define to indicate the ${ROUND_DESCRIP} library version */ +/* Define to indicate the ROUND library version */ #undef HAVE_ROUND_VERSION /* Define to 1 if your system has /sbin/launchd. */ @@ -740,10 +740,10 @@ /* Define if your system has the SDL libraries. */ #undef HAVE_SDL -/* Define this to indicate the ${SDL_IMAGE_DESCRIP} library */ +/* Define to 1 to indicate SDL_IMAGE functionality. */ #undef HAVE_SDL_IMAGE -/* Define to indicate the ${SDL_IMAGE_DESCRIP} library version */ +/* Define to indicate the SDL_IMAGE library version */ #undef HAVE_SDL_IMAGE_VERSION /* Define to 1 if you have the `select' function. */ @@ -752,16 +752,16 @@ /* Define to 1 if you have the `setenv' function. */ #undef HAVE_SETENV -/* Define this to indicate the ${SIN_DESCRIP} library */ +/* Define to 1 to indicate SIN functionality. */ #undef HAVE_SIN -/* Define this to indicate the ${SINL_DESCRIP} library */ +/* Define to 1 to indicate SINL functionality. */ #undef HAVE_SINL -/* Define to indicate the ${SINL_DESCRIP} library version */ +/* Define to indicate the SINL library version */ #undef HAVE_SINL_VERSION -/* Define to indicate the ${SIN_DESCRIP} library version */ +/* Define to indicate the SIN library version */ #undef HAVE_SIN_VERSION /* Define to 1 if you have the `socket' function. */ @@ -770,61 +770,61 @@ /* Define to 1 if your system has soxmix application. */ #undef HAVE_SOXMIX -/* Define this to indicate the ${SPANDSP_DESCRIP} library */ +/* Define to 1 to indicate SPANDSP functionality. */ #undef HAVE_SPANDSP /* Define to 1 if spandsp/expose.h is available. */ #undef HAVE_SPANDSP_EXPOSE_H -/* Define to indicate the ${SPANDSP_DESCRIP} library version */ +/* Define to indicate the SPANDSP library version */ #undef HAVE_SPANDSP_VERSION -/* Define this to indicate the ${SPEEX_DESCRIP} library */ +/* Define to 1 to indicate SPEEX functionality. */ #undef HAVE_SPEEX -/* Define this to indicate the ${SPEEXDSP_DESCRIP} library */ +/* Define to 1 to indicate SPEEXDSP functionality. */ #undef HAVE_SPEEXDSP -/* Define to indicate the ${SPEEXDSP_DESCRIP} library version */ +/* Define to indicate the SPEEXDSP library version */ #undef HAVE_SPEEXDSP_VERSION -/* Define this to indicate the ${SPEEX_PREPROCESS_DESCRIP} library */ +/* Define to 1 to indicate SPEEX_PREPROCESS functionality. */ #undef HAVE_SPEEX_PREPROCESS -/* Define to indicate the ${SPEEX_PREPROCESS_DESCRIP} library version */ +/* Define to indicate the SPEEX_PREPROCESS library version */ #undef HAVE_SPEEX_PREPROCESS_VERSION -/* Define to indicate the ${SPEEX_DESCRIP} library version */ +/* Define to indicate the SPEEX library version */ #undef HAVE_SPEEX_VERSION -/* Define this to indicate the ${SQLITE_DESCRIP} library */ +/* Define to 1 to indicate SQLITE functionality. */ #undef HAVE_SQLITE -/* Define this to indicate the ${SQLITE3_DESCRIP} library */ +/* Define to 1 to indicate SQLITE3 functionality. */ #undef HAVE_SQLITE3 -/* Define to indicate the ${SQLITE3_DESCRIP} library version */ +/* Define to indicate the SQLITE3 library version */ #undef HAVE_SQLITE3_VERSION -/* Define to indicate the ${SQLITE_DESCRIP} library version */ +/* Define to indicate the SQLITE library version */ #undef HAVE_SQLITE_VERSION -/* Define this to indicate the ${SQRT_DESCRIP} library */ +/* Define to 1 to indicate SQRT functionality. */ #undef HAVE_SQRT -/* Define this to indicate the ${SQRTL_DESCRIP} library */ +/* Define to 1 to indicate SQRTL functionality. */ #undef HAVE_SQRTL -/* Define to indicate the ${SQRTL_DESCRIP} library version */ +/* Define to indicate the SQRTL library version */ #undef HAVE_SQRTL_VERSION -/* Define to indicate the ${SQRT_DESCRIP} library version */ +/* Define to indicate the SQRT library version */ #undef HAVE_SQRT_VERSION -/* Define this to indicate the ${SS7_DESCRIP} library */ +/* Define to 1 to indicate SS7 functionality. */ #undef HAVE_SS7 -/* Define to indicate the ${SS7_DESCRIP} library version */ +/* Define to indicate the SS7 library version */ #undef HAVE_SS7_VERSION /* Define to 1 if `stat' has the bug that it succeeds when given the @@ -901,19 +901,19 @@ /* Define to 1 if you have the `strstr' function. */ #undef HAVE_STRSTR -/* Define this to indicate the ${STRTOD_DESCRIP} library */ +/* Define to 1 to indicate STRTOD functionality. */ #undef HAVE_STRTOD -/* Define to indicate the ${STRTOD_DESCRIP} library version */ +/* Define to indicate the STRTOD library version */ #undef HAVE_STRTOD_VERSION /* Define to 1 if you have the `strtol' function. */ #undef HAVE_STRTOL -/* Define this to indicate the ${STRTOLD_DESCRIP} library */ +/* Define to 1 to indicate STRTOLD functionality. */ #undef HAVE_STRTOLD -/* Define to indicate the ${STRTOLD_DESCRIP} library version */ +/* Define to indicate the STRTOLD library version */ #undef HAVE_STRTOLD_VERSION /* Define to 1 if you have the `strtoq' function. */ @@ -922,10 +922,10 @@ /* Define to 1 if `st_blksize' is member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_BLKSIZE -/* Define this to indicate the ${SUPPSERV_DESCRIP} library */ +/* Define to 1 to indicate SUPPSERV functionality. */ #undef HAVE_SUPPSERV -/* Define to indicate the ${SUPPSERV_DESCRIP} library version */ +/* Define to indicate the SUPPSERV library version */ #undef HAVE_SUPPSERV_VERSION /* Define to 1 if your system has sysinfo support */ @@ -982,22 +982,22 @@ /* Define to 1 if you have that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H -/* Define this to indicate the ${TAN_DESCRIP} library */ +/* Define to 1 to indicate TAN functionality. */ #undef HAVE_TAN -/* Define this to indicate the ${TANL_DESCRIP} library */ +/* Define to 1 to indicate TANL functionality. */ #undef HAVE_TANL -/* Define to indicate the ${TANL_DESCRIP} library version */ +/* Define to indicate the TANL library version */ #undef HAVE_TANL_VERSION -/* Define to indicate the ${TAN_DESCRIP} library version */ +/* Define to indicate the TAN library version */ #undef HAVE_TAN_VERSION -/* Define this to indicate the ${TERMCAP_DESCRIP} library */ +/* Define to 1 to indicate TERMCAP functionality. */ #undef HAVE_TERMCAP -/* Define to indicate the ${TERMCAP_DESCRIP} library version */ +/* Define to indicate the TERMCAP library version */ #undef HAVE_TERMCAP_VERSION /* Define to 1 if you have the header file. */ @@ -1006,46 +1006,46 @@ /* Define to 1 if your system defines timersub. */ #undef HAVE_TIMERSUB -/* Define this to indicate the ${TINFO_DESCRIP} library */ +/* Define to 1 to indicate TINFO functionality. */ #undef HAVE_TINFO -/* Define to indicate the ${TINFO_DESCRIP} library version */ +/* Define to indicate the TINFO library version */ #undef HAVE_TINFO_VERSION -/* Define this to indicate the ${TONEZONE_DESCRIP} library */ +/* Define to 1 to indicate TONEZONE functionality. */ #undef HAVE_TONEZONE -/* Define to indicate the ${TONEZONE_DESCRIP} library version */ +/* Define to indicate the TONEZONE library version */ #undef HAVE_TONEZONE_VERSION -/* Define this to indicate the ${TRUNC_DESCRIP} library */ +/* Define to 1 to indicate TRUNC functionality. */ #undef HAVE_TRUNC -/* Define this to indicate the ${TRUNCL_DESCRIP} library */ +/* Define to 1 to indicate TRUNCL functionality. */ #undef HAVE_TRUNCL -/* Define to indicate the ${TRUNCL_DESCRIP} library version */ +/* Define to indicate the TRUNCL library version */ #undef HAVE_TRUNCL_VERSION -/* Define to indicate the ${TRUNC_DESCRIP} library version */ +/* Define to indicate the TRUNC library version */ #undef HAVE_TRUNC_VERSION /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* Define this to indicate the ${UNIXODBC_DESCRIP} library */ +/* Define to 1 to indicate UNIXODBC functionality. */ #undef HAVE_UNIXODBC -/* Define to indicate the ${UNIXODBC_DESCRIP} library version */ +/* Define to indicate the UNIXODBC library version */ #undef HAVE_UNIXODBC_VERSION /* Define to 1 if you have the `unsetenv' function. */ #undef HAVE_UNSETENV -/* Define this to indicate the ${USB_DESCRIP} library */ +/* Define to 1 to indicate USB functionality. */ #undef HAVE_USB -/* Define to indicate the ${USB_DESCRIP} library version */ +/* Define to indicate the USB library version */ #undef HAVE_USB_VERSION /* Define to 1 if you have the `utime' function. */ @@ -1069,10 +1069,10 @@ /* Define to 1 if your system has linux/videodev.h. */ #undef HAVE_VIDEODEV_H -/* Define this to indicate the ${VORBIS_DESCRIP} library */ +/* Define to 1 to indicate VORBIS functionality. */ #undef HAVE_VORBIS -/* Define to indicate the ${VORBIS_DESCRIP} library version */ +/* Define to indicate the VORBIS library version */ #undef HAVE_VORBIS_VERSION /* Define if your system has the VoiceTronix API libraries. */ @@ -1093,16 +1093,16 @@ /* Define to 1 if `vfork' works. */ #undef HAVE_WORKING_VFORK -/* Define this to indicate the ${X11_DESCRIP} library */ +/* Define to 1 to indicate X11 functionality. */ #undef HAVE_X11 -/* Define to indicate the ${X11_DESCRIP} library version */ +/* Define to indicate the X11 library version */ #undef HAVE_X11_VERSION -/* Define this to indicate the ${ZLIB_DESCRIP} library */ +/* Define to 1 to indicate ZLIB functionality. */ #undef HAVE_ZLIB -/* Define to indicate the ${ZLIB_DESCRIP} library version */ +/* Define to indicate the ZLIB library version */ #undef HAVE_ZLIB_VERSION /* Define to 1 if the system has the type `_Bool'. */ -- cgit v1.2.3