~ubuntu-core-dev/synaptic/ubuntu

« back to all changes in this revision

Viewing changes to acconfig.h

  • Committer: niemeyer
  • Date: 2003-02-02 17:10:39 UTC
  • Revision ID: gustavo@niemeyer.net-20030202171039-5fe39d63e4ac20f4
Importing current CVS code into trunk.

Show diffs side-by-side

added added

removed removed

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