~ubuntu-branches/ubuntu/oneiric/rng-tools/oneiric

« back to all changes in this revision

Viewing changes to rng-tools-config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Henrique de Moraes Holschuh
  • Date: 2005-05-11 06:43:37 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050511064337-8o7u51mlv39fb7gv
Tags: 2-unofficial-mt.10-1
* "Last changes for Sarge (I hope)"
* The following changes warrant an upstream version bump:
+ Backport selected changes from rng-tools--hmh-devo--3.0--patch-80:
  + Upgrade udev and makedev versioned depends to require
    hwrng naming of the hardware random device
  + Attempt to makedev only "hwrng", deprecate all other device
    naming for hw_random and friends (closes: #308248)
+ Backport configure.ac tweaks, and call ./configure correctly
+ Backport s/TRNG/HRNG/ in all docs
+ Backport intel->intelfwh name change for Intel FWH profile

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* rng-tools-config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
 
/* Name of the source TRNG device */
 
3
/* Name of the source HRNG device */
4
4
#undef DEVHWRANDOM
5
5
 
6
6
/* Name of the kernel RNG device */
7
7
#undef DEVRANDOM
8
8
 
9
 
/* Define to 1 if you have the `flock' function. */
10
 
#undef HAVE_FLOCK
11
 
 
12
9
/* Name of package */
13
10
#undef PACKAGE
14
11