#ifdef public_domain_notice Copyright (c) 1996 David P. Murphy for Datametrics Systems Corporation --- please send all comments and bug reports to murphy@connor.datametrics.com Permission is granted to any individual or institution to use, copy, or redistribute this software so long as all of the original files are included, that it is not sold for profit, and that this copyright notice is retained. Use at your own risk. Neither Murphy nor Datametrics assumes responsibility. Do not taunt Happy Fun Ball. #endif #ifndef SHERLOCK_DEFINED #define SHERLOCK_DEFINED 1 #define SHERLOCK_M_FILES (1 << 0) #define SHERLOCK_M_IMAGES (1 << 1) #define SHERLOCK_M_LOCKS (1 << 2) #define SHERLOCK_M_TIMERS (1 << 3) #define SHERLOCK_M_ALL 0xFFFFFFFF #endif