ftp.nice.ch/pub/next/tools/workspace/Broadcast.1.0.s.tar.gz#/Broadcast/Headers/shared.h

This is shared.h in view mode; [Download] [Up]

/* 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

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.