~ubuntu-branches/ubuntu/edgy/kopete/edgy

« back to all changes in this revision

Viewing changes to kopete/protocols/gadu/libgadu/libgadu-config.h

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2006-06-12 21:32:28 UTC
  • Revision ID: james.westby@ubuntu.com-20060612213228-hcsugdkof86j9r29
Tags: 4:3.5.3+kopete0.12.0-0ubuntu1
New upstream release, separate from KDE

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Local libgadu configuration. */
 
2
 
 
3
#ifndef __GG_LIBGADU_CONFIG_H
 
4
#define __GG_LIBGADU_CONFIG_H
 
5
 
 
6
/* Defined if libgadu was compiled for bigendian machine. */
 
7
#undef __GG_LIBGADU_BIGENDIAN
 
8
 
 
9
/* Defined if libgadu was compiled and linked with pthread support. */
 
10
#define __GG_LIBGADU_HAVE_PTHREAD
 
11
 
 
12
/* Defined if this machine has C99-compiliant vsnprintf(). */
 
13
#define __GG_LIBGADU_HAVE_C99_VSNPRINTF
 
14
 
 
15
/* Defined if this machine has va_copy(). */
 
16
#undef __GG_LIBGADU_HAVE_VA_COPY
 
17
 
 
18
/* Defined if this machine has __va_copy(). */
 
19
#undef __GG_LIBGADU_HAVE___VA_COPY
 
20
 
 
21
/* Defined if this machine supports long long. */
 
22
#define __GG_LIBGADU_HAVE_LONG_LONG
 
23
 
 
24
/* Defined if libgadu was compiled and linked with TLS support. */
 
25
#define __GG_LIBGADU_HAVE_OPENSSL
 
26
 
 
27
/* Include file containing uintXX_t declarations. */
 
28
#include <inttypes.h>
 
29
 
 
30
#endif /* __GG_LIBGADU_CONFIG_H */