source: projects/synaptic/trunk/config.h.in @ 280

Revision 280, 3.1 KB checked in by yasumichi, 15 years ago (diff)

first import

RevLine 
[280]1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* always defined to indicate that i18n is enabled */
4#undef ENABLE_NLS
5
6/* description */
7#undef GETTEXT_PACKAGE
8
9/* whether apt-pkg/cdrom.h is present */
10#undef HAVE_APTPKG_CDROM
11
12/* Define to 1 if you have the `bind_textdomain_codeset' function. */
13#undef HAVE_BIND_TEXTDOMAIN_CODESET
14
15/* Define to 1 if you have the `dcgettext' function. */
16#undef HAVE_DCGETTEXT
17
18/* build with debtags support */
19#undef HAVE_DEBTAGS
20
21/* Define if the GNU gettext() function is already present or preinstalled. */
22#undef HAVE_GETTEXT
23
24/* Define to 1 if you have the `iconv' function. */
25#undef HAVE_ICONV
26
27/* Define to 1 if you have the <iconv.h> header file. */
28#undef HAVE_ICONV_H
29
30/* Define to 1 if you have the <inttypes.h> header file. */
31#undef HAVE_INTTYPES_H
32
33/* Define if your <locale.h> file defines LC_MESSAGES. */
34#undef HAVE_LC_MESSAGES
35
36/* Define to 1 if you have the <libintl.h> header file. */
37#undef HAVE_LIBINTL_H
38
39/* Define to 1 if you have the <locale.h> header file. */
40#undef HAVE_LOCALE_H
41
42/* Define to 1 if you have the <memory.h> header file. */
43#undef HAVE_MEMORY_H
44
45/* Define to 1 if you have the `regcomp' function. */
46#undef HAVE_REGCOMP
47
48/* wheter RPM is present */
49#undef HAVE_RPM
50
51/* Define to 1 if you have the <stdint.h> header file. */
52#undef HAVE_STDINT_H
53
54/* Define to 1 if you have the <stdlib.h> header file. */
55#undef HAVE_STDLIB_H
56
57/* Define to 1 if you have the `strcoll' function and it is properly defined.
58   */
59#undef HAVE_STRCOLL
60
61/* Define to 1 if you have the `strdup' function. */
62#undef HAVE_STRDUP
63
64/* Define to 1 if you have the <strings.h> header file. */
65#undef HAVE_STRINGS_H
66
67/* Define to 1 if you have the <string.h> header file. */
68#undef HAVE_STRING_H
69
70/* Define to 1 if you have the <sys/stat.h> header file. */
71#undef HAVE_SYS_STAT_H
72
73/* Define to 1 if you have the <sys/types.h> header file. */
74#undef HAVE_SYS_TYPES_H
75
76/* build with a terminal widget */
77#undef HAVE_TERMINAL
78
79/* Define to 1 if you have the <unistd.h> header file. */
80#undef HAVE_UNISTD_H
81
82/* build with VTE as output terminal */
83#undef HAVE_VTE
84
85/* Name of package */
86#undef PACKAGE
87
88/* Define to the address where bug reports for this package should be sent. */
89#undef PACKAGE_BUGREPORT
90
91/* Define to the full name of this package. */
92#undef PACKAGE_NAME
93
94/* Define to the full name and version of this package. */
95#undef PACKAGE_STRING
96
97/* Define to the one symbol short name of this package. */
98#undef PACKAGE_TARNAME
99
100/* Define to the version of this package. */
101#undef PACKAGE_VERSION
102
103/* Define to 1 if you have the ANSI C header files. */
104#undef STDC_HEADERS
105
106/* build with package pin feature */
107#undef SYNAPTIC_PKG_HOLD
108
109/* Version number of package */
110#undef VERSION
111
112/* build with apt auth support */
113#undef WITH_APT_AUTH
114
115/* build with dpkg progress bar */
116#undef WITH_DPKG_STATUSFD
117
118/* Define if you want to enable the extension system. */
119#undef WITH_LUA
120
121/* Define to empty if `const' does not conform to ANSI C. */
122#undef const
123
124/* Define to `__inline__' or `__inline' if that's what the C compiler
125   calls it, or to nothing if 'inline' is not supported under any name.  */
126#ifndef __cplusplus
127#undef inline
128#endif
Note: See TracBrowser for help on using the repository browser.