This is Macros.h in view mode; [Download] [Up]
/* ************************************************************************ */
/* General purpose macros are defined in this file. Any particular constant */
/* to be used in any of the routines can be defined in this file. Include */
/* the file wherever needed. */
/* Created by : Giri Rangan */
/* Created on : Oct 29, 92 */
/* ************************************************************************ */
#ifndef MACROS
#define MACROS
#ifdef SUN
LIBDIR = "/usr/local/lib/g++-include"
#endif
#define HELP_CMD "/bin/cat"
#define HELP_PATH "../../help/"
#endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.