~ubuntu-branches/ubuntu/vivid/dpkg/vivid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2014-04-21 18:14:10 UTC
  • mfrom: (1.6.8 sid)
  • Revision ID: package-import@ubuntu.com-20140421181410-94kvb2zodjd2og32
Tags: 1.17.7ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Allow -fstack-protector on arm64 now that GCC and glibc support it.
  - Change native source version/format mismatch errors into warnings
    until the dust settles on Debian bug 737634 about override options.
  - Add DPKG_UNTRANSLATED_MESSAGES environment check so that higher-level
    tools can get untranslated dpkg terminal log messages while at the
    same time having translated debconf prompts.
  - Special-case arm{el,hf} ELF objects in Shlibs/Objdump.pm for multilib.
  - Map unqualified package names of multiarch-same packages to the native
    arch instead of throwing an error, so that we don't break on upgrade
    when there are unqualified names stored in the dpkg trigger database.
  - Add logic to the postinst to `dpkg --add-architecture i386' on new
    installs on amd64, mimicking our previous behaviour with the conffile.
  - Apply a workaround from mvo to consider RC packages as multiarch,
    during the dpkg consistency checks. (see LP: 1015567 and 1057367).
* Drop obsolete migration code and guards from pre-trusty dpkg versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
/* Define to 1 if you have the <error.h> header file. */
70
70
#undef HAVE_ERROR_H
71
71
 
 
72
/* Define to 1 if you have the <err.h> header file. */
 
73
#undef HAVE_ERR_H
 
74
 
72
75
/* Define to 1 if you have the `getdtablesize' function. */
73
76
#undef HAVE_GETDTABLESIZE
74
77
 
114
117
/* Define to 1 if you have the `lutimes' function. */
115
118
#undef HAVE_LUTIMES
116
119
 
 
120
/* Define to 1 if 'makedev' is declared in <sys/types.h> */
 
121
#undef HAVE_MAKEDEV
 
122
 
117
123
/* Define to 1 if you have the `memcpy' function. */
118
124
#undef HAVE_MEMCPY
119
125
 
189
195
/* Define to 1 if you have the `strtoimax' function. */
190
196
#undef HAVE_STRTOIMAX
191
197
 
 
198
/* Define to 1 if you have the <sys/param.h> header file. */
 
199
#undef HAVE_SYS_PARAM_H
 
200
 
 
201
/* Define to 1 if you have the <sys/proc.h> header file. */
 
202
#undef HAVE_SYS_PROC_H
 
203
 
 
204
/* Define to 1 if you have the <sys/pstat.h> header file. */
 
205
#undef HAVE_SYS_PSTAT_H
 
206
 
192
207
/* Define to 1 if you have the <sys/stat.h> header file. */
193
208
#undef HAVE_SYS_STAT_H
194
209
 
195
210
/* Define to 1 if you have the <sys/syscall.h> header file. */
196
211
#undef HAVE_SYS_SYSCALL_H
197
212
 
 
213
/* Define to 1 if you have the <sys/sysctl.h> header file. */
 
214
#undef HAVE_SYS_SYSCTL_H
 
215
 
198
216
/* Define to 1 if you have the <sys/types.h> header file. */
199
217
#undef HAVE_SYS_TYPES_H
200
218
 
 
219
/* Define to 1 if you have the <sys/user.h> header file. */
 
220
#undef HAVE_SYS_USER_H
 
221
 
201
222
/* Define to 1 if you have the <term.h> header file. */
202
223
#undef HAVE_TERM_H
203
224
 
252
273
/* Define to 1 if you have the ANSI C header files. */
253
274
#undef STDC_HEADERS
254
275
 
 
276
/* GNU tar program */
 
277
#undef TAR
 
278
 
255
279
/* Use unreliable mmap support */
256
280
#undef USE_MMAP
257
281