From bd877ec89f1ab44abba6788e7de23e7f1a61bb8e Mon Sep 17 00:00:00 2001 From: Unknown <> Date: Thu, 31 Aug 2006 01:11:36 +0000 Subject: [PATCH] add files for 2006-08-31T01:11:36Z --- src/osdep/nt/setproto.bat | 29 +++++++++++++++++++++++++++++ src/osdep/wce/setproto.bat | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100755 src/osdep/nt/setproto.bat create mode 100755 src/osdep/wce/setproto.bat diff --git a/src/osdep/nt/setproto.bat b/src/osdep/nt/setproto.bat new file mode 100755 index 0000000..ce7cb1e --- /dev/null +++ b/src/osdep/nt/setproto.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: Set default prototype for DOS/NT +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: 9 October 1995 +REM Last Edited: 30 August 2006 + +REM Set the default drivers +ECHO #define CREATEPROTO %1proto >> LINKAGE.H +ECHO #define APPENDPROTO %2proto >> LINKAGE.H diff --git a/src/osdep/wce/setproto.bat b/src/osdep/wce/setproto.bat new file mode 100755 index 0000000..ce7cb1e --- /dev/null +++ b/src/osdep/wce/setproto.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: Set default prototype for DOS/NT +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: 9 October 1995 +REM Last Edited: 30 August 2006 + +REM Set the default drivers +ECHO #define CREATEPROTO %1proto >> LINKAGE.H +ECHO #define APPENDPROTO %2proto >> LINKAGE.H -- 2.40.0