~mildred/+junk/jam-shell

« back to all changes in this revision

Viewing changes to jam.h

  • Committer: Mildred
  • Date: 2007-11-07 21:52:39 UTC
  • Revision ID: mildred593@online.fr-20071107215239-qrfzkl2ze2b3kxai
updated from ft-jam 2.5.2 to 2.5.3rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 * 11/05/02 (seiwald) - OSPLAT now set to sparc on solaris.
39
39
 */
40
40
 
 
41
 
41
42
/*
42
43
 * VMS, OPENVMS
43
44
 */
66
67
# define EXITBAD 0
67
68
# define DOWNSHIFT_PATHS
68
69
 
 
70
# define HAVE_POPEN
 
71
 
69
72
/* Do any of these work? */
70
73
# if defined( VAX ) || defined( __VAX ) || defined( vax )
71
74
# define OSPLAT "OSPLAT=VAX"
96
99
# define MAXLINE 2046   /* longest 'together' actions */
97
100
# define USE_EXECUNIX
98
101
# define USE_PATHUNIX
 
102
# define USE_SPAWNNT
99
103
# define PATH_DELIM '\\'
100
104
# define DOWNSHIFT_PATHS
101
105
 
134
138
# define MAXLINE 996    /* longest 'together' actions */
135
139
# define USE_EXECUNIX
136
140
# define USE_PATHUNIX
 
141
# define USE_SPAWNNT
137
142
# define PATH_DELIM '\\'
138
143
# define DOWNSHIFT_PATHS
139
144
 
161
166
# define MAXLINE 996    /* longest 'together' actions */
162
167
# define USE_EXECUNIX
163
168
# define USE_PATHUNIX
 
169
# define HAVE_POPEN   /* XXX: switch to USE_SPAWNOS2 once we debug the code */
164
170
# define PATH_DELIM '\\'
165
171
# define DOWNSHIFT_PATHS
166
172
 
183
189
# define OS_MAC
184
190
# define SPLITPATH ','
185
191
# define DOWNSHIFT_PATHS
186
 
 
 
192
# define USE_SPAWNMAC
187
193
# endif
188
194
 
189
195
/*
196
202
# define USE_EXECUNIX
197
203
# define USE_FILEUNIX
198
204
# define USE_PATHUNIX
 
205
# define USE_SPAWNUNIX
199
206
# define PATH_DELIM '/'
200
207
 
201
208
# ifdef _AIX