From abba45543c62027060159c1b044456d1d279e46e Mon Sep 17 00:00:00 2001 From: Unknown <> Date: Thu, 31 Aug 2006 00:42:29 +0000 Subject: [PATCH] add files for 2006-08-31T00:42:29Z --- src/osdep/dos/mkautaux.bat | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/osdep/dos/mkautaux.bat diff --git a/src/osdep/dos/mkautaux.bat b/src/osdep/dos/mkautaux.bat new file mode 100644 index 0000000..5d24d83 --- /dev/null +++ b/src/osdep/dos/mkautaux.bat @@ -0,0 +1,29 @@ +@ECHO OFF +REM ======================================================================== +REM Copyright 1988-2006 University of Washington +REM +REM Licensed under the Apache License, Version 2.0 (the "License"); +REM you may not use this file except in compliance with the License. +REM You may obtain a copy of the License at +REM +REM http://www.apache.org/licenses/LICENSE-2.0 +REM +REM +REM ======================================================================== + +REM Program: Authenticator Linkage Generator auxillary for DOS +REM +REM Author: Mark Crispin +REM Networks and Distributed Computing +REM Computing & Communications +REM University of Washington +REM Administration Building, AG-44 +REM Seattle, WA 98195 +REM Internet: MRC@CAC.Washington.EDU +REM +REM Date: 7 December 1995 +REM Last Edited:30 August 2006 + +ECHO extern AUTHENTICATOR auth_%1; >> LINKAGE.H +ECHO auth_link (&auth_%1); /* link in the %1 authenticator */ >> LINKAGE.C +ECHO #include "auth_%1.c" >> AUTHS.C -- 2.40.0