2006-06-07 19:05:35 +00:00
|
|
|
/* include/asterisk/autoconfig.h.in. Generated from configure.ac by autoheader. */
|
2006-05-08 16:02:42 +00:00
|
|
|
|
2006-06-07 18:54:56 +00:00
|
|
|
#ifndef ASTERISK_AUTOCONFIG_H
|
|
|
|
#define ASTERISK_AUTOCONFIG_H
|
|
|
|
|
2006-05-11 09:50:41 +00:00
|
|
|
#include "asterisk/buildopts.h"
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
|
|
|
|
|
Merged revisions 182810 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r182810 | russell | 2009-03-17 21:09:13 -0500 (Tue, 17 Mar 2009) | 44 lines
Fix cases where the internal poll() was not being used when it needed to be.
We have seen a number of problems caused by poll() not working properly on
Mac OSX. If you search around, you'll find a number of references to using
select() instead of poll() to work around these issues. In Asterisk, we've
had poll.c which implements poll() using select() internally. However, we
were still getting reports of problems.
vadim investigated a bit and realized that at least on his system, even
though we were compiling in poll.o, the system poll() was still being used.
So, the primary purpose of this patch is to ensure that we're using the
internal poll() when we want it to be used.
The changes are:
1) Remove logic for when internal poll should be used from the Makefile.
Instead, put it in the configure script. The logic in the configure
script is the same as it was in the Makefile. Ideally, we would have
a functionality test for the problem, but that's not actually possible,
since we would have to be able to run an application on the _target_
system to test poll() behavior.
2) Always include poll.o in the build, but it will be empty if AST_POLL_COMPAT
is not defined.
3) Change uses of poll() throughout the source tree to ast_poll(). I feel
that it is good practice to give the API call a new name when we are
changing its behavior and not using the system version directly in all cases.
So, normally, ast_poll() is just redefined to poll(). On systems where
AST_POLL_COMPAT is defined, ast_poll() is redefined to ast_internal_poll().
4) Change poll() in main/poll.c to be ast_internal_poll().
It's worth noting that any code that still uses poll() directly will work fine
(if they worked fine before). So, for example, out of tree modules that are
using poll() will not stop working or anything. However, for modules to work
properly on Mac OSX, ast_poll() needs to be used.
(closes issue #13404)
Reported by: agalbraith
Tested by: russell, vadim
http://reviewboard.digium.com/r/198/
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@182847 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-03-18 02:28:55 +00:00
|
|
|
/* Define to 1 if internal poll should be used. */
|
|
|
|
#undef AST_POLL_COMPAT
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if the `closedir' function returns void instead of `int'. */
|
|
|
|
#undef CLOSEDIR_VOID
|
|
|
|
|
|
|
|
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
|
|
|
|
systems. This function is required for `alloca.c' support on those systems.
|
|
|
|
*/
|
|
|
|
#undef CRAY_STACKSEG_END
|
|
|
|
|
|
|
|
/* Define to 1 if using `alloca.c'. */
|
|
|
|
#undef C_ALLOCA
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${ACOS_DESCRIP} library */
|
|
|
|
#undef HAVE_ACOS
|
|
|
|
|
|
|
|
/* Define this to indicate the ${ACOSL_DESCRIP} library */
|
|
|
|
#undef HAVE_ACOSL
|
|
|
|
|
|
|
|
/* Define to indicate the ${ACOSL_DESCRIP} library version */
|
|
|
|
#undef HAVE_ACOSL_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${ACOS_DESCRIP} library version */
|
|
|
|
#undef HAVE_ACOS_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have `alloca', as a function or macro. */
|
|
|
|
#undef HAVE_ALLOCA
|
|
|
|
|
|
|
|
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
|
|
|
|
*/
|
|
|
|
#undef HAVE_ALLOCA_H
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${ALSA_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_ALSA
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${ALSA_DESCRIP} library version */
|
|
|
|
#undef HAVE_ALSA_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the <arpa/inet.h> header file. */
|
|
|
|
#undef HAVE_ARPA_INET_H
|
|
|
|
|
2008-05-09 16:36:58 +00:00
|
|
|
/* Define to 1 if you have the <arpa/nameser.h> header file. */
|
|
|
|
#undef HAVE_ARPA_NAMESER_H
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${ASIN_DESCRIP} library */
|
|
|
|
#undef HAVE_ASIN
|
|
|
|
|
|
|
|
/* Define this to indicate the ${ASINL_DESCRIP} library */
|
|
|
|
#undef HAVE_ASINL
|
|
|
|
|
|
|
|
/* Define to indicate the ${ASINL_DESCRIP} library version */
|
|
|
|
#undef HAVE_ASINL_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${ASIN_DESCRIP} library version */
|
|
|
|
#undef HAVE_ASIN_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `asprintf' function. */
|
|
|
|
#undef HAVE_ASPRINTF
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${ATAN_DESCRIP} library */
|
|
|
|
#undef HAVE_ATAN
|
|
|
|
|
|
|
|
/* Define this to indicate the ${ATAN2_DESCRIP} library */
|
|
|
|
#undef HAVE_ATAN2
|
|
|
|
|
|
|
|
/* Define this to indicate the ${ATAN2L_DESCRIP} library */
|
|
|
|
#undef HAVE_ATAN2L
|
|
|
|
|
|
|
|
/* Define to indicate the ${ATAN2L_DESCRIP} library version */
|
|
|
|
#undef HAVE_ATAN2L_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${ATAN2_DESCRIP} library version */
|
|
|
|
#undef HAVE_ATAN2_VERSION
|
|
|
|
|
|
|
|
/* Define this to indicate the ${ATANL_DESCRIP} library */
|
|
|
|
#undef HAVE_ATANL
|
|
|
|
|
|
|
|
/* Define to indicate the ${ATANL_DESCRIP} library version */
|
|
|
|
#undef HAVE_ATANL_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${ATAN_DESCRIP} library version */
|
|
|
|
#undef HAVE_ATAN_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `atexit' function. */
|
|
|
|
#undef HAVE_ATEXIT
|
|
|
|
|
2006-08-21 02:11:39 +00:00
|
|
|
/* Define to 1 if your GCC C compiler supports the 'always_inline' attribute.
|
|
|
|
*/
|
|
|
|
#undef HAVE_ATTRIBUTE_always_inline
|
|
|
|
|
|
|
|
/* Define to 1 if your GCC C compiler supports the 'const' attribute. */
|
|
|
|
#undef HAVE_ATTRIBUTE_const
|
|
|
|
|
2007-07-16 18:36:02 +00:00
|
|
|
/* Define to 1 if your GCC C compiler supports the 'deprecated' attribute. */
|
|
|
|
#undef HAVE_ATTRIBUTE_deprecated
|
|
|
|
|
2006-08-21 02:11:39 +00:00
|
|
|
/* Define to 1 if your GCC C compiler supports the 'malloc' attribute. */
|
|
|
|
#undef HAVE_ATTRIBUTE_malloc
|
|
|
|
|
|
|
|
/* Define to 1 if your GCC C compiler supports the 'pure' attribute. */
|
|
|
|
#undef HAVE_ATTRIBUTE_pure
|
|
|
|
|
2008-05-02 02:56:39 +00:00
|
|
|
/* Define to 1 if your GCC C compiler supports the 'sentinel' attribute. */
|
|
|
|
#undef HAVE_ATTRIBUTE_sentinel
|
|
|
|
|
2006-08-21 02:11:39 +00:00
|
|
|
/* Define to 1 if your GCC C compiler supports the 'unused' attribute. */
|
|
|
|
#undef HAVE_ATTRIBUTE_unused
|
|
|
|
|
2008-06-19 17:55:34 +00:00
|
|
|
/* Define to 1 if your GCC C compiler supports the 'warn_unused_result'
|
|
|
|
attribute. */
|
|
|
|
#undef HAVE_ATTRIBUTE_warn_unused_result
|
|
|
|
|
2009-02-03 00:29:49 +00:00
|
|
|
/* Define to 1 if your GCC C compiler supports the 'weak_import' attribute. */
|
|
|
|
#undef HAVE_ATTRIBUTE_weak_import
|
|
|
|
|
2009-06-15 16:07:23 +00:00
|
|
|
/* Define to 1 if your GCC C compiler supports the 'weakref' attribute. */
|
|
|
|
#undef HAVE_ATTRIBUTE_weakref
|
|
|
|
|
2007-01-19 17:19:59 +00:00
|
|
|
/* Define this to indicate the ${BKTR_DESCRIP} library */
|
|
|
|
#undef HAVE_BKTR
|
|
|
|
|
|
|
|
/* Define to indicate the ${BKTR_DESCRIP} library version */
|
|
|
|
#undef HAVE_BKTR_VERSION
|
|
|
|
|
2007-07-23 13:46:57 +00:00
|
|
|
/* Define to 1 if byteswap.h macros are available. */
|
|
|
|
#undef HAVE_BYTESWAP_H
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${CAP_DESCRIP} library */
|
2006-09-29 18:54:21 +00:00
|
|
|
#undef HAVE_CAP
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${CAP_DESCRIP} library version */
|
|
|
|
#undef HAVE_CAP_VERSION
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${CEIL_DESCRIP} library */
|
|
|
|
#undef HAVE_CEIL
|
|
|
|
|
|
|
|
/* Define this to indicate the ${CEILL_DESCRIP} library */
|
|
|
|
#undef HAVE_CEILL
|
|
|
|
|
|
|
|
/* Define to indicate the ${CEILL_DESCRIP} library version */
|
|
|
|
#undef HAVE_CEILL_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${CEIL_DESCRIP} library version */
|
|
|
|
#undef HAVE_CEIL_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if your system has a working `chown' function. */
|
|
|
|
#undef HAVE_CHOWN
|
|
|
|
|
2009-01-12 23:06:12 +00:00
|
|
|
/* Define to 1 if you have the `closefrom' function. */
|
|
|
|
#undef HAVE_CLOSEFROM
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${COS_DESCRIP} library */
|
|
|
|
#undef HAVE_COS
|
|
|
|
|
|
|
|
/* Define this to indicate the ${COSL_DESCRIP} library */
|
|
|
|
#undef HAVE_COSL
|
|
|
|
|
|
|
|
/* Define to indicate the ${COSL_DESCRIP} library version */
|
|
|
|
#undef HAVE_COSL_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${COS_DESCRIP} library version */
|
|
|
|
#undef HAVE_COS_VERSION
|
|
|
|
|
2007-05-24 22:07:50 +00:00
|
|
|
/* Define this to indicate the ${CRYPTO_DESCRIP} library */
|
|
|
|
#undef HAVE_CRYPTO
|
|
|
|
|
|
|
|
/* Define to indicate the ${CRYPTO_DESCRIP} library version */
|
|
|
|
#undef HAVE_CRYPTO_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define if your system has the curl libraries. */
|
|
|
|
#undef HAVE_CURL
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${CURSES_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_CURSES
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${CURSES_DESCRIP} library version */
|
|
|
|
#undef HAVE_CURSES_VERSION
|
|
|
|
|
2008-06-12 17:27:55 +00:00
|
|
|
/* Define if your system has the DAHDI headers. */
|
|
|
|
#undef HAVE_DAHDI
|
|
|
|
|
2009-04-30 21:42:35 +00:00
|
|
|
/* Define if your system has the DAHDI_ECHOCANCEL_FAX_MODE headers. */
|
|
|
|
#undef HAVE_DAHDI_ECHOCANCEL_FAX_MODE
|
|
|
|
|
|
|
|
/* Define DAHDI_ECHOCANCEL_FAX_MODE headers version */
|
|
|
|
#undef HAVE_DAHDI_ECHOCANCEL_FAX_MODE_VERSION
|
|
|
|
|
2008-12-19 21:44:18 +00:00
|
|
|
/* Define if your system has the DAHDI_HALF_FULL headers. */
|
|
|
|
#undef HAVE_DAHDI_HALF_FULL
|
|
|
|
|
|
|
|
/* Define DAHDI_HALF_FULL headers version */
|
|
|
|
#undef HAVE_DAHDI_HALF_FULL_VERSION
|
|
|
|
|
2009-01-22 15:49:24 +00:00
|
|
|
/* Define if your system has the DAHDI_LINEREVERSE_VMWI headers. */
|
|
|
|
#undef HAVE_DAHDI_LINEREVERSE_VMWI
|
|
|
|
|
|
|
|
/* Define DAHDI_LINEREVERSE_VMWI headers version */
|
|
|
|
#undef HAVE_DAHDI_LINEREVERSE_VMWI_VERSION
|
|
|
|
|
2008-06-12 17:27:55 +00:00
|
|
|
/* Define DAHDI headers version */
|
|
|
|
#undef HAVE_DAHDI_VERSION
|
|
|
|
|
2007-07-21 14:39:52 +00:00
|
|
|
/* Define to 1 if your system has /dev/urandom. */
|
|
|
|
#undef HAVE_DEV_URANDOM
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
|
|
|
*/
|
|
|
|
#undef HAVE_DIRENT_H
|
|
|
|
|
|
|
|
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
|
|
|
|
#undef HAVE_DOPRNT
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `dup2' function. */
|
|
|
|
#undef HAVE_DUP2
|
|
|
|
|
2009-04-30 17:40:58 +00:00
|
|
|
/* Define to 1 if you have the `eaccess' function. */
|
|
|
|
#undef HAVE_EACCESS
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `endpwent' function. */
|
|
|
|
#undef HAVE_ENDPWENT
|
|
|
|
|
2009-04-30 17:40:58 +00:00
|
|
|
/* Define to 1 if you have the `euidaccess' function. */
|
|
|
|
#undef HAVE_EUIDACCESS
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${EXP_DESCRIP} library */
|
|
|
|
#undef HAVE_EXP
|
|
|
|
|
2007-07-08 21:01:28 +00:00
|
|
|
/* Define this to indicate the ${EXP10_DESCRIP} library */
|
|
|
|
#undef HAVE_EXP10
|
|
|
|
|
|
|
|
/* Define this to indicate the ${EXP10L_DESCRIP} library */
|
|
|
|
#undef HAVE_EXP10L
|
|
|
|
|
|
|
|
/* Define to indicate the ${EXP10L_DESCRIP} library version */
|
|
|
|
#undef HAVE_EXP10L_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${EXP10_DESCRIP} library version */
|
|
|
|
#undef HAVE_EXP10_VERSION
|
|
|
|
|
2007-07-07 16:44:57 +00:00
|
|
|
/* Define this to indicate the ${EXP2_DESCRIP} library */
|
|
|
|
#undef HAVE_EXP2
|
|
|
|
|
2007-07-08 21:01:28 +00:00
|
|
|
/* Define this to indicate the ${EXP2L_DESCRIP} library */
|
|
|
|
#undef HAVE_EXP2L
|
|
|
|
|
|
|
|
/* Define to indicate the ${EXP2L_DESCRIP} library version */
|
|
|
|
#undef HAVE_EXP2L_VERSION
|
|
|
|
|
2007-07-07 16:44:57 +00:00
|
|
|
/* Define to indicate the ${EXP2_DESCRIP} library version */
|
|
|
|
#undef HAVE_EXP2_VERSION
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${EXPL_DESCRIP} library */
|
|
|
|
#undef HAVE_EXPL
|
|
|
|
|
|
|
|
/* Define to indicate the ${EXPL_DESCRIP} library version */
|
|
|
|
#undef HAVE_EXPL_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${EXP_DESCRIP} library version */
|
|
|
|
#undef HAVE_EXP_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the <fcntl.h> header file. */
|
|
|
|
#undef HAVE_FCNTL_H
|
|
|
|
|
2007-11-17 01:49:26 +00:00
|
|
|
/* Define this to indicate the ${FFMPEG_DESCRIP} library */
|
|
|
|
#undef HAVE_FFMPEG
|
|
|
|
|
|
|
|
/* Define to indicate the ${FFMPEG_DESCRIP} library version */
|
|
|
|
#undef HAVE_FFMPEG_VERSION
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${FLOOR_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_FLOOR
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${FLOORL_DESCRIP} library */
|
|
|
|
#undef HAVE_FLOORL
|
|
|
|
|
|
|
|
/* Define to indicate the ${FLOORL_DESCRIP} library version */
|
|
|
|
#undef HAVE_FLOORL_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${FLOOR_DESCRIP} library version */
|
|
|
|
#undef HAVE_FLOOR_VERSION
|
|
|
|
|
|
|
|
/* Define this to indicate the ${FMOD_DESCRIP} library */
|
|
|
|
#undef HAVE_FMOD
|
|
|
|
|
|
|
|
/* Define this to indicate the ${FMODL_DESCRIP} library */
|
|
|
|
#undef HAVE_FMODL
|
|
|
|
|
|
|
|
/* Define to indicate the ${FMODL_DESCRIP} library version */
|
|
|
|
#undef HAVE_FMODL_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${FMOD_DESCRIP} library version */
|
|
|
|
#undef HAVE_FMOD_VERSION
|
|
|
|
|
2006-10-22 19:34:30 +00:00
|
|
|
/* Define to 1 if you have the `fopencookie' function. */
|
|
|
|
#undef HAVE_FOPENCOOKIE
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `fork' function. */
|
|
|
|
#undef HAVE_FORK
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${FREETDS_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_FREETDS
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${FREETDS_DESCRIP} library version */
|
|
|
|
#undef HAVE_FREETDS_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
|
|
|
|
#undef HAVE_FSEEKO
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `ftruncate' function. */
|
|
|
|
#undef HAVE_FTRUNCATE
|
|
|
|
|
2006-10-22 19:34:30 +00:00
|
|
|
/* Define to 1 if you have the `funopen' function. */
|
|
|
|
#undef HAVE_FUNOPEN
|
|
|
|
|
2006-06-13 21:35:29 +00:00
|
|
|
/* Define to 1 if your GCC C compiler provides atomic operations. */
|
|
|
|
#undef HAVE_GCC_ATOMICS
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `getcwd' function. */
|
|
|
|
#undef HAVE_GETCWD
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `gethostbyname' function. */
|
|
|
|
#undef HAVE_GETHOSTBYNAME
|
|
|
|
|
2007-08-01 17:27:09 +00:00
|
|
|
/* Define to 1 if your system has gethostbyname_r with 5 arguments. */
|
|
|
|
#undef HAVE_GETHOSTBYNAME_R_5
|
|
|
|
|
|
|
|
/* Define to 1 if your system has gethostbyname_r with 6 arguments. */
|
|
|
|
#undef HAVE_GETHOSTBYNAME_R_6
|
2006-10-22 19:34:30 +00:00
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `gethostname' function. */
|
|
|
|
#undef HAVE_GETHOSTNAME
|
|
|
|
|
2008-02-01 19:44:39 +00:00
|
|
|
/* Define if your system has the GETIFADDRS headers. */
|
2008-02-01 16:01:22 +00:00
|
|
|
#undef HAVE_GETIFADDRS
|
|
|
|
|
2008-02-01 19:44:39 +00:00
|
|
|
/* Define GETIFADDRS headers version */
|
2008-02-01 16:01:22 +00:00
|
|
|
#undef HAVE_GETIFADDRS_VERSION
|
|
|
|
|
2006-09-15 17:16:00 +00:00
|
|
|
/* Define to 1 if you have the `getloadavg' function. */
|
|
|
|
#undef HAVE_GETLOADAVG
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `getpagesize' function. */
|
|
|
|
#undef HAVE_GETPAGESIZE
|
|
|
|
|
2008-12-01 18:52:14 +00:00
|
|
|
/* Define to 1 if you have the `getpeereid' function. */
|
|
|
|
#undef HAVE_GETPEEREID
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `gettimeofday' function. */
|
|
|
|
#undef HAVE_GETTIMEOFDAY
|
|
|
|
|
2007-11-17 00:31:32 +00:00
|
|
|
/* Define to 1 if you have the `glob' function. */
|
|
|
|
#undef HAVE_GLOB
|
|
|
|
|
2009-04-21 14:28:04 +00:00
|
|
|
/* Define if your system has the GLOB_BRACE headers. */
|
|
|
|
#undef HAVE_GLOB_BRACE
|
|
|
|
|
|
|
|
/* Define GLOB_BRACE headers version */
|
|
|
|
#undef HAVE_GLOB_BRACE_VERSION
|
|
|
|
|
|
|
|
/* Define if your system has the GLOB_NOMAGIC headers. */
|
|
|
|
#undef HAVE_GLOB_NOMAGIC
|
|
|
|
|
|
|
|
/* Define GLOB_NOMAGIC headers version */
|
|
|
|
#undef HAVE_GLOB_NOMAGIC_VERSION
|
|
|
|
|
2008-03-17 22:10:06 +00:00
|
|
|
/* Define if your system has the GMIME libraries. */
|
|
|
|
#undef HAVE_GMIME
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to indicate the GSM library */
|
|
|
|
#undef HAVE_GSM
|
|
|
|
|
2007-01-30 23:27:16 +00:00
|
|
|
/* Define to indicate that gsm.h is in gsm/gsm.h */
|
|
|
|
#undef HAVE_GSM_GSM_HEADER
|
|
|
|
|
|
|
|
/* Define to indicate that gsm.h has no prefix for its location */
|
|
|
|
#undef HAVE_GSM_HEADER
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define if your system has the GTK libraries. */
|
|
|
|
#undef HAVE_GTK
|
|
|
|
|
2007-03-15 23:56:10 +00:00
|
|
|
/* Define if your system has the GTK2 libraries. */
|
|
|
|
#undef HAVE_GTK2
|
|
|
|
|
2008-08-03 16:14:14 +00:00
|
|
|
/* Define this to indicate the ${HOARD_DESCRIP} library */
|
|
|
|
#undef HAVE_HOARD
|
|
|
|
|
|
|
|
/* Define to indicate the ${HOARD_DESCRIP} library version */
|
|
|
|
#undef HAVE_HOARD_VERSION
|
|
|
|
|
2009-05-28 19:57:18 +00:00
|
|
|
/* Define this to indicate the ${ICAL_DESCRIP} library */
|
|
|
|
#undef HAVE_ICAL
|
|
|
|
|
|
|
|
/* Define to indicate the ${ICAL_DESCRIP} library version */
|
|
|
|
#undef HAVE_ICAL_VERSION
|
|
|
|
|
2008-01-01 22:08:32 +00:00
|
|
|
/* Define this to indicate the ${ICONV_DESCRIP} library */
|
|
|
|
#undef HAVE_ICONV
|
|
|
|
|
|
|
|
/* Define to indicate the ${ICONV_DESCRIP} library version */
|
|
|
|
#undef HAVE_ICONV_VERSION
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${IKSEMEL_DESCRIP} library */
|
2006-05-22 21:12:30 +00:00
|
|
|
#undef HAVE_IKSEMEL
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${IKSEMEL_DESCRIP} library version */
|
|
|
|
#undef HAVE_IKSEMEL_VERSION
|
|
|
|
|
2006-07-07 02:20:04 +00:00
|
|
|
/* Define if your system has the UW IMAP Toolkit c-client library. */
|
|
|
|
#undef HAVE_IMAP_TK
|
|
|
|
|
2006-08-17 22:52:07 +00:00
|
|
|
/* Define if your system has the UW IMAP Toolkit c-client library version 2006
|
|
|
|
or greater. */
|
|
|
|
#undef HAVE_IMAP_TK2006
|
|
|
|
|
2007-11-17 14:11:53 +00:00
|
|
|
/* Define to 1 if you have the `inet_aton' function. */
|
|
|
|
#undef HAVE_INET_ATON
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `inet_ntoa' function. */
|
|
|
|
#undef HAVE_INET_NTOA
|
|
|
|
|
2009-02-25 19:24:44 +00:00
|
|
|
/* Define this to indicate the ${INOTIFY_DESCRIP} library */
|
|
|
|
#undef HAVE_INOTIFY
|
|
|
|
|
|
|
|
/* Define to indicate the ${INOTIFY_DESCRIP} library version */
|
|
|
|
#undef HAVE_INOTIFY_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
|
|
#undef HAVE_INTTYPES_H
|
|
|
|
|
2008-10-06 23:14:33 +00:00
|
|
|
/* Define this to indicate the ${IODBC_DESCRIP} library */
|
|
|
|
#undef HAVE_IODBC
|
|
|
|
|
|
|
|
/* Define to indicate the ${IODBC_DESCRIP} library version */
|
|
|
|
#undef HAVE_IODBC_VERSION
|
|
|
|
|
2008-11-25 05:02:11 +00:00
|
|
|
/* Define to 1 if you have the `ioperm' function. */
|
|
|
|
#undef HAVE_IOPERM
|
|
|
|
|
2006-10-13 15:47:42 +00:00
|
|
|
/* Define if your system has the IP_MTU_DISCOVER headers. */
|
|
|
|
#undef HAVE_IP_MTU_DISCOVER
|
|
|
|
|
|
|
|
/* Define IP_MTU_DISCOVER headers version */
|
|
|
|
#undef HAVE_IP_MTU_DISCOVER_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `isascii' function. */
|
|
|
|
#undef HAVE_ISASCII
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${ISDNNET_DESCRIP} library */
|
2006-08-21 02:11:39 +00:00
|
|
|
#undef HAVE_ISDNNET
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${ISDNNET_DESCRIP} library version */
|
|
|
|
#undef HAVE_ISDNNET_VERSION
|
|
|
|
|
2008-01-13 18:08:50 +00:00
|
|
|
/* Define this to indicate the ${JACK_DESCRIP} library */
|
|
|
|
#undef HAVE_JACK
|
|
|
|
|
|
|
|
/* Define to indicate the ${JACK_DESCRIP} library version */
|
|
|
|
#undef HAVE_JACK_VERSION
|
|
|
|
|
2008-01-22 22:33:20 +00:00
|
|
|
/* Define this to indicate the ${LDAP_DESCRIP} library */
|
|
|
|
#undef HAVE_LDAP
|
|
|
|
|
|
|
|
/* Define to indicate the ${LDAP_DESCRIP} library version */
|
|
|
|
#undef HAVE_LDAP_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the <libintl.h> header file. */
|
|
|
|
#undef HAVE_LIBINTL_H
|
|
|
|
|
2008-11-01 21:10:07 +00:00
|
|
|
/* Define if your system has the LIBXML2 libraries. */
|
|
|
|
#undef HAVE_LIBXML2
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the <limits.h> header file. */
|
|
|
|
#undef HAVE_LIMITS_H
|
|
|
|
|
2007-07-11 17:06:54 +00:00
|
|
|
/* Define to 1 if your system has linux/compiler.h. */
|
|
|
|
#undef HAVE_LINUX_COMPILER_H
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the <locale.h> header file. */
|
|
|
|
#undef HAVE_LOCALE_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `localtime_r' function. */
|
|
|
|
#undef HAVE_LOCALTIME_R
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${LOG_DESCRIP} library */
|
|
|
|
#undef HAVE_LOG
|
|
|
|
|
2007-07-08 21:01:28 +00:00
|
|
|
/* Define this to indicate the ${LOG10_DESCRIP} library */
|
|
|
|
#undef HAVE_LOG10
|
|
|
|
|
|
|
|
/* Define this to indicate the ${LOG10L_DESCRIP} library */
|
|
|
|
#undef HAVE_LOG10L
|
|
|
|
|
|
|
|
/* Define to indicate the ${LOG10L_DESCRIP} library version */
|
|
|
|
#undef HAVE_LOG10L_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${LOG10_DESCRIP} library version */
|
|
|
|
#undef HAVE_LOG10_VERSION
|
|
|
|
|
2007-07-07 16:44:57 +00:00
|
|
|
/* Define this to indicate the ${LOG2_DESCRIP} library */
|
|
|
|
#undef HAVE_LOG2
|
|
|
|
|
2007-07-08 21:01:28 +00:00
|
|
|
/* Define this to indicate the ${LOG2L_DESCRIP} library */
|
|
|
|
#undef HAVE_LOG2L
|
|
|
|
|
|
|
|
/* Define to indicate the ${LOG2L_DESCRIP} library version */
|
|
|
|
#undef HAVE_LOG2L_VERSION
|
|
|
|
|
2007-07-07 16:44:57 +00:00
|
|
|
/* Define to indicate the ${LOG2_DESCRIP} library version */
|
|
|
|
#undef HAVE_LOG2_VERSION
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${LOGL_DESCRIP} library */
|
|
|
|
#undef HAVE_LOGL
|
|
|
|
|
|
|
|
/* Define to indicate the ${LOGL_DESCRIP} library version */
|
|
|
|
#undef HAVE_LOGL_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${LOG_DESCRIP} library version */
|
|
|
|
#undef HAVE_LOG_VERSION
|
|
|
|
|
2007-06-18 16:35:51 +00:00
|
|
|
/* Define this to indicate the ${LTDL_DESCRIP} library */
|
|
|
|
#undef HAVE_LTDL
|
|
|
|
|
|
|
|
/* Define to indicate the ${LTDL_DESCRIP} library version */
|
|
|
|
#undef HAVE_LTDL_VERSION
|
|
|
|
|
2007-11-02 15:36:34 +00:00
|
|
|
/* Define this to indicate the ${LUA_DESCRIP} library */
|
|
|
|
#undef HAVE_LUA
|
|
|
|
|
|
|
|
/* Define to indicate the ${LUA_DESCRIP} library version */
|
|
|
|
#undef HAVE_LUA_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the <malloc.h> header file. */
|
|
|
|
#undef HAVE_MALLOC_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `memchr' function. */
|
|
|
|
#undef HAVE_MEMCHR
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `memmove' function. */
|
|
|
|
#undef HAVE_MEMMOVE
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
|
|
#undef HAVE_MEMORY_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `memset' function. */
|
|
|
|
#undef HAVE_MEMSET
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${MISDN_DESCRIP} library */
|
2006-08-21 02:11:39 +00:00
|
|
|
#undef HAVE_MISDN
|
|
|
|
|
2007-10-29 16:34:45 +00:00
|
|
|
/* Define if your system has the MISDN_FAC_ERROR headers. */
|
|
|
|
#undef HAVE_MISDN_FAC_ERROR
|
|
|
|
|
|
|
|
/* Define MISDN_FAC_ERROR headers version */
|
|
|
|
#undef HAVE_MISDN_FAC_ERROR_VERSION
|
|
|
|
|
|
|
|
/* Define if your system has the MISDN_FAC_RESULT headers. */
|
|
|
|
#undef HAVE_MISDN_FAC_RESULT
|
|
|
|
|
|
|
|
/* Define MISDN_FAC_RESULT headers version */
|
|
|
|
#undef HAVE_MISDN_FAC_RESULT_VERSION
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${MISDN_DESCRIP} library version */
|
|
|
|
#undef HAVE_MISDN_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `mkdir' function. */
|
|
|
|
#undef HAVE_MKDIR
|
|
|
|
|
|
|
|
/* Define to 1 if you have a working `mmap' system call. */
|
|
|
|
#undef HAVE_MMAP
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `munmap' function. */
|
|
|
|
#undef HAVE_MUNMAP
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${NBS_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_NBS
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${NBS_DESCRIP} library version */
|
|
|
|
#undef HAVE_NBS_VERSION
|
|
|
|
|
|
|
|
/* Define this to indicate the ${NCURSES_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_NCURSES
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${NCURSES_DESCRIP} library version */
|
|
|
|
#undef HAVE_NCURSES_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
|
|
|
#undef HAVE_NDIR_H
|
|
|
|
|
2009-05-28 19:57:18 +00:00
|
|
|
/* Define if your system has the NEON libraries. */
|
|
|
|
#undef HAVE_NEON
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the <netdb.h> header file. */
|
|
|
|
#undef HAVE_NETDB_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <netinet/in.h> header file. */
|
|
|
|
#undef HAVE_NETINET_IN_H
|
|
|
|
|
2008-01-16 23:08:11 +00:00
|
|
|
/* Define if your system has the NETSNMP libraries. */
|
2006-06-24 19:43:31 +00:00
|
|
|
#undef HAVE_NETSNMP
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${NEWT_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_NEWT
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${NEWT_DESCRIP} library version */
|
|
|
|
#undef HAVE_NEWT_VERSION
|
|
|
|
|
|
|
|
/* Define this to indicate the ${OGG_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_OGG
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${OGG_DESCRIP} library version */
|
|
|
|
#undef HAVE_OGG_VERSION
|
|
|
|
|
2008-07-01 17:22:47 +00:00
|
|
|
/* Define this to indicate the ${OPENAIS_DESCRIP} library */
|
|
|
|
#undef HAVE_OPENAIS
|
|
|
|
|
|
|
|
/* Define to indicate the ${OPENAIS_DESCRIP} library version */
|
|
|
|
#undef HAVE_OPENAIS_VERSION
|
|
|
|
|
2006-09-19 17:09:01 +00:00
|
|
|
/* Define if your system has the OpenH323 libraries. */
|
|
|
|
#undef HAVE_OPENH323
|
|
|
|
|
Add MFC/R2 support for chan_dahdi.
This commit introduces official support for R2 signaling in chan_dahdi. The
modifications to chan_dahdi, and the supporting library, LibOpenR2, were both
written by Moises Silva.
Many users are using this code, or a variant of it, in Asterisk 1.2, 1.4 and 1.6
in Brazil, México and Argentina. An unknown number of users (but at least 1)
are using it in each of the following countries: Colombia, Nepal, Thailand,
Venezuela, Perú, and probably others.
To use this code, LibOpenR2 must be installed from http://www.libopenr2.org/.
Information about configuration can be found in configs/chan_dahdi.conf.sample.
The code committed is the most up to date version, which was being maintained
in svn/asterisk/team/moy/mfcr2/.
I would also like to include a Thank You to the many others that tested this
code beyond those listed in this commit message. These are the names that I
could find in the mantis issue.
(closes issue #12509)
Reported by: moy
Patches:
chan_zap-mfr2.patch uploaded by moy (license 222)
Tested by: moy, korihor, viniciusfontes, Skarmeth, loloski, asbestoshead, titogarrido, heliocoelhojr, konsultex, ncorrare, ecarruda, rtorresduque, PTorres, ychen
Review: http://reviewboard.digium.com/r/40/
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@182355 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-03-16 20:35:58 +00:00
|
|
|
/* Define this to indicate the ${OPENR2_DESCRIP} library */
|
|
|
|
#undef HAVE_OPENR2
|
|
|
|
|
|
|
|
/* Define to indicate the ${OPENR2_DESCRIP} library version */
|
|
|
|
#undef HAVE_OPENR2_VERSION
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${OPENSSL_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_OPENSSL
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${OPENSSL_DESCRIP} library version */
|
|
|
|
#undef HAVE_OPENSSL_VERSION
|
|
|
|
|
|
|
|
/* Define this to indicate the ${OSPTK_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_OSPTK
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${OSS_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_OSS
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${OSS_DESCRIP} library version */
|
|
|
|
#undef HAVE_OSS_VERSION
|
|
|
|
|
2006-06-30 15:55:38 +00:00
|
|
|
/* Define to 1 if OSX atomic operations are supported. */
|
|
|
|
#undef HAVE_OSX_ATOMICS
|
|
|
|
|
2006-07-05 19:59:34 +00:00
|
|
|
/* Define to indicate the PostgreSQL library */
|
|
|
|
#undef HAVE_PGSQL
|
|
|
|
|
2007-11-06 15:01:56 +00:00
|
|
|
/* Define to 1 if your system defines IP_PKTINFO. */
|
|
|
|
#undef HAVE_PKTINFO
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${POPT_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_POPT
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${POPT_DESCRIP} library version */
|
|
|
|
#undef HAVE_POPT_VERSION
|
|
|
|
|
2007-12-31 15:21:15 +00:00
|
|
|
/* Define this to indicate the ${PORTAUDIO_DESCRIP} library */
|
|
|
|
#undef HAVE_PORTAUDIO
|
|
|
|
|
|
|
|
/* Define to indicate the ${PORTAUDIO_DESCRIP} library version */
|
|
|
|
#undef HAVE_PORTAUDIO_VERSION
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${POW_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_POW
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${POWL_DESCRIP} library */
|
|
|
|
#undef HAVE_POWL
|
|
|
|
|
|
|
|
/* Define to indicate the ${POWL_DESCRIP} library version */
|
|
|
|
#undef HAVE_POWL_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${POW_DESCRIP} library version */
|
|
|
|
#undef HAVE_POW_VERSION
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${PRI_DESCRIP} library */
|
2006-07-05 19:59:34 +00:00
|
|
|
#undef HAVE_PRI
|
2006-05-08 16:02:42 +00:00
|
|
|
|
2008-07-22 19:59:10 +00:00
|
|
|
/* Define this to indicate the ${PRI_INBANDDISCONNECT_DESCRIP} library */
|
|
|
|
#undef HAVE_PRI_INBANDDISCONNECT
|
2008-07-11 15:57:17 +00:00
|
|
|
|
2008-07-22 19:59:10 +00:00
|
|
|
/* Define to indicate the ${PRI_INBANDDISCONNECT_DESCRIP} library version */
|
|
|
|
#undef HAVE_PRI_INBANDDISCONNECT_VERSION
|
2008-07-11 15:57:17 +00:00
|
|
|
|
2008-11-05 20:45:03 +00:00
|
|
|
/* Define this to indicate the ${PRI_PROG_W_CAUSE_DESCRIP} library */
|
|
|
|
#undef HAVE_PRI_PROG_W_CAUSE
|
|
|
|
|
|
|
|
/* Define to indicate the ${PRI_PROG_W_CAUSE_DESCRIP} library version */
|
|
|
|
#undef HAVE_PRI_PROG_W_CAUSE_VERSION
|
|
|
|
|
Add service maintenance message support
This is the companion commit to libpri r732. Service messages are now supported
for switch types 4ess/5ess. A new option service_message_support has been added
to chan_dahdi.conf and is noted in the sample config file. The service message
support is turned off by default. The current implementation relies on AstDB
to keep track of channel state, which allows the statuses to be preserved
across Asterisk restarts. Below is a description of the storage format.
The state and reason for the service state are in the form <state>:<reason>,
where:
<state> ::= { 'O' } // 'O' – Out Of Service
<reason> ::= { '0' | '1' | '2' | '3' }, where:
'0' – No reason (backwards compatibility)
'1' – NEAR END
'2' – FAR END
'3' – both NEAR and FAR END
The new CLI commands to handle channel service state are:
pri service disable channel <chan>
pri service enable channel <chan>
Many people contributed to the development of this functionality. Because I
entered at the very end I do not know the exact history. Special thanks to
all who moved the bug forward one way or another:
cmaj, PCadach, markster, mattf, drmac, MikeJ, serge-v, murf, kanelbullar, Seb7,
tilghman, lmadsen, and especially dhubbard (he answered lots of my questions
and did a large portion of the work)
(closes issue #3450)
Reported by: cmaj
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@188342 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-04-14 15:54:16 +00:00
|
|
|
/* Define this to indicate the ${PRI_SERVICE_MESSAGES_DESCRIP} library */
|
|
|
|
#undef HAVE_PRI_SERVICE_MESSAGES
|
|
|
|
|
|
|
|
/* Define to indicate the ${PRI_SERVICE_MESSAGES_DESCRIP} library version */
|
|
|
|
#undef HAVE_PRI_SERVICE_MESSAGES_VERSION
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${PRI_DESCRIP} library version */
|
|
|
|
#undef HAVE_PRI_VERSION
|
|
|
|
|
2007-01-15 15:08:45 +00:00
|
|
|
/* Define if you have POSIX threads libraries and header files. */
|
|
|
|
#undef HAVE_PTHREAD
|
|
|
|
|
2008-01-02 22:40:55 +00:00
|
|
|
/* Define to 1 if your system defines PTHREAD_MUTEX_RECURSIVE_NP in pthread.h
|
|
|
|
*/
|
2007-11-17 23:03:16 +00:00
|
|
|
#undef HAVE_PTHREAD_MUTEX_RECURSIVE_NP
|
|
|
|
|
|
|
|
/* Define if your system has the PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
|
|
|
|
headers. */
|
|
|
|
#undef HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
|
|
|
|
|
|
|
|
/* Define PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP headers version */
|
|
|
|
#undef HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP_VERSION
|
|
|
|
|
2006-11-02 16:28:13 +00:00
|
|
|
/* Define if your system has the PTHREAD_RWLOCK_INITIALIZER headers. */
|
|
|
|
#undef HAVE_PTHREAD_RWLOCK_INITIALIZER
|
|
|
|
|
|
|
|
/* Define PTHREAD_RWLOCK_INITIALIZER headers version */
|
|
|
|
#undef HAVE_PTHREAD_RWLOCK_INITIALIZER_VERSION
|
|
|
|
|
2008-01-02 22:40:55 +00:00
|
|
|
/* Define to 1 if your system defines PTHREAD_RWLOCK_PREFER_WRITER_NP in
|
|
|
|
pthread.h */
|
2006-11-02 16:28:13 +00:00
|
|
|
#undef HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP
|
|
|
|
|
2009-04-22 21:38:15 +00:00
|
|
|
/* Define if your system has pthread_rwlock_timedwrlock() */
|
|
|
|
#undef HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if the system has the type `ptrdiff_t'. */
|
|
|
|
#undef HAVE_PTRDIFF_T
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `putenv' function. */
|
|
|
|
#undef HAVE_PUTENV
|
|
|
|
|
2006-09-19 17:09:01 +00:00
|
|
|
/* Define if your system has the PWLib libraries. */
|
2006-07-05 19:59:34 +00:00
|
|
|
#undef HAVE_PWLIB
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${RADIUS_DESCRIP} library */
|
2006-07-05 19:59:34 +00:00
|
|
|
#undef HAVE_RADIUS
|
2006-05-20 22:30:05 +00:00
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${RADIUS_DESCRIP} library version */
|
|
|
|
#undef HAVE_RADIUS_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `regcomp' function. */
|
|
|
|
#undef HAVE_REGCOMP
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${REMAINDER_DESCRIP} library */
|
|
|
|
#undef HAVE_REMAINDER
|
|
|
|
|
|
|
|
/* Define this to indicate the ${REMAINDERL_DESCRIP} library */
|
|
|
|
#undef HAVE_REMAINDERL
|
|
|
|
|
|
|
|
/* Define to indicate the ${REMAINDERL_DESCRIP} library version */
|
|
|
|
#undef HAVE_REMAINDERL_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${REMAINDER_DESCRIP} library version */
|
|
|
|
#undef HAVE_REMAINDER_VERSION
|
|
|
|
|
2008-07-21 14:47:41 +00:00
|
|
|
/* Define this to indicate the ${RESAMPLE_DESCRIP} library */
|
|
|
|
#undef HAVE_RESAMPLE
|
|
|
|
|
|
|
|
/* Define to indicate the ${RESAMPLE_DESCRIP} library version */
|
|
|
|
#undef HAVE_RESAMPLE_VERSION
|
|
|
|
|
2007-07-10 18:41:03 +00:00
|
|
|
/* Define to 1 if your system has the ndestroy resolver function. */
|
|
|
|
#undef HAVE_RES_NDESTROY
|
|
|
|
|
2006-08-21 02:11:39 +00:00
|
|
|
/* Define to 1 if your system has the re-entrant resolver functions. */
|
|
|
|
#undef HAVE_RES_NINIT
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `re_comp' function. */
|
|
|
|
#undef HAVE_RE_COMP
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${RINT_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_RINT
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${RINTL_DESCRIP} library */
|
|
|
|
#undef HAVE_RINTL
|
|
|
|
|
|
|
|
/* Define to indicate the ${RINTL_DESCRIP} library version */
|
|
|
|
#undef HAVE_RINTL_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${RINT_DESCRIP} library version */
|
|
|
|
#undef HAVE_RINT_VERSION
|
|
|
|
|
2007-09-21 14:25:51 +00:00
|
|
|
/* Define this to indicate the ${ROUND_DESCRIP} library */
|
|
|
|
#undef HAVE_ROUND
|
|
|
|
|
|
|
|
/* Define this to indicate the ${ROUNDL_DESCRIP} library */
|
|
|
|
#undef HAVE_ROUNDL
|
|
|
|
|
|
|
|
/* Define to indicate the ${ROUNDL_DESCRIP} library version */
|
|
|
|
#undef HAVE_ROUNDL_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${ROUND_DESCRIP} library version */
|
|
|
|
#undef HAVE_ROUND_VERSION
|
|
|
|
|
2008-02-04 21:15:18 +00:00
|
|
|
/* Define to 1 if your system has /sbin/launchd. */
|
|
|
|
#undef HAVE_SBIN_LAUNCHD
|
|
|
|
|
2007-11-17 01:49:26 +00:00
|
|
|
/* Define if your system has the SDL libraries. */
|
|
|
|
#undef HAVE_SDL
|
|
|
|
|
|
|
|
/* Define this to indicate the ${SDL_IMAGE_DESCRIP} library */
|
|
|
|
#undef HAVE_SDL_IMAGE
|
|
|
|
|
|
|
|
/* Define to indicate the ${SDL_IMAGE_DESCRIP} library version */
|
|
|
|
#undef HAVE_SDL_IMAGE_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `select' function. */
|
|
|
|
#undef HAVE_SELECT
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `setenv' function. */
|
|
|
|
#undef HAVE_SETENV
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${SIN_DESCRIP} library */
|
|
|
|
#undef HAVE_SIN
|
|
|
|
|
|
|
|
/* Define this to indicate the ${SINL_DESCRIP} library */
|
|
|
|
#undef HAVE_SINL
|
|
|
|
|
|
|
|
/* Define to indicate the ${SINL_DESCRIP} library version */
|
|
|
|
#undef HAVE_SINL_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${SIN_DESCRIP} library version */
|
|
|
|
#undef HAVE_SIN_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `socket' function. */
|
|
|
|
#undef HAVE_SOCKET
|
|
|
|
|
2007-12-19 22:51:03 +00:00
|
|
|
/* Define to 1 if your system has soxmix application. */
|
|
|
|
#undef HAVE_SOXMIX
|
|
|
|
|
2008-06-02 15:57:43 +00:00
|
|
|
/* Define this to indicate the ${SPANDSP_DESCRIP} library */
|
2008-06-02 15:43:40 +00:00
|
|
|
#undef HAVE_SPANDSP
|
|
|
|
|
2008-12-15 15:41:22 +00:00
|
|
|
/* Define to 1 if spandsp/expose.h is available. */
|
|
|
|
#undef HAVE_SPANDSP_EXPOSE_H
|
|
|
|
|
2008-06-02 15:57:43 +00:00
|
|
|
/* Define to indicate the ${SPANDSP_DESCRIP} library version */
|
2008-06-02 15:43:40 +00:00
|
|
|
#undef HAVE_SPANDSP_VERSION
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${SPEEX_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_SPEEX
|
|
|
|
|
2008-01-16 01:17:25 +00:00
|
|
|
/* Define this to indicate the ${SPEEXDSP_DESCRIP} library */
|
|
|
|
#undef HAVE_SPEEXDSP
|
|
|
|
|
|
|
|
/* Define to indicate the ${SPEEXDSP_DESCRIP} library version */
|
|
|
|
#undef HAVE_SPEEXDSP_VERSION
|
|
|
|
|
2008-05-05 22:13:57 +00:00
|
|
|
/* Define this to indicate the ${SPEEX_PREPROCESS_DESCRIP} library */
|
|
|
|
#undef HAVE_SPEEX_PREPROCESS
|
|
|
|
|
|
|
|
/* Define to indicate the ${SPEEX_PREPROCESS_DESCRIP} library version */
|
|
|
|
#undef HAVE_SPEEX_PREPROCESS_VERSION
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${SPEEX_DESCRIP} library version */
|
|
|
|
#undef HAVE_SPEEX_VERSION
|
|
|
|
|
|
|
|
/* Define this to indicate the ${SQLITE_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_SQLITE
|
|
|
|
|
2007-03-13 21:22:33 +00:00
|
|
|
/* Define this to indicate the ${SQLITE3_DESCRIP} library */
|
|
|
|
#undef HAVE_SQLITE3
|
|
|
|
|
|
|
|
/* Define to indicate the ${SQLITE3_DESCRIP} library version */
|
|
|
|
#undef HAVE_SQLITE3_VERSION
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${SQLITE_DESCRIP} library version */
|
|
|
|
#undef HAVE_SQLITE_VERSION
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${SQRT_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_SQRT
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${SQRTL_DESCRIP} library */
|
|
|
|
#undef HAVE_SQRTL
|
|
|
|
|
|
|
|
/* Define to indicate the ${SQRTL_DESCRIP} library version */
|
|
|
|
#undef HAVE_SQRTL_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${SQRT_DESCRIP} library version */
|
|
|
|
#undef HAVE_SQRT_VERSION
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${SS7_DESCRIP} library */
|
2006-09-21 18:41:33 +00:00
|
|
|
#undef HAVE_SS7
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${SS7_DESCRIP} library version */
|
|
|
|
#undef HAVE_SS7_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if `stat' has the bug that it succeeds when given the
|
|
|
|
zero-length file name argument. */
|
|
|
|
#undef HAVE_STAT_EMPTY_STRING_BUG
|
|
|
|
|
|
|
|
/* Define to 1 if stdbool.h conforms to C99. */
|
|
|
|
#undef HAVE_STDBOOL_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <stddef.h> header file. */
|
|
|
|
#undef HAVE_STDDEF_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
|
|
#undef HAVE_STDINT_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
|
|
#undef HAVE_STDLIB_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `strcasecmp' function. */
|
|
|
|
#undef HAVE_STRCASECMP
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `strcasestr' function. */
|
|
|
|
#undef HAVE_STRCASESTR
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `strchr' function. */
|
|
|
|
#undef HAVE_STRCHR
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `strcoll' function and it is properly defined.
|
|
|
|
*/
|
|
|
|
#undef HAVE_STRCOLL
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `strcspn' function. */
|
|
|
|
#undef HAVE_STRCSPN
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `strdup' function. */
|
|
|
|
#undef HAVE_STRDUP
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `strerror' function. */
|
|
|
|
#undef HAVE_STRERROR
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `strftime' function. */
|
|
|
|
#undef HAVE_STRFTIME
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
|
|
#undef HAVE_STRINGS_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
|
|
#undef HAVE_STRING_H
|
|
|
|
|
2007-04-06 21:16:38 +00:00
|
|
|
/* Define to 1 if you have the `strlcat' function. */
|
|
|
|
#undef HAVE_STRLCAT
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `strlcpy' function. */
|
|
|
|
#undef HAVE_STRLCPY
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `strncasecmp' function. */
|
|
|
|
#undef HAVE_STRNCASECMP
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `strndup' function. */
|
|
|
|
#undef HAVE_STRNDUP
|
|
|
|
|
2006-06-12 20:33:01 +00:00
|
|
|
/* Define to 1 if you have the `strnlen' function. */
|
|
|
|
#undef HAVE_STRNLEN
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `strrchr' function. */
|
|
|
|
#undef HAVE_STRRCHR
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `strsep' function. */
|
|
|
|
#undef HAVE_STRSEP
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `strspn' function. */
|
|
|
|
#undef HAVE_STRSPN
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `strstr' function. */
|
|
|
|
#undef HAVE_STRSTR
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${STRTOD_DESCRIP} library */
|
|
|
|
#undef HAVE_STRTOD
|
|
|
|
|
|
|
|
/* Define to indicate the ${STRTOD_DESCRIP} library version */
|
|
|
|
#undef HAVE_STRTOD_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `strtol' function. */
|
|
|
|
#undef HAVE_STRTOL
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${STRTOLD_DESCRIP} library */
|
|
|
|
#undef HAVE_STRTOLD
|
|
|
|
|
|
|
|
/* Define to indicate the ${STRTOLD_DESCRIP} library version */
|
|
|
|
#undef HAVE_STRTOLD_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `strtoq' function. */
|
|
|
|
#undef HAVE_STRTOQ
|
|
|
|
|
|
|
|
/* Define to 1 if `st_blksize' is member of `struct stat'. */
|
|
|
|
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${SUPPSERV_DESCRIP} library */
|
2006-08-21 02:11:39 +00:00
|
|
|
#undef HAVE_SUPPSERV
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${SUPPSERV_DESCRIP} library version */
|
|
|
|
#undef HAVE_SUPPSERV_VERSION
|
|
|
|
|
2008-12-16 20:08:34 +00:00
|
|
|
/* Define to 1 if you have the `swapctl' function. */
|
|
|
|
#undef HAVE_SWAPCTL
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `sysctl' function. */
|
|
|
|
#undef HAVE_SYSCTL
|
|
|
|
|
2007-04-11 20:21:18 +00:00
|
|
|
/* Define to 1 if your system has sysinfo support */
|
|
|
|
#undef HAVE_SYSINFO
|
|
|
|
|
2009-06-26 03:06:06 +00:00
|
|
|
/* Define if your system has the SYSLOG_FACILITY_LOG_AUTH headers. */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_AUTH
|
|
|
|
|
|
|
|
/* Define if your system has the SYSLOG_FACILITY_LOG_AUTHPRIV headers. */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_AUTHPRIV
|
|
|
|
|
|
|
|
/* Define SYSLOG_FACILITY_LOG_AUTHPRIV headers version */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_AUTHPRIV_VERSION
|
|
|
|
|
|
|
|
/* Define SYSLOG_FACILITY_LOG_AUTH headers version */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_AUTH_VERSION
|
|
|
|
|
|
|
|
/* Define if your system has the SYSLOG_FACILITY_LOG_CRON headers. */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_CRON
|
|
|
|
|
|
|
|
/* Define SYSLOG_FACILITY_LOG_CRON headers version */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_CRON_VERSION
|
|
|
|
|
|
|
|
/* Define if your system has the SYSLOG_FACILITY_LOG_DAEMON headers. */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_DAEMON
|
|
|
|
|
|
|
|
/* Define SYSLOG_FACILITY_LOG_DAEMON headers version */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_DAEMON_VERSION
|
|
|
|
|
|
|
|
/* Define if your system has the SYSLOG_FACILITY_LOG_FTP headers. */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_FTP
|
|
|
|
|
|
|
|
/* Define SYSLOG_FACILITY_LOG_FTP headers version */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_FTP_VERSION
|
|
|
|
|
|
|
|
/* Define if your system has the SYSLOG_FACILITY_LOG_KERN headers. */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_KERN
|
|
|
|
|
|
|
|
/* Define SYSLOG_FACILITY_LOG_KERN headers version */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_KERN_VERSION
|
|
|
|
|
|
|
|
/* Define if your system has the SYSLOG_FACILITY_LOG_LPR headers. */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_LPR
|
|
|
|
|
|
|
|
/* Define SYSLOG_FACILITY_LOG_LPR headers version */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_LPR_VERSION
|
|
|
|
|
|
|
|
/* Define if your system has the SYSLOG_FACILITY_LOG_MAIL headers. */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_MAIL
|
|
|
|
|
|
|
|
/* Define SYSLOG_FACILITY_LOG_MAIL headers version */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_MAIL_VERSION
|
|
|
|
|
|
|
|
/* Define if your system has the SYSLOG_FACILITY_LOG_NEWS headers. */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_NEWS
|
|
|
|
|
|
|
|
/* Define SYSLOG_FACILITY_LOG_NEWS headers version */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_NEWS_VERSION
|
|
|
|
|
|
|
|
/* Define if your system has the SYSLOG_FACILITY_LOG_SYSLOG headers. */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_SYSLOG
|
|
|
|
|
|
|
|
/* Define SYSLOG_FACILITY_LOG_SYSLOG headers version */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_SYSLOG_VERSION
|
|
|
|
|
|
|
|
/* Define if your system has the SYSLOG_FACILITY_LOG_UUCP headers. */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_UUCP
|
|
|
|
|
|
|
|
/* Define SYSLOG_FACILITY_LOG_UUCP headers version */
|
|
|
|
#undef HAVE_SYSLOG_FACILITY_LOG_UUCP_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the <syslog.h> header file. */
|
|
|
|
#undef HAVE_SYSLOG_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
|
|
|
*/
|
|
|
|
#undef HAVE_SYS_DIR_H
|
|
|
|
|
2007-07-23 13:46:57 +00:00
|
|
|
/* Define to 1 if your sys/endian.h header file provides the bswap16 macro. */
|
|
|
|
#undef HAVE_SYS_ENDIAN_BSWAP16
|
|
|
|
|
|
|
|
/* Define to 1 if your sys/endian.h header file provides the __swap16 macro.
|
|
|
|
*/
|
|
|
|
#undef HAVE_SYS_ENDIAN_SWAP16
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the <sys/file.h> header file. */
|
|
|
|
#undef HAVE_SYS_FILE_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/ioctl.h> header file. */
|
|
|
|
#undef HAVE_SYS_IOCTL_H
|
|
|
|
|
2008-11-25 05:02:11 +00:00
|
|
|
/* Define to 1 if you have the <sys/io.h> header file. */
|
|
|
|
#undef HAVE_SYS_IO_H
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
|
|
|
*/
|
|
|
|
#undef HAVE_SYS_NDIR_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/param.h> header file. */
|
|
|
|
#undef HAVE_SYS_PARAM_H
|
|
|
|
|
2007-11-17 06:33:07 +00:00
|
|
|
/* Define to 1 if your system has working sys/poll.h */
|
|
|
|
#undef HAVE_SYS_POLL_H
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the <sys/select.h> header file. */
|
|
|
|
#undef HAVE_SYS_SELECT_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/socket.h> header file. */
|
|
|
|
#undef HAVE_SYS_SOCKET_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
|
|
#undef HAVE_SYS_STAT_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
|
|
|
#undef HAVE_SYS_TIME_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
|
|
#undef HAVE_SYS_TYPES_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
|
|
|
|
#undef HAVE_SYS_WAIT_H
|
|
|
|
|
2007-09-22 02:07:53 +00:00
|
|
|
/* Define this to indicate the ${TAN_DESCRIP} library */
|
|
|
|
#undef HAVE_TAN
|
|
|
|
|
|
|
|
/* Define this to indicate the ${TANL_DESCRIP} library */
|
|
|
|
#undef HAVE_TANL
|
|
|
|
|
|
|
|
/* Define to indicate the ${TANL_DESCRIP} library version */
|
|
|
|
#undef HAVE_TANL_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${TAN_DESCRIP} library version */
|
|
|
|
#undef HAVE_TAN_VERSION
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${TERMCAP_DESCRIP} library */
|
2006-05-08 16:11:33 +00:00
|
|
|
#undef HAVE_TERMCAP
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${TERMCAP_DESCRIP} library version */
|
|
|
|
#undef HAVE_TERMCAP_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the <termios.h> header file. */
|
|
|
|
#undef HAVE_TERMIOS_H
|
|
|
|
|
2008-11-19 19:37:32 +00:00
|
|
|
/* Define if your system has the TIMERFD headers. */
|
|
|
|
#undef HAVE_TIMERFD
|
|
|
|
|
|
|
|
/* Define TIMERFD headers version */
|
|
|
|
#undef HAVE_TIMERFD_VERSION
|
|
|
|
|
2007-11-17 09:30:22 +00:00
|
|
|
/* Define to 1 if your system defines timersub. */
|
2007-11-17 04:17:53 +00:00
|
|
|
#undef HAVE_TIMERSUB
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${TINFO_DESCRIP} library */
|
2006-05-08 16:11:33 +00:00
|
|
|
#undef HAVE_TINFO
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${TINFO_DESCRIP} library version */
|
|
|
|
#undef HAVE_TINFO_VERSION
|
|
|
|
|
|
|
|
/* Define this to indicate the ${TONEZONE_DESCRIP} library */
|
2006-06-24 08:45:49 +00:00
|
|
|
#undef HAVE_TONEZONE
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${TONEZONE_DESCRIP} library version */
|
|
|
|
#undef HAVE_TONEZONE_VERSION
|
|
|
|
|
2007-09-21 14:25:51 +00:00
|
|
|
/* Define this to indicate the ${TRUNC_DESCRIP} library */
|
|
|
|
#undef HAVE_TRUNC
|
|
|
|
|
|
|
|
/* Define this to indicate the ${TRUNCL_DESCRIP} library */
|
|
|
|
#undef HAVE_TRUNCL
|
|
|
|
|
|
|
|
/* Define to indicate the ${TRUNCL_DESCRIP} library version */
|
|
|
|
#undef HAVE_TRUNCL_VERSION
|
|
|
|
|
|
|
|
/* Define to indicate the ${TRUNC_DESCRIP} library version */
|
|
|
|
#undef HAVE_TRUNC_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
|
|
#undef HAVE_UNISTD_H
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${UNIXODBC_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_UNIXODBC
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${UNIXODBC_DESCRIP} library version */
|
|
|
|
#undef HAVE_UNIXODBC_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `unsetenv' function. */
|
|
|
|
#undef HAVE_UNSETENV
|
|
|
|
|
2007-09-14 15:52:28 +00:00
|
|
|
/* Define this to indicate the ${USB_DESCRIP} library */
|
|
|
|
#undef HAVE_USB
|
|
|
|
|
|
|
|
/* Define to indicate the ${USB_DESCRIP} library version */
|
|
|
|
#undef HAVE_USB_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `utime' function. */
|
|
|
|
#undef HAVE_UTIME
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <utime.h> header file. */
|
|
|
|
#undef HAVE_UTIME_H
|
|
|
|
|
|
|
|
/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
|
|
|
|
#undef HAVE_UTIME_NULL
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `vasprintf' function. */
|
|
|
|
#undef HAVE_VASPRINTF
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `vfork' function. */
|
|
|
|
#undef HAVE_VFORK
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <vfork.h> header file. */
|
|
|
|
#undef HAVE_VFORK_H
|
|
|
|
|
2007-11-21 01:29:45 +00:00
|
|
|
/* Define to 1 if your system has linux/videodev.h. */
|
|
|
|
#undef HAVE_VIDEODEV_H
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${VORBIS_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_VORBIS
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${VORBIS_DESCRIP} library version */
|
|
|
|
#undef HAVE_VORBIS_VERSION
|
|
|
|
|
2008-01-28 21:07:18 +00:00
|
|
|
/* Define if your system has the VoiceTronix API libraries. */
|
|
|
|
#undef HAVE_VPB
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `vprintf' function. */
|
|
|
|
#undef HAVE_VPRINTF
|
|
|
|
|
2007-11-17 04:17:53 +00:00
|
|
|
/* Define to 1 if you have the <winsock2.h> header file. */
|
|
|
|
#undef HAVE_WINSOCK2_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <winsock.h> header file. */
|
|
|
|
#undef HAVE_WINSOCK_H
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if `fork' works. */
|
|
|
|
#undef HAVE_WORKING_FORK
|
|
|
|
|
|
|
|
/* Define to 1 if `vfork' works. */
|
|
|
|
#undef HAVE_WORKING_VFORK
|
|
|
|
|
2007-11-21 00:22:41 +00:00
|
|
|
/* Define this to indicate the ${X11_DESCRIP} library */
|
|
|
|
#undef HAVE_X11
|
|
|
|
|
|
|
|
/* Define to indicate the ${X11_DESCRIP} library version */
|
|
|
|
#undef HAVE_X11_VERSION
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define this to indicate the ${ZLIB_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_ZLIB
|
|
|
|
|
2006-10-06 02:24:26 +00:00
|
|
|
/* Define to indicate the ${ZLIB_DESCRIP} library version */
|
|
|
|
#undef HAVE_ZLIB_VERSION
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if the system has the type `_Bool'. */
|
|
|
|
#undef HAVE__BOOL
|
|
|
|
|
|
|
|
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
|
|
|
|
slash. */
|
|
|
|
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
|
|
|
|
|
2007-03-26 15:59:56 +00:00
|
|
|
/* Build chan_misdn for mISDN 1.2 or later. */
|
|
|
|
#undef MISDN_1_2
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
|
|
#undef PACKAGE_BUGREPORT
|
|
|
|
|
|
|
|
/* Define to the full name of this package. */
|
|
|
|
#undef PACKAGE_NAME
|
|
|
|
|
|
|
|
/* Define to the full name and version of this package. */
|
|
|
|
#undef PACKAGE_STRING
|
|
|
|
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
|
|
#undef PACKAGE_TARNAME
|
|
|
|
|
|
|
|
/* Define to the version of this package. */
|
|
|
|
#undef PACKAGE_VERSION
|
|
|
|
|
2009-06-26 03:06:06 +00:00
|
|
|
/* Define to 1 if the C compiler supports function prototypes. */
|
|
|
|
#undef PROTOTYPES
|
|
|
|
|
2007-01-15 15:08:45 +00:00
|
|
|
/* Define to necessary symbol if this constant uses a non-standard name on
|
|
|
|
your system. */
|
|
|
|
#undef PTHREAD_CREATE_JOINABLE
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define as the return type of signal handlers (`int' or `void'). */
|
|
|
|
#undef RETSIGTYPE
|
|
|
|
|
|
|
|
/* Define to the type of arg 1 for `select'. */
|
|
|
|
#undef SELECT_TYPE_ARG1
|
|
|
|
|
|
|
|
/* Define to the type of args 2, 3 and 4 for `select'. */
|
|
|
|
#undef SELECT_TYPE_ARG234
|
|
|
|
|
|
|
|
/* Define to the type of arg 5 for `select'. */
|
|
|
|
#undef SELECT_TYPE_ARG5
|
|
|
|
|
2009-06-26 03:06:06 +00:00
|
|
|
/* Define to 1 if the `setvbuf' function takes the buffering type as its
|
|
|
|
second argument and the buffer pointer as the third, as on System V before
|
|
|
|
release 3. */
|
|
|
|
#undef SETVBUF_REVERSED
|
|
|
|
|
2007-07-08 21:01:28 +00:00
|
|
|
/* The size of `int', as computed by sizeof. */
|
2006-06-30 15:55:38 +00:00
|
|
|
#undef SIZEOF_INT
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* If using the C implementation of alloca, define if you know the
|
|
|
|
direction of stack growth for your system; otherwise it will be
|
2007-07-08 21:01:28 +00:00
|
|
|
automatically deduced at runtime.
|
2006-05-08 16:02:42 +00:00
|
|
|
STACK_DIRECTION > 0 => grows toward higher addresses
|
|
|
|
STACK_DIRECTION < 0 => grows toward lower addresses
|
|
|
|
STACK_DIRECTION = 0 => direction of growth unknown */
|
|
|
|
#undef STACK_DIRECTION
|
|
|
|
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
|
|
#undef STDC_HEADERS
|
|
|
|
|
|
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
|
|
|
#undef TIME_WITH_SYS_TIME
|
|
|
|
|
|
|
|
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
|
|
|
#undef TM_IN_SYS_TIME
|
|
|
|
|
2009-06-26 03:06:06 +00:00
|
|
|
/* Define to 1 if on AIX 3.
|
|
|
|
System headers sometimes define this.
|
|
|
|
We just want to avoid a redefinition error message. */
|
2007-07-08 21:01:28 +00:00
|
|
|
#ifndef _ALL_SOURCE
|
|
|
|
# undef _ALL_SOURCE
|
|
|
|
#endif
|
2009-06-26 03:06:06 +00:00
|
|
|
|
|
|
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
|
|
#undef _FILE_OFFSET_BITS
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Enable GNU extensions on systems that have them. */
|
|
|
|
#ifndef _GNU_SOURCE
|
|
|
|
# undef _GNU_SOURCE
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
|
|
|
|
#undef _LARGEFILE_SOURCE
|
|
|
|
|
|
|
|
/* Define for large files, on AIX-style hosts. */
|
|
|
|
#undef _LARGE_FILES
|
|
|
|
|
2007-07-08 21:01:28 +00:00
|
|
|
/* Define to 1 if on MINIX. */
|
|
|
|
#undef _MINIX
|
|
|
|
|
|
|
|
/* Define to 2 if the system does not provide POSIX.1 features except with
|
|
|
|
this defined. */
|
|
|
|
#undef _POSIX_1_SOURCE
|
|
|
|
|
|
|
|
/* Define to 1 if you need to in order for `stat' and other things to work. */
|
|
|
|
#undef _POSIX_SOURCE
|
|
|
|
|
2009-06-26 03:06:06 +00:00
|
|
|
/* Enable extensions on Solaris. */
|
|
|
|
#ifndef __EXTENSIONS__
|
|
|
|
# undef __EXTENSIONS__
|
|
|
|
#endif
|
|
|
|
#ifndef _POSIX_PTHREAD_SEMANTICS
|
|
|
|
# undef _POSIX_PTHREAD_SEMANTICS
|
|
|
|
#endif
|
|
|
|
#ifndef _TANDEM_SOURCE
|
|
|
|
# undef _TANDEM_SOURCE
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* Define like PROTOTYPES; this can be used by system headers. */
|
|
|
|
#undef __PROTOTYPES
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
|
|
#undef const
|
|
|
|
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
|
|
#undef gid_t
|
|
|
|
|
|
|
|
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
|
|
|
calls it, or to nothing if 'inline' is not supported under any name. */
|
|
|
|
#ifndef __cplusplus
|
|
|
|
#undef inline
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* Define to `int' if <sys/types.h> does not define. */
|
|
|
|
#undef mode_t
|
|
|
|
|
2007-07-08 21:01:28 +00:00
|
|
|
/* Define to `long int' if <sys/types.h> does not define. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef off_t
|
|
|
|
|
|
|
|
/* Define to `int' if <sys/types.h> does not define. */
|
|
|
|
#undef pid_t
|
|
|
|
|
2007-07-08 21:01:28 +00:00
|
|
|
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef size_t
|
|
|
|
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
|
|
#undef uid_t
|
|
|
|
|
|
|
|
/* Define as `fork' if `vfork' does not work. */
|
|
|
|
#undef vfork
|
|
|
|
|
|
|
|
/* Define to empty if the keyword `volatile' does not work. Warning: valid
|
|
|
|
code using `volatile' can become incorrect without. Disable with care. */
|
|
|
|
#undef volatile
|
2006-06-07 18:54:56 +00:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|