Maemo 0.4.11.11-1
[aptitude] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Set to true if apt supports the Homepage: field */
4 #undef APT_HAS_HOMEPAGE
5
6 /* Set to true if apt supports dpkg trigger states */
7 #undef APT_HAS_TRIGGERS
8
9 /* Define to enable dynamic generation of backtraces if HAVE_EXECINFO_H is
10    defined */
11 #undef ENABLE_DYNAMIC_BACKTRACE
12
13 /* Define to 1 if translation of program messages to the user's native
14    language is requested. */
15 #undef ENABLE_NLS
16
17 /* If a hash header is available, define to the namespace in which the hash
18    class resides */
19 #undef HASH_NAMESPACE
20
21 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
22    CoreFoundation framework. */
23 #undef HAVE_CFLOCALECOPYCURRENT
24
25 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
26    the CoreFoundation framework. */
27 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
28
29 /* Define if the GNU dcgettext() function is already present or preinstalled.
30    */
31 #undef HAVE_DCGETTEXT
32
33 /* Set to true if apt is DDTP-enabled */
34 #undef HAVE_DDTP
35
36 /* Define if the ept package information library is available. */
37 #undef HAVE_EPT
38
39 /* Define if the execinfo file (for self-backtracing) is available */
40 #undef HAVE_EXECINFO_H
41
42 /* Define to 1 if you have the <fcntl.h> header file. */
43 #undef HAVE_FCNTL_H
44
45 /* Define if the GNU gettext() function is already present or preinstalled. */
46 #undef HAVE_GETTEXT
47
48 /* Define if you have the iconv() function. */
49 #undef HAVE_ICONV
50
51 /* Define to 1 if you have the <inttypes.h> header file. */
52 #undef HAVE_INTTYPES_H
53
54 /* Define to 1 if you have the `apt-pkg' library (-lapt-pkg). */
55 #undef HAVE_LIBAPT_PKG
56
57 /* Define to 1 if you have the `ncursesw' library (-lncursesw). */
58 #undef HAVE_LIBNCURSESW
59
60 /* Define if pthread is available */
61 #undef HAVE_LIBPTHREAD
62
63 /* Define if locale.h is available */
64 #undef HAVE_LOCALE_H
65
66 /* Define to 1 if you have the <memory.h> header file. */
67 #undef HAVE_MEMORY_H
68
69 /* Define if setlocale is available in locale.h */
70 #undef HAVE_SETLOCALE
71
72 /* Define to 1 if you have the <stdint.h> header file. */
73 #undef HAVE_STDINT_H
74
75 /* Define to 1 if you have the <stdlib.h> header file. */
76 #undef HAVE_STDLIB_H
77
78 /* Define to 1 if you have the `strdup' function. */
79 #undef HAVE_STRDUP
80
81 /* Define to 1 if you have the <strings.h> header file. */
82 #undef HAVE_STRINGS_H
83
84 /* Define to 1 if you have the <string.h> header file. */
85 #undef HAVE_STRING_H
86
87 /* Define to 1 if you have the <sys/ioctl.h> header file. */
88 #undef HAVE_SYS_IOCTL_H
89
90 /* Define to 1 if you have the <sys/stat.h> header file. */
91 #undef HAVE_SYS_STAT_H
92
93 /* Define to 1 if you have the <sys/types.h> header file. */
94 #undef HAVE_SYS_TYPES_H
95
96 /* Define to 1 if you have the <unistd.h> header file. */
97 #undef HAVE_UNISTD_H
98
99 /* The location of the lock to prevent simultaneous aptitude instances */
100 #undef LOCKFILE
101
102 /* Name of package */
103 #undef PACKAGE
104
105 /* Define to the address where bug reports for this package should be sent. */
106 #undef PACKAGE_BUGREPORT
107
108 /* Define to the full name of this package. */
109 #undef PACKAGE_NAME
110
111 /* Define to the full name and version of this package. */
112 #undef PACKAGE_STRING
113
114 /* Define to the one symbol short name of this package. */
115 #undef PACKAGE_TARNAME
116
117 /* Define to the version of this package. */
118 #undef PACKAGE_VERSION
119
120 /* The version of libsigc++ with which the program was compiled */
121 #undef SIGC_VERSION
122
123 /* The location of aptitude's state files */
124 #undef STATEDIR
125
126 /* Define to 1 if you have the ANSI C header files. */
127 #undef STDC_HEADERS
128
129 /* The name of the class used by the STL to define character traits */
130 #undef TRAITS_CLASS
131
132 /* Version number of package */
133 #undef VERSION
134
135 /* Define to produce an annoying beep periodically, for debugging */
136 #undef WITH_PERIOD_BEEP
137
138 /* Allow the cache to be reloaded on demand */
139 #undef WITH_RELOAD_CACHE
140
141 /* Define to `unsigned int' if <sys/types.h> does not define. */
142 #undef size_t