This is patchlev.h in view mode; [Download] [Up]
/* * Project : tin - a Usenet reader * Module : patchlev.h * Author : I.Lea * Created : 01-04-91 * Updated : 27-09-93 * Notes : * Copyright : (c) Copyright 1991-94 by Iain Lea * You may freely copy or redistribute this software, * so long as there is no profit made from its use, sale * trade or reproduction. You may not change this copy- * right notice, and it must be included in any copy made */ #define VERSION "1.3 950520BETA" /* Beta versions are "1.n Beta" */ #define PATCHLEVEL "0" #ifdef M_AMIGA # define OS "AMIGA" # define AMIVER "1.3B" #endif #ifdef M_OS2 # define OS "OS/2" #endif #ifdef M_UNIX # define OS "UNIX" #endif #ifdef WIN32 # define OS "Windows/NT" #endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.