/pidgin/main: 7e7d2f4260a6: win32: Update config.h.mingw to the ...

Daniel Atallah datallah at pidgin.im
Tue Jan 5 15:06:16 EST 2016


Changeset: 7e7d2f4260a6f42c2e71262f830821a00ae2a16a
Author:	 Daniel Atallah <datallah at pidgin.im>
Date:	 2016-01-05 13:46 -0500
Branch:	 release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/7e7d2f4260a6

Description:

win32: Update config.h.mingw to the values generated by a more recentautogen/configure (no functional changes)

diffstat:

 config.h.mingw |  153 ++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 129 insertions(+), 24 deletions(-)

diffs (truncated from 334 to 300 lines):

diff --git a/config.h.mingw b/config.h.mingw
--- a/config.h.mingw
+++ b/config.h.mingw
@@ -1,18 +1,42 @@
-/* config.h.  Generated by configure.  */
+/* config.h.  Generated from config.h.in by configure.  */
 /* config.h.in.  Generated from configure.ac by autoheader.  */
 
+/* Define if building universal (internal helper macro) */
+/* #undef AC_APPLE_UNIVERSAL_BUILD */
+
 /* configure arguments */
 /* #undef CONFIG_ARGS */
 
+/* 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 */
+
 /* Define if debugging is enabled. */
 /* #undef DEBUG */
 
+/* display version info */
+/* #undef DISPLAY_VERSION */
+
 /* Define if mono enabled. */
 /* #undef ENABLE_MONO */
 
 /* always defined to indicate that i18n is enabled */
 #define ENABLE_NLS 1
 
+/* use the given file as GnuTLS default trust store */
+/* #undef GG_CONFIG_GNUTLS_SYSTEM_TRUST_STORE */
+
+/* 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 */
+
 /* Define if you have the external 'altzone' variable. */
 /* #undef HAVE_ALTZONE */
 
@@ -59,9 +83,15 @@
 /* Define to 1 if you have the <EXTERN.h> header file. */
 /* #undef HAVE_EXTERN_H */
 
+/* Use Farsight instead of Farstream */
+/* #undef HAVE_FARSIGHT */
+
 /* Define to 1 if you have the <fcntl.h> header file. */
 #define HAVE_FCNTL_H 1
 
+/* Define to 1 if your stdio has int fileno(FILE *). */
+#define HAVE_FILENO 1
+
 /* Define to 1 if you have the getaddrinfo function. */
 /* TODO: Use this on new enough versions of Windows */
 /* #define HAVE_GETADDRINFO 1 */
@@ -69,24 +99,45 @@
 /* Define to 1 if you have the `gethostid' function. */
 /* #define HAVE_GETHOSTID 1 */
 
+/* Define to 1 if you have the `getifaddrs' function. */
+/* #undef HAVE_GETIFADDRS */
+
 /* Define to 1 if you have the `getopt_long' function. */
 /* #define HAVE_GETOPT_LONG 1 */
 
 /* Define if the GNU gettext() function is already present or preinstalled. */
 /* #define HAVE_GETTEXT 1 */
 
-/* Define if you have GNUTLS */
-/* #define HAVE_GNUTLS 1 */
+/* Define if you have GnuTLS */
+/* #undef HAVE_GNUTLS */
+
+/* Defined if GnuTLS >= 2.10.0 is available. */
+/* #undef HAVE_GNUTLS_2_10 */
+
+/* gnutls contains the gnutls_certificate_set_x509_system_trust function */
+/* #undef HAVE_GNUTLS_CERTIFICATE_SET_X509_SYSTEM_TRUST */
+
+/* Define if your gnutls has the GNUTLS_CERT_INSECURE_ALGORITHM flag */
+/* #undef HAVE_GNUTLS_CERT_INSECURE_ALGORITHM */
 
 /* Define to 1 if you have the <gnutls/gnutls.h> header file. */
