cleaning out some grunge
[feisty_meow.git] / production / 3rdparty / deprecated / openssl / include / openssl / opensslconf.h
diff --git a/production/3rdparty/deprecated/openssl/include/openssl/opensslconf.h b/production/3rdparty/deprecated/openssl/include/openssl/opensslconf.h
new file mode 100755 (executable)
index 0000000..7dd6aa2
--- /dev/null
@@ -0,0 +1,172 @@
+/*\r
+ * WARNING: do not edit!\r
+ * Generated by makefile from include\openssl\opensslconf.h.in\r
+ *\r
+ * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.\r
+ *\r
+ * Licensed under the OpenSSL license (the "License").  You may not use\r
+ * this file except in compliance with the License.  You can obtain a copy\r
+ * in the file LICENSE in the source distribution or at\r
+ * https://www.openssl.org/source/license.html\r
+ */\r
+\r
+#ifdef  __cplusplus\r
+extern "C" {\r
+#endif\r
+\r
+#ifdef OPENSSL_ALGORITHM_DEFINES\r
+# error OPENSSL_ALGORITHM_DEFINES no longer supported\r
+#endif\r
+\r
+/*\r
+ * OpenSSL was configured with the following options:\r
+ */\r
+\r
+#ifndef OPENSSL_SYS_WIN32\r
+# define OPENSSL_SYS_WIN32 1\r
+#endif\r
+#ifndef OPENSSL_NO_MD2\r
+# define OPENSSL_NO_MD2\r
+#endif\r
+#ifndef OPENSSL_NO_RC5\r
+# define OPENSSL_NO_RC5\r
+#endif\r
+#ifndef OPENSSL_THREADS\r
+# define OPENSSL_THREADS\r
+#endif\r
+#ifndef OPENSSL_NO_ASAN\r
+# define OPENSSL_NO_ASAN\r
+#endif\r
+#ifndef OPENSSL_NO_CRYPTO_MDEBUG\r
+# define OPENSSL_NO_CRYPTO_MDEBUG\r
+#endif\r
+#ifndef OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE\r
+# define OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE\r
+#endif\r
+#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128\r
+# define OPENSSL_NO_EC_NISTP_64_GCC_128\r
+#endif\r
+#ifndef OPENSSL_NO_EGD\r
+# define OPENSSL_NO_EGD\r
+#endif\r
+#ifndef OPENSSL_NO_FUZZ_AFL\r
+# define OPENSSL_NO_FUZZ_AFL\r
+#endif\r
+#ifndef OPENSSL_NO_FUZZ_LIBFUZZER\r
+# define OPENSSL_NO_FUZZ_LIBFUZZER\r
+#endif\r
+#ifndef OPENSSL_NO_HEARTBEATS\r
+# define OPENSSL_NO_HEARTBEATS\r
+#endif\r
+#ifndef OPENSSL_NO_MSAN\r
+# define OPENSSL_NO_MSAN\r
+#endif\r
+#ifndef OPENSSL_NO_SCTP\r
+# define OPENSSL_NO_SCTP\r
+#endif\r
+#ifndef OPENSSL_NO_SSL_TRACE\r
+# define OPENSSL_NO_SSL_TRACE\r
+#endif\r
+#ifndef OPENSSL_NO_SSL3\r
+# define OPENSSL_NO_SSL3\r
+#endif\r
+#ifndef OPENSSL_NO_SSL3_METHOD\r
+# define OPENSSL_NO_SSL3_METHOD\r
+#endif\r
+#ifndef OPENSSL_NO_UBSAN\r
+# define OPENSSL_NO_UBSAN\r
+#endif\r
+#ifndef OPENSSL_NO_UNIT_TEST\r
+# define OPENSSL_NO_UNIT_TEST\r
+#endif\r
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS\r
+# define OPENSSL_NO_WEAK_SSL_CIPHERS\r
+#endif\r
+#ifndef OPENSSL_NO_AFALGENG\r
+# define OPENSSL_NO_AFALGENG\r
+#endif\r
+\r
+\r
+/*\r
+ * Sometimes OPENSSSL_NO_xxx ends up with an empty file and some compilers\r
+ * don't like that.  This will hopefully silence them.\r
+ */\r
+#define NON_EMPTY_TRANSLATION_UNIT static void *dummy = &dummy;\r
+\r
+/*\r
+ * Applications should use -DOPENSSL_API_COMPAT=<version> to suppress the\r
+ * declarations of functions deprecated in or before <version>. Otherwise, they\r
+ * still won't see them if the library has been built to disable deprecated\r
+ * functions.\r
+ */\r
+#if defined(OPENSSL_NO_DEPRECATED)\r
+# define DECLARE_DEPRECATED(f)\r
+#elif __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 0)\r
+# define DECLARE_DEPRECATED(f)    f __attribute__ ((deprecated));\r
+#else\r
+# define DECLARE_DEPRECATED(f)   f;\r
+#endif\r
+\r
+#ifndef OPENSSL_FILE\r
+# ifdef OPENSSL_NO_FILENAMES\r
+#  define OPENSSL_FILE ""\r
+#  define OPENSSL_LINE 0\r
+# else\r
+#  define OPENSSL_FILE __FILE__\r
+#  define OPENSSL_LINE __LINE__\r
+# endif\r
+#endif\r
+\r
+#ifndef OPENSSL_MIN_API\r
+# define OPENSSL_MIN_API 0\r
+#endif\r
+\r
+#if !defined(OPENSSL_API_COMPAT) || OPENSSL_API_COMPAT < OPENSSL_MIN_API\r
+# undef OPENSSL_API_COMPAT\r
+# define OPENSSL_API_COMPAT OPENSSL_MIN_API\r
+#endif\r
+\r
+#if OPENSSL_API_COMPAT < 0x10100000L\r
+# define DEPRECATEDIN_1_1_0(f)   DECLARE_DEPRECATED(f)\r
+#else\r
+# define DEPRECATEDIN_1_1_0(f)\r
+#endif\r
+\r
+#if OPENSSL_API_COMPAT < 0x10000000L\r
+# define DEPRECATEDIN_1_0_0(f)   DECLARE_DEPRECATED(f)\r
+#else\r
+# define DEPRECATEDIN_1_0_0(f)\r
+#endif\r
+\r
+#if OPENSSL_API_COMPAT < 0x00908000L\r
+# define DEPRECATEDIN_0_9_8(f)   DECLARE_DEPRECATED(f)\r
+#else\r
+# define DEPRECATEDIN_0_9_8(f)\r
+#endif\r
+\r
+#define OPENSSL_CPUID_OBJ\r
+\r
+/* Generate 80386 code? */\r
+#undef I386_ONLY\r
+\r
+#undef OPENSSL_UNISTD\r
+#define OPENSSL_UNISTD <unistd.h>\r
+\r
+#define OPENSSL_EXPORT_VAR_AS_FUNCTION\r
+\r
+/*\r
+ * The following are cipher-specific, but are part of the public API.\r
+ */\r
+#if !defined(OPENSSL_SYS_UEFI)\r
+# define BN_LLONG\r
+/* Only one for the following should be defined */\r
+# undef SIXTY_FOUR_BIT_LONG\r
+# undef SIXTY_FOUR_BIT\r
+# define THIRTY_TWO_BIT\r
+#endif\r
+\r
+#define RC4_INT unsigned int\r
+\r
+#ifdef  __cplusplus\r
+}\r
+#endif\r