diff src/protocols/gg/lib/libgadu-config.h @ 11360:cf15c1cdcfbd

[gaim-migrate @ 13582] New Gadu-Gadu implementation. committer: Tailor Script <tailor@pidgin.im>
author Bartoz Oler <bartosz@pidgin.im>
date Sun, 28 Aug 2005 22:46:01 +0000
parents
children 3c536224f0d0
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/protocols/gg/lib/libgadu-config.h	Sun Aug 28 22:46:01 2005 +0000
@@ -0,0 +1,42 @@
+/* Local libgadu configuration. */
+
+#include "../../../config.h"
+
+#ifndef __GG_LIBGADU_CONFIG_H
+#define __GG_LIBGADU_CONFIG_H
+
+/* Defined if libgadu was compiled for bigendian machine. */
+#undef __GG_LIBGADU_BIGENDIAN
+#ifdef WORDS_BIGENDIAN
+#define __GG_LIBGADU_BIGENDIAN
+#endif /* WORDS_BIGENDIAN */
+
+/* Defined if this machine has va_copy(). */
+#define __GG_LIBGADU_HAVE_VA_COPY
+
+/* Defined if this machine has __va_copy(). */
+#define __GG_LIBGADU_HAVE___VA_COPY
+
+/* Defined if this machine supports long long. */
+#undef __GG_LIBGADU_HAVE_LONG_LONG
+#ifdef HAVE_LONG_LONG
+#define __GG_LIBGADU_HAVE_LONG_LONG
+#endif /* HAVE_LONG_LONG */
+
+/* Defined if libgadu was compiled and linked with pthread support. */
+/* We don't like pthreads. */
+#undef __GG_LIBGADU_HAVE_PTHREAD
+
+/* Defined if libgadu was compiled and linked with TLS support. */
+/* Always undefined in Gaim. */
+#undef __GG_LIBGADU_HAVE_OPENSSL
+
+/* Include file containing uintXX_t declarations. */
+#include <stdint.h>
+
+/* Defined if this machine has C99-compiliant vsnprintf(). */
+#define __GG_LIBGADU_HAVE_C99_VSNPRINTF
+
+#define vnsprintf g_vnsprintf
+
+#endif /* __GG_LIBGADU_CONFIG_H */