~ubuntu-core-dev/synaptic/ubuntu

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Michael Terry
  • Date: 2011-09-26 16:30:35 UTC
  • Revision ID: michael.terry@canonical.com-20110926163035-bck8ol261ksu1gmi
move to lp:ubuntu/synaptic

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
/* Define if the GNU gettext() function is already present or preinstalled. */
19
 
#undef HAVE_GETTEXT
20
 
 
21
 
/* Define to 1 if you have the `iconv' function. */
22
 
#undef HAVE_ICONV
23
 
 
24
 
/* Define to 1 if you have the <iconv.h> header file. */
25
 
#undef HAVE_ICONV_H
26
 
 
27
 
/* Define to 1 if you have the <inttypes.h> header file. */
28
 
#undef HAVE_INTTYPES_H
29
 
 
30
 
/* Define if your <locale.h> file defines LC_MESSAGES. */
31
 
#undef HAVE_LC_MESSAGES
32
 
 
33
 
/* Define to 1 if you have the <libintl.h> header file. */
34
 
#undef HAVE_LIBINTL_H
35
 
 
36
 
/* Define to 1 if you have the <locale.h> header file. */
37
 
#undef HAVE_LOCALE_H
38
 
 
39
 
/* Define to 1 if you have the <memory.h> header file. */
40
 
#undef HAVE_MEMORY_H
41
 
 
42
 
/* Define to 1 if you have the `regcomp' function. */
43
 
#undef HAVE_REGCOMP
44
 
 
45
 
/* wheter RPM is present */
46
 
#undef HAVE_RPM
47
 
 
48
 
/* Define to 1 if you have the <stdint.h> header file. */
49
 
#undef HAVE_STDINT_H
50
 
 
51
 
/* Define to 1 if you have the <stdlib.h> header file. */
52
 
#undef HAVE_STDLIB_H
53
 
 
54
 
/* Define to 1 if you have the `strcoll' function and it is properly defined.
55
 
   */
56
 
#undef HAVE_STRCOLL
57
 
 
58
 
/* Define to 1 if you have the `strdup' function. */
59
 
#undef HAVE_STRDUP
60
 
 
61
 
/* Define to 1 if you have the <strings.h> header file. */
62
 
#undef HAVE_STRINGS_H
63
 
 
64
 
/* Define to 1 if you have the <string.h> header file. */
65
 
#undef HAVE_STRING_H
66
 
 
67
 
/* Define to 1 if you have the <sys/stat.h> header file. */
68
 
#undef HAVE_SYS_STAT_H
69
 
 
70
 
/* Define to 1 if you have the <sys/types.h> header file. */
71
 
#undef HAVE_SYS_TYPES_H
72
 
 
73
 
/* build with a terminal widget */
74
 
#undef HAVE_TERMINAL
75
 
 
76
 
/* Define to 1 if you have the <unistd.h> header file. */
77
 
#undef HAVE_UNISTD_H
78
 
 
79
 
/* build with VTE as output terminal */
80
 
#undef HAVE_VTE
81
 
 
82
 
/* Name of package */
83
 
#undef PACKAGE
84
 
 
85
 
/* Define to the address where bug reports for this package should be sent. */
86
 
#undef PACKAGE_BUGREPORT
87
 
 
88
 
/* Define to the full name of this package. */
89
 
#undef PACKAGE_NAME
90
 
 
91
 
/* Define to the full name and version of this package. */
92
 
#undef PACKAGE_STRING
93
 
 
94
 
/* Define to the one symbol short name of this package. */
95
 
#undef PACKAGE_TARNAME
96
 
 
97
 
/* Define to the home page for this package. */
98
 
#undef PACKAGE_URL
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 multiarch */
116
 
#undef WITH_APT_MULTIARCH_SUPPORT
117
 
 
118
 
/* build with dpkg progress bar */
119
 
#undef WITH_DPKG_STATUSFD
120
 
 
121
 
/* Define if libept is found. */
122
 
#undef WITH_EPT
123
 
 
124
 
/* build with launchpad-integration */
125
 
#undef WITH_LAUNCHPAD_INTEGRATION
126
 
 
127
 
/* Define if you want to enable the extension system. */
128
 
#undef WITH_LUA
129
 
 
130
 
/* Define to empty if `const' does not conform to ANSI C. */
131
 
#undef const
132
 
 
133
 
/* Define to `__inline__' or `__inline' if that's what the C compiler
134
 
   calls it, or to nothing if 'inline' is not supported under any name.  */
135
 
#ifndef __cplusplus
136
 
#undef inline
137
 
#endif