~ubuntu-branches/ubuntu/lucid/unzip/lucid-updates

« back to all changes in this revision

Viewing changes to unzpriv.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2005-12-28 11:02:39 UTC
  • Revision ID: james.westby@ubuntu.com-20051228110239-vwfl2e16a5v3sa7o
Tags: 5.52-6ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1084
1084
#  define FOPR  "r","ctx=stm"
1085
1085
#  define FOPM  "r+","ctx=stm","rfm=fix","mrs=512"
1086
1086
#  define FOPW  "w","ctx=stm","rfm=fix","mrs=512"
 
1087
#  define FOPWR "w+","ctx=stm","rfm=fix","mrs=512"
1087
1088
#endif /* VMS */
1088
1089
 
1089
1090
#ifdef CMS_MVS
1120
1121
#  ifndef FOPWT
1121
1122
#    define FOPWT "wt"
1122
1123
#  endif
 
1124
#  ifndef FOPWR
 
1125
#    define FOPWR "w+b"
 
1126
#  endif
1123
1127
#else /* !MODERN */
1124
1128
#  ifndef FOPR
1125
1129
#    define FOPR "r"
1133
1137
#  ifndef FOPWT
1134
1138
#    define FOPWT "w"
1135
1139
#  endif
 
1140
#  ifndef FOPWR
 
1141
#    define FOPWR "w+b"
 
1142
#  endif
1136
1143
#endif /* ?MODERN */
1137
1144
 
1138
1145
/*