Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!lll-tis!ohlone!lll-winken!csustan!csun!acphssrw From: acphssrw@csun.UUCP Newsgroups: comp.sys.amiga Subject: Re: Whatever happened to ACTION_SET_DATE and where would it be documented? Message-ID: <732@csun.UUCP> Date: Wed, 2-Sep-87 12:11:40 EDT Article-I.D.: csun.732 Posted: Wed Sep 2 12:11:40 1987 Date-Received: Sat, 5-Sep-87 10:43:41 EDT References: <7169@g.ms.uky.edu> <5202@jhunix.UUCP> Reply-To: acphssrw@csun.UUCP (Stephen Walton) Organization: California State University, Northridge Lines: 12 Keywords: make Summary: #define ACTION_SET_DATE 1006L As the porter (NOT the author) of the PD Make in the comp.sources.amiga archives, I thought I'd answer the queries. ACTION_SET_DATE was left out of the Manx 3.40a include files by mistake. Simply add the lines: #ifdef AMIGA #ifndef ACTION_SET_DATE #define ACTION_SET_DATE 1006L #endif #endif to the include file and you're on your way. Steve Walton, acphssrw@csun.UUCP ...!psivax!csun!acphssrw