-/* #define HAVE_GNUTLS_GNUTLS_H 1 */
+/* #undef HAVE_GNUTLS_GNUTLS_H */
 
-/* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
+/* Define if your gnutls has gnutls_priority_set_direct and friends */
+/* #undef HAVE_GNUTLS_PRIORITY_FUNCS */
+
+/* Define to 1 if you have the `inet_ntop' function. */
+/* #define HAVE_INET_NTOP 1 */
+
+/* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1
 
 /* Define if we have IOKit */
 /* #undef HAVE_IOKIT */
 
+/* Define if the IPV6_V6ONLY setsockopt option exists */
+/* #undef HAVE_IPV6_V6ONLY */
+
 /* Define to 1 if you have the `krb_get_err_text' function. */
 /* #undef HAVE_KRB_GET_ERR_TEXT */
 
@@ -105,12 +156,9 @@
 /* Define if your <locale.h> file defines LC_MESSAGES. */
 /* #define HAVE_LC_MESSAGES 1 */
 
-/* Define to 1 if you have libgadu. */
+/* Linked with external libgadu */
 #define HAVE_LIBGADU 1
 
-/* Define if you have NetworkManager */
-/* #undef HAVE_LIBNM */
-
 /* Define to 1 if you have the `nsl' library (-lnsl). */
 /* #define HAVE_LIBNSL 1 */
 
@@ -129,6 +177,9 @@
 /* Define to 1 if you have the <malloc.h> header file. */
 #define HAVE_MALLOC_H 1
 
+/* Define if we have support for application media type. */
+/* #undef HAVE_MEDIA_APPLICATION */
+
 /* Define to 1 if you have the `memcpy' function. */
 #define HAVE_MEMCPY 1
 
@@ -147,6 +198,9 @@
 /* Define to 1 if you have the <mono/metadata/object.h> header file. */
 /* #undef HAVE_MONO_METADATA_OBJECT_H */
 
+/* Define if we have NetworkManager. */
+/* #undef HAVE_NETWORKMANAGER */
+
 /* Define to 1 if you have the <nspr.h> header file. */
 /* #undef HAVE_NSPR_H */
 
@@ -207,9 +261,6 @@
 /* Define to 1 if you have the <ssl.h> header file. */
 /* #undef HAVE_SSL_H */
 
-/* Define if we're using libstartup-notification. */
-/* #define HAVE_STARTUP_NOTIFICATION 1 */
-
 /* Define to 1 if you have the <stdarg.h> header file. */
 #define HAVE_STDARG_H 1
 
@@ -243,7 +294,10 @@
 /* Define to 1 if you have the `strstr' function. */
 #define HAVE_STRSTR 1
 
-/* Define to 1 if `tm_zone' is member of `struct tm'. */
+/* Define if struct sockaddr has an sa_len member */
+/* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
+
+/* Define to 1 if `tm_zone' is a member of `struct tm'. */
 /* #define HAVE_STRUCT_TM_TM_ZONE 1 */
 
 /* Define to 1 if you have the <sys/cdefs.h> header file. */
@@ -261,12 +315,21 @@
 /* Define to 1 if you have the <sys/msgbuf.h> header file. */
 /* #undef HAVE_SYS_MSGBUF_H */
 
+/* Define to 1 if you have the <sys/param.h> header file. */
+/* #define HAVE_SYS_PARAM_H 1 */
+
 /* Define to 1 if you have the <sys/select.h> header file. */
 /* #define HAVE_SYS_SELECT_H 1 */
 
+/* Define to 1 if you have the <sys/socket.h> header file. */
+/* #define HAVE_SYS_SOCKET_H 1 */
+
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #define HAVE_SYS_STAT_H 1
 
+/* Define to 1 if you have the <sys/sysctl.h> header file. */
+/* #define HAVE_SYS_SYSCTL_H 1 */
+
 /* Define to 1 if you have the <sys/time.h> header file. */
 /* #undef HAVE_SYS_TIME_H */
 
