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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `acos' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_ACOS
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `acosl' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_ACOSL
|
|
|
|
|
|
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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the Advanced Linux Sound Architecture library. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_ALSA
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Advanced Linux Sound Architecture library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `asin' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_ASIN
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `asinl' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_ASINL
|
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `asprintf' function. */
|
|
|
|
|
#undef HAVE_ASPRINTF
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `atan' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_ATAN
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `atan2' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_ATAN2
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `atan2l' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_ATAN2L
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `atanl' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_ATANL
|
|
|
|
|
|
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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the Stack Backtrace support library. */
|
2007-01-19 17:19:59 +00:00
|
|
|
#undef HAVE_BKTR
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Stack Backtrace support library. */
|
2007-01-19 17:19:59 +00:00
|
|
|
#undef HAVE_BKTR_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the Bluetooth Support library. */
|
2009-06-30 16:40:38 +00:00
|
|
|
#undef HAVE_BLUETOOTH
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Bluetooth Support library. */
|
2009-06-30 16:40:38 +00:00
|
|
|
#undef HAVE_BLUETOOTH_VERSION
|
|
|
|
|
|
2007-07-23 13:46:57 +00:00
|
|
|
/* Define to 1 if byteswap.h macros are available. */
|
|
|
|
|
#undef HAVE_BYTESWAP_H
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the POSIX 1.e capabilities library. */
|
2006-09-29 18:54:21 +00:00
|
|
|
#undef HAVE_CAP
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the POSIX 1.e capabilities library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#undef HAVE_CAP_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `ceil' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_CEIL
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `ceill' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_CEILL
|
|
|
|
|
|
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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `cos' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_COS
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `cosl' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_COSL
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the OpenSSL Cryptography support library. */
|
2007-05-24 22:07:50 +00:00
|
|
|
#undef HAVE_CRYPTO
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the OpenSSL Cryptography support library. */
|
2007-05-24 22:07:50 +00:00
|
|
|
#undef HAVE_CRYPTO_VERSION
|
|
|
|
|
|
2009-08-27 21:46:46 +00:00
|
|
|
/* Define to 1 if you have a functional curl library. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_CURL
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the cURL library. */
|
|
|
|
|
#undef HAVE_CURL_VERSION
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the curses library. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_CURSES
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the curses library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `exp' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_EXP
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `exp10' function. */
|
2007-07-08 21:01:28 +00:00
|
|
|
#undef HAVE_EXP10
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `exp10l' function. */
|
2007-07-08 21:01:28 +00:00
|
|
|
#undef HAVE_EXP10L
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `exp2' function. */
|
2007-07-07 16:44:57 +00:00
|
|
|
#undef HAVE_EXP2
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `exp2l' function. */
|
2007-07-08 21:01:28 +00:00
|
|
|
#undef HAVE_EXP2L
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `expl' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_EXPL
|
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the <fcntl.h> header file. */
|
|
|
|
|
#undef HAVE_FCNTL_H
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the Ffmpeg and avcodec library library. */
|
2007-11-17 01:49:26 +00:00
|
|
|
#undef HAVE_FFMPEG
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Ffmpeg and avcodec library library. */
|
2007-11-17 01:49:26 +00:00
|
|
|
#undef HAVE_FFMPEG_VERSION
|
|
|
|
|
|
2009-12-02 03:26:16 +00:00
|
|
|
/* Define to 1 if you have the `ffsll' function. */
|
|
|
|
|
#undef HAVE_FFSLL
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `floor' function. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_FLOOR
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `floorl' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_FLOORL
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `fmod' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_FMOD
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `fmodl' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_FMODL
|
|
|
|
|
|
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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the FreeTDS library. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_FREETDS
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the FreeTDS library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the GMime library library. */
|
|
|
|
|
#undef HAVE_GMIME_VERSION
|
|
|
|
|
|
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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the External GSM library library. */
|
|
|
|
|
#undef HAVE_GSM_VERSION
|
|
|
|
|
|
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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the gtk2 libraries library. */
|
|
|
|
|
#undef HAVE_GTK2_VERSION
|
|
|
|
|
|
|
|
|
|
/* Define to the version of the gtk libraries library. */
|
|
|
|
|
#undef HAVE_GTK_VERSION
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the Hoard Memory Allocator library. */
|
2008-08-03 16:14:14 +00:00
|
|
|
#undef HAVE_HOARD
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Hoard Memory Allocator library. */
|
2008-08-03 16:14:14 +00:00
|
|
|
#undef HAVE_HOARD_VERSION
|
|
|
|
|
|
2009-11-04 14:05:12 +00:00
|
|
|
/* Define to 1 if you have the `htonll' function. */
|
|
|
|
|
#undef HAVE_HTONLL
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the ical libraries library. */
|
2009-05-28 19:57:18 +00:00
|
|
|
#undef HAVE_ICAL
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the ical libraries library. */
|
2009-05-28 19:57:18 +00:00
|
|
|
#undef HAVE_ICAL_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the Iconv Library library. */
|
2008-01-01 22:08:32 +00:00
|
|
|
#undef HAVE_ICONV
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Iconv Library library. */
|
2008-01-01 22:08:32 +00:00
|
|
|
#undef HAVE_ICONV_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the Iksemel Jabber Library library. */
|
2006-05-22 21:12:30 +00:00
|
|
|
#undef HAVE_IKSEMEL
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Iksemel Jabber Library library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the UW IMAP Toolkit library. */
|
|
|
|
|
#undef HAVE_IMAP_TK_VERSION
|
|
|
|
|
|
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-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the inotify support library. */
|
2009-02-25 19:24:44 +00:00
|
|
|
#undef HAVE_INOTIFY
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the inotify support library. */
|
2009-02-25 19:24:44 +00:00
|
|
|
#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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the iODBC library. */
|
2008-10-06 23:14:33 +00:00
|
|
|
#undef HAVE_IODBC
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the iODBC library. */
|
2008-10-06 23:14:33 +00:00
|
|
|
#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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the ISDN4Linux Library library. */
|
2006-08-21 02:11:39 +00:00
|
|
|
#undef HAVE_ISDNNET
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the ISDN4Linux Library library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#undef HAVE_ISDNNET_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the Jack Audio Connection Kit library. */
|
2008-01-13 18:08:50 +00:00
|
|
|
#undef HAVE_JACK
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Jack Audio Connection Kit library. */
|
2008-01-13 18:08:50 +00:00
|
|
|
#undef HAVE_JACK_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the OpenLDAP library. */
|
2008-01-22 22:33:20 +00:00
|
|
|
#undef HAVE_LDAP
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the OpenLDAP library. */
|
2008-01-22 22:33:20 +00:00
|
|
|
#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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `m' library (-lm). */
|
|
|
|
|
#undef HAVE_LIBM
|
|
|
|
|
|
2008-11-01 21:10:07 +00:00
|
|
|
/* Define if your system has the LIBXML2 libraries. */
|
|
|
|
|
#undef HAVE_LIBXML2
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the LibXML2 library. */
|
|
|
|
|
#undef HAVE_LIBXML2_VERSION
|
|
|
|
|
|
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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `log' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_LOG
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `log10' function. */
|
2007-07-08 21:01:28 +00:00
|
|
|
#undef HAVE_LOG10
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `log10l' function. */
|
2007-07-08 21:01:28 +00:00
|
|
|
#undef HAVE_LOG10L
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `log2' function. */
|
2007-07-07 16:44:57 +00:00
|
|
|
#undef HAVE_LOG2
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `log2l' function. */
|
2007-07-08 21:01:28 +00:00
|
|
|
#undef HAVE_LOG2L
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `logl' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_LOGL
|
|
|
|
|
|
2009-09-16 23:15:43 +00:00
|
|
|
/* Define to 1 if the type `long double' works and has more range or precision
|
|
|
|
|
than `double'. */
|
|
|
|
|
#undef HAVE_LONG_DOUBLE_WIDER
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the libtool library. */
|
2007-06-18 16:35:51 +00:00
|
|
|
#undef HAVE_LTDL
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the libtool library. */
|
2007-06-18 16:35:51 +00:00
|
|
|
#undef HAVE_LTDL_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the Lua library. */
|
2007-11-02 15:36:34 +00:00
|
|
|
#undef HAVE_LUA
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Lua library. */
|
2007-11-02 15:36:34 +00:00
|
|
|
#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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the mISDN User Library 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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the mISDN User Library library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#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
|
|
|
|
|
|
2009-12-04 04:52:24 +00:00
|
|
|
/* Define if your system has the MSG_NOSIGNAL headers. */
|
|
|
|
|
#undef HAVE_MSG_NOSIGNAL
|
|
|
|
|
|
|
|
|
|
/* Define MSG_NOSIGNAL headers version */
|
|
|
|
|
#undef HAVE_MSG_NOSIGNAL_VERSION
|
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `munmap' function. */
|
|
|
|
|
#undef HAVE_MUNMAP
|
|
|
|
|
|
2009-06-30 16:40:38 +00:00
|
|
|
/* Define if your system has the MYSQLCLIENT libraries. */
|
|
|
|
|
#undef HAVE_MYSQLCLIENT
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the mysqlclient library. */
|
|
|
|
|
#undef HAVE_MYSQLCLIENT_VERSION
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the Network Broadcast Sound library. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_NBS
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Network Broadcast Sound library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#undef HAVE_NBS_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the ncurses library. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_NCURSES
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the ncurses library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the neon library. */
|
|
|
|
|
#undef HAVE_NEON_VERSION
|
|
|
|
|
|
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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Net-SNMP library. */
|
|
|
|
|
#undef HAVE_NETSNMP_VERSION
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the newt library. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_NEWT
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the newt library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#undef HAVE_NEWT_VERSION
|
|
|
|
|
|
2009-11-04 14:05:12 +00:00
|
|
|
/* Define to 1 if you have the `ntohll' function. */
|
|
|
|
|
#undef HAVE_NTOHLL
|
|
|
|
|
|
2009-09-10 18:17:14 +00:00
|
|
|
/* Define to 1 if your ODBC library has wide (Unicode) types. */
|
|
|
|
|
#undef HAVE_ODBC_WCHAR
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the OGG library. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_OGG
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the OGG library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#undef HAVE_OGG_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the OpenAIS library. */
|
2008-07-01 17:22:47 +00:00
|
|
|
#undef HAVE_OPENAIS
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the OpenAIS library. */
|
2008-07-01 17:22:47 +00:00
|
|
|
#undef HAVE_OPENAIS_VERSION
|
|
|
|
|
|
2006-09-19 17:09:01 +00:00
|
|
|
/* Define if your system has the OpenH323 libraries. */
|
|
|
|
|
#undef HAVE_OPENH323
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the OpenH323 library. */
|
|
|
|
|
#undef HAVE_OPENH323_VERSION
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the MFR2 library. */
|
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
|
|
|
#undef HAVE_OPENR2
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the MFR2 library. */
|
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
|
|
|
#undef HAVE_OPENR2_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the OpenSSL Secure Sockets Layer support library.
|
|
|
|
|
*/
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_OPENSSL
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the OpenSSL Secure Sockets Layer support library.
|
|
|
|
|
*/
|
2006-10-06 02:24:26 +00:00
|
|
|
#undef HAVE_OPENSSL_VERSION
|
|
|
|
|
|
|
|
|
|
/* Define this to indicate the ${OSPTK_DESCRIP} library */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_OSPTK
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the OSP Toolkit library. */
|
|
|
|
|
#undef HAVE_OSPTK_VERSION
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the Open Sound System library. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_OSS
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Open Sound System library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the PostgreSQL library. */
|
|
|
|
|
#undef HAVE_PGSQL_VERSION
|
|
|
|
|
|
2007-11-06 15:01:56 +00:00
|
|
|
/* Define to 1 if your system defines IP_PKTINFO. */
|
|
|
|
|
#undef HAVE_PKTINFO
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the popt library. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_POPT
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the popt library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#undef HAVE_POPT_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the PortAudio library. */
|
2007-12-31 15:21:15 +00:00
|
|
|
#undef HAVE_PORTAUDIO
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the PortAudio library. */
|
2007-12-31 15:21:15 +00:00
|
|
|
#undef HAVE_PORTAUDIO_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `pow' function. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_POW
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `powl' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_POWL
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the ISDN PRI library. */
|
2006-07-05 19:59:34 +00:00
|
|
|
#undef HAVE_PRI
|
2006-05-08 16:02:42 +00:00
|
|
|
|
2009-10-23 16:57:33 +00:00
|
|
|
/* Define to 1 if you have the ISDN PRI call hold library. */
|
|
|
|
|
#undef HAVE_PRI_CALL_HOLD
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the ISDN PRI call rerouting and call deflection
|
|
|
|
|
library. */
|
|
|
|
|
#undef HAVE_PRI_CALL_REROUTING
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the ISDN PRI set_inbanddisconnect library. */
|
2008-07-22 19:59:10 +00:00
|
|
|
#undef HAVE_PRI_INBANDDISCONNECT
|
2008-07-11 15:57:17 +00:00
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the ISDN progress with cause library. */
|
2008-11-05 20:45:03 +00:00
|
|
|
#undef HAVE_PRI_PROG_W_CAUSE
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the ISDN reverse charge library. */
|
2009-07-03 15:44:01 +00:00
|
|
|
#undef HAVE_PRI_REVERSE_CHARGE
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the ISDN service messages library. */
|
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
|
|
|
#undef HAVE_PRI_SERVICE_MESSAGES
|
|
|
|
|
|
2009-10-23 16:57:33 +00:00
|
|
|
/* Define to 1 if you have the ISDN PRI keypad facility in SETUP library. */
|
|
|
|
|
#undef HAVE_PRI_SETUP_KEYPAD
|
|
|
|
|
|
2009-10-22 16:33:22 +00:00
|
|
|
/* Define to 1 if you have the ISDN PRI subaddressing library. */
|
|
|
|
|
#undef HAVE_PRI_SUBADDR
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the ISDN PRI get_version library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the PWlib library. */
|
|
|
|
|
#undef HAVE_PWLIB_VERSION
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the Radius Client library. */
|
2006-07-05 19:59:34 +00:00
|
|
|
#undef HAVE_RADIUS
|
2006-05-20 22:30:05 +00:00
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Radius Client library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#undef HAVE_RADIUS_VERSION
|
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `regcomp' function. */
|
|
|
|
|
#undef HAVE_REGCOMP
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `remainder' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_REMAINDER
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `remainderl' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_REMAINDERL
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the LIBRESAMPLE library. */
|
2008-07-21 14:47:41 +00:00
|
|
|
#undef HAVE_RESAMPLE
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the LIBRESAMPLE library. */
|
2008-07-21 14:47:41 +00:00
|
|
|
#undef HAVE_RESAMPLE_VERSION
|
|
|
|
|
|
2009-07-08 16:43:12 +00:00
|
|
|
/* Define to 1 if your system has the close resolver function. */
|
|
|
|
|
#undef HAVE_RES_CLOSE
|
|
|
|
|
|
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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `rint' function. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_RINT
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `rintl' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_RINTL
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `round' function. */
|
2007-09-21 14:25:51 +00:00
|
|
|
#undef HAVE_ROUND
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `roundl' function. */
|
2007-09-21 14:25:51 +00:00
|
|
|
#undef HAVE_ROUNDL
|
|
|
|
|
|
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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the Sdl Image library library. */
|
2007-11-17 01:49:26 +00:00
|
|
|
#undef HAVE_SDL_IMAGE
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Sdl Image library library. */
|
2007-11-17 01:49:26 +00:00
|
|
|
#undef HAVE_SDL_IMAGE_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Sdl library. */
|
|
|
|
|
#undef HAVE_SDL_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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `sin' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_SIN
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `sinl' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_SINL
|
|
|
|
|
|
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
|
|
|
|
|
|
2009-12-04 04:52:24 +00:00
|
|
|
/* Define if your system has the SO_NOSIGPIPE headers. */
|
|
|
|
|
#undef HAVE_SO_NOSIGPIPE
|
|
|
|
|
|
|
|
|
|
/* Define SO_NOSIGPIPE headers version */
|
|
|
|
|
#undef HAVE_SO_NOSIGPIPE_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define if your system has the SPANDSP headers. */
|
2008-06-02 15:43:40 +00:00
|
|
|
#undef HAVE_SPANDSP
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define SPANDSP headers version */
|
2008-06-02 15:43:40 +00:00
|
|
|
#undef HAVE_SPANDSP_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the Speex library. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_SPEEX
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the Speexdsp library. */
|
2008-01-16 01:17:25 +00:00
|
|
|
#undef HAVE_SPEEXDSP
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Speexdsp library. */
|
2008-01-16 01:17:25 +00:00
|
|
|
#undef HAVE_SPEEXDSP_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the speex_preprocess_ctl library. */
|
2008-05-05 22:13:57 +00:00
|
|
|
#undef HAVE_SPEEX_PREPROCESS
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Speex preprocess routines library. */
|
2008-05-05 22:13:57 +00:00
|
|
|
#undef HAVE_SPEEX_PREPROCESS_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Speex library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#undef HAVE_SPEEX_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the SQLite library. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_SQLITE
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the SQLite library. */
|
2007-03-13 21:22:33 +00:00
|
|
|
#undef HAVE_SQLITE3
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the SQLite library. */
|
2007-03-13 21:22:33 +00:00
|
|
|
#undef HAVE_SQLITE3_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the SQLite library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#undef HAVE_SQLITE_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `sqrtl' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_SQRTL
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the ISDN SS7 library. */
|
2006-09-21 18:41:33 +00:00
|
|
|
#undef HAVE_SS7
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the ISDN SS7 library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `strtod' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_STRTOD
|
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `strtol' function. */
|
|
|
|
|
#undef HAVE_STRTOL
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `strtold' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_STRTOLD
|
|
|
|
|
|
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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the mISDN Supplemental Services library. */
|
2006-08-21 02:11:39 +00:00
|
|
|
#undef HAVE_SUPPSERV
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the mISDN Supplemental Services library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `tan' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_TAN
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `tanl' function. */
|
2007-09-22 02:07:53 +00:00
|
|
|
#undef HAVE_TANL
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the Termcap library. */
|
2006-05-08 16:11:33 +00:00
|
|
|
#undef HAVE_TERMCAP
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Termcap library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the Term Info library. */
|
2006-05-08 16:11:33 +00:00
|
|
|
#undef HAVE_TINFO
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Term Info library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#undef HAVE_TINFO_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the tonezone library. */
|
2006-06-24 08:45:49 +00:00
|
|
|
#undef HAVE_TONEZONE
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the tonezone library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#undef HAVE_TONEZONE_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `trunc' function. */
|
2007-09-21 14:25:51 +00:00
|
|
|
#undef HAVE_TRUNC
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the `truncl' function. */
|
2007-09-21 14:25:51 +00:00
|
|
|
#undef HAVE_TRUNCL
|
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
|
|
|
#undef HAVE_UNISTD_H
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the unixODBC library. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_UNIXODBC
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the unixODBC library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#undef HAVE_UNIXODBC_VERSION
|
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if you have the `unsetenv' function. */
|
|
|
|
|
#undef HAVE_UNSETENV
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the usb library. */
|
2007-09-14 15:52:28 +00:00
|
|
|
#undef HAVE_USB
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the usb library. */
|
2007-09-14 15:52:28 +00:00
|
|
|
#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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the Vorbis library. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_VORBIS
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Vorbis library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#undef HAVE_VORBIS_VERSION
|
|
|
|
|
|
2008-01-28 21:07:18 +00:00
|
|
|
/* Define if your system has the VoiceTronix API libraries. */
|
|
|
|
|
#undef HAVE_VPB
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the Voicetronix API library. */
|
|
|
|
|
#undef HAVE_VPB_VERSION
|
|
|
|
|
|
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
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the X11 support library. */
|
2007-11-21 00:22:41 +00:00
|
|
|
#undef HAVE_X11
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the X11 support library. */
|
2007-11-21 00:22:41 +00:00
|
|
|
#undef HAVE_X11_VERSION
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to 1 if you have the zlib library. */
|
2006-05-08 16:02:42 +00:00
|
|
|
#undef HAVE_ZLIB
|
|
|
|
|
|
2009-08-27 17:28:01 +00:00
|
|
|
/* Define to the version of the zlib library. */
|
2006-10-06 02:24:26 +00:00
|
|
|
#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
|
|
|
|
|
|
2009-08-27 21:46:46 +00:00
|
|
|
/* Defined if libcurl supports AsynchDNS */
|
|
|
|
|
#undef LIBCURL_FEATURE_ASYNCHDNS
|
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports IDN */
|
|
|
|
|
#undef LIBCURL_FEATURE_IDN
|
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports IPv6 */
|
|
|
|
|
#undef LIBCURL_FEATURE_IPV6
|
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports KRB4 */
|
|
|
|
|
#undef LIBCURL_FEATURE_KRB4
|
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports libz */
|
|
|
|
|
#undef LIBCURL_FEATURE_LIBZ
|
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports NTLM */
|
|
|
|
|
#undef LIBCURL_FEATURE_NTLM
|
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports SSL */
|
|
|
|
|
#undef LIBCURL_FEATURE_SSL
|
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports SSPI */
|
|
|
|
|
#undef LIBCURL_FEATURE_SSPI
|
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports DICT */
|
|
|
|
|
#undef LIBCURL_PROTOCOL_DICT
|
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports FILE */
|
|
|
|
|
#undef LIBCURL_PROTOCOL_FILE
|
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports FTP */
|
|
|
|
|
#undef LIBCURL_PROTOCOL_FTP
|
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports FTPS */
|
|
|
|
|
#undef LIBCURL_PROTOCOL_FTPS
|
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports HTTP */
|
|
|
|
|
#undef LIBCURL_PROTOCOL_HTTP
|
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports HTTPS */
|
|
|
|
|
#undef LIBCURL_PROTOCOL_HTTPS
|
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports LDAP */
|
|
|
|
|
#undef LIBCURL_PROTOCOL_LDAP
|
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports TELNET */
|
|
|
|
|
#undef LIBCURL_PROTOCOL_TELNET
|
|
|
|
|
|
|
|
|
|
/* Defined if libcurl supports TFTP */
|
|
|
|
|
#undef LIBCURL_PROTOCOL_TFTP
|
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
|
|
|
|
|
slash. */
|
|
|
|
|
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
|
|
|
|
|
|
2009-08-30 06:43:04 +00:00
|
|
|
/* Define to 1 if lua is found with a lua5.1 prefix */
|
|
|
|
|
#undef LUA51_PREFIX
|
|
|
|
|
|
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-11-04 13:57:09 +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-11-04 13:57:09 +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-11-04 13:57:09 +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-11-04 13:57:09 +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-11-04 13:57:09 +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
|
|
|
|
|
|
2009-08-27 21:46:46 +00:00
|
|
|
/* Define curl_free() as free() if our version of curl lacks curl_free. */
|
|
|
|
|
#undef curl_free
|
|
|
|
|
|
2006-05-08 16:02:42 +00:00
|
|
|
/* 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
|
|
|
|
|
|