home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) 1992 by NightShade Software.
- * You may modify and (hopefully) improve this code if you keep the
- * original copyright messages, don't sell it, and share your improvements
- * with with the World.
- *
- * NAME
- * shared.h
- *
- * DESCRIPTION
- * Common definitions used throughout the various Broadcast modules.
- *
- * COMMENTS/PROBLEMS
- * ----
- *
- * AUTHOR/DATE CREATED
- * Gary Ritchie/December 22, 1992
- *
- * REVISIONS
- *
- */
-
- /**********************************************************************
- * Before compiling, uncomment the following line (ie. remove the two
- * slashes), and replace the stuff between the quotes with a different
- * string. Don't put spaces in the string. See the README file for more
- * information.
- **********************************************************************/
-
- //#define BROADCASTPORT "PutYourOwnStringHere"
-
- #ifndef BROADCASTPORT
- #error "You must define a BROADCASTPORT in Headers/shared.h"
- #endif
-
- #define DISPLAY_SUCCEEDED 0
- #define DISPLAY_FAILED 1
-
-