/*
 * wordfiles.h - definitions about the dictionary files.
 *
 * David A. Curry
 * Purdue University
 * davy@ee.purdue.edu
 * April, 1986
 */
#ifndef DICTIONARY_DEBUG
#define NWORDFILES	220
#else
#define NWORDFILES	7
#endif

char *wordfiledir = "/mit/dictionary";
char *websterhelp = "/source/webster/dictionary/protocol";

char *wordfilehdr = "Index.hdr";
char *wordfileindex = "Index";

char *wordfiles[] = {
#ifndef DICTIONARY_DEBUG
	"a.d",
	"acclaim.d",
	"adduce.d",
	"afflict.d",
	"album.d",
	"alto.d",
	"anagram.d",
	"ant.d",
	"apothem.d",
	"arginine.d",
	"aspen.d",
	"attic.d",
	"awful.d",
	"b.d",
	"bank.d",
	"bathos.d",
	"belay.d",
	"bicolor.d",
	"bitumen.d",
	"blow.d",
	"boor.d",
	"brake.d",
	"broker.d",
	"bunny.d",
	"c.d",
	"cambial.d",
	"captive.d",
	"cast.d",
	"cemetery.d",
	"chaperon.d",
	"chili.d",
	"chukker.d",
	"claymore.d",
	"cob.d",
	"colonize.d",
	"company.d",
	"conduit.d",
	"conspire.d",
	"cookout.d",
	"cosmetic.d",
	"crack.d",
	"crone.d",
	"cumshaw.d",
	"cystic.d",
	"d.d",
	"debit.d",
	"degauss.d",
	"depend.d",
	"detour.d",
	"did.d",
	"dirt.d",
	"disperse.d",
	"do.d",
	"doublet.d",
	"drollery.d",
	"dyeweed.d",
	"e.d",
	"egotist.d",
	"embrace.d",
	"enfilade.d",
	"epigram.d",
	"espy.d",
	"exact.d",
	"expiate.d",
	"f.d",
	"farmer.d",
	"female.d",
	"filing.d",
	"flange.d",
	"fluid.d",
	"force.d",
	"fourth.d",
	"front.d",
#endif
	"g.d",
	"gasbag.d",
	"geometer.d",
	"glamour.d",
	"golden.d",
	"graphic.d",
	"grow.d",
#ifndef DICTIONARY_DEBUG
	"h.d",
	"handsel.d",
	"head.d",
	"hematoma.d",
	"hiemal.d",
	"holmium.d",
	"host.d",
	"hydro.d",
	"i.d",
	"imbecile.d",
	"improve.d",
	"indaba.d",
	"infect.d",
	"insect.d",
	"interior.d",
	"invoke.d",
	"item.d",
	"j.d",
	"jive.d",
	"k.d",
	"kiosk.d",
	"l.d",
	"lapse.d",
	"lean.d",
	"leveret.d",
	"limit.d",
	"living.d",
	"lose.d",
	"lyceum.d",
	"m.d",
	"making.d",
	"manyfold.d",
	"match.d",
	"megalith.d",
	"met.d",
	"milk.d",
	"mistily.d",
	"monocot.d",
	"motion.d",
	"mushroom.d",
	"n.d",
	"negus.d",
	"nimiety.d",
	"notarial.d",
	"o.d",
	"offend.d",
	"open.d",
	"orpine.d",
	"overbear.d",
	"p.d",
	"pant.d",
	"part.d",
	"pavid.d",
	"penny.d",
	"perorate.d",
	"phial.d",
	"pick.d",
	"piping.d",
	"platypus.d",
	"poetry.d",
	"ponder.d",
	"potent.d",
	"prefer.d",
	"pricket.d",
	"progeny.d",
	"protege.d",
	"puff.d",
	"putty.d",
	"q.d",
	"quit.d",
	"r.d",
	"rank.d",
	"rebus.d",
	"reenact.d",
	"reline.d",
	"repulse.d",
	"retrieve.d",
	"rickets.d",
	"rockweed.d",
	"roust.d",
	"ruthenic.d",
	"s.d",
	"samisen.d",
	"sawlog.d",
	"scincoid.d",
	"scutum.d",
	"sego.d",
	"semester.d",
	"sericin.d",
	"shall.d",
	"shirk.d",
	"side.d",
	"single.d",
	"sky.d",
	"slumber.d",
	"snowsuit.d",
	"somatic.d",
	"spahi.d",
	"spile.d",
	"spread.d",
	"stalk.d",
	"steep.d",
	"stockade.d",
	"strength.d",
	"stylus.d",
	"suction.d",
	"supernal.d",
	"swastika.d",
	"syncope.d",
	"t.d",
	"tangible.d",
	"tedder.d",
	"terminal.d",
	"theory.d",
	"thresher.d",
	"timid.d",
	"tongue.d",
	"townee.d",
	"transom.d",
	"triduum.d",
	"truck.d",
	"turn.d",
	"u.d",
	"underrun.d",
	"unquote.d",
	"urologic.d",
	"v.d",
	"vegetal.d",
	"vestment.d",
	"visible.d",
	"w.d",
	"wash.d",
	"wedge.d",
	"whiffler.d",
	"wildling.d",
	"wittily.d",
	"wreathe.d",
	"x.d",
	"y.d",
	"z.d",
#endif
	0
};
