Difference between revisions of "Definition"

From NetHackWiki
Jump to navigation Jump to search
(initial version)
 
Line 5: Line 5:
 
{{stub|A lot more could be said about these.}}
 
{{stub|A lot more could be said about these.}}
  
[[Category:Source code]]
+
[[Category:Development]]

Revision as of 10:27, 5 August 2006

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.

A user has suggested improving this page or section as follows:

"A lot more could be said about these."