summaryrefslogtreecommitdiffstats
path: root/rules/host-gperf.in
blob: 2e7b055cd9311abc8c44df7a7963503af6dffa53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=hosttools_noprompt

config HOST_GPERF
	tristate
	default y if ALLYES
	help
	  Perfect hash function generator

	  gperf is a program that generates perfect hash functions for
	  sets of key words.

	  A perfect hash function is simply: A hash function and a
	  data structure that allows recognition of a key word in a
	  set of words using exactly 1 probe into the data structure.