This is debug.h in view mode; [Download] [Up]
/* * (c) Copyright 1990, Kim Fabricius Storm. All rights reserved. * * Debug flags and defines * * Notice: no modules are conditioned by this file in the * makefile. touch the source file to have a change * in debugging setup to reflect the program behaviour */ /* debugging */ #define RC_TEST 1 /* rc file updates */ #define DG_TEST 2 /* digest decoding */ #define SEQ_TEST 4 /* sequence file decoding */ #define SEQ_DUMP 8 /* dump sequence after read */ extern int Debug;
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.