siproxd/config.h.in
Thomas Ries d0a2ac463a - RTP proxy: fixed a bug that could lead to a deadlock
on very rapid HOLD/unHOLD sequences.
2004-02-07 20:55:03 +00:00

211 lines
4.8 KiB
C

/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define to empty if the keyword does not work. */
#undef const
/* Define if you don't have vprintf but do have _doprnt. */
#undef HAVE_DOPRNT
/* Define if you have the vprintf function. */
#undef HAVE_VPRINTF
/* Define to `unsigned' if <sys/types.h> doesn't define. */
#undef size_t
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/* Define if your <sys/time.h> declares struct tm. */
#undef TM_IN_SYS_TIME
/* Define if you have the bind function. */
#undef HAVE_BIND
/* Define if you have the chroot function. */
#undef HAVE_CHROOT
/* Define if you have the daemon function. */
#undef HAVE_DAEMON
/* Define if you have the fcntl function. */
#undef HAVE_FCNTL
/* Define if you have the fgets function. */
#undef HAVE_FGETS
/* Define if you have the getgid function. */
#undef HAVE_GETGID
/* Define if you have the gethostbyname function. */
#undef HAVE_GETHOSTBYNAME
/* Define if you have the gethostbyname_r function. */
#undef HAVE_GETHOSTBYNAME_R
/* Define if you have the getopt_long function. */
#undef HAVE_GETOPT_LONG
/* Define if you have the getpwnam function. */
#undef HAVE_GETPWNAM
/* Define if you have the getuid function. */
#undef HAVE_GETUID
/* Define if you have the hstrerror function. */
#undef HAVE_HSTRERROR
/* Define if you have the inet_aton function. */
#undef HAVE_INET_ATON
/* Define if you have the inet_ntoa function. */
#undef HAVE_INET_NTOA
/* Define if you have the inet_ntop function. */
#undef HAVE_INET_NTOP
/* Define if you have the inet_pton function. */
#undef HAVE_INET_PTON
/* Define if you have the read function. */
#undef HAVE_READ
/* Define if you have the select function. */
#undef HAVE_SELECT
/* Define if you have the send function. */
#undef HAVE_SEND
/* Define if you have the sendto function. */
#undef HAVE_SENDTO
/* Define if you have the setgid function. */
#undef HAVE_SETGID
/* Define if you have the setuid function. */
#undef HAVE_SETUID
/* Define if you have the socket function. */
#undef HAVE_SOCKET
/* Define if you have the sprintf function. */
#undef HAVE_SPRINTF
/* Define if you have the sscanf function. */
#undef HAVE_SSCANF
/* Define if you have the strchr function. */
#undef HAVE_STRCHR
/* Define if you have the strerror function. */
#undef HAVE_STRERROR
/* Define if you have the strncpy function. */
#undef HAVE_STRNCPY
/* Define if you have the strstr function. */
#undef HAVE_STRSTR
/* Define if you have the syslog function. */
#undef HAVE_SYSLOG
/* Define if you have the vfprintf function. */
#undef HAVE_VFPRINTF
/* Define if you have the vsnprintf function. */
#undef HAVE_VSNPRINTF
/* Define if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
/* Define if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
/* Define if you have the <linux/ip_masq.h> header file. */
#undef HAVE_LINUX_IP_MASQ_H
/* Define if you have the <linux/netfilter.h> header file. */
#undef HAVE_LINUX_NETFILTER_H
/* Define if you have the <pwd.h> header file. */
#undef HAVE_PWD_H
/* Define if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the <varargs.h> header file. */
#undef HAVE_VARARGS_H
/* Define if you have the osip2 library (-losip2). */
#undef HAVE_LIBOSIP2
/* Define if you have the osipparser2 library (-losipparser2). */
#undef HAVE_LIBOSIPPARSER2
/* Name of package */
#undef PACKAGE
/* Version number of package */
#undef VERSION
/* building on Linux platform */
#undef _LINUX
/* building on BSD platform */
#undef _BSD
/* building on FreeBSD platform */
#undef _FREEBSD
/* building on BSD platform */
#undef _BSD
/* building on OpenBSD platform */
#undef _OPENBSD
/* building on BSD platform */
#undef _BSD
/* building on NetBSD platform */
#undef _NETBSD
/* building on BSD platform */
#undef _BSD
/* building on BSD/OS platform */
#undef _BSDOS
/* building on Solaris2 platform */
#undef _SOLARIS2
/* Define to the necessary symbol if this constant
uses a non-standard name on your system. */
#undef PTHREAD_CREATE_JOINABLE
/* Define if you have POSIX threads libraries and header files. */
#undef HAVE_PTHREAD
/* typedef socklen_t available */
#undef socklen_t
/* gethostbyname_r takes 6 arguments */
#undef HAVE_FUNC_GETHOSTBYNAME_R_6
/* gethostbyname_r takes 5 arguments */
#undef HAVE_FUNC_GETHOSTBYNAME_R_5
/* gethostbyname_r takes 3 arguments */
#undef HAVE_FUNC_GETHOSTBYNAME_R_3
/* will search for config file here */
#undef SIPROXDCONFPATH