~ubuntu-branches/ubuntu/oneiric/pavucontrol/oneiric

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2008-11-26 10:09:00 UTC
  • mfrom: (1.1.3 upstream) (2.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20081126100900-1jorhxbz6xfoidkp
Tags: 0.9.7-1ubuntu1
* Merge from Debian unstable:
  - Recommend padevchooser, paman, and pavumeter.

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
/* Gettext package */
 
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 MacOS X function CFLocaleCopyCurrent in the
 
13
   CoreFoundation framework. */
 
14
#undef HAVE_CFLOCALECOPYCURRENT
 
15
 
 
16
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
 
17
   the CoreFoundation framework. */
 
18
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
 
19
 
 
20
/* Define to 1 if you have the `dcgettext' function. */
 
21
#undef HAVE_DCGETTEXT
 
22
 
 
23
/* Define if the GNU gettext() function is already present or preinstalled. */
 
24
#undef HAVE_GETTEXT
 
25
 
 
26
/* Define if you have the iconv() function and it works. */
 
27
#undef HAVE_ICONV
 
28
 
 
29
/* Define to 1 if you have the <inttypes.h> header file. */
 
30
#undef HAVE_INTTYPES_H
 
31
 
 
32
/* Define if your <locale.h> file defines LC_MESSAGES. */
 
33
#undef HAVE_LC_MESSAGES
 
34
 
 
35
/* Define to 1 if you have the <locale.h> header file. */
 
36
#undef HAVE_LOCALE_H
 
37
 
 
38
/* Define to 1 if you have the <memory.h> header file. */
 
39
#undef HAVE_MEMORY_H
 
40
 
 
41
/* Define to 1 if you have the <stdint.h> header file. */
 
42
#undef HAVE_STDINT_H
 
43
 
 
44
/* Define to 1 if you have the <stdlib.h> header file. */
 
45
#undef HAVE_STDLIB_H
 
46
 
 
47
/* Define to 1 if you have the <strings.h> header file. */
 
48
#undef HAVE_STRINGS_H
 
49
 
 
50
/* Define to 1 if you have the <string.h> header file. */
 
51
#undef HAVE_STRING_H
 
52
 
 
53
/* Define to 1 if you have the <sys/stat.h> header file. */
 
54
#undef HAVE_SYS_STAT_H
 
55
 
 
56
/* Define to 1 if you have the <sys/types.h> header file. */
 
57
#undef HAVE_SYS_TYPES_H
 
58
 
 
59
/* Define to 1 if you have the <unistd.h> header file. */
 
60
#undef HAVE_UNISTD_H
 
61
 
3
62
/* Name of package */
4
63
#undef PACKAGE
5
64