~hamo/ubuntu/precise/grub2/grub2.hi_res

« back to all changes in this revision

Viewing changes to config-util.h.in

  • Committer: Package Import Robot
  • Author(s): Colin Watson, Adam Conrad, Colin Watson, Debconf translations
  • Date: 2012-03-05 16:58:01 UTC
  • mto: This revision was merged to the branch mainline in revision 135.
  • Revision ID: package-import@ubuntu.com-20120305165801-cufyqpv25s65lfgf
Tags: 1.99-15
[ Adam Conrad ]
* grub.cfg_400.patch: Redirect grep stdout to /dev/null since
  grub-mkconfig is "exec > grub.cfg.new", which causes grep's input
  and output to be the same FD (LP: #934269) (closes: #652972)
* efi_disk_cache.patch: Bump the disk cache on EFI systems to
  dramatically reduce load times for vmlinux/initrd (LP: #944347)

[ Colin Watson ]
* no_libzfs.patch: Use xasprintf rather than asprintf.
* Backport from upstream:
  - Rewrite XFS btree parsing; fixes invalid BMAP (closes: #657776).
  - Handle newer autotools, and add some missing quotes in the process.
    (Note that this moves grub-mkconfig_lib and update-grub_lib to
    /usr/share/grub; I added links in /usr/lib/grub for compatibility.)
  - Fix incorrect identifiers in bash-completion (closes: #661415).
  - Add support for GRUB_CMDLINE_GNUMACH (closes: #660493).
* Build with GCC 4.6 (closes: #654727).

[ Debconf translations ]
* Dutch (Jeroen Schot).  Closes: #651275
* Bulgarian (Damyan Ivanov).  Closes: #653356
* Icelandic (Sveinn í Felli). 
* Ukrainian (Yatsenko Alexandr).  Closes: #654294
* Italian (Luca Monducci).  Closes: #654304
* Thai (Theppitak Karoonboonyanan).  Closes: #656551
* Uyghur (Abduqadir Abliz)
* Indonesian (Mahyuddin Susanto).  Closes: #656705
* Hebrew (Omer Zak).  Closes: #656852
* Turkish (Atila KOÇ).  Closes: #656907
* Polish (Michał Kułach).  Closes: #657265
* Asturian (Mikel González).
* Dzongkha (Dawa Pemo)
* Tamil (Dr.T.Vasudevan). 
* Belarusian (Viktar Siarhiejczyk).  Closes: #662615

Show diffs side-by-side

added added

removed removed

Lines of Context:
301
301
/* Define to 1 if you have the `funlockfile' function. */
302
302
#undef HAVE_FUNLOCKFILE
303
303
 
304
 
/* Define to 1 if you have the <fuse/fuse.h> header file. */
305
 
#undef HAVE_FUSE_FUSE_H
306
 
 
307
304
/* Define to 1 if you have the `getdelim' function. */
308
305
#undef HAVE_GETDELIM
309
306
 
356
353
/* Define to 1 if you have the `devmapper' library (-ldevmapper). */
357
354
#undef HAVE_LIBDEVMAPPER
358
355
 
359
 
/* Define to 1 if you have the `fuse' library (-lfuse). */
360
 
#undef HAVE_LIBFUSE
361
 
 
362
356
/* Define to 1 if you have the `geom' library (-lgeom). */
363
357
#undef HAVE_LIBGEOM
364
358