~ubuntu-branches/debian/experimental/gupnp/experimental

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton
  • Date: 2008-06-30 09:32:18 UTC
  • mfrom: (1.2.1 upstream) (2.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080630093218-vmb4elru8cn18579
Tags: 0.12.1-1
New upstream release.

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
 
 
15
3
/* Define to 1 if you have the <dlfcn.h> header file. */
16
4
#undef HAVE_DLFCN_H
17
5
 
18
6
/* Define to 1 if you have the `getpagesize' function. */
19
7
#undef HAVE_GETPAGESIZE
20
8
 
21
 
/* Define if the GNU gettext() function is already present or preinstalled. */
22
 
#undef HAVE_GETTEXT
23
 
 
24
9
/* Define to 1 if you have the <inttypes.h> header file. */
25
10
#undef HAVE_INTTYPES_H
26
11
 
27
 
/* Define if your <locale.h> file defines LC_MESSAGES. */
28
 
#undef HAVE_LC_MESSAGES
29
 
 
30
 
/* Define to 1 if you have the <locale.h> header file. */
31
 
#undef HAVE_LOCALE_H
32
 
 
33
12
/* Define to 1 if you have the <memory.h> header file. */
34
13
#undef HAVE_MEMORY_H
35
14
 
57
36
/* Define to 1 if you have the <unistd.h> header file. */
58
37
#undef HAVE_UNISTD_H
59
38
 
60
 
/* Define the location where the catalogs will be installed */
61
 
#undef LOCALEDIR
62
 
 
63
39
/* Name of package */
64
40
#undef PACKAGE
65
41
 
83
59
 
84
60
/* Version number of package */
85
61
#undef VERSION
 
62
 
 
63
/* Number of bits in a file offset, on hosts where this is settable. */
 
64
#undef _FILE_OFFSET_BITS
 
65
 
 
66
/* Define for large files, on AIX-style hosts. */
 
67
#undef _LARGE_FILES