aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--autoconf/ast_ext_lib.m419
-rwxr-xr-xconfigure1170
-rw-r--r--include/asterisk/autoconfig.h.in384
3 files changed, 1168 insertions, 405 deletions
diff --git a/autoconf/ast_ext_lib.m4 b/autoconf/ast_ext_lib.m4
index 35be41ffa..2f52fa1f1 100644
--- a/autoconf/ast_ext_lib.m4
+++ b/autoconf/ast_ext_lib.m4
@@ -29,6 +29,7 @@ AC_DEFUN([AST_EXT_LIB_SETUP],
;;
esac
])
+ 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])
@@ -73,7 +74,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
@@ -84,9 +85,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 95f15d7ff..b907a45bb 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 201092 .
+# From configure.ac Revision: 214155 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for asterisk 1.6.
#
@@ -8128,6 +8128,8 @@ fi
+
+
# BKTR is used for backtrace support on platforms that do not
# have it natively.
@@ -8162,6 +8164,8 @@ fi
+
+
CAP_DESCRIP="POSIX 1.e capabilities"
CAP_OPTION="cap"
PBX_CAP=0
@@ -8193,6 +8197,8 @@ fi
+
+
CURL_DESCRIP="cURL"
CURL_OPTION="curl"
PBX_CURL=0
@@ -8224,6 +8230,8 @@ fi
+
+
CURSES_DESCRIP="curses"
CURSES_OPTION="curses"
PBX_CURSES=0
@@ -8255,6 +8263,8 @@ fi
+
+
CRYPTO_DESCRIP="OpenSSL Cryptography support"
CRYPTO_OPTION="crypto"
PBX_CRYPTO=0
@@ -8286,6 +8296,8 @@ fi
+
+
DAHDI_DESCRIP="DAHDI"
DAHDI_OPTION="dahdi"
PBX_DAHDI=0
@@ -8317,6 +8329,8 @@ fi
+
+
FFMPEG_DESCRIP="Ffmpeg and avcodec library"
FFMPEG_OPTION="avcodec"
PBX_FFMPEG=0
@@ -8348,6 +8362,8 @@ fi
+
+
GSM_DESCRIP="External GSM library"
GSM_OPTION="gsm"
PBX_GSM=0
@@ -8379,6 +8395,8 @@ fi
+
+
GTK_DESCRIP="gtk libraries"
GTK_OPTION="gtk"
PBX_GTK=0
@@ -8410,6 +8428,8 @@ fi
+
+
GTK2_DESCRIP="gtk2 libraries"
GTK2_OPTION="gtk2"
PBX_GTK2=0
@@ -8441,6 +8461,8 @@ fi
+
+
GMIME_DESCRIP="GMime library"
GMIME_OPTION="gmime"
PBX_GMIME=0
@@ -8472,6 +8494,8 @@ fi
+
+
HOARD_DESCRIP="Hoard Memory Allocator"
HOARD_OPTION="hoard"
PBX_HOARD=0
@@ -8503,6 +8527,8 @@ fi
+
+
ICONV_DESCRIP="Iconv Library"
ICONV_OPTION="iconv"
PBX_ICONV=0
@@ -8534,6 +8560,8 @@ fi
+
+
IKSEMEL_DESCRIP="Iksemel Jabber Library"
IKSEMEL_OPTION="iksemel"
PBX_IKSEMEL=0
@@ -8565,6 +8593,8 @@ fi
+
+
IMAP_TK_DESCRIP="UW IMAP Toolkit"
IMAP_TK_OPTION="imap"
PBX_IMAP_TK=0
@@ -8596,6 +8626,8 @@ fi
+
+
INOTIFY_DESCRIP="inotify support"
INOTIFY_OPTION="inotify"
PBX_INOTIFY=0
@@ -8627,6 +8659,8 @@ fi
+
+
IODBC_DESCRIP="iODBC"
IODBC_OPTION="iodbc"
PBX_IODBC=0
@@ -8658,6 +8692,8 @@ fi
+
+
ISDNNET_DESCRIP="ISDN4Linux Library"
ISDNNET_OPTION="isdnnet"
PBX_ISDNNET=0
@@ -8689,6 +8725,8 @@ fi
+
+
JACK_DESCRIP="Jack Audio Connection Kit"
JACK_OPTION="jack"
PBX_JACK=0
@@ -8720,6 +8758,8 @@ fi
+
+
LDAP_DESCRIP="OpenLDAP"
LDAP_OPTION="ldap"
PBX_LDAP=0
@@ -8751,6 +8791,8 @@ fi
+
+
LIBXML2_DESCRIP="LibXML2"
LIBXML2_OPTION="libxml2"
PBX_LIBXML2=0
@@ -8782,6 +8824,8 @@ fi
+
+
LTDL_DESCRIP="libtool"
LTDL_OPTION="ltdl"
PBX_LTDL=0
@@ -8813,6 +8857,8 @@ fi
+
+
LUA_DESCRIP="Lua"
LUA_OPTION="lua"
PBX_LUA=0
@@ -8844,6 +8890,8 @@ fi
+
+
MISDN_DESCRIP="mISDN User Library"
MISDN_OPTION="misdn"
PBX_MISDN=0
@@ -8875,6 +8923,8 @@ fi
+
+
NBS_DESCRIP="Network Broadcast Sound"
NBS_OPTION="nbs"
PBX_NBS=0
@@ -8906,6 +8956,8 @@ fi
+
+
NCURSES_DESCRIP="ncurses"
NCURSES_OPTION="ncurses"
PBX_NCURSES=0
@@ -8937,6 +8989,8 @@ fi
+
+
NETSNMP_DESCRIP="Net-SNMP"
NETSNMP_OPTION="netsnmp"
PBX_NETSNMP=0
@@ -8968,6 +9022,8 @@ fi
+
+
NEWT_DESCRIP="newt"
NEWT_OPTION="newt"
PBX_NEWT=0
@@ -8999,6 +9055,8 @@ fi
+
+
OGG_DESCRIP="OGG"
OGG_OPTION="ogg"
PBX_OGG=0
@@ -9030,6 +9088,8 @@ fi
+
+
OSPTK_DESCRIP="OSP Toolkit"
OSPTK_OPTION="osptk"
PBX_OSPTK=0
@@ -9061,6 +9121,8 @@ fi
+
+
OSS_DESCRIP="Open Sound System"
OSS_OPTION="oss"
PBX_OSS=0
@@ -9092,6 +9154,8 @@ fi
+
+
PGSQL_DESCRIP="PostgreSQL"
PGSQL_OPTION="postgres"
PBX_PGSQL=0
@@ -9123,6 +9187,8 @@ fi
+
+
POPT_DESCRIP="popt"
POPT_OPTION="popt"
PBX_POPT=0
@@ -9154,6 +9220,8 @@ fi
+
+
PORTAUDIO_DESCRIP="PortAudio"
PORTAUDIO_OPTION="portaudio"
PBX_PORTAUDIO=0
@@ -9185,6 +9253,8 @@ fi
+
+
PRI_DESCRIP="ISDN PRI"
PRI_OPTION="pri"
PBX_PRI=0
@@ -9216,6 +9286,8 @@ fi
+
+
RESAMPLE_DESCRIP="LIBRESAMPLE"
RESAMPLE_OPTION="resample"
PBX_RESAMPLE=0
@@ -9247,6 +9319,8 @@ fi
+
+
SPANDSP_DESCRIP="SPANDSP"
SPANDSP_OPTION="spandsp"
PBX_SPANDSP=0
@@ -9278,6 +9352,8 @@ fi
+
+
SS7_DESCRIP="ISDN SS7"
SS7_OPTION="ss7"
PBX_SS7=0
@@ -9309,6 +9385,8 @@ fi
+
+
OPENR2_DESCRIP="MFR2"
OPENR2_OPTION="openr2"
PBX_OPENR2=0
@@ -9340,6 +9418,8 @@ fi
+
+
PWLIB_DESCRIP="PWlib"
PWLIB_OPTION="pwlib"
PBX_PWLIB=0
@@ -9371,6 +9451,8 @@ fi
+
+
OPENH323_DESCRIP="OpenH323"
OPENH323_OPTION="h323"
PBX_OPENH323=0
@@ -9402,6 +9484,8 @@ fi
+
+
RADIUS_DESCRIP="Radius Client"
RADIUS_OPTION="radius"
PBX_RADIUS=0
@@ -9433,6 +9517,8 @@ fi
+
+
SDL_DESCRIP="Sdl"
SDL_OPTION="sdl"
PBX_SDL=0
@@ -9464,6 +9550,8 @@ fi
+
+
SDL_IMAGE_DESCRIP="Sdl Image library"
SDL_IMAGE_OPTION="SDL_image"
PBX_SDL_IMAGE=0
@@ -9495,6 +9583,8 @@ fi
+
+
OPENAIS_DESCRIP="OpenAIS"
OPENAIS_OPTION="openais"
PBX_OPENAIS=0
@@ -9526,6 +9616,8 @@ fi
+
+
SPEEX_DESCRIP="Speex"
SPEEX_OPTION="speex"
PBX_SPEEX=0
@@ -9557,6 +9649,8 @@ fi
+
+
SPEEX_PREPROCESS_DESCRIP="Speex preprocess routines"
SPEEX_PREPROCESS_OPTION="speex"
PBX_SPEEX_PREPROCESS=0
@@ -9588,6 +9682,8 @@ fi
+
+
SPEEXDSP_DESCRIP="Speexdsp"
SPEEXDSP_OPTION="speexdsp"
PBX_SPEEXDSP=0
@@ -9619,6 +9715,8 @@ fi
+
+
SQLITE_DESCRIP="SQLite"
SQLITE_OPTION="sqlite"
PBX_SQLITE=0
@@ -9650,6 +9748,8 @@ fi
+
+
SQLITE3_DESCRIP="SQLite"
SQLITE3_OPTION="sqlite3"
PBX_SQLITE3=0
@@ -9681,6 +9781,8 @@ fi
+
+
SUPPSERV_DESCRIP="mISDN Supplemental Services"
SUPPSERV_OPTION="suppserv"
PBX_SUPPSERV=0
@@ -9712,6 +9814,8 @@ fi
+
+
OPENSSL_DESCRIP="OpenSSL Secure Sockets Layer support"
OPENSSL_OPTION="ssl"
PBX_OPENSSL=0
@@ -9743,6 +9847,8 @@ fi
+
+
FREETDS_DESCRIP="FreeTDS"
FREETDS_OPTION="tds"
PBX_FREETDS=0
@@ -9774,6 +9880,8 @@ fi
+
+
TERMCAP_DESCRIP="Termcap"
TERMCAP_OPTION="termcap"
PBX_TERMCAP=0
@@ -9805,6 +9913,8 @@ fi
+
+
TINFO_DESCRIP="Term Info"
TINFO_OPTION="tinfo"
PBX_TINFO=0
@@ -9836,6 +9946,8 @@ fi
+
+
TONEZONE_DESCRIP="tonezone"
TONEZONE_OPTION="tonezone"
PBX_TONEZONE=0
@@ -9867,6 +9979,8 @@ fi
+
+
UNIXODBC_DESCRIP="unixODBC"
UNIXODBC_OPTION="unixodbc"
PBX_UNIXODBC=0
@@ -9898,6 +10012,8 @@ fi
+
+
USB_DESCRIP="usb"
USB_OPTION="usb"
PBX_USB=0
@@ -9929,6 +10045,8 @@ fi
+
+
VORBIS_DESCRIP="Vorbis"
VORBIS_OPTION="vorbis"
PBX_VORBIS=0
@@ -9960,6 +10078,8 @@ fi
+
+
VPB_DESCRIP="Voicetronix API"
VPB_OPTION="vpb"
PBX_VPB=0
@@ -9991,6 +10111,8 @@ fi
+
+
X11_DESCRIP="X11 support"
X11_OPTION="x11"
PBX_X11=0
@@ -10022,6 +10144,8 @@ fi
+
+
ZLIB_DESCRIP="zlib"
ZLIB_OPTION="z"
PBX_ZLIB=0
@@ -10053,6 +10177,8 @@ fi
+
+
TIMERFD_DESCRIP="timerfd"
TIMERFD_OPTION="timerfd"
PBX_TIMERFD=0
@@ -10084,6 +10210,8 @@ fi
+
+
# check for basic system features and functionality before
# checking for package libraries
@@ -19929,7 +20057,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
@@ -20076,7 +20204,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
@@ -20087,6 +20215,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
@@ -20191,7 +20325,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
@@ -20338,7 +20472,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
@@ -20349,6 +20483,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
@@ -20454,7 +20594,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
@@ -20601,7 +20741,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
@@ -20612,6 +20752,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
@@ -20948,7 +21094,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
@@ -21095,7 +21241,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
@@ -21106,6 +21252,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
@@ -21209,7 +21361,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
@@ -21356,7 +21508,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
@@ -21367,6 +21519,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
@@ -21470,7 +21628,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
@@ -21617,7 +21775,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
@@ -21628,6 +21786,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
@@ -21731,7 +21895,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
@@ -21878,7 +22042,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
@@ -21889,6 +22053,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
@@ -21992,7 +22162,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
@@ -22139,7 +22309,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
@@ -22150,6 +22320,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
@@ -22253,7 +22429,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
@@ -22400,7 +22576,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
@@ -22411,6 +22587,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
@@ -22514,7 +22696,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
@@ -22661,7 +22843,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
@@ -22672,6 +22854,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
@@ -22775,7 +22963,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
@@ -22922,7 +23110,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
@@ -22933,6 +23121,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
@@ -23036,7 +23230,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
@@ -23183,7 +23377,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
@@ -23194,6 +23388,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
@@ -23297,7 +23497,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
@@ -23444,7 +23644,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
@@ -23455,6 +23655,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
@@ -23558,7 +23764,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
@@ -23705,7 +23911,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
@@ -23716,6 +23922,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
@@ -23819,7 +24031,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
@@ -23966,7 +24178,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
@@ -23977,6 +24189,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
@@ -24080,7 +24298,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
@@ -24227,7 +24445,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
@@ -24238,6 +24456,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
@@ -24341,7 +24565,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
@@ -24488,7 +24712,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
@@ -24499,6 +24723,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
@@ -24602,7 +24832,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
@@ -24749,7 +24979,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
@@ -24760,6 +24990,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
@@ -24863,7 +25099,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
@@ -25010,7 +25246,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
@@ -25021,6 +25257,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
@@ -25124,7 +25366,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
@@ -25271,7 +25513,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
@@ -25282,6 +25524,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
@@ -25385,7 +25633,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
@@ -25532,7 +25780,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
@@ -25543,6 +25791,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
@@ -25646,7 +25900,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
@@ -25793,7 +26047,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
@@ -25804,6 +26058,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
@@ -25907,7 +26167,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
@@ -26054,7 +26314,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
@@ -26065,6 +26325,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
@@ -26168,7 +26434,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
@@ -26315,7 +26581,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
@@ -26326,6 +26592,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
@@ -26429,7 +26701,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
@@ -26576,7 +26848,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
@@ -26587,6 +26859,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
@@ -26690,7 +26968,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
@@ -26837,7 +27115,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
@@ -26848,6 +27126,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
@@ -26951,7 +27235,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
@@ -27098,7 +27382,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
@@ -27109,6 +27393,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
@@ -27212,7 +27502,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
@@ -27359,7 +27649,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
@@ -27370,6 +27660,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
@@ -27473,7 +27769,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
@@ -27620,7 +27916,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
@@ -27631,6 +27927,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
@@ -27734,7 +28036,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
@@ -27881,7 +28183,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
@@ -27892,6 +28194,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
@@ -27995,7 +28303,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
@@ -28142,7 +28450,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
@@ -28153,6 +28461,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
@@ -28256,7 +28570,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
@@ -28403,7 +28717,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
@@ -28414,6 +28728,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
@@ -28517,7 +28837,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
@@ -28664,7 +28984,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
@@ -28675,6 +28995,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
@@ -28778,7 +29104,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
@@ -28925,7 +29251,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
@@ -28936,6 +29262,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
@@ -29039,7 +29371,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
@@ -29186,7 +29518,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
@@ -29197,6 +29529,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
@@ -29300,7 +29638,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
@@ -29447,7 +29785,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
@@ -29458,6 +29796,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
@@ -29561,7 +29905,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
@@ -29708,7 +30052,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
@@ -29719,6 +30063,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
@@ -29822,7 +30172,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
@@ -29969,7 +30319,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
@@ -29980,6 +30330,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
@@ -30083,7 +30439,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
@@ -30230,7 +30586,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
@@ -30241,6 +30597,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
@@ -30344,7 +30706,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
@@ -30491,7 +30853,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
@@ -30502,6 +30864,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
@@ -30605,7 +30973,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
@@ -30752,7 +31120,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
@@ -30763,6 +31131,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
@@ -30866,7 +31240,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
@@ -31013,7 +31387,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
@@ -31024,6 +31398,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
@@ -31127,7 +31507,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
@@ -31274,7 +31654,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
@@ -31285,6 +31665,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
@@ -31388,7 +31774,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
@@ -31535,7 +31921,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
@@ -31546,6 +31932,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
@@ -31649,7 +32041,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
@@ -31796,7 +32188,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
@@ -31807,6 +32199,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
@@ -31910,7 +32308,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
@@ -32057,7 +32455,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
@@ -32068,6 +32466,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
@@ -32171,7 +32575,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
@@ -32318,7 +32722,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
@@ -32329,6 +32733,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
@@ -32432,7 +32842,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
@@ -32579,7 +32989,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
@@ -32590,6 +33000,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
@@ -32693,7 +33109,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
@@ -32840,7 +33256,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
@@ -32851,6 +33267,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
@@ -33805,7 +34227,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
@@ -33952,7 +34374,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
@@ -33963,6 +34385,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
@@ -34067,7 +34495,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
@@ -34214,7 +34642,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
@@ -34225,6 +34653,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
@@ -34329,7 +34763,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
@@ -34476,7 +34910,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
@@ -34487,6 +34921,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
@@ -35423,7 +35863,7 @@ fi
else # check for the header
saved_cppflags="${CPPFLAGS}"
CPPFLAGS="${CPPFLAGS} ${IODBC_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
@@ -35570,7 +36010,7 @@ fi
IODBC_LIB=""
fi
PBX_IODBC=1
- # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED
+ if test "x${IODBC_OPTION}" = "x"; then
cat >>confdefs.h <<_ACEOF
#define HAVE_IODBC 1
@@ -35581,6 +36021,12 @@ cat >>confdefs.h <<_ACEOF
#define HAVE_IODBC_VERSION
_ACEOF
+ else
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_IODBC 1
+#define HAVE_IODBC_VERSION
+_ACEOF
+ fi
fi
fi
fi
@@ -35685,7 +36131,7 @@ fi
else # check for the header
saved_cppflags="${CPPFLAGS}"
CPPFLAGS="${CPPFLAGS} ${INOTIFY_INCLUDE}"
- if test "${ac_cv_header_sys_inotify_h+set}" = set; then
+ if test "${ac_cv_header_sys_inotify_h+set}" = set; then
{ echo "$as_me:$LINENO: checking for sys/inotify.h" >&5
echo $ECHO_N "checking for sys/inotify.h... $ECHO_C" >&6; }
if test "${ac_cv_header_sys_inotify_h+set}" = set; then
@@ -35832,7 +36278,7 @@ fi
INOTIFY_LIB=""
fi
PBX_INOTIFY=1
- # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED
+ if test "x${INOTIFY_OPTION}" = "x"; then
cat >>confdefs.h <<_ACEOF
#define HAVE_INOTIFY 1
@@ -35843,6 +36289,12 @@ cat >>confdefs.h <<_ACEOF
#define HAVE_INOTIFY_VERSION
_ACEOF
+ else
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_INOTIFY 1
+#define HAVE_INOTIFY_VERSION
+_ACEOF
+ fi
fi
fi
fi
@@ -35947,7 +36399,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
@@ -36094,7 +36546,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
@@ -36105,6 +36557,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
@@ -36210,7 +36668,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
@@ -36357,7 +36815,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
@@ -36368,6 +36826,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
@@ -36472,7 +36936,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
@@ -36619,7 +37083,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
@@ -36630,6 +37094,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
@@ -36940,7 +37410,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
@@ -37087,7 +37557,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
@@ -37098,6 +37568,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
@@ -37203,7 +37679,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
@@ -37350,7 +37826,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
@@ -37361,6 +37837,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
@@ -37464,7 +37946,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
@@ -37611,7 +38093,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
@@ -37622,6 +38104,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
@@ -38018,7 +38506,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
@@ -38165,7 +38653,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
@@ -38176,6 +38664,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
@@ -38280,7 +38774,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
@@ -38427,7 +38921,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
@@ -38438,6 +38932,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
@@ -38725,7 +39225,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
@@ -38872,7 +39372,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
@@ -38883,6 +39383,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
@@ -38987,7 +39493,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
@@ -39134,7 +39640,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
@@ -39145,6 +39651,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
@@ -39249,7 +39761,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
@@ -39396,7 +39908,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
@@ -39407,6 +39919,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
@@ -39512,7 +40030,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
@@ -39659,7 +40177,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
@@ -39670,6 +40188,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
@@ -39774,7 +40298,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
@@ -39921,7 +40445,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
@@ -39932,6 +40456,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
@@ -40037,7 +40567,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
@@ -40184,7 +40714,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
@@ -40195,6 +40725,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
@@ -40298,7 +40834,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
@@ -40445,7 +40981,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
@@ -40456,6 +40992,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
@@ -40559,7 +41101,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
@@ -40706,7 +41248,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
@@ -40717,6 +41259,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
@@ -41149,7 +41697,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
@@ -41296,7 +41844,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
@@ -41307,6 +41855,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
@@ -41411,7 +41965,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
@@ -41558,7 +42112,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
@@ -41569,6 +42123,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
@@ -41673,7 +42233,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
@@ -41820,7 +42380,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
@@ -41831,6 +42391,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
@@ -41935,7 +42501,7 @@ fi
else # check for the header
saved_cppflags="${CPPFLAGS}"
CPPFLAGS="${CPPFLAGS} ${PRI_PROG_W_CAUSE_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
@@ -42082,7 +42648,7 @@ fi
PRI_PROG_W_CAUSE_LIB=""
fi
PBX_PRI_PROG_W_CAUSE=1
- # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED
+ if test "x${PRI_PROG_W_CAUSE_OPTION}" = "x"; then
cat >>confdefs.h <<_ACEOF
#define HAVE_PRI_PROG_W_CAUSE 1
@@ -42093,6 +42659,12 @@ cat >>confdefs.h <<_ACEOF
#define HAVE_PRI_PROG_W_CAUSE_VERSION
_ACEOF
+ else
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_PRI_PROG_W_CAUSE 1
+#define HAVE_PRI_PROG_W_CAUSE_VERSION
+_ACEOF
+ fi
fi
fi
fi
@@ -42197,7 +42769,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
@@ -42344,7 +42916,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
@@ -42355,6 +42927,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
@@ -42459,7 +43037,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
@@ -42606,7 +43184,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
@@ -42617,6 +43195,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
@@ -42813,7 +43397,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
@@ -42960,7 +43544,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
@@ -42971,6 +43555,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
@@ -43079,7 +43669,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
@@ -43226,7 +43816,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
@@ -43237,6 +43827,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
@@ -43398,7 +43994,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
@@ -43545,7 +44141,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
@@ -43556,6 +44152,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
@@ -43660,7 +44262,7 @@ fi
else # check for the header
saved_cppflags="${CPPFLAGS}"
CPPFLAGS="${CPPFLAGS} ${OPENR2_INCLUDE}"
- if test "${ac_cv_header_openr2_h+set}" = set; then
+ if test "${ac_cv_header_openr2_h+set}" = set; then
{ echo "$as_me:$LINENO: checking for openr2.h" >&5
echo $ECHO_N "checking for openr2.h... $ECHO_C" >&6; }
if test "${ac_cv_header_openr2_h+set}" = set; then
@@ -43807,7 +44409,7 @@ fi
OPENR2_LIB=""
fi
PBX_OPENR2=1
- # XXX don't know how to evaluate the description (third argument) in AC_DEFINE_UNQUOTED
+ if test "x${OPENR2_OPTION}" = "x"; then
cat >>confdefs.h <<_ACEOF
#define HAVE_OPENR2 1
@@ -43818,6 +44420,12 @@ cat >>confdefs.h <<_ACEOF
#define HAVE_OPENR2_VERSION
_ACEOF
+ else
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_OPENR2 1
+#define HAVE_OPENR2_VERSION
+_ACEOF
+ fi
fi
fi
fi
@@ -45777,7 +46385,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
@@ -45924,7 +46532,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
@@ -45935,6 +46543,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
@@ -46039,7 +46653,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
@@ -46186,7 +46800,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
@@ -46197,6 +46811,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
@@ -46301,7 +46921,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
@@ -46448,7 +47068,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
@@ -46459,6 +47079,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
@@ -46572,7 +47198,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
@@ -46719,7 +47345,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
@@ -46730,6 +47356,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
@@ -46849,7 +47481,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
@@ -46996,7 +47628,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
@@ -47007,6 +47639,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
@@ -47112,7 +47750,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
@@ -47259,7 +47897,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
@@ -47270,6 +47908,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
@@ -47377,7 +48021,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
@@ -47524,7 +48168,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
@@ -47535,6 +48179,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
@@ -47644,7 +48294,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
@@ -47791,7 +48441,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
@@ -47802,6 +48452,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
@@ -47906,7 +48562,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
@@ -48053,7 +48709,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
@@ -48064,6 +48720,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
@@ -48168,7 +48830,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
@@ -48315,7 +48977,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
@@ -48326,6 +48988,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
@@ -48432,7 +49100,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
@@ -48579,7 +49247,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
@@ -48590,6 +49258,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
@@ -49188,7 +49862,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
@@ -49335,7 +50009,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
@@ -49346,6 +50020,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
@@ -49450,7 +50130,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
@@ -49597,7 +50277,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
@@ -49608,6 +50288,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
@@ -49712,7 +50398,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
@@ -49859,7 +50545,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
@@ -49870,6 +50556,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
@@ -49974,7 +50666,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
@@ -50121,7 +50813,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
@@ -50132,6 +50824,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
@@ -50308,7 +51006,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
@@ -50455,7 +51153,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
@@ -50466,6 +51164,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
@@ -50570,7 +51274,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
@@ -50717,7 +51421,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
@@ -50728,6 +51432,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
@@ -50834,7 +51544,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
@@ -50981,7 +51691,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
@@ -50992,6 +51702,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
@@ -51096,7 +51812,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
@@ -51243,7 +51959,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
@@ -51254,6 +51970,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
@@ -51457,7 +52179,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
@@ -51604,7 +52326,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
@@ -51615,6 +52337,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
@@ -52250,7 +52978,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
@@ -52397,7 +53125,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
@@ -52408,6 +53136,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
@@ -52511,7 +53245,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
@@ -52658,7 +53392,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
@@ -52669,6 +53403,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
@@ -52915,7 +53655,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
@@ -53062,7 +53802,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
@@ -53073,6 +53813,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
@@ -53176,7 +53922,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
@@ -53323,7 +54069,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
@@ -53334,6 +54080,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 379a91cd2..f4d79da13 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 <arpa/inet.h> header file. */
@@ -52,43 +52,43 @@
/* Define to 1 if you have the <arpa/nameser.h> 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. */
@@ -129,31 +129,31 @@
/* Define to 1 if your GCC C compiler supports the 'weak_import' attribute. */
#undef HAVE_ATTRIBUTE_weak_import
-/* 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. */
@@ -162,31 +162,31 @@
/* Define to 1 if you have the `closefrom' function. */
#undef HAVE_CLOSEFROM
-/* 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. */
@@ -229,73 +229,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 <fcntl.h> 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. */
@@ -304,10 +304,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. */
@@ -376,22 +376,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. */
@@ -407,19 +407,19 @@
/* Define to 1 if you have the `inet_ntoa' function. */
#undef HAVE_INET_NTOA
-/* Define this to indicate the ${INOTIFY_DESCRIP} library */
+/* Define to 1 to indicate INOTIFY functionality. */
#undef HAVE_INOTIFY
-/* Define to indicate the ${INOTIFY_DESCRIP} library version */
+/* Define to indicate the INOTIFY library version */
#undef HAVE_INOTIFY_VERSION
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
-/* Define this to indicate the ${IODBC_DESCRIP} library */
+/* Define to 1 to indicate IODBC functionality. */
#undef HAVE_IODBC
-/* Define to indicate the ${IODBC_DESCRIP} library version */
+/* Define to indicate the IODBC library version */
#undef HAVE_IODBC_VERSION
/* Define to 1 if you have the `ioperm' function. */
@@ -434,22 +434,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 <libintl.h> header file. */
@@ -470,52 +470,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 <malloc.h> header file. */
@@ -533,7 +533,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. */
@@ -548,7 +548,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. */
@@ -560,16 +560,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 <ndir.h> header file, and it defines `DIR'. */
@@ -584,46 +584,46 @@
/* 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 ${OPENR2_DESCRIP} library */
+/* Define to 1 to indicate OPENR2 functionality. */
#undef HAVE_OPENR2
-/* Define to indicate the ${OPENR2_DESCRIP} library version */
+/* Define to indicate the OPENR2 library version */
#undef HAVE_OPENR2_VERSION
-/* 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. */
@@ -635,46 +635,46 @@
/* 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 this to indicate the ${PRI_PROG_W_CAUSE_DESCRIP} library */
+/* Define to 1 to indicate PRI_PROG_W_CAUSE functionality. */
#undef HAVE_PRI_PROG_W_CAUSE
-/* Define to indicate the ${PRI_PROG_W_CAUSE_DESCRIP} library version */
+/* Define to indicate the PRI_PROG_W_CAUSE library version */
#undef HAVE_PRI_PROG_W_CAUSE_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. */
@@ -713,31 +713,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. */
@@ -749,28 +749,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. */
@@ -779,10 +779,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. */
@@ -791,16 +791,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. */
@@ -809,61 +809,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
@@ -940,19 +940,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. */
@@ -961,10 +961,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 you have the `swapctl' function. */
@@ -1027,22 +1027,22 @@
/* Define to 1 if you have <sys/wait.h> 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 <termios.h> header file. */
@@ -1057,46 +1057,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 <unistd.h> 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. */
@@ -1120,10 +1120,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. */
@@ -1144,16 +1144,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'. */