summaryrefslogtreecommitdiffstats
path: root/thirdparties/mac/include/srtp/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/mac/include/srtp/config.h')
-rw-r--r--thirdparties/mac/include/srtp/config.h56
1 files changed, 41 insertions, 15 deletions
diff --git a/thirdparties/mac/include/srtp/config.h b/thirdparties/mac/include/srtp/config.h
index 263f2de..dfaaa99 100644
--- a/thirdparties/mac/include/srtp/config.h
+++ b/thirdparties/mac/include/srtp/config.h
@@ -1,6 +1,9 @@
/* crypto/include/config.h. Generated from config_in.h by configure. */
/* config_in.h. Generated from configure.in by autoheader. */
+/* Define if building universal (internal helper macro) */
+/* #undef AC_APPLE_UNIVERSAL_BUILD */
+
/* Define if building for a CISC machine (e.g. Intel). */
#define CPU_CISC 1
@@ -43,9 +46,18 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
+/* Define to 1 if you have the `crypto' library (-lcrypto). */
+/* #undef HAVE_LIBCRYPTO */
+
+/* Define to 1 if you have the `dl' library (-ldl). */
+/* #undef HAVE_LIBDL */
+
/* Define to 1 if you have the `socket' library (-lsocket). */
/* #undef HAVE_LIBSOCKET */
+/* Define to 1 if you have the `z' library (-lz). */
+/* #undef HAVE_LIBZ */
+
/* Define to 1 if you have the <machine/types.h> header file. */
#define HAVE_MACHINE_TYPES_H 1
@@ -55,6 +67,9 @@
/* Define to 1 if you have the <netinet/in.h> header file. */
#define HAVE_NETINET_IN_H 1
+/* Define to 1 if you have the `pcap' library (-lpcap) */
+#define HAVE_PCAP 1
+
/* Define to 1 if you have the `sigaction' function. */
#define HAVE_SIGACTION 1
@@ -118,33 +133,36 @@
/* Define to use X86 inlined assembly code */
#define HAVE_X86 1
+/* Define this to use OpenSSL crypto. */
+/* #undef OPENSSL */
+
/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT ""
+#define PACKAGE_BUGREPORT "https://github.com/cisco/libsrtp/issues"
/* Define to the full name of this package. */
-#define PACKAGE_NAME ""
+#define PACKAGE_NAME "libsrtp"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING ""
+#define PACKAGE_STRING "libsrtp 1.5.3"
/* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME ""
+#define PACKAGE_TARNAME "libsrtp"
+
+/* Define to the home page for this package. */
+#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION ""
+#define PACKAGE_VERSION "1.5.3"
-/* The size of a `unsigned long', as computed by sizeof. */
-#define SIZEOF_UNSIGNED_LONG 4
+/* The size of `unsigned long', as computed by sizeof. */
+#define SIZEOF_UNSIGNED_LONG 8
-/* The size of a `unsigned long long', as computed by sizeof. */
+/* The size of `unsigned long long', as computed by sizeof. */
#define SIZEOF_UNSIGNED_LONG_LONG 8
/* Define to use GDOI. */
/* #undef SRTP_GDOI */
-/* Define to use OpenSSL crypto. */
-/* #undef OPENSSL */
-
/* Define to compile for kernel contexts. */
/* #undef SRTP_KERNEL */
@@ -160,9 +178,17 @@
/* Define to use syslog logging. */
/* #undef USE_SYSLOG */
-/* Define to 1 if your processor stores words with the most significant byte
- first (like Motorola and SPARC, unlike Intel and VAX). */
-/* #undef WORDS_BIGENDIAN */
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+ significant byte first (like Motorola and SPARC, unlike Intel). */
+#if defined AC_APPLE_UNIVERSAL_BUILD
+# if defined __BIG_ENDIAN__
+# define WORDS_BIGENDIAN 1
+# endif
+#else
+# ifndef WORDS_BIGENDIAN
+/* # undef WORDS_BIGENDIAN */
+# endif
+#endif
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
@@ -173,5 +199,5 @@
/* #undef inline */
#endif
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */
OpenPOWER on IntegriCloud