~ubuntu-branches/ubuntu/natty/pidgin-otr/natty-updates

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Thibaut VARENE
  • Date: 2008-07-10 17:34:32 UTC
  • mfrom: (2.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080710173432-aqx359odj7cp182a
Tags: 3.2.0-2
Make key generation use /dev/urandom (Closes: #489523)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
 
3
/* always defined to indicate that i18n is enabled */
 
4
#undef ENABLE_NLS
 
5
 
 
6
/* Define the gettext package to be used */
 
7
#undef GETTEXT_PACKAGE
 
8
 
 
9
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
 
10
#undef HAVE_BIND_TEXTDOMAIN_CODESET
 
11
 
 
12
/* Define to 1 if you have the `dcgettext' function. */
 
13
#undef HAVE_DCGETTEXT
 
14
 
3
15
/* Define to 1 if you have the <dlfcn.h> header file. */
4
16
#undef HAVE_DLFCN_H
5
17
 
 
18
/* Define if the GNU gettext() function is already present or preinstalled. */
 
19
#undef HAVE_GETTEXT
 
20
 
6
21
/* Define to 1 if you have the <inttypes.h> header file. */
7
22
#undef HAVE_INTTYPES_H
8
23
 
 
24
/* Define if your <locale.h> file defines LC_MESSAGES. */
 
25
#undef HAVE_LC_MESSAGES
 
26
 
9
27
/* Define to 1 if you have the `otr' library (-lotr). */
10
28
#undef HAVE_LIBOTR
11
29
 
 
30
/* Define to 1 if you have the <locale.h> header file. */
 
31
#undef HAVE_LOCALE_H
 
32
 
12
33
/* Define to 1 if you have the <memory.h> header file. */
13
34
#undef HAVE_MEMORY_H
14
35