ftp.nice.ch/pub/next/tools/dock/LaunchPad.I.bs.tar.gz#/LaunchPad.I.bs/Source/timebomb.h

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

/*
 * Copyright 1991-1992 RightBrain Software.  All rights reserved.
 *
 * No part of this code may be reproduced in any form, compiled
 * or source code, nor used for any purpose without the express
 * written permission of RightBrain Software.
 * 
 * Entered into the public domain 12/15/93 by RightBrain Software.
 *
 */
#define TIME_BOMB_VERSION 1

#define SINGLE_USER 0

#define MINUTE	60
#define HOUR	MINUTE * 60
#define DAY	HOUR * 24
#define WEEK	DAY * 7
#define MONTH	DAY * 30
#define YEAR	DAY * 365
#define JAN_1_1992 694278680
#define JAN_1_1993 725961861
#define EXPIRE_TIME JAN_1_1993 + MONTH * 6

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