Definition

From NetHackWiki
Revision as of 07:24, 4 May 2013 by Bulwersator (talk | contribs) (-|A lot more could be said about these.)
Jump to navigation Jump to search

In the source code, a definition is a C preprocessor directive which tells the compiler whether or not to compile in a certain set of features.

In config.h, the following definitions are enabled by default, but are apparently considered optional: SINKS, WALLIFIED_MAZE, REINCARNATION, KOPS, SEDUCE, STEED, TOURIST, ELBERETH, REDO, and CLIPPING.

This page is a stub. Should you wish to do so, you can contribute by expanding this page.