imapext-2007

diff src/osdep/os2/setproto.cmd @ 0:ada5e610ab86

imap-2007e
author yuuji@gentei.org
date Mon, 14 Sep 2009 15:17:45 +0900
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/osdep/os2/setproto.cmd	Mon Sep 14 15:17:45 2009 +0900
     1.3 @@ -0,0 +1,34 @@
     1.4 +/* rexx */
     1.5 +/* ========================================================================
     1.6 + * Copyright 1988-2006 University of Washington
     1.7 + *
     1.8 + * Licensed under the Apache License, Version 2.0 (the "License");
     1.9 + * you may not use this file except in compliance with the License.
    1.10 + * You may obtain a copy of the License at
    1.11 + *
    1.12 + *     http://www.apache.org/licenses/LICENSE-2.0
    1.13 + *
    1.14 + * 
    1.15 + * ========================================================================
    1.16 + */
    1.17 +/*
    1.18 + * Program:	Set default prototype for OS/2
    1.19 + *
    1.20 + * Author:	Mark Crispin
    1.21 + *		Networks and Distributed Computing
    1.22 + *		Computing & Communications
    1.23 + *		University of Washington
    1.24 + *		Administration Building, AG-44
    1.25 + *		Seattle, WA  98195
    1.26 + *		Internet: MRC@CAC.Washington.EDU
    1.27 + *
    1.28 + * Date:	10 June 1999
    1.29 + * Last Edited:	30 August 2006
    1.30 + */
    1.31 +'@echo off'
    1.32 +parse arg default args
    1.33 +h_file='linkage.h'
    1.34 +call stream h_file, 'C', 'open write'
    1.35 +call lineout h_file, '#define DEFAULTPROTO' default'proto'
    1.36 +call stream h_file, 'C', 'close'
    1.37 +exit 0

UW-IMAP'd extensions by yuuji