~ubuntu-branches/debian/lenny/alpine/lenny

« back to all changes in this revision

Viewing changes to imap/src/osdep/nt/setproto.bat

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2007-02-17 13:17:42 UTC
  • Revision ID: james.westby@ubuntu.com-20070217131742-99x5c6cpg1pbkdhw
Tags: upstream-0.82+dfsg
ImportĀ upstreamĀ versionĀ 0.82+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@ECHO OFF
 
2
REM ========================================================================
 
3
REM Copyright 1988-2006 University of Washington
 
4
REM
 
5
REM Licensed under the Apache License, Version 2.0 (the "License");
 
6
REM you may not use this file except in compliance with the License.
 
7
REM You may obtain a copy of the License at
 
8
REM
 
9
REM     http://www.apache.org/licenses/LICENSE-2.0
 
10
REM
 
11
REM 
 
12
REM ========================================================================
 
13
 
 
14
REM Program:    Set default prototype for DOS/NT
 
15
REM
 
16
REM Author:     Mark Crispin
 
17
REM             Networks and Distributed Computing
 
18
REM             Computing & Communications
 
19
REM             University of Washington
 
20
REM             Administration Building, AG-44
 
21
REM             Seattle, WA  98195
 
22
REM             Internet: MRC@CAC.Washington.EDU
 
23
REM
 
24
REM Date:        9 October 1995
 
25
REM Last Edited: 30 August 2006
 
26
 
 
27
REM Set the default drivers
 
28
ECHO #define CREATEPROTO %1proto >> LINKAGE.H
 
29
ECHO #define APPENDPROTO %2proto >> LINKAGE.H