DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T m

⟦5b58f9c70⟧ TextFile

    Length: 641 (0x281)
    Types: TextFile
    Names: »mfndpos.h«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Nethack/mfndpos.h« 

TextFile

/*	SCCS Id: @(#)mfndpos.h	1.4	87/08/08
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* mfndpos.h - version 1.0.2 */
 
/* changed by GAN 02/06/87 to add nine extra bits for traps -
 * this because new traps make nine for traps insufficient
 */
 
#define ALLOW_TRAPS     0777777
#define ALLOW_U         01000000
#define ALLOW_M         02000000
#define ALLOW_TM        04000000
#define ALLOW_ALL       (ALLOW_U | ALLOW_M | ALLOW_TM | ALLOW_TRAPS)
#define ALLOW_SSM       010000000
#define ALLOW_ROCK      020000000
#define NOTONL          040000000
#define NOGARLIC        0100000000
#define ALLOW_WALL      0200000000