1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
/* package name */
#undef PACKAGE
/* package version */
#undef VERSION
/* whether RPM is present */
#undef HAVE_RPM
/* */
#undef ENABLE_NLS
/* */
#undef HAVE_CATGETS
/* */
#undef HAVE_GETTEXT
/* */
#undef HAVE_LC_MESSAGES
/* */
#undef HAVE_STPCPY
/* */
#undef GETTEXT_PACKAGE
/* build with package "hold" feature */
#undef SYNAPTIC_PKG_HOLD
/* build with alternative description */
#undef SYNAPTIC_DEB_PARSER
/* build with ZVT as output terminal */
#undef HAVE_ZVT
|