forked from Mirrors/freeswitch
744497e156
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12010 d0543943-73ff-0310-b7d9-9358b9ac24b2
327 lines
8.6 KiB
CMake
327 lines
8.6 KiB
CMake
/* src/include/switch_private.h.cmake. Generated from cmake. */
|
|
|
|
/* Enable extra debugging. */
|
|
#cmakedefine DEBUG
|
|
|
|
/* Disable the embedded resampler */
|
|
#cmakedefine DISABLE_RESAMPLE
|
|
|
|
/* Define to 1 if you have the `asprintf' function. */
|
|
#cmakedefine HAVE_ASPRINTF
|
|
|
|
/* Define if you have clock_gettime() */
|
|
#cmakedefine HAVE_CLOCK_GETTIME
|
|
|
|
/* Define if you have clock_nanosleep() */
|
|
#cmakedefine HAVE_CLOCK_NANOSLEEP
|
|
|
|
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
|
*/
|
|
#cmakedefine HAVE_DIRENT_H
|
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
#cmakedefine HAVE_DLFCN_H
|
|
|
|
/* Define to 1 if you have the <execinfo.h> header file. */
|
|
#cmakedefine HAVE_EXECINFO_H
|
|
|
|
/* Define to 1 if you have the `gethostname' function. */
|
|
#cmakedefine HAVE_GETHOSTNAME
|
|
|
|
/* Define to 1 if you have the `gettimeofday' function. */
|
|
#cmakedefine HAVE_GETTIMEOFDAY
|
|
|
|
/* Define to 1 if you have the `gmtime_r' function. */
|
|
#cmakedefine HAVE_GMTIME_R
|
|
|
|
/* Define to 1 if you have the `initgroups' function. */
|
|
#cmakedefine HAVE_INITGROUPS
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#cmakedefine HAVE_INTTYPES_H
|
|
|
|
/* Define to 1 if you have a functional curl library. */
|
|
#cmakedefine HAVE_LIBCURL
|
|
|
|
/* Define to 1 if you have the `curses' library (-lcurses). */
|
|
#cmakedefine HAVE_LIBCURSES
|
|
|
|
/* Define to 1 if you have the `ncurses' library (-lncurses). */
|
|
#cmakedefine HAVE_LIBNCURSES
|
|
|
|
/* Define to 1 if you have the `socket' library (-lsocket). */
|
|
#cmakedefine HAVE_LIBSOCKET
|
|
|
|
/* Define to 1 if you have the `localtime_r' function. */
|
|
#cmakedefine HAVE_LOCALTIME_R
|
|
|
|
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
|
|
to 0 otherwise. */
|
|
#cmakedefine HAVE_MALLOC
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
#cmakedefine HAVE_MEMORY_H
|
|
|
|
/* Define to 1 if you have the `mlock' function. */
|
|
#cmakedefine HAVE_MLOCK
|
|
|
|
/* Define to 1 if you have the `mlockall' function. */
|
|
#cmakedefine HAVE_MLOCKALL
|
|
|
|
/* Define to 1 if you have the `mmap' function. */
|
|
#cmakedefine HAVE_MMAP
|
|
|
|
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
|
#cmakedefine HAVE_NDIR_H
|
|
|
|
/* Define to 1 if you have the <netdb.h> header file. */
|
|
#cmakedefine HAVE_NETDB_H
|
|
|
|
/* libodbc */
|
|
#cmakedefine HAVE_ODBC
|
|
|
|
/* Define to 1 if you have the `pselect' function. */
|
|
#cmakedefine HAVE_PSELECT
|
|
|
|
/* RLIMIT_MEMLOCK constant for setrlimit */
|
|
#cmakedefine HAVE_RLIMIT_MEMLOCK
|
|
|
|
/* Define to 1 if you have the <sched.h> header file. */
|
|
#cmakedefine HAVE_SCHED_H
|
|
|
|
/* SCHED_RR constant for sched_setscheduler */
|
|
#cmakedefine HAVE_SCHED_RR
|
|
|
|
/* Define to 1 if you have the `sched_setscheduler' function. */
|
|
#cmakedefine HAVE_SCHED_SETSCHEDULER
|
|
|
|
/* Define to 1 if you have the `setenv' function. */
|
|
#cmakedefine HAVE_SETENV
|
|
|
|
/* Define to 1 if you have the `setgroups' function. */
|
|
#cmakedefine HAVE_SETGROUPS
|
|
|
|
/* Define to 1 if you have the `setpriority' function. */
|
|
#cmakedefine HAVE_SETPRIORITY
|
|
|
|
/* Define to 1 if you have the `setrlimit' function. */
|
|
#cmakedefine HAVE_SETRLIMIT
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
#cmakedefine HAVE_STDINT_H
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
#cmakedefine HAVE_STDLIB_H
|
|
|
|
/* Define to 1 if you have the `strcasecmp' function. */
|
|
#cmakedefine HAVE_STRCASECMP
|
|
|
|
/* Define to 1 if you have the `strftime' function. */
|
|
#cmakedefine HAVE_STRFTIME
|
|
|
|
/* Define to 1 if you have the `stricmp' function. */
|
|
#cmakedefine HAVE_STRICMP
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
#cmakedefine HAVE_STRINGS_H
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
#cmakedefine HAVE_STRING_H
|
|
|
|
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
|
*/
|
|
#cmakedefine HAVE_SYS_DIR_H
|
|
|
|
/* Define to 1 if you have the <sys/filio.h> header file. */
|
|
#cmakedefine HAVE_SYS_FILIO_H
|
|
|
|
/* Define to 1 if you have the <sys/ioctl.h> header file. */
|
|
#cmakedefine HAVE_SYS_IOCTL_H
|
|
|
|
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
|
*/
|
|
#cmakedefine HAVE_SYS_NDIR_H
|
|
|
|
/* Define to 1 if you have the <sys/resource.h> header file. */
|
|
#cmakedefine HAVE_SYS_RESOURCE_H
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
#cmakedefine HAVE_SYS_STAT_H
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
#cmakedefine HAVE_SYS_TYPES_H
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
#cmakedefine HAVE_UNISTD_H
|
|
|
|
/* Define to 1 if you have the `usleep' function. */
|
|
#cmakedefine HAVE_USLEEP
|
|
|
|
/* Define to 1 if you have the `vasprintf' function. */
|
|
#cmakedefine HAVE_VASPRINTF
|
|
|
|
/* Define to 1 if you have the <wchar.h> header file. */
|
|
#cmakedefine HAVE_WCHAR_H
|
|
|
|
/* Define to 1 if you have the `wcsncmp' function. */
|
|
#cmakedefine HAVE_WCSNCMP
|
|
|
|
/* Define to 1 if you have the `_stricmp' function. */
|
|
#cmakedefine HAVE__STRICMP
|
|
|
|
/* Define if you have Java */
|
|
#cmakedefine HasJava
|
|
|
|
/* Defined if libcurl supports AsynchDNS */
|
|
#cmakedefine LIBCURL_FEATURE_ASYNCHDNS
|
|
|
|
/* Defined if libcurl supports IDN */
|
|
#cmakedefine LIBCURL_FEATURE_IDN
|
|
|
|
/* Defined if libcurl supports IPv6 */
|
|
#cmakedefine LIBCURL_FEATURE_IPV6
|
|
|
|
/* Defined if libcurl supports KRB4 */
|
|
#cmakedefine LIBCURL_FEATURE_KRB4
|
|
|
|
/* Defined if libcurl supports libz */
|
|
#cmakedefine LIBCURL_FEATURE_LIBZ
|
|
|
|
/* Defined if libcurl supports NTLM */
|
|
#cmakedefine LIBCURL_FEATURE_NTLM
|
|
|
|
/* Defined if libcurl supports SSL */
|
|
#cmakedefine LIBCURL_FEATURE_SSL
|
|
|
|
/* Defined if libcurl supports SSPI */
|
|
#cmakedefine LIBCURL_FEATURE_SSPI
|
|
|
|
/* Defined if libcurl supports DICT */
|
|
#cmakedefine LIBCURL_PROTOCOL_DICT
|
|
|
|
/* Defined if libcurl supports FILE */
|
|
#cmakedefine LIBCURL_PROTOCOL_FILE
|
|
|
|
/* Defined if libcurl supports FTP */
|
|
#cmakedefine LIBCURL_PROTOCOL_FTP
|
|
|
|
/* Defined if libcurl supports FTPS */
|
|
#cmakedefine LIBCURL_PROTOCOL_FTPS
|
|
|
|
/* Defined if libcurl supports HTTP */
|
|
#cmakedefine LIBCURL_PROTOCOL_HTTP
|
|
|
|
/* Defined if libcurl supports HTTPS */
|
|
#cmakedefine LIBCURL_PROTOCOL_HTTPS
|
|
|
|
/* Defined if libcurl supports LDAP */
|
|
#cmakedefine LIBCURL_PROTOCOL_LDAP
|
|
|
|
/* Defined if libcurl supports TELNET */
|
|
#cmakedefine LIBCURL_PROTOCOL_TELNET
|
|
|
|
/* Defined if libcurl supports TFTP */
|
|
#cmakedefine LIBCURL_PROTOCOL_TFTP
|
|
|
|
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
|
#cmakedefine NO_MINUS_C_MINUS_O
|
|
|
|
/* Enable Optimization. */
|
|
#cmakedefine OPTIMZER
|
|
|
|
/* Name of package */
|
|
#cmakedefine PACKAGE
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#cmakedefine PACKAGE_BUGREPORT
|
|
|
|
/* Define to the full name of this package. */
|
|
#cmakedefine PACKAGE_NAME
|
|
|
|
/* Define to the full name and version of this package. */
|
|
#cmakedefine PACKAGE_STRING
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
#cmakedefine PACKAGE_TARNAME
|
|
|
|
/* Define to the version of this package. */
|
|
#cmakedefine PACKAGE_VERSION
|
|
|
|
/* Define as the return type of signal handlers (`int' or `void'). */
|
|
#cmakedefine RETSIGTYPE
|
|
|
|
/* The size of `char', as computed by sizeof. */
|
|
#cmakedefine SIZEOF_CHAR
|
|
|
|
/* The size of `int', as computed by sizeof. */
|
|
#cmakedefine SIZEOF_INT
|
|
|
|
/* The size of `long', as computed by sizeof. */
|
|
#cmakedefine SIZEOF_LONG
|
|
|
|
/* The size of `long long', as computed by sizeof. */
|
|
#cmakedefine SIZEOF_LONG_LONG
|
|
|
|
/* The size of `short', as computed by sizeof. */
|
|
#cmakedefine SIZEOF_SHORT
|
|
|
|
/* The size of size_t */
|
|
#cmakedefine SIZEOF_SIZE_T
|
|
|
|
/* The size of ssize_t */
|
|
#cmakedefine SIZEOF_SSIZE_T
|
|
|
|
/* The size of `void*', as computed by sizeof. */
|
|
#cmakedefine SIZEOF_VOIDP
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#cmakedefine STDC_HEADERS
|
|
|
|
/* Little Endian */
|
|
#cmakedefine SWITCH_BYTE_ORDER
|
|
|
|
/* directory for configuration files */
|
|
#cmakedefine SWITCH_CONF_DIR
|
|
|
|
/* where to install the modules to */
|
|
#cmakedefine SWITCH_MOD_DIR
|
|
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
|
#cmakedefine TIME_WITH_SYS_TIME
|
|
|
|
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
|
#cmakedefine TM_IN_SYS_TIME
|
|
|
|
/* Enable mlockall support */
|
|
#cmakedefine USE_MLOCKALL
|
|
|
|
/* Enable round-robin scheduler using sched_setscheduler */
|
|
#cmakedefine USE_SCHED_SETSCHEDULER
|
|
|
|
/* Use setrlimit to disable mlock limit for non-root users */
|
|
#cmakedefine USE_SETRLIMIT
|
|
|
|
/* Version number of package */
|
|
#cmakedefine VERSION
|
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
#cmakedefine const
|
|
|
|
/* Define curl_free() as free() if our version of curl lacks curl_free. */
|
|
#cmakedefine curl_free
|
|
|
|
/* 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
|
|
#cmakedefine inline
|
|
#endif
|
|
|
|
/* Define to rpl_malloc if the replacement function should be used. */
|
|
#cmakedefine malloc
|
|
|
|
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
|
#cmakedefine size_t
|
|
|
|
/* Define to `int' if <sys/types.h> does not define. */
|
|
#cmakedefine ssize_t
|