home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / UNIX / SCSI_CD / myflags.h < prev    next >
Text File  |  1992-07-24  |  287b  |  12 lines

  1. /*
  2.  * flags for CDTest
  3.  * James C. Lee, Tue Oct 15 13:42:39 PDT 1991
  4.  */
  5.  
  6. /* define CD_DEBUG if want debug messages */
  7. /*#define CD_DEBUG*/
  8.  
  9. /* define PRODUCTION_VERSION if this is to be run on production line;
  10.    this flag makes the program brain-dead */
  11. /*#define PRODUCTION_VERSION*/
  12.