~ubuntu-branches/ubuntu/vivid/gloox/vivid-proposed

« back to all changes in this revision

Viewing changes to config.h.unix.in

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2014-03-16 17:34:43 UTC
  • mfrom: (12.1.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20140316173443-4s177dovzaz5dm8o
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
/* Define to 1 if you have the <errno.h> header file. */
13
13
#undef HAVE_ERRNO_H
14
14
 
 
15
/* Define to 1 if GCC atomic builtins are available */
 
16
#undef HAVE_GCC_ATOMIC_BUILTINS
 
17
 
15
18
/* Define to 1 if you have the `getaddrinfo' function. */
16
19
#undef HAVE_GETADDRINFO
17
20
 
18
21
/* Define to 1 if you want TLS support (GnuTLS). Undefine HAVE_OPENSSL. */
19
22
#undef HAVE_GNUTLS
20
23
 
 
24
/* Define to 1 if you have GnuTLS 2.12.0 or above. */
 
25
#undef HAVE_GNUTLS_SESSION_CHANNEL_BINDING
 
26
 
21
27
/* Define to 1 if you have the <inttypes.h> header file. */
22
28
#undef HAVE_INTTYPES_H
23
29
 
33
39
/* Define to 1 if you have the `socket' library (-lsocket). */
34
40
#undef HAVE_LIBSOCKET
35
41
 
 
42
/* enable mdns support */
 
43
#undef HAVE_MDNS
 
44
 
36
45
/* Define to 1 if you have the <memory.h> header file. */
37
46
#undef HAVE_MEMORY_H
38
47