@@ -283,18 +346,21 @@
 /* #define HAVE_SYS_WAIT_H 1 */
 
 /* Compile with support for the Tcl toolkit */
-#define HAVE_TCL 1
+/* #define HAVE_TCL 1 */
 
 /* Define to 1 if you have the <termios.h> header file. */
 /* #define HAVE_TERMIOS_H 1 */
 
+/* Define to 1 if you have the `timegm' function. */
+/* #define HAVE_TIMEGM 1 */
+
 /* Define if you have the external 'timezone' variable. */
 #define HAVE_TIMEZONE 1
 
 /* Compile with support for the Tk toolkit */
 #define HAVE_TK 1
 
-/* tm_gmtoff is available. */
+/* Define if you have a tm_gmtoff member in struct tm */
 /* #define HAVE_TM_GMTOFF 1 */
 
 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
@@ -317,9 +383,16 @@
 /* Define to 1 if you have the <X11/SM/SMlib.h> header file. */
 /* #define HAVE_X11_SM_SMLIB_H 1 */
 
+/* whether or not we have xsltproc for devhelp index */
+/* #define HAVE_XSLTPROC 1 */
+
 /* Define if external libzephyr should be used. */
 /* #undef LIBZEPHYR_EXT */
 
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+/* #define LT_OBJDIR ".libs/" */
+
 /* Define to 1 if you don't have wide-character support. */
 /* #undef NO_WIDECHAR */
 
@@ -336,13 +409,16 @@
 #define PACKAGE_NAME "pidgin"
 
 /* Define to the full name and version of this package. */
-/* #define PACKAGE_STRING "pidgin 2.0.0dev" */
+/* #define PACKAGE_STRING "pidgin ?-.?.?devel" */
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "pidgin"
 
+/* Define to the home page for this package. */
+#define PACKAGE_URL ""
+
 /* Define to the version of this package. */
-/* #define PACKAGE_VERSION "2.0.0dev" */
+/* #define PACKAGE_VERSION "?.?.?devel" */
 
 /* Define if plugins are enabled. */
 #define PURPLE_PLUGINS 1
@@ -353,6 +429,14 @@
 /* The size of `time_t', as computed by sizeof. */
 #define SIZEOF_TIME_T 4
 
+/* If using the C implementation of alloca, define if you know the
+   direction of stack growth for your system; otherwise it will be
+   automatically deduced at runtime.
+	STACK_DIRECTION > 0 => grows toward higher addresses
+	STACK_DIRECTION < 0 => grows toward lower addresses
+	STACK_DIRECTION = 0 => direction of growth unknown */
+/* #undef STACK_DIRECTION */
+
 /* Loads static protocol plugin module initialization functions. */
 #ifndef STATIC_PROTO_INIT
 #define STATIC_PROTO_INIT static void static_proto_init(void) {  }
@@ -364,25 +448,46 @@
 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
 /* #undef TM_IN_SYS_TIME */
 
-/* Use GStreamer for playing sounds */
+/* Use GStreamer Video Overlay support */
+/* #undef USE_GSTAPP */
+
+/* Use GStreamer 0.10 interfaces for X overlay support */
+/* #define USE_GSTINTERFACES 1 */
+
+/* Use GStreamer 0.10 for playing sounds */
 /* #define USE_GSTREAMER 1 */
 
+/* Use GStreamer Video Overlay support */
+/* #undef USE_GSTVIDEO */
+
 /* Define if we're using GtkSpell */
 #define USE_GTKSPELL 1
 
+/* Use GNU Libidn for stringprep and IDN */
+/* #define USE_IDN 1 */
+
+/* Define if python headers are available. */
+/* #undef USE_PYTHON */
+
 /* Define if we're using XScreenSaver. */
 #define USE_SCREENSAVER 1
 
 /* Define if we're using X Session Management. */
 /* #define USE_SM 1 */
 
+/* Use voice and video */
+/* #define USE_VV 1 */



More information about the Commits mailing list