Say that recent CygWin perl versions work as well.
[oweals/openssl.git] / TABLE
1
2 *** BC-16
3 $cc           = bcc
4 $cflags       = 
5 $unistd       = 
6 $thread_cflag = (unknown)
7 $lflags       = 
8 $bn_ops       = BN_LLONG DES_PTR RC4_INDEX SIXTEEN_BIT
9 $bn_obj       = 
10 $des_obj      = 
11 $bf_obj       = 
12 $md5_obj      = 
13 $sha1_obj     = 
14 $cast_obj     = 
15 $rc4_obj      = 
16 $rmd160_obj   = 
17 $rc5_obj      = 
18 $dso_scheme   = 
19 $shared_target= 
20 $shared_cflag = 
21 $shared_extension = 
22 $ranlib       = 
23
24 *** BC-32
25 $cc           = bcc32
26 $cflags       = 
27 $unistd       = 
28 $thread_cflag = 
29 $lflags       = 
30 $bn_ops       = BN_LLONG DES_PTR RC4_INDEX
31 $bn_obj       = 
32 $des_obj      = 
33 $bf_obj       = 
34 $md5_obj      = 
35 $sha1_obj     = 
36 $cast_obj     = 
37 $rc4_obj      = 
38 $rmd160_obj   = 
39 $rc5_obj      = 
40 $dso_scheme   = win32
41 $shared_target= 
42 $shared_cflag = 
43 $shared_extension = 
44 $ranlib       = 
45
46 *** BS2000-OSD
47 $cc           = c89
48 $cflags       = -O -XLLML -XLLMK -XL -DB_ENDIAN -DTERMIOS -DCHARSET_EBCDIC
49 $unistd       = 
50 $thread_cflag = (unknown)
51 $lflags       = -lsocket -lnsl
52 $bn_ops       = THIRTY_TWO_BIT DES_PTR DES_UNROLL MD2_CHAR RC4_INDEX RC4_CHAR BF_PTR
53 $bn_obj       = 
54 $des_obj      = 
55 $bf_obj       = 
56 $md5_obj      = 
57 $sha1_obj     = 
58 $cast_obj     = 
59 $rc4_obj      = 
60 $rmd160_obj   = 
61 $rc5_obj      = 
62 $dso_scheme   = 
63 $shared_target= 
64 $shared_cflag = 
65 $shared_extension = 
66 $ranlib       = 
67
68 *** CygWin32
69 $cc           = gcc
70 $cflags       = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
71 $unistd       = 
72 $thread_cflag = 
73 $lflags       = 
74 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
75 $bn_obj       = 
76 $des_obj      = 
77 $bf_obj       = 
78 $md5_obj      = 
79 $sha1_obj     = 
80 $cast_obj     = 
81 $rc4_obj      = 
82 $rmd160_obj   = 
83 $rc5_obj      = 
84 $dso_scheme   = win32
85 $shared_target= 
86 $shared_cflag = 
87 $shared_extension = 
88 $ranlib       = 
89
90 *** FreeBSD
91 $cc           = gcc
92 $cflags       = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
93 $unistd       = 
94 $thread_cflag = (unknown)
95 $lflags       = 
96 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
97 $bn_obj       = asm/bn86-out.o asm/co86-out.o
98 $des_obj      = asm/dx86-out.o asm/yx86-out.o
99 $bf_obj       = asm/bx86-out.o
100 $md5_obj      = asm/mx86-out.o
101 $sha1_obj     = asm/sx86-out.o
102 $cast_obj     = asm/cx86-out.o
103 $rc4_obj      = asm/rx86-out.o
104 $rmd160_obj   = asm/rm86-out.o
105 $rc5_obj      = asm/r586-out.o
106 $dso_scheme   = 
107 $shared_target= 
108 $shared_cflag = 
109 $shared_extension = 
110 $ranlib       = 
111
112 *** FreeBSD-alpha
113 $cc           = gcc
114 $cflags       = -DTERMIOS -O -fomit-frame-pointer
115 $unistd       = 
116 $thread_cflag = (unknown)
117 $lflags       = 
118 $bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC2
119 $bn_obj       = 
120 $des_obj      = 
121 $bf_obj       = 
122 $md5_obj      = 
123 $sha1_obj     = 
124 $cast_obj     = 
125 $rc4_obj      = 
126 $rmd160_obj   = 
127 $rc5_obj      = 
128 $dso_scheme   = dlfcn
129 $shared_target= bsd-gcc-shared
130 $shared_cflag = -fPIC
131 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
132 $ranlib       = 
133
134 *** FreeBSD-elf
135 $cc           = gcc
136 $cflags       = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
137 $unistd       = 
138 $thread_cflag = -pthread -D_REENTRANT -D_THREAD_SAFE -D_THREADSAFE
139 $lflags       = 
140 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
141 $bn_obj       = asm/bn86-elf.o asm/co86-elf.o
142 $des_obj      = asm/dx86-elf.o asm/yx86-elf.o
143 $bf_obj       = asm/bx86-elf.o
144 $md5_obj      = asm/mx86-elf.o
145 $sha1_obj     = asm/sx86-elf.o
146 $cast_obj     = asm/cx86-elf.o
147 $rc4_obj      = asm/rx86-elf.o
148 $rmd160_obj   = asm/rm86-elf.o
149 $rc5_obj      = asm/r586-elf.o
150 $dso_scheme   = dlfcn
151 $shared_target= bsd-gcc-shared
152 $shared_cflag = -fPIC
153 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
154 $ranlib       = 
155
156 *** MPE/iX-gcc
157 $cc           = gcc
158 $cflags       = -D_ENDIAN -DBN_DIV2W -O3 -DMPE -D_POSIX_SOURCE -D_SOCKET_SOURCE -I/SYSLOG/PUB
159 $unistd       = 
160 $thread_cflag = (unknown)
161 $lflags       = -L/SYSLOG/PUB -lsyslog -lsocket -lcurses
162 $bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
163 $bn_obj       = 
164 $des_obj      = 
165 $bf_obj       = 
166 $md5_obj      = 
167 $sha1_obj     = 
168 $cast_obj     = 
169 $rc4_obj      = 
170 $rmd160_obj   = 
171 $rc5_obj      = 
172 $dso_scheme   = 
173 $shared_target= 
174 $shared_cflag = 
175 $shared_extension = 
176 $ranlib       = 
177
178 *** Mingw32
179 $cc           = gcc
180 $cflags       = -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
181 $unistd       = 
182 $thread_cflag = 
183 $lflags       = 
184 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
185 $bn_obj       = 
186 $des_obj      = 
187 $bf_obj       = 
188 $md5_obj      = 
189 $sha1_obj     = 
190 $cast_obj     = 
191 $rc4_obj      = 
192 $rmd160_obj   = 
193 $rc5_obj      = 
194 $dso_scheme   = win32
195 $shared_target= 
196 $shared_cflag = 
197 $shared_extension = 
198 $ranlib       = 
199
200 *** NetBSD-m68
201 $cc           = gcc
202 $cflags       = -DTERMIOS -O3 -fomit-frame-pointer -Wall -DB_ENDIAN
203 $unistd       = 
204 $thread_cflag = (unknown)
205 $lflags       = 
206 $bn_ops       = BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL
207 $bn_obj       = 
208 $des_obj      = 
209 $bf_obj       = 
210 $md5_obj      = 
211 $sha1_obj     = 
212 $cast_obj     = 
213 $rc4_obj      = 
214 $rmd160_obj   = 
215 $rc5_obj      = 
216 $dso_scheme   = dlfcn
217 $shared_target= bsd-gcc-shared
218 $shared_cflag = -fPIC
219 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
220 $ranlib       = 
221
222 *** NetBSD-sparc
223 $cc           = gcc
224 $cflags       = -DTERMIOS -O3 -fomit-frame-pointer -mv8 -Wall -DB_ENDIAN
225 $unistd       = 
226 $thread_cflag = (unknown)
227 $lflags       = 
228 $bn_ops       = BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL
229 $bn_obj       = 
230 $des_obj      = 
231 $bf_obj       = 
232 $md5_obj      = 
233 $sha1_obj     = 
234 $cast_obj     = 
235 $rc4_obj      = 
236 $rmd160_obj   = 
237 $rc5_obj      = 
238 $dso_scheme   = dlfcn
239 $shared_target= bsd-gcc-shared
240 $shared_cflag = -fPIC
241 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
242 $ranlib       = 
243
244 *** NetBSD-x86
245 $cc           = gcc
246 $cflags       = -DTERMIOS -O3 -fomit-frame-pointer -m486 -Wall
247 $unistd       = 
248 $thread_cflag = (unknown)
249 $lflags       = 
250 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
251 $bn_obj       = 
252 $des_obj      = 
253 $bf_obj       = 
254 $md5_obj      = 
255 $sha1_obj     = 
256 $cast_obj     = 
257 $rc4_obj      = 
258 $rmd160_obj   = 
259 $rc5_obj      = 
260 $dso_scheme   = dlfcn
261 $shared_target= bsd-gcc-shared
262 $shared_cflag = -fPIC
263 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
264 $ranlib       = 
265
266 *** OS390-Unix
267 $cc           = c89.sh
268 $cflags       = -O -DB_ENDIAN -DCHARSET_EBCDIC -DNO_SYS_PARAM_H  -D_ALL_SOURCE
269 $unistd       = 
270 $thread_cflag = (unknown)
271 $lflags       = 
272 $bn_ops       = THIRTY_TWO_BIT DES_PTR DES_UNROLL MD2_CHAR RC4_INDEX RC4_CHAR BF_PTR
273 $bn_obj       = 
274 $des_obj      = 
275 $bf_obj       = 
276 $md5_obj      = 
277 $sha1_obj     = 
278 $cast_obj     = 
279 $rc4_obj      = 
280 $rmd160_obj   = 
281 $rc5_obj      = 
282 $dso_scheme   = 
283 $shared_target= 
284 $shared_cflag = 
285 $shared_extension = 
286 $ranlib       = 
287
288 *** OpenBSD
289 $cc           = gcc
290 $cflags       = -DTERMIOS -O3 -fomit-frame-pointer
291 $unistd       = 
292 $thread_cflag = (unknown)
293 $lflags       = 
294 $bn_ops       = BN_LLONG RC2_CHAR RC4_INDEX DES_UNROLL
295 $bn_obj       = 
296 $des_obj      = 
297 $bf_obj       = 
298 $md5_obj      = 
299 $sha1_obj     = 
300 $cast_obj     = 
301 $rc4_obj      = 
302 $rmd160_obj   = 
303 $rc5_obj      = 
304 $dso_scheme   = dlfcn
305 $shared_target= bsd-gcc-shared
306 $shared_cflag = -fPIC
307 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
308 $ranlib       = 
309
310 *** OpenBSD-alpha
311 $cc           = gcc
312 $cflags       = -DTERMIOS -O3 -fomit-frame-pointer
313 $unistd       = 
314 $thread_cflag = (unknown)
315 $lflags       = 
316 $bn_ops       = SIXTY_FOUR_BIT_LONG DES_INT DES_PTR DES_RISC2
317 $bn_obj       = 
318 $des_obj      = 
319 $bf_obj       = 
320 $md5_obj      = 
321 $sha1_obj     = 
322 $cast_obj     = 
323 $rc4_obj      = 
324 $rmd160_obj   = 
325 $rc5_obj      = 
326 $dso_scheme   = dlfcn
327 $shared_target= bsd-gcc-shared
328 $shared_cflag = -fPIC
329 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
330 $ranlib       = 
331
332 *** OpenBSD-mips
333 $cc           = gcc
334 $cflags       = -O2 -DL_ENDIAN
335 $unistd       = 
336 $thread_cflag = (unknown)
337 $lflags       = BN_LLONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC2 DES_PTR BF_PTR
338 $bn_ops       = 
339 $bn_obj       = 
340 $des_obj      = 
341 $bf_obj       = 
342 $md5_obj      = 
343 $sha1_obj     = 
344 $cast_obj     = 
345 $rc4_obj      = 
346 $rmd160_obj   = 
347 $rc5_obj      = 
348 $dso_scheme   = dlfcn
349 $shared_target= bsd-gcc-shared
350 $shared_cflag = -fPIC
351 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
352 $ranlib       = 
353
354 *** OpenBSD-x86
355 $cc           = gcc
356 $cflags       = -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -m486
357 $unistd       = 
358 $thread_cflag = (unknown)
359 $lflags       = 
360 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
361 $bn_obj       = asm/bn86-out.o asm/co86-out.o
362 $des_obj      = asm/dx86-out.o asm/yx86-out.o
363 $bf_obj       = asm/bx86-out.o
364 $md5_obj      = asm/mx86-out.o
365 $sha1_obj     = asm/sx86-out.o
366 $cast_obj     = asm/cx86-out.o
367 $rc4_obj      = asm/rx86-out.o
368 $rmd160_obj   = asm/rm86-out.o
369 $rc5_obj      = asm/r586-out.o
370 $dso_scheme   = dlfcn
371 $shared_target= bsd-gcc-shared
372 $shared_cflag = -fPIC
373 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
374 $ranlib       = 
375
376 *** OpenUNIX-8
377 $cc           = cc
378 $cflags       = -O -DFILIO_H -Kalloca
379 $unistd       = 
380 $thread_cflag = -Kthread
381 $lflags       = -lsocket -lnsl
382 $bn_ops       = BN_LLONG MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL
383 $bn_obj       = 
384 $des_obj      = 
385 $bf_obj       = 
386 $md5_obj      = 
387 $sha1_obj     = 
388 $cast_obj     = 
389 $rc4_obj      = 
390 $rmd160_obj   = 
391 $rc5_obj      = 
392 $dso_scheme   = 
393 $shared_target= 
394 $shared_cflag = 
395 $shared_extension = 
396 $ranlib       = 
397
398 *** OpenUNIX-8-gcc
399 $cc           = gcc
400 $cflags       = -O -DFILIO_H -fomit-frame-pointer
401 $unistd       = 
402 $thread_cflag = -pthread
403 $lflags       = -lsocket -lnsl
404 $bn_ops       = BN_LLONG MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL
405 $bn_obj       = 
406 $des_obj      = 
407 $bf_obj       = 
408 $md5_obj      = 
409 $sha1_obj     = 
410 $cast_obj     = 
411 $rc4_obj      = 
412 $rmd160_obj   = 
413 $rc5_obj      = 
414 $dso_scheme   = 
415 $shared_target= 
416 $shared_cflag = 
417 $shared_extension = 
418 $ranlib       = 
419
420 *** OpenUNIX-8-gcc-shared
421 $cc           = gcc
422 $cflags       = -O3 -DFILIO_H -fomit-frame-pointer
423 $unistd       = 
424 $thread_cflag = -pthread
425 $lflags       = -lsocket -lnsl
426 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
427 $bn_obj       = asm/bn86-elf.o asm/co86-elf.o
428 $des_obj      = asm/dx86-elf.o asm/yx86-elf.o
429 $bf_obj       = asm/bx86-elf.o
430 $md5_obj      = asm/mx86-elf.o
431 $sha1_obj     = asm/sx86-elf.o
432 $cast_obj     = asm/cx86-elf.o
433 $rc4_obj      = asm/rx86-elf.o
434 $rmd160_obj   = asm/rm86-elf.o
435 $rc5_obj      = asm/r586-elf.o
436 $dso_scheme   = dlfcn
437 $shared_target= svr5-shared
438 $shared_cflag = -fPIC
439 $shared_extension = 
440 $ranlib       = 
441
442 *** OpenUNIX-8-pentium
443 $cc           = cc
444 $cflags       = -O -DFILIO_H -Kalloca -Kpentium
445 $unistd       = 
446 $thread_cflag = -Kthread
447 $lflags       = -lsocket -lnsl
448 $bn_ops       = BN_LLONG MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL
449 $bn_obj       = 
450 $des_obj      = 
451 $bf_obj       = 
452 $md5_obj      = 
453 $sha1_obj     = 
454 $cast_obj     = 
455 $rc4_obj      = 
456 $rmd160_obj   = 
457 $rc5_obj      = 
458 $dso_scheme   = 
459 $shared_target= 
460 $shared_cflag = 
461 $shared_extension = 
462 $ranlib       = 
463
464 *** OpenUNIX-8-pentium_pro
465 $cc           = cc
466 $cflags       = -O -DFILIO_H -Kalloca -Kpentium_pro
467 $unistd       = 
468 $thread_cflag = -Kthread
469 $lflags       = -lsocket -lnsl
470 $bn_ops       = BN_LLONG MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL
471 $bn_obj       = 
472 $des_obj      = 
473 $bf_obj       = 
474 $md5_obj      = 
475 $sha1_obj     = 
476 $cast_obj     = 
477 $rc4_obj      = 
478 $rmd160_obj   = 
479 $rc5_obj      = 
480 $dso_scheme   = 
481 $shared_target= 
482 $shared_cflag = 
483 $shared_extension = 
484 $ranlib       = 
485
486 *** OpenUNIX-8-shared
487 $cc           = cc
488 $cflags       = -O -DFILIO_H -Kalloca
489 $unistd       = 
490 $thread_cflag = -Kthread
491 $lflags       = -lsocket -lnsl
492 $bn_ops       = MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL
493 $bn_obj       = 
494 $des_obj      = 
495 $bf_obj       = 
496 $md5_obj      = 
497 $sha1_obj     = 
498 $cast_obj     = 
499 $rc4_obj      = 
500 $rmd160_obj   = 
501 $rc5_obj      = 
502 $dso_scheme   = dlfcn
503 $shared_target= svr5-shared
504 $shared_cflag = -Kpic
505 $shared_extension = 
506 $ranlib       = 
507
508 *** ReliantUNIX
509 $cc           = cc
510 $cflags       = -KPIC -g -DSNI -DTERMIOS -DB_ENDIAN
511 $unistd       = 
512 $thread_cflag = -Kthread
513 $lflags       = -lsocket -lnsl -lc -L/usr/ucblib -lucb
514 $bn_ops       = BN_LLONG DES_PTR DES_RISC2 DES_UNROLL BF_PTR
515 $bn_obj       = 
516 $des_obj      = 
517 $bf_obj       = 
518 $md5_obj      = 
519 $sha1_obj     = 
520 $cast_obj     = 
521 $rc4_obj      = 
522 $rmd160_obj   = 
523 $rc5_obj      = 
524 $dso_scheme   = 
525 $shared_target= 
526 $shared_cflag = 
527 $shared_extension = 
528 $ranlib       = 
529
530 *** SINIX
531 $cc           = cc
532 $cflags       = -O -DSNI
533 $unistd       = 
534 $thread_cflag = (unknown)
535 $lflags       = -lsocket -lnsl -lc -L/usr/ucblib -lucb
536 $bn_ops       = RC4_INDEX RC4_CHAR
537 $bn_obj       = 
538 $des_obj      = 
539 $bf_obj       = 
540 $md5_obj      = 
541 $sha1_obj     = 
542 $cast_obj     = 
543 $rc4_obj      = 
544 $rmd160_obj   = 
545 $rc5_obj      = 
546 $dso_scheme   = 
547 $shared_target= 
548 $shared_cflag = 
549 $shared_extension = 
550 $ranlib       = 
551
552 *** SINIX-N
553 $cc           = /usr/ucb/cc
554 $cflags       = -O2 -misaligned
555 $unistd       = 
556 $thread_cflag = (unknown)
557 $lflags       = -lucb
558 $bn_ops       = RC4_INDEX RC4_CHAR
559 $bn_obj       = 
560 $des_obj      = 
561 $bf_obj       = 
562 $md5_obj      = 
563 $sha1_obj     = 
564 $cast_obj     = 
565 $rc4_obj      = 
566 $rmd160_obj   = 
567 $rc5_obj      = 
568 $dso_scheme   = 
569 $shared_target= 
570 $shared_cflag = 
571 $shared_extension = 
572 $ranlib       = 
573
574 *** VC-MSDOS
575 $cc           = cl
576 $cflags       = 
577 $unistd       = 
578 $thread_cflag = (unknown)
579 $lflags       = 
580 $bn_ops       = BN_LLONG MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX SIXTEEN_BIT
581 $bn_obj       = 
582 $des_obj      = 
583 $bf_obj       = 
584 $md5_obj      = 
585 $sha1_obj     = 
586 $cast_obj     = 
587 $rc4_obj      = 
588 $rmd160_obj   = 
589 $rc5_obj      = 
590 $dso_scheme   = 
591 $shared_target= 
592 $shared_cflag = 
593 $shared_extension = 
594 $ranlib       = 
595
596 *** VC-NT
597 $cc           = cl
598 $cflags       = 
599 $unistd       = 
600 $thread_cflag = 
601 $lflags       = 
602 $bn_ops       = BN_LLONG RC4_INDEX RC4_INDEX MD2_INT
603 $bn_obj       = 
604 $des_obj      = 
605 $bf_obj       = 
606 $md5_obj      = 
607 $sha1_obj     = 
608 $cast_obj     = 
609 $rc4_obj      = 
610 $rmd160_obj   = 
611 $rc5_obj      = 
612 $dso_scheme   = win32
613 $shared_target= 
614 $shared_cflag = 
615 $shared_extension = 
616 $ranlib       = 
617
618 *** VC-W31-16
619 $cc           = cl
620 $cflags       = 
621 $unistd       = 
622 $thread_cflag = (unknown)
623 $lflags       = 
624 $bn_ops       = BN_LLONG MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX SIXTEEN_BIT
625 $bn_obj       = 
626 $des_obj      = 
627 $bf_obj       = 
628 $md5_obj      = 
629 $sha1_obj     = 
630 $cast_obj     = 
631 $rc4_obj      = 
632 $rmd160_obj   = 
633 $rc5_obj      = 
634 $dso_scheme   = 
635 $shared_target= 
636 $shared_cflag = 
637 $shared_extension = 
638 $ranlib       = 
639
640 *** VC-W31-32
641 $cc           = cl
642 $cflags       = 
643 $unistd       = 
644 $thread_cflag = 
645 $lflags       = 
646 $bn_ops       = BN_LLONG MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX THIRTY_TWO_BIT
647 $bn_obj       = 
648 $des_obj      = 
649 $bf_obj       = 
650 $md5_obj      = 
651 $sha1_obj     = 
652 $cast_obj     = 
653 $rc4_obj      = 
654 $rmd160_obj   = 
655 $rc5_obj      = 
656 $dso_scheme   = 
657 $shared_target= 
658 $shared_cflag = 
659 $shared_extension = 
660 $ranlib       = 
661
662 *** VC-WIN16
663 $cc           = cl
664 $cflags       = 
665 $unistd       = 
666 $thread_cflag = (unknown)
667 $lflags       = 
668 $bn_ops       = MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX THIRTY_TWO_BIT
669 $bn_obj       = 
670 $des_obj      = 
671 $bf_obj       = 
672 $md5_obj      = 
673 $sha1_obj     = 
674 $cast_obj     = 
675 $rc4_obj      = 
676 $rmd160_obj   = 
677 $rc5_obj      = 
678 $dso_scheme   = 
679 $shared_target= 
680 $shared_cflag = 
681 $shared_extension = 
682 $ranlib       = 
683
684 *** VC-WIN32
685 $cc           = cl
686 $cflags       = 
687 $unistd       = 
688 $thread_cflag = 
689 $lflags       = 
690 $bn_ops       = BN_LLONG RC4_INDEX RC4_INDEX MD2_INT
691 $bn_obj       = 
692 $des_obj      = 
693 $bf_obj       = 
694 $md5_obj      = 
695 $sha1_obj     = 
696 $cast_obj     = 
697 $rc4_obj      = 
698 $rmd160_obj   = 
699 $rc5_obj      = 
700 $dso_scheme   = win32
701 $shared_target= 
702 $shared_cflag = 
703 $shared_extension = 
704 $ranlib       = 
705
706 *** aix-cc
707 $cc           = cc
708 $cflags       = -O -DAIX -DB_ENDIAN -qmaxmem=16384
709 $unistd       = 
710 $thread_cflag = (unknown)
711 $lflags       = 
712 $bn_ops       = BN_LLONG RC4_CHAR
713 $bn_obj       = 
714 $des_obj      = 
715 $bf_obj       = 
716 $md5_obj      = 
717 $sha1_obj     = 
718 $cast_obj     = 
719 $rc4_obj      = 
720 $rmd160_obj   = 
721 $rc5_obj      = 
722 $dso_scheme   = 
723 $shared_target= 
724 $shared_cflag = 
725 $shared_extension = 
726 $ranlib       = 
727
728 *** aix-gcc
729 $cc           = gcc
730 $cflags       = -O3 -DAIX -DB_ENDIAN
731 $unistd       = 
732 $thread_cflag = (unknown)
733 $lflags       = 
734 $bn_ops       = BN_LLONG RC4_CHAR
735 $bn_obj       = 
736 $des_obj      = 
737 $bf_obj       = 
738 $md5_obj      = 
739 $sha1_obj     = 
740 $cast_obj     = 
741 $rc4_obj      = 
742 $rmd160_obj   = 
743 $rc5_obj      = 
744 $dso_scheme   = 
745 $shared_target= 
746 $shared_cflag = 
747 $shared_extension = 
748 $ranlib       = 
749
750 *** aix43-cc
751 $cc           = cc
752 $cflags       = -O -DAIX -DB_ENDIAN -qmaxmem=16384
753 $unistd       = 
754 $thread_cflag = (unknown)
755 $lflags       = 
756 $bn_ops       = BN_LLONG RC4_CHAR
757 $bn_obj       = 
758 $des_obj      = 
759 $bf_obj       = 
760 $md5_obj      = 
761 $sha1_obj     = 
762 $cast_obj     = 
763 $rc4_obj      = 
764 $rmd160_obj   = 
765 $rc5_obj      = 
766 $dso_scheme   = dlfcn
767 $shared_target= 
768 $shared_cflag = 
769 $shared_extension = 
770 $ranlib       = 
771
772 *** aix43-gcc
773 $cc           = gcc
774 $cflags       = -O3 -DAIX -DB_ENDIAN
775 $unistd       = 
776 $thread_cflag = (unknown)
777 $lflags       = 
778 $bn_ops       = BN_LLONG RC4_CHAR
779 $bn_obj       = 
780 $des_obj      = 
781 $bf_obj       = 
782 $md5_obj      = 
783 $sha1_obj     = 
784 $cast_obj     = 
785 $rc4_obj      = 
786 $rmd160_obj   = 
787 $rc5_obj      = 
788 $dso_scheme   = dlfcn
789 $shared_target= 
790 $shared_cflag = 
791 $shared_extension = 
792 $ranlib       = 
793
794 *** alpha-cc
795 $cc           = cc
796 $cflags       = -std1 -tune host -fast -readonly_strings
797 $unistd       = 
798 $thread_cflag = -pthread
799 $lflags       = 
800 $bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK
801 $bn_obj       = 
802 $des_obj      = 
803 $bf_obj       = 
804 $md5_obj      = 
805 $sha1_obj     = 
806 $cast_obj     = 
807 $rc4_obj      = 
808 $rmd160_obj   = 
809 $rc5_obj      = 
810 $dso_scheme   = dlfcn
811 $shared_target= tru64-shared
812 $shared_cflag = 
813 $shared_extension = .so
814 $ranlib       = 
815
816 *** alpha-cc-rpath
817 $cc           = cc
818 $cflags       = -std1 -tune host -fast -readonly_strings
819 $unistd       = 
820 $thread_cflag = -pthread
821 $lflags       = 
822 $bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK
823 $bn_obj       = 
824 $des_obj      = 
825 $bf_obj       = 
826 $md5_obj      = 
827 $sha1_obj     = 
828 $cast_obj     = 
829 $rc4_obj      = 
830 $rmd160_obj   = 
831 $rc5_obj      = 
832 $dso_scheme   = dlfcn
833 $shared_target= tru64-shared-rpath
834 $shared_cflag = 
835 $shared_extension = .so
836 $ranlib       = 
837
838 *** alpha-gcc
839 $cc           = gcc
840 $cflags       = -O3
841 $unistd       = 
842 $thread_cflag = (unknown)
843 $lflags       = 
844 $bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_RISC1
845 $bn_obj       = 
846 $des_obj      = 
847 $bf_obj       = 
848 $md5_obj      = 
849 $sha1_obj     = 
850 $cast_obj     = 
851 $rc4_obj      = 
852 $rmd160_obj   = 
853 $rc5_obj      = 
854 $dso_scheme   = dlfcn
855 $shared_target= alpha-osf1-shared
856 $shared_cflag = 
857 $shared_extension = .so
858 $ranlib       = 
859
860 *** alpha164-cc
861 $cc           = cc
862 $cflags       = -std1 -tune host -fast -readonly_strings
863 $unistd       = 
864 $thread_cflag = -pthread
865 $lflags       = 
866 $bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK
867 $bn_obj       = 
868 $des_obj      = 
869 $bf_obj       = 
870 $md5_obj      = 
871 $sha1_obj     = 
872 $cast_obj     = 
873 $rc4_obj      = 
874 $rmd160_obj   = 
875 $rc5_obj      = 
876 $dso_scheme   = dlfcn
877 $shared_target= tru64-shared
878 $shared_cflag = 
879 $shared_extension = .so
880 $ranlib       = 
881
882 *** alphaold-cc
883 $cc           = cc
884 $cflags       = -std1 -tune host -O4 -readonly_strings
885 $unistd       = 
886 $thread_cflag = (unknown)
887 $lflags       = 
888 $bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK
889 $bn_obj       = 
890 $des_obj      = 
891 $bf_obj       = 
892 $md5_obj      = 
893 $sha1_obj     = 
894 $cast_obj     = 
895 $rc4_obj      = 
896 $rmd160_obj   = 
897 $rc5_obj      = 
898 $dso_scheme   = dlfcn
899 $shared_target= alpha-osf1-shared
900 $shared_cflag = 
901 $shared_extension = .so
902 $ranlib       = 
903
904 *** bsdi-elf-gcc
905 $cc           = gcc
906 $cflags       = -DPERL5 -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
907 $unistd       = 
908 $thread_cflag = (unknown)
909 $lflags       = -ldl
910 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
911 $bn_obj       = asm/bn86-elf.o asm/co86-elf.o
912 $des_obj      = asm/dx86-elf.o asm/yx86-elf.o
913 $bf_obj       = asm/bx86-elf.o
914 $md5_obj      = asm/mx86-elf.o
915 $sha1_obj     = asm/sx86-elf.o
916 $cast_obj     = asm/cx86-elf.o
917 $rc4_obj      = asm/rx86-elf.o
918 $rmd160_obj   = asm/rm86-elf.o
919 $rc5_obj      = asm/r586-elf.o
920 $dso_scheme   = dlfcn
921 $shared_target= bsd-gcc-shared
922 $shared_cflag = -fPIC
923 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
924 $ranlib       = 
925
926 *** bsdi-gcc
927 $cc           = gcc
928 $cflags       = -O3 -ffast-math -DL_ENDIAN -DPERL5 -m486
929 $unistd       = 
930 $thread_cflag = (unknown)
931 $lflags       = 
932 $bn_ops       = RSA_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
933 $bn_obj       = asm/bn86bsdi.o asm/co86bsdi.o
934 $des_obj      = asm/dx86bsdi.o asm/yx86bsdi.o
935 $bf_obj       = asm/bx86bsdi.o
936 $md5_obj      = asm/mx86bsdi.o
937 $sha1_obj     = asm/sx86bsdi.o
938 $cast_obj     = asm/cx86bsdi.o
939 $rc4_obj      = asm/rx86bsdi.o
940 $rmd160_obj   = asm/rm86bsdi.o
941 $rc5_obj      = asm/r586bsdi.o
942 $dso_scheme   = 
943 $shared_target= 
944 $shared_cflag = 
945 $shared_extension = 
946 $ranlib       = 
947
948 *** cc
949 $cc           = cc
950 $cflags       = -O
951 $unistd       = 
952 $thread_cflag = (unknown)
953 $lflags       = 
954 $bn_ops       = 
955 $bn_obj       = 
956 $des_obj      = 
957 $bf_obj       = 
958 $md5_obj      = 
959 $sha1_obj     = 
960 $cast_obj     = 
961 $rc4_obj      = 
962 $rmd160_obj   = 
963 $rc5_obj      = 
964 $dso_scheme   = 
965 $shared_target= 
966 $shared_cflag = 
967 $shared_extension = 
968 $ranlib       = 
969
970 *** cray-t3e
971 $cc           = cc
972 $cflags       = -DBIT_FIELD_LIMITS -DTERMIOS
973 $unistd       = 
974 $thread_cflag = (unknown)
975 $lflags       = 
976 $bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT
977 $bn_obj       = 
978 $des_obj      = 
979 $bf_obj       = 
980 $md5_obj      = 
981 $sha1_obj     = 
982 $cast_obj     = 
983 $rc4_obj      = 
984 $rmd160_obj   = 
985 $rc5_obj      = 
986 $dso_scheme   = 
987 $shared_target= 
988 $shared_cflag = 
989 $shared_extension = 
990 $ranlib       = 
991
992 *** cray-t90-cc
993 $cc           = cc
994 $cflags       = -DBIT_FIELD_LIMITS -DTERMIOS
995 $unistd       = 
996 $thread_cflag = (unknown)
997 $lflags       = 
998 $bn_ops       = SIXTY_FOUR_BIT_LONG DES_INT
999 $bn_obj       = 
1000 $des_obj      = 
1001 $bf_obj       = 
1002 $md5_obj      = 
1003 $sha1_obj     = 
1004 $cast_obj     = 
1005 $rc4_obj      = 
1006 $rmd160_obj   = 
1007 $rc5_obj      = 
1008 $dso_scheme   = 
1009 $shared_target= 
1010 $shared_cflag = 
1011 $shared_extension = 
1012 $ranlib       = 
1013
1014 *** darwin-ppc-cc
1015 $cc           = cc
1016 $cflags       = -O3 -DB_ENDIAN
1017 $unistd       = 
1018 $thread_cflag = (unknown)
1019 $lflags       = 
1020 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
1021 $bn_obj       = 
1022 $des_obj      = 
1023 $bf_obj       = 
1024 $md5_obj      = 
1025 $sha1_obj     = 
1026 $cast_obj     = 
1027 $rc4_obj      = 
1028 $rmd160_obj   = 
1029 $rc5_obj      = 
1030 $dso_scheme   = 
1031 $shared_target= 
1032 $shared_cflag = 
1033 $shared_extension = 
1034 $ranlib       = 
1035
1036 *** debug
1037 $cc           = gcc
1038 $cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror
1039 $unistd       = 
1040 $thread_cflag = (unknown)
1041 $lflags       = -lefence
1042 $bn_ops       = 
1043 $bn_obj       = 
1044 $des_obj      = 
1045 $bf_obj       = 
1046 $md5_obj      = 
1047 $sha1_obj     = 
1048 $cast_obj     = 
1049 $rc4_obj      = 
1050 $rmd160_obj   = 
1051 $rc5_obj      = 
1052 $dso_scheme   = 
1053 $shared_target= 
1054 $shared_cflag = 
1055 $shared_extension = 
1056 $ranlib       = 
1057
1058 *** debug-ben
1059 $cc           = gcc
1060 $cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -O2 -pedantic -Wall -Wshadow -Werror -pipe
1061 $unistd       = 
1062 $thread_cflag = (unknown)
1063 $lflags       = 
1064 $bn_ops       = 
1065 $bn_obj       = 
1066 $des_obj      = 
1067 $bf_obj       = 
1068 $md5_obj      = 
1069 $sha1_obj     = 
1070 $cast_obj     = 
1071 $rc4_obj      = 
1072 $rmd160_obj   = 
1073 $rc5_obj      = 
1074 $dso_scheme   = 
1075 $shared_target= 
1076 $shared_cflag = 
1077 $shared_extension = 
1078 $ranlib       = 
1079
1080 *** debug-ben-debug
1081 $cc           = gcc
1082 $cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -g3 -O2 -pedantic -Wall -Wshadow -Werror -pipe
1083 $unistd       = 
1084 $thread_cflag = (unknown)
1085 $lflags       = 
1086 $bn_ops       = 
1087 $bn_obj       = 
1088 $des_obj      = 
1089 $bf_obj       = 
1090 $md5_obj      = 
1091 $sha1_obj     = 
1092 $cast_obj     = 
1093 $rc4_obj      = 
1094 $rmd160_obj   = 
1095 $rc5_obj      = 
1096 $dso_scheme   = 
1097 $shared_target= 
1098 $shared_cflag = 
1099 $shared_extension = 
1100 $ranlib       = 
1101
1102 *** debug-ben-strict
1103 $cc           = gcc
1104 $cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DCONST_STRICT -O2 -Wall -Wshadow -Werror -Wpointer-arith -Wcast-qual -Wwrite-strings -pipe
1105 $unistd       = 
1106 $thread_cflag = (unknown)
1107 $lflags       = 
1108 $bn_ops       = 
1109 $bn_obj       = 
1110 $des_obj      = 
1111 $bf_obj       = 
1112 $md5_obj      = 
1113 $sha1_obj     = 
1114 $cast_obj     = 
1115 $rc4_obj      = 
1116 $rmd160_obj   = 
1117 $rc5_obj      = 
1118 $dso_scheme   = 
1119 $shared_target= 
1120 $shared_cflag = 
1121 $shared_extension = 
1122 $ranlib       = 
1123
1124 *** debug-bodo
1125 $cc           = gcc
1126 $cflags       = -DL_ENDIAN -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -DPEDANTIC -DBIO_PAIR_DEBUG -g -m486 -pedantic -Wshadow -Wall
1127 $unistd       = 
1128 $thread_cflag = -D_REENTRANT
1129 $lflags       = 
1130 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1131 $bn_obj       = asm/bn86-elf.o asm/co86-elf.o
1132 $des_obj      = asm/dx86-elf.o asm/yx86-elf.o
1133 $bf_obj       = asm/bx86-elf.o
1134 $md5_obj      = asm/mx86-elf.o
1135 $sha1_obj     = asm/sx86-elf.o
1136 $cast_obj     = asm/cx86-elf.o
1137 $rc4_obj      = asm/rx86-elf.o
1138 $rmd160_obj   = asm/rm86-elf.o
1139 $rc5_obj      = asm/r586-elf.o
1140 $dso_scheme   = 
1141 $shared_target= 
1142 $shared_cflag = 
1143 $shared_extension = 
1144 $ranlib       = 
1145
1146 *** debug-levitte-linux-elf
1147 $cc           = gcc
1148 $cflags       = -DUSE_ALLOCATING_PRINT -DRL_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DNO_ASM -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -ggdb -g3 -m486 -pedantic -ansi -Wall -Wshadow -Wid-clash-31 -pipe
1149 $unistd       = 
1150 $thread_cflag = -D_REENTRANT
1151 $lflags       = -ldl
1152 $bn_ops       = 
1153 $bn_obj       = 
1154 $des_obj      = 
1155 $bf_obj       = 
1156 $md5_obj      = 
1157 $sha1_obj     = 
1158 $cast_obj     = 
1159 $rc4_obj      = 
1160 $rmd160_obj   = 
1161 $rc5_obj      = 
1162 $dso_scheme   = dlfcn
1163 $shared_target= 
1164 $shared_cflag = 
1165 $shared_extension = 
1166 $ranlib       = 
1167
1168 *** debug-linux-elf
1169 $cc           = gcc
1170 $cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -m486 -Wall
1171 $unistd       = 
1172 $thread_cflag = -D_REENTRANT
1173 $lflags       = -lefence -ldl
1174 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1175 $bn_obj       = asm/bn86-elf.o asm/co86-elf.o
1176 $des_obj      = asm/dx86-elf.o asm/yx86-elf.o
1177 $bf_obj       = asm/bx86-elf.o
1178 $md5_obj      = asm/mx86-elf.o
1179 $sha1_obj     = asm/sx86-elf.o
1180 $cast_obj     = asm/cx86-elf.o
1181 $rc4_obj      = asm/rx86-elf.o
1182 $rmd160_obj   = asm/rm86-elf.o
1183 $rc5_obj      = asm/r586-elf.o
1184 $dso_scheme   = dlfcn
1185 $shared_target= 
1186 $shared_cflag = 
1187 $shared_extension = 
1188 $ranlib       = 
1189
1190 *** debug-linux-elf-noefence
1191 $cc           = gcc
1192 $cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -m486 -Wall
1193 $unistd       = 
1194 $thread_cflag = -D_REENTRANT
1195 $lflags       = -ldl
1196 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1197 $bn_obj       = asm/bn86-elf.o asm/co86-elf.o
1198 $des_obj      = asm/dx86-elf.o asm/yx86-elf.o
1199 $bf_obj       = asm/bx86-elf.o
1200 $md5_obj      = asm/mx86-elf.o
1201 $sha1_obj     = asm/sx86-elf.o
1202 $cast_obj     = asm/cx86-elf.o
1203 $rc4_obj      = asm/rx86-elf.o
1204 $rmd160_obj   = asm/rm86-elf.o
1205 $rc5_obj      = asm/r586-elf.o
1206 $dso_scheme   = dlfcn
1207 $shared_target= 
1208 $shared_cflag = 
1209 $shared_extension = 
1210 $ranlib       = 
1211
1212 *** debug-rse
1213 $cc           = cc
1214 $cflags       = -DTERMIOS -DL_ENDIAN -pipe -O -g -ggdb3 -Wall
1215 $unistd       = 
1216 $thread_cflag = (unknown)
1217 $lflags       = 
1218 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1219 $bn_obj       = asm/bn86-elf.o asm/co86-elf.o
1220 $des_obj      = asm/dx86-elf.o asm/yx86-elf.o
1221 $bf_obj       = asm/bx86-elf.o
1222 $md5_obj      = asm/mx86-elf.o
1223 $sha1_obj     = asm/sx86-elf.o
1224 $cast_obj     = asm/cx86-elf.o
1225 $rc4_obj      = asm/rx86-elf.o
1226 $rmd160_obj   = asm/rm86-elf.o
1227 $rc5_obj      = asm/r586-elf.o
1228 $dso_scheme   = 
1229 $shared_target= 
1230 $shared_cflag = 
1231 $shared_extension = 
1232 $ranlib       = 
1233
1234 *** debug-solaris-sparcv8-cc
1235 $cc           = cc
1236 $cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xarch=v8 -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W
1237 $unistd       = 
1238 $thread_cflag = -D_REENTRANT
1239 $lflags       = -lsocket -lnsl -ldl
1240 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
1241 $bn_obj       = asm/sparcv8.o
1242 $des_obj      = 
1243 $bf_obj       = 
1244 $md5_obj      = 
1245 $sha1_obj     = 
1246 $cast_obj     = 
1247 $rc4_obj      = 
1248 $rmd160_obj   = 
1249 $rc5_obj      = 
1250 $dso_scheme   = dlfcn
1251 $shared_target= solaris-shared
1252 $shared_cflag = -KPIC
1253 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1254 $ranlib       = 
1255
1256 *** debug-solaris-sparcv8-gcc
1257 $cc           = gcc
1258 $cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -O -g -mv8 -Wall -DB_ENDIAN
1259 $unistd       = 
1260 $thread_cflag = -D_REENTRANT
1261 $lflags       = -lsocket -lnsl -ldl
1262 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
1263 $bn_obj       = asm/sparcv8.o
1264 $des_obj      = 
1265 $bf_obj       = 
1266 $md5_obj      = 
1267 $sha1_obj     = 
1268 $cast_obj     = 
1269 $rc4_obj      = 
1270 $rmd160_obj   = 
1271 $rc5_obj      = 
1272 $dso_scheme   = dlfcn
1273 $shared_target= solaris-shared
1274 $shared_cflag = -fPIC
1275 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1276 $ranlib       = 
1277
1278 *** debug-solaris-sparcv9-cc
1279 $cc           = cc
1280 $cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xtarget=ultra -xarch=v8plus -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC
1281 $unistd       = 
1282 $thread_cflag = -D_REENTRANT
1283 $lflags       = -lsocket -lnsl -ldl
1284 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR
1285 $bn_obj       = asm/sparcv8plus.o
1286 $des_obj      = 
1287 $bf_obj       = 
1288 $md5_obj      = asm/md5-sparcv8plus.o
1289 $sha1_obj     = 
1290 $cast_obj     = 
1291 $rc4_obj      = 
1292 $rmd160_obj   = 
1293 $rc5_obj      = 
1294 $dso_scheme   = dlfcn
1295 $shared_target= solaris-shared
1296 $shared_cflag = -KPIC
1297 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1298 $ranlib       = 
1299
1300 *** debug-solaris-sparcv9-gcc
1301 $cc           = gcc
1302 $cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -O -g -mcpu=ultrasparc -Wall -DB_ENDIAN
1303 $unistd       = 
1304 $thread_cflag = -D_REENTRANT
1305 $lflags       = -lsocket -lnsl -ldl
1306 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
1307 $bn_obj       = asm/sparcv8plus.o
1308 $des_obj      = 
1309 $bf_obj       = 
1310 $md5_obj      = 
1311 $sha1_obj     = 
1312 $cast_obj     = 
1313 $rc4_obj      = 
1314 $rmd160_obj   = 
1315 $rc5_obj      = 
1316 $dso_scheme   = dlfcn
1317 $shared_target= solaris-shared
1318 $shared_cflag = -fPIC
1319 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1320 $ranlib       = 
1321
1322 *** debug-steve
1323 $cc           = gcc
1324 $cflags       = -DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG_ALL -DPEDANTIC -g -O2 -m486 -pedantic -Wall -Werror -Wshadow -pipe
1325 $unistd       = 
1326 $thread_cflag = -D_REENTRANT
1327 $lflags       = 
1328 $bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1329 $bn_obj       = asm/bn86-elf.o asm/co86-elf.o
1330 $des_obj      = asm/dx86-elf.o asm/yx86-elf.o
1331 $bf_obj       = asm/bx86-elf.o
1332 $md5_obj      = asm/mx86-elf.o
1333 $sha1_obj     = asm/sx86-elf.o
1334 $cast_obj     = asm/cx86-elf.o
1335 $rc4_obj      = asm/rx86-elf.o
1336 $rmd160_obj   = asm/rm86-elf.o
1337 $rc5_obj      = asm/r586-elf.o
1338 $dso_scheme   = 
1339 $shared_target= 
1340 $shared_cflag = 
1341 $shared_extension = 
1342 $ranlib       = 
1343
1344 *** debug-ulf
1345 $cc           = gcc
1346 $cflags       = -DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -DPEDANTIC -g -O2 -m486 -Wall -Werror -Wshadow -pipe
1347 $unistd       = 
1348 $thread_cflag = -D_REENTRANT
1349 $lflags       = 
1350 $bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1351 $bn_obj       = asm/bn86-elf.o asm/co86-elf.o
1352 $des_obj      = asm/dx86-elf.o asm/yx86-elf.o
1353 $bf_obj       = asm/bx86-elf.o
1354 $md5_obj      = asm/mx86-elf.o
1355 $sha1_obj     = asm/sx86-elf.o
1356 $cast_obj     = asm/cx86-elf.o
1357 $rc4_obj      = asm/rx86-elf.o
1358 $rmd160_obj   = asm/rm86-elf.o
1359 $rc5_obj      = asm/r586-elf.o
1360 $dso_scheme   = 
1361 $shared_target= 
1362 $shared_cflag = 
1363 $shared_extension = 
1364 $ranlib       = 
1365
1366 *** dgux-R3-gcc
1367 $cc           = gcc
1368 $cflags       = -O3 -fomit-frame-pointer
1369 $unistd       = 
1370 $thread_cflag = (unknown)
1371 $lflags       = 
1372 $bn_ops       = RC4_INDEX DES_UNROLL
1373 $bn_obj       = 
1374 $des_obj      = 
1375 $bf_obj       = 
1376 $md5_obj      = 
1377 $sha1_obj     = 
1378 $cast_obj     = 
1379 $rc4_obj      = 
1380 $rmd160_obj   = 
1381 $rc5_obj      = 
1382 $dso_scheme   = 
1383 $shared_target= 
1384 $shared_cflag = 
1385 $shared_extension = 
1386 $ranlib       = 
1387
1388 *** dgux-R4-gcc
1389 $cc           = gcc
1390 $cflags       = -O3 -fomit-frame-pointer
1391 $unistd       = 
1392 $thread_cflag = (unknown)
1393 $lflags       = -lnsl -lsocket
1394 $bn_ops       = RC4_INDEX DES_UNROLL
1395 $bn_obj       = 
1396 $des_obj      = 
1397 $bf_obj       = 
1398 $md5_obj      = 
1399 $sha1_obj     = 
1400 $cast_obj     = 
1401 $rc4_obj      = 
1402 $rmd160_obj   = 
1403 $rc5_obj      = 
1404 $dso_scheme   = 
1405 $shared_target= 
1406 $shared_cflag = 
1407 $shared_extension = 
1408 $ranlib       = 
1409
1410 *** dgux-R4-x86-gcc
1411 $cc           = gcc
1412 $cflags       = -O3 -fomit-frame-pointer -DL_ENDIAN
1413 $unistd       = 
1414 $thread_cflag = (unknown)
1415 $lflags       = -lnsl -lsocket
1416 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1417 $bn_obj       = asm/bn86-elf.o asm/co86-elf.o
1418 $des_obj      = asm/dx86-elf.o asm/yx86-elf.o
1419 $bf_obj       = asm/bx86-elf.o
1420 $md5_obj      = asm/mx86-elf.o
1421 $sha1_obj     = asm/sx86-elf.o
1422 $cast_obj     = asm/cx86-elf.o
1423 $rc4_obj      = asm/rx86-elf.o
1424 $rmd160_obj   = asm/rm86-elf.o
1425 $rc5_obj      = asm/r586-elf.o
1426 $dso_scheme   = 
1427 $shared_target= 
1428 $shared_cflag = 
1429 $shared_extension = 
1430 $ranlib       = 
1431
1432 *** dist
1433 $cc           = cc
1434 $cflags       = -O
1435 $unistd       = 
1436 $thread_cflag = (unknown)
1437 $lflags       = 
1438 $bn_ops       = 
1439 $bn_obj       = 
1440 $des_obj      = 
1441 $bf_obj       = 
1442 $md5_obj      = 
1443 $sha1_obj     = 
1444 $cast_obj     = 
1445 $rc4_obj      = 
1446 $rmd160_obj   = 
1447 $rc5_obj      = 
1448 $dso_scheme   = 
1449 $shared_target= 
1450 $shared_cflag = 
1451 $shared_extension = 
1452 $ranlib       = 
1453
1454 *** gcc
1455 $cc           = gcc
1456 $cflags       = -O3
1457 $unistd       = 
1458 $thread_cflag = (unknown)
1459 $lflags       = 
1460 $bn_ops       = BN_LLONG
1461 $bn_obj       = 
1462 $des_obj      = 
1463 $bf_obj       = 
1464 $md5_obj      = 
1465 $sha1_obj     = 
1466 $cast_obj     = 
1467 $rc4_obj      = 
1468 $rmd160_obj   = 
1469 $rc5_obj      = 
1470 $dso_scheme   = 
1471 $shared_target= 
1472 $shared_cflag = 
1473 $shared_extension = 
1474 $ranlib       = 
1475
1476 *** hpux-brokencc
1477 $cc           = cc
1478 $cflags       = -DB_ENDIAN -DBN_DIV2W -Ae +ESlit +O2 -z
1479 $unistd       = 
1480 $thread_cflag = (unknown)
1481 $lflags       = -ldld
1482 $bn_ops       = DES_PTR DES_UNROLL DES_RISC1
1483 $bn_obj       = 
1484 $des_obj      = 
1485 $bf_obj       = 
1486 $md5_obj      = 
1487 $sha1_obj     = 
1488 $cast_obj     = 
1489 $rc4_obj      = 
1490 $rmd160_obj   = 
1491 $rc5_obj      = 
1492 $dso_scheme   = dl
1493 $shared_target= hpux-shared
1494 $shared_cflag = +Z
1495 $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1496 $ranlib       = 
1497
1498 *** hpux-brokengcc
1499 $cc           = gcc
1500 $cflags       = -DB_ENDIAN -DBN_DIV2W -O3
1501 $unistd       = 
1502 $thread_cflag = (unknown)
1503 $lflags       = -ldld
1504 $bn_ops       = DES_PTR DES_UNROLL DES_RISC1
1505 $bn_obj       = 
1506 $des_obj      = 
1507 $bf_obj       = 
1508 $md5_obj      = 
1509 $sha1_obj     = 
1510 $cast_obj     = 
1511 $rc4_obj      = 
1512 $rmd160_obj   = 
1513 $rc5_obj      = 
1514 $dso_scheme   = dl
1515 $shared_target= hpux-shared
1516 $shared_cflag = -fPIC
1517 $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1518 $ranlib       = 
1519
1520 *** hpux-cc
1521 $cc           = cc
1522 $cflags       = -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -Ae +ESlit +O3 -z
1523 $unistd       = 
1524 $thread_cflag = (unknown)
1525 $lflags       = -ldld
1526 $bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
1527 $bn_obj       = 
1528 $des_obj      = 
1529 $bf_obj       = 
1530 $md5_obj      = 
1531 $sha1_obj     = 
1532 $cast_obj     = 
1533 $rc4_obj      = 
1534 $rmd160_obj   = 
1535 $rc5_obj      = 
1536 $dso_scheme   = dl
1537 $shared_target= hpux-shared
1538 $shared_cflag = +Z
1539 $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1540 $ranlib       = 
1541
1542 *** hpux-gcc
1543 $cc           = gcc
1544 $cflags       = -DB_ENDIAN -DBN_DIV2W -O3
1545 $unistd       = 
1546 $thread_cflag = (unknown)
1547 $lflags       = -ldld
1548 $bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
1549 $bn_obj       = 
1550 $des_obj      = 
1551 $bf_obj       = 
1552 $md5_obj      = 
1553 $sha1_obj     = 
1554 $cast_obj     = 
1555 $rc4_obj      = 
1556 $rmd160_obj   = 
1557 $rc5_obj      = 
1558 $dso_scheme   = dl
1559 $shared_target= hpux-shared
1560 $shared_cflag = -fPIC
1561 $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1562 $ranlib       = 
1563
1564 *** hpux-m68k-gcc
1565 $cc           = gcc
1566 $cflags       = -DB_ENDIAN -DBN_DIV2W -O3
1567 $unistd       = 
1568 $thread_cflag = (unknown)
1569 $lflags       = 
1570 $bn_ops       = BN_LLONG DES_PTR DES_UNROLL
1571 $bn_obj       = 
1572 $des_obj      = 
1573 $bf_obj       = 
1574 $md5_obj      = 
1575 $sha1_obj     = 
1576 $cast_obj     = 
1577 $rc4_obj      = 
1578 $rmd160_obj   = 
1579 $rc5_obj      = 
1580 $dso_scheme   = 
1581 $shared_target= 
1582 $shared_cflag = 
1583 $shared_extension = 
1584 $ranlib       = 
1585
1586 *** hpux-parisc-cc
1587 $cc           = cc
1588 $cflags       = +O3 +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY
1589 $unistd       = 
1590 $thread_cflag = -D_REENTRANT
1591 $lflags       = -ldld
1592 $bn_ops       = MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
1593 $bn_obj       = 
1594 $des_obj      = 
1595 $bf_obj       = 
1596 $md5_obj      = 
1597 $sha1_obj     = 
1598 $cast_obj     = 
1599 $rc4_obj      = 
1600 $rmd160_obj   = 
1601 $rc5_obj      = 
1602 $dso_scheme   = dl
1603 $shared_target= hpux-shared
1604 $shared_cflag = +Z
1605 $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1606 $ranlib       = 
1607
1608 *** hpux-parisc-cc-o4
1609 $cc           = cc
1610 $cflags       = -Ae +O4 +ESlit -z -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY
1611 $unistd       = 
1612 $thread_cflag = 
1613 $lflags       = -ldld
1614 $bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
1615 $bn_obj       = 
1616 $des_obj      = 
1617 $bf_obj       = 
1618 $md5_obj      = 
1619 $sha1_obj     = 
1620 $cast_obj     = 
1621 $rc4_obj      = 
1622 $rmd160_obj   = 
1623 $rc5_obj      = 
1624 $dso_scheme   = dl
1625 $shared_target= hpux-shared
1626 $shared_cflag = +Z
1627 $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1628 $ranlib       = 
1629
1630 *** hpux-parisc-gcc
1631 $cc           = gcc
1632 $cflags       = -O3 -DB_ENDIAN -DBN_DIV2W
1633 $unistd       = 
1634 $thread_cflag = 
1635 $lflags       = -ldld
1636 $bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
1637 $bn_obj       = 
1638 $des_obj      = 
1639 $bf_obj       = 
1640 $md5_obj      = 
1641 $sha1_obj     = 
1642 $cast_obj     = 
1643 $rc4_obj      = 
1644 $rmd160_obj   = 
1645 $rc5_obj      = 
1646 $dso_scheme   = dl
1647 $shared_target= hpux-shared
1648 $shared_cflag = -fPIC
1649 $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1650 $ranlib       = 
1651
1652 *** hpux-parisc1_1-cc
1653 $cc           = cc
1654 $cflags       = +DA1.1 +DS1.1 +O3 +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY
1655 $unistd       = 
1656 $thread_cflag = -D_REENTRANT
1657 $lflags       = -ldld
1658 $bn_ops       = MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
1659 $bn_obj       = 
1660 $des_obj      = 
1661 $bf_obj       = 
1662 $md5_obj      = 
1663 $sha1_obj     = 
1664 $cast_obj     = 
1665 $rc4_obj      = 
1666 $rmd160_obj   = 
1667 $rc5_obj      = 
1668 $dso_scheme   = dl
1669 $shared_target= hpux-shared
1670 $shared_cflag = +Z
1671 $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1672 $ranlib       = 
1673
1674 *** hpux-parisc2-cc
1675 $cc           = cc
1676 $cflags       = +DA2.0 +DS2.0 +O3 +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY
1677 $unistd       = 
1678 $thread_cflag = -D_REENTRANT
1679 $lflags       = -ldld
1680 $bn_ops       = SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
1681 $bn_obj       = asm/pa-risc2.o
1682 $des_obj      = 
1683 $bf_obj       = 
1684 $md5_obj      = 
1685 $sha1_obj     = 
1686 $cast_obj     = 
1687 $rc4_obj      = 
1688 $rmd160_obj   = 
1689 $rc5_obj      = 
1690 $dso_scheme   = dl
1691 $shared_target= hpux-shared
1692 $shared_cflag = +Z
1693 $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1694 $ranlib       = 
1695
1696 *** hpux10-brokencc
1697 $cc           = cc
1698 $cflags       = -DB_ENDIAN -DBN_DIV2W -Ae +ESlit +O2 -z
1699 $unistd       = 
1700 $thread_cflag = -D_REENTRANT
1701 $lflags       = -ldld
1702 $bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
1703 $bn_obj       = 
1704 $des_obj      = 
1705 $bf_obj       = 
1706 $md5_obj      = 
1707 $sha1_obj     = 
1708 $cast_obj     = 
1709 $rc4_obj      = 
1710 $rmd160_obj   = 
1711 $rc5_obj      = 
1712 $dso_scheme   = dl
1713 $shared_target= hpux-shared
1714 $shared_cflag = +Z
1715 $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1716 $ranlib       = 
1717
1718 *** hpux10-brokengcc
1719 $cc           = gcc
1720 $cflags       = -DB_ENDIAN -DBN_DIV2W -O3
1721 $unistd       = 
1722 $thread_cflag = -D_REENTRANT
1723 $lflags       = -ldld
1724 $bn_ops       = DES_PTR DES_UNROLL DES_RISC1
1725 $bn_obj       = 
1726 $des_obj      = 
1727 $bf_obj       = 
1728 $md5_obj      = 
1729 $sha1_obj     = 
1730 $cast_obj     = 
1731 $rc4_obj      = 
1732 $rmd160_obj   = 
1733 $rc5_obj      = 
1734 $dso_scheme   = dl
1735 $shared_target= hpux-shared
1736 $shared_cflag = -fPIC
1737 $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1738 $ranlib       = 
1739
1740 *** hpux10-cc
1741 $cc           = cc
1742 $cflags       = -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -Ae +ESlit +O3 -z
1743 $unistd       = 
1744 $thread_cflag = -D_REENTRANT
1745 $lflags       = -ldld
1746 $bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
1747 $bn_obj       = 
1748 $des_obj      = 
1749 $bf_obj       = 
1750 $md5_obj      = 
1751 $sha1_obj     = 
1752 $cast_obj     = 
1753 $rc4_obj      = 
1754 $rmd160_obj   = 
1755 $rc5_obj      = 
1756 $dso_scheme   = dl
1757 $shared_target= hpux-shared
1758 $shared_cflag = +Z
1759 $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1760 $ranlib       = 
1761
1762 *** hpux10-gcc
1763 $cc           = gcc
1764 $cflags       = -DB_ENDIAN -DBN_DIV2W -O3
1765 $unistd       = 
1766 $thread_cflag = -D_REENTRANT
1767 $lflags       = -ldld
1768 $bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
1769 $bn_obj       = 
1770 $des_obj      = 
1771 $bf_obj       = 
1772 $md5_obj      = 
1773 $sha1_obj     = 
1774 $cast_obj     = 
1775 $rc4_obj      = 
1776 $rmd160_obj   = 
1777 $rc5_obj      = 
1778 $dso_scheme   = dl
1779 $shared_target= hpux-shared
1780 $shared_cflag = -fPIC
1781 $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1782 $ranlib       = 
1783
1784 *** hpux64-parisc-cc
1785 $cc           = cc
1786 $cflags       = -Ae +DD64 +O3 +ESlit -z -DB_ENDIAN -DMD32_XARRAY
1787 $unistd       = 
1788 $thread_cflag = -D_REENTRANT
1789 $lflags       = -ldl
1790 $bn_ops       = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
1791 $bn_obj       = 
1792 $des_obj      = 
1793 $bf_obj       = 
1794 $md5_obj      = 
1795 $sha1_obj     = 
1796 $cast_obj     = 
1797 $rc4_obj      = 
1798 $rmd160_obj   = 
1799 $rc5_obj      = 
1800 $dso_scheme   = dlfcn
1801 $shared_target= hpux64-shared
1802 $shared_cflag = +Z
1803 $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1804 $ranlib       = 
1805
1806 *** hpux64-parisc2-cc
1807 $cc           = cc
1808 $cflags       = +DD64 +O3 +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY
1809 $unistd       = 
1810 $thread_cflag = -D_REENTRANT
1811 $lflags       = -ldl
1812 $bn_ops       = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
1813 $bn_obj       = asm/pa-risc2W.o
1814 $des_obj      = 
1815 $bf_obj       = 
1816 $md5_obj      = 
1817 $sha1_obj     = 
1818 $cast_obj     = 
1819 $rc4_obj      = 
1820 $rmd160_obj   = 
1821 $rc5_obj      = 
1822 $dso_scheme   = dlfcn
1823 $shared_target= hpux64-shared
1824 $shared_cflag = +Z
1825 $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1826 $ranlib       = 
1827
1828 *** irix-cc
1829 $cc           = cc
1830 $cflags       = -O2 -use_readonly_const -DTERMIOS -DB_ENDIAN
1831 $unistd       = 
1832 $thread_cflag = (unknown)
1833 $lflags       = 
1834 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC2 DES_UNROLL BF_PTR
1835 $bn_obj       = 
1836 $des_obj      = 
1837 $bf_obj       = 
1838 $md5_obj      = 
1839 $sha1_obj     = 
1840 $cast_obj     = 
1841 $rc4_obj      = 
1842 $rmd160_obj   = 
1843 $rc5_obj      = 
1844 $dso_scheme   = dlfcn
1845 $shared_target= irix-shared
1846 $shared_cflag = 
1847 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1848 $ranlib       = 
1849
1850 *** irix-gcc
1851 $cc           = gcc
1852 $cflags       = -O3 -DTERMIOS -DB_ENDIAN
1853 $unistd       = 
1854 $thread_cflag = (unknown)
1855 $lflags       = 
1856 $bn_ops       = BN_LLONG MD2_CHAR RC4_INDEX RC4_CHAR RC4_CHUNK DES_UNROLL DES_RISC2 DES_PTR BF_PTR
1857 $bn_obj       = 
1858 $des_obj      = 
1859 $bf_obj       = 
1860 $md5_obj      = 
1861 $sha1_obj     = 
1862 $cast_obj     = 
1863 $rc4_obj      = 
1864 $rmd160_obj   = 
1865 $rc5_obj      = 
1866 $dso_scheme   = dlfcn
1867 $shared_target= irix-shared
1868 $shared_cflag = 
1869 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1870 $ranlib       = 
1871
1872 *** irix-mips3-cc
1873 $cc           = cc
1874 $cflags       = -n32 -O2 -use_readonly_const -DTERMIOS -DB_ENDIAN -DBN_DIV3W
1875 $unistd       = 
1876 $thread_cflag = -D_SGI_MP_SOURCE
1877 $lflags       = 
1878 $bn_ops       = DES_PTR RC4_CHAR RC4_CHUNK_LL DES_RISC2 DES_UNROLL BF_PTR SIXTY_FOUR_BIT
1879 $bn_obj       = asm/mips3.o
1880 $des_obj      = 
1881 $bf_obj       = 
1882 $md5_obj      = 
1883 $sha1_obj     = 
1884 $cast_obj     = 
1885 $rc4_obj      = 
1886 $rmd160_obj   = 
1887 $rc5_obj      = 
1888 $dso_scheme   = dlfcn
1889 $shared_target= irix-shared
1890 $shared_cflag = 
1891 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1892 $ranlib       = 
1893
1894 *** irix-mips3-gcc
1895 $cc           = gcc
1896 $cflags       = -mabi=n32 -mmips-as -O3 -DTERMIOS -DB_ENDIAN -DBN_DIV3W
1897 $unistd       = 
1898 $thread_cflag = -D_SGI_MP_SOURCE
1899 $lflags       = 
1900 $bn_ops       = MD2_CHAR RC4_INDEX RC4_CHAR RC4_CHUNK_LL DES_UNROLL DES_RISC2 DES_PTR BF_PTR SIXTY_FOUR_BIT
1901 $bn_obj       = asm/mips3.o
1902 $des_obj      = 
1903 $bf_obj       = 
1904 $md5_obj      = 
1905 $sha1_obj     = 
1906 $cast_obj     = 
1907 $rc4_obj      = 
1908 $rmd160_obj   = 
1909 $rc5_obj      = 
1910 $dso_scheme   = dlfcn
1911 $shared_target= irix-shared
1912 $shared_cflag = 
1913 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1914 $ranlib       = 
1915
1916 *** irix64-mips4-cc
1917 $cc           = cc
1918 $cflags       = -64 -mips4 -O2 -use_readonly_const -DTERMIOS -DB_ENDIAN -DBN_DIV3W
1919 $unistd       = 
1920 $thread_cflag = -D_SGI_MP_SOURCE
1921 $lflags       = 
1922 $bn_ops       = RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG
1923 $bn_obj       = asm/mips3.o
1924 $des_obj      = 
1925 $bf_obj       = 
1926 $md5_obj      = 
1927 $sha1_obj     = 
1928 $cast_obj     = 
1929 $rc4_obj      = 
1930 $rmd160_obj   = 
1931 $rc5_obj      = 
1932 $dso_scheme   = dlfcn
1933 $shared_target= irix-shared
1934 $shared_cflag = 
1935 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1936 $ranlib       = 
1937
1938 *** irix64-mips4-gcc
1939 $cc           = gcc
1940 $cflags       = -mabi=64 -mips4 -mmips-as -O3 -DTERMIOS -DB_ENDIAN -DBN_DIV3W
1941 $unistd       = 
1942 $thread_cflag = -D_SGI_MP_SOURCE
1943 $lflags       = 
1944 $bn_ops       = RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG
1945 $bn_obj       = asm/mips3.o
1946 $des_obj      = 
1947 $bf_obj       = 
1948 $md5_obj      = 
1949 $sha1_obj     = 
1950 $cast_obj     = 
1951 $rc4_obj      = 
1952 $rmd160_obj   = 
1953 $rc5_obj      = 
1954 $dso_scheme   = dlfcn
1955 $shared_target= irix-shared
1956 $shared_cflag = 
1957 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1958 $ranlib       = 
1959
1960 *** linux-alpha+bwx-ccc
1961 $cc           = ccc
1962 $cflags       = -fast -readonly_strings -DL_ENDIAN -DTERMIO
1963 $unistd       = 
1964 $thread_cflag = -D_REENTRANT
1965 $lflags       = 
1966 $bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL
1967 $bn_obj       = 
1968 $des_obj      = 
1969 $bf_obj       = 
1970 $md5_obj      = 
1971 $sha1_obj     = 
1972 $cast_obj     = 
1973 $rc4_obj      = 
1974 $rmd160_obj   = 
1975 $rc5_obj      = 
1976 $dso_scheme   = 
1977 $shared_target= 
1978 $shared_cflag = 
1979 $shared_extension = 
1980 $ranlib       = 
1981
1982 *** linux-alpha+bwx-gcc
1983 $cc           = gcc
1984 $cflags       = -O3 -DL_ENDIAN -DTERMIO
1985 $unistd       = 
1986 $thread_cflag = -D_REENTRANT
1987 $lflags       = -ldl
1988 $bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL
1989 $bn_obj       = 
1990 $des_obj      = 
1991 $bf_obj       = 
1992 $md5_obj      = 
1993 $sha1_obj     = 
1994 $cast_obj     = 
1995 $rc4_obj      = 
1996 $rmd160_obj   = 
1997 $rc5_obj      = 
1998 $dso_scheme   = dlfcn
1999 $shared_target= linux-shared
2000 $shared_cflag = -fPIC
2001 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2002 $ranlib       = 
2003
2004 *** linux-alpha-ccc
2005 $cc           = ccc
2006 $cflags       = -fast -readonly_strings -DL_ENDIAN -DTERMIO
2007 $unistd       = 
2008 $thread_cflag = -D_REENTRANT
2009 $lflags       = 
2010 $bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL
2011 $bn_obj       = 
2012 $des_obj      = 
2013 $bf_obj       = 
2014 $md5_obj      = 
2015 $sha1_obj     = 
2016 $cast_obj     = 
2017 $rc4_obj      = 
2018 $rmd160_obj   = 
2019 $rc5_obj      = 
2020 $dso_scheme   = 
2021 $shared_target= 
2022 $shared_cflag = 
2023 $shared_extension = 
2024 $ranlib       = 
2025
2026 *** linux-alpha-gcc
2027 $cc           = gcc
2028 $cflags       = -O3 -DL_ENDIAN -DTERMIO
2029 $unistd       = 
2030 $thread_cflag = -D_REENTRANT
2031 $lflags       = -ldl
2032 $bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL
2033 $bn_obj       = 
2034 $des_obj      = 
2035 $bf_obj       = 
2036 $md5_obj      = 
2037 $sha1_obj     = 
2038 $cast_obj     = 
2039 $rc4_obj      = 
2040 $rmd160_obj   = 
2041 $rc5_obj      = 
2042 $dso_scheme   = dlfcn
2043 $shared_target= linux-shared
2044 $shared_cflag = -fPIC
2045 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2046 $ranlib       = 
2047
2048 *** linux-aout
2049 $cc           = gcc
2050 $cflags       = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall
2051 $unistd       = 
2052 $thread_cflag = (unknown)
2053 $lflags       = 
2054 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2055 $bn_obj       = asm/bn86-out.o asm/co86-out.o
2056 $des_obj      = asm/dx86-out.o asm/yx86-out.o
2057 $bf_obj       = asm/bx86-out.o
2058 $md5_obj      = asm/mx86-out.o
2059 $sha1_obj     = asm/sx86-out.o
2060 $cast_obj     = asm/cx86-out.o
2061 $rc4_obj      = asm/rx86-out.o
2062 $rmd160_obj   = asm/rm86-out.o
2063 $rc5_obj      = asm/r586-out.o
2064 $dso_scheme   = 
2065 $shared_target= 
2066 $shared_cflag = 
2067 $shared_extension = 
2068 $ranlib       = 
2069
2070 *** linux-elf
2071 $cc           = gcc
2072 $cflags       = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall
2073 $unistd       = 
2074 $thread_cflag = -D_REENTRANT
2075 $lflags       = -ldl
2076 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2077 $bn_obj       = asm/bn86-elf.o asm/co86-elf.o
2078 $des_obj      = asm/dx86-elf.o asm/yx86-elf.o
2079 $bf_obj       = asm/bx86-elf.o
2080 $md5_obj      = asm/mx86-elf.o
2081 $sha1_obj     = asm/sx86-elf.o
2082 $cast_obj     = asm/cx86-elf.o
2083 $rc4_obj      = asm/rx86-elf.o
2084 $rmd160_obj   = asm/rm86-elf.o
2085 $rc5_obj      = asm/r586-elf.o
2086 $dso_scheme   = dlfcn
2087 $shared_target= linux-shared
2088 $shared_cflag = -fPIC
2089 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2090 $ranlib       = 
2091
2092 *** linux-elf-arm
2093 $cc           = gcc
2094 $cflags       = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
2095 $unistd       = 
2096 $thread_cflag = -D_REENTRANT
2097 $lflags       = 
2098 $bn_ops       = BN_LLONG
2099 $bn_obj       = 
2100 $des_obj      = 
2101 $bf_obj       = 
2102 $md5_obj      = 
2103 $sha1_obj     = 
2104 $cast_obj     = 
2105 $rc4_obj      = 
2106 $rmd160_obj   = 
2107 $rc5_obj      = 
2108 $dso_scheme   = dlfcn
2109 $shared_target= linux-shared
2110 $shared_cflag = -fPIC
2111 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2112 $ranlib       = 
2113
2114 *** linux-ia64
2115 $cc           = gcc
2116 $cflags       = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
2117 $unistd       = 
2118 $thread_cflag = -D_REENTRANT
2119 $lflags       = -ldl
2120 $bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK RC4_CHAR
2121 $bn_obj       = asm/ia64.o
2122 $des_obj      = 
2123 $bf_obj       = 
2124 $md5_obj      = 
2125 $sha1_obj     = 
2126 $cast_obj     = 
2127 $rc4_obj      = 
2128 $rmd160_obj   = 
2129 $rc5_obj      = 
2130 $dso_scheme   = dlfcn
2131 $shared_target= linux-shared
2132 $shared_cflag = -fPIC
2133 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2134 $ranlib       = 
2135
2136 *** linux-m68k
2137 $cc           = gcc
2138 $cflags       = -DB_ENDIAN -DTERMIO -O2 -fomit-frame-pointer -Wall
2139 $unistd       = 
2140 $thread_cflag = -D_REENTRANT
2141 $lflags       = 
2142 $bn_ops       = BN_LLONG
2143 $bn_obj       = 
2144 $des_obj      = 
2145 $bf_obj       = 
2146 $md5_obj      = 
2147 $sha1_obj     = 
2148 $cast_obj     = 
2149 $rc4_obj      = 
2150 $rmd160_obj   = 
2151 $rc5_obj      = 
2152 $dso_scheme   = 
2153 $shared_target= 
2154 $shared_cflag = 
2155 $shared_extension = 
2156 $ranlib       = 
2157
2158 *** linux-mips
2159 $cc           = gcc
2160 $cflags       = -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
2161 $unistd       = 
2162 $thread_cflag = (unknown)
2163 $lflags       = 
2164 $bn_ops       = BN_LLONG
2165 $bn_obj       = 
2166 $des_obj      = 
2167 $bf_obj       = 
2168 $md5_obj      = 
2169 $sha1_obj     = 
2170 $cast_obj     = 
2171 $rc4_obj      = 
2172 $rmd160_obj   = 
2173 $rc5_obj      = 
2174 $dso_scheme   = 
2175 $shared_target= 
2176 $shared_cflag = 
2177 $shared_extension = 
2178 $ranlib       = 
2179
2180 *** linux-mipsel
2181 $cc           = gcc
2182 $cflags       = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
2183 $unistd       = 
2184 $thread_cflag = (unknown)
2185 $lflags       = 
2186 $bn_ops       = BN_LLONG
2187 $bn_obj       = 
2188 $des_obj      = 
2189 $bf_obj       = 
2190 $md5_obj      = 
2191 $sha1_obj     = 
2192 $cast_obj     = 
2193 $rc4_obj      = 
2194 $rmd160_obj   = 
2195 $rc5_obj      = 
2196 $dso_scheme   = 
2197 $shared_target= 
2198 $shared_cflag = 
2199 $shared_extension = 
2200 $ranlib       = 
2201
2202 *** linux-ppc
2203 $cc           = gcc
2204 $cflags       = -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
2205 $unistd       = 
2206 $thread_cflag = -D_REENTRANT
2207 $lflags       = -ldl
2208 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL
2209 $bn_obj       = 
2210 $des_obj      = 
2211 $bf_obj       = 
2212 $md5_obj      = 
2213 $sha1_obj     = 
2214 $cast_obj     = 
2215 $rc4_obj      = 
2216 $rmd160_obj   = 
2217 $rc5_obj      = 
2218 $dso_scheme   = dlfcn
2219 $shared_target= linux-shared
2220 $shared_cflag = -fPIC
2221 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2222 $ranlib       = 
2223
2224 *** linux-s390
2225 $cc           = gcc
2226 $cflags       = -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
2227 $unistd       = 
2228 $thread_cflag = -D_REENTRANT
2229 $lflags       = 
2230 $bn_ops       = BN_LLONG
2231 $bn_obj       = 
2232 $des_obj      = 
2233 $bf_obj       = 
2234 $md5_obj      = 
2235 $sha1_obj     = 
2236 $cast_obj     = 
2237 $rc4_obj      = 
2238 $rmd160_obj   = 
2239 $rc5_obj      = 
2240 $dso_scheme   = 
2241 $shared_target= 
2242 $shared_cflag = 
2243 $shared_extension = 
2244 $ranlib       = 
2245
2246 *** linux-sparcv7
2247 $cc           = gcc
2248 $cflags       = -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
2249 $unistd       = 
2250 $thread_cflag = -D_REENTRANT
2251 $lflags       = 
2252 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
2253 $bn_obj       = 
2254 $des_obj      = 
2255 $bf_obj       = 
2256 $md5_obj      = 
2257 $sha1_obj     = 
2258 $cast_obj     = 
2259 $rc4_obj      = 
2260 $rmd160_obj   = 
2261 $rc5_obj      = 
2262 $dso_scheme   = 
2263 $shared_target= 
2264 $shared_cflag = 
2265 $shared_extension = 
2266 $ranlib       = 
2267
2268 *** linux-sparcv8
2269 $cc           = gcc
2270 $cflags       = -mv8 -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DBN_DIV2W
2271 $unistd       = 
2272 $thread_cflag = -D_REENTRANT
2273 $lflags       = 
2274 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
2275 $bn_obj       = asm/sparcv8.o
2276 $des_obj      = 
2277 $bf_obj       = 
2278 $md5_obj      = 
2279 $sha1_obj     = 
2280 $cast_obj     = 
2281 $rc4_obj      = 
2282 $rmd160_obj   = 
2283 $rc5_obj      = 
2284 $dso_scheme   = 
2285 $shared_target= 
2286 $shared_cflag = 
2287 $shared_extension = 
2288 $ranlib       = 
2289
2290 *** linux-sparcv9
2291 $cc           = gcc
2292 $cflags       = -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -Wa,-Av8plus -DULTRASPARC -DBN_DIV2W
2293 $unistd       = 
2294 $thread_cflag = -D_REENTRANT
2295 $lflags       = 
2296 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
2297 $bn_obj       = asm/sparcv8plus.o
2298 $des_obj      = 
2299 $bf_obj       = 
2300 $md5_obj      = asm/md5-sparcv8plus.o
2301 $sha1_obj     = 
2302 $cast_obj     = 
2303 $rc4_obj      = 
2304 $rmd160_obj   = 
2305 $rc5_obj      = 
2306 $dso_scheme   = 
2307 $shared_target= 
2308 $shared_cflag = 
2309 $shared_extension = 
2310 $ranlib       = 
2311
2312 *** ncr-scde
2313 $cc           = cc
2314 $cflags       = -O6 -Xa -Hoff=BEHAVED -686 -Hwide -Hiw
2315 $unistd       = 
2316 $thread_cflag = (unknown)
2317 $lflags       = -lsocket -lnsl
2318 $bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2319 $bn_obj       = 
2320 $des_obj      = 
2321 $bf_obj       = 
2322 $md5_obj      = 
2323 $sha1_obj     = 
2324 $cast_obj     = 
2325 $rc4_obj      = 
2326 $rmd160_obj   = 
2327 $rc5_obj      = 
2328 $dso_scheme   = 
2329 $shared_target= 
2330 $shared_cflag = 
2331 $shared_extension = 
2332 $ranlib       = 
2333
2334 *** newsos4-gcc
2335 $cc           = gcc
2336 $cflags       = -O -DB_ENDIAN -DNEWS4
2337 $unistd       = 
2338 $thread_cflag = (unknown)
2339 $lflags       = -lmld -liberty
2340 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
2341 $bn_obj       = 
2342 $des_obj      = 
2343 $bf_obj       = 
2344 $md5_obj      = 
2345 $sha1_obj     = 
2346 $cast_obj     = 
2347 $rc4_obj      = 
2348 $rmd160_obj   = 
2349 $rc5_obj      = 
2350 $dso_scheme   = 
2351 $shared_target= 
2352 $shared_cflag = 
2353 $shared_extension = 
2354 $ranlib       = 
2355
2356 *** nextstep
2357 $cc           = cc
2358 $cflags       = -O -Wall
2359 $unistd       = <libc.h>
2360 $thread_cflag = (unknown)
2361 $lflags       = 
2362 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2363 $bn_obj       = 
2364 $des_obj      = 
2365 $bf_obj       = 
2366 $md5_obj      = 
2367 $sha1_obj     = 
2368 $cast_obj     = 
2369 $rc4_obj      = 
2370 $rmd160_obj   = 
2371 $rc5_obj      = 
2372 $dso_scheme   = 
2373 $shared_target= 
2374 $shared_cflag = 
2375 $shared_extension = 
2376 $ranlib       = 
2377
2378 *** nextstep3.3
2379 $cc           = cc
2380 $cflags       = -O3 -Wall
2381 $unistd       = <libc.h>
2382 $thread_cflag = (unknown)
2383 $lflags       = 
2384 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2385 $bn_obj       = 
2386 $des_obj      = 
2387 $bf_obj       = 
2388 $md5_obj      = 
2389 $sha1_obj     = 
2390 $cast_obj     = 
2391 $rc4_obj      = 
2392 $rmd160_obj   = 
2393 $rc5_obj      = 
2394 $dso_scheme   = 
2395 $shared_target= 
2396 $shared_cflag = 
2397 $shared_extension = 
2398 $ranlib       = 
2399
2400 *** purify
2401 $cc           = purify gcc
2402 $cflags       = -g -DPURIFY -Wall
2403 $unistd       = 
2404 $thread_cflag = (unknown)
2405 $lflags       = -lsocket -lnsl
2406 $bn_ops       = 
2407 $bn_obj       = 
2408 $des_obj      = 
2409 $bf_obj       = 
2410 $md5_obj      = 
2411 $sha1_obj     = 
2412 $cast_obj     = 
2413 $rc4_obj      = 
2414 $rmd160_obj   = 
2415 $rc5_obj      = 
2416 $dso_scheme   = 
2417 $shared_target= 
2418 $shared_cflag = 
2419 $shared_extension = 
2420 $ranlib       = 
2421
2422 *** qnx4
2423 $cc           = cc
2424 $cflags       = -DL_ENDIAN -DTERMIO
2425 $unistd       = 
2426 $thread_cflag = (unknown)
2427 $lflags       = 
2428 $bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2429 $bn_obj       = 
2430 $des_obj      = 
2431 $bf_obj       = 
2432 $md5_obj      = 
2433 $sha1_obj     = 
2434 $cast_obj     = 
2435 $rc4_obj      = 
2436 $rmd160_obj   = 
2437 $rc5_obj      = 
2438 $dso_scheme   = 
2439 $shared_target= 
2440 $shared_cflag = 
2441 $shared_extension = 
2442 $ranlib       = 
2443
2444 *** qnx6
2445 $cc           = cc
2446 $cflags       = -DL_ENDIAN -DTERMIOS
2447 $unistd       = 
2448 $thread_cflag = (unknown)
2449 $lflags       = -lsocket
2450 $bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2451 $bn_obj       = 
2452 $des_obj      = 
2453 $bf_obj       = 
2454 $md5_obj      = 
2455 $sha1_obj     = 
2456 $cast_obj     = 
2457 $rc4_obj      = 
2458 $rmd160_obj   = 
2459 $rc5_obj      = 
2460 $dso_scheme   = 
2461 $shared_target= 
2462 $shared_cflag = 
2463 $shared_extension = 
2464 $ranlib       = 
2465
2466 *** rhapsody-ppc-cc
2467 $cc           = cc
2468 $cflags       = -O3 -DB_ENDIAN
2469 $unistd       = 
2470 $thread_cflag = (unknown)
2471 $lflags       = 
2472 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
2473 $bn_obj       = 
2474 $des_obj      = 
2475 $bf_obj       = 
2476 $md5_obj      = 
2477 $sha1_obj     = 
2478 $cast_obj     = 
2479 $rc4_obj      = 
2480 $rmd160_obj   = 
2481 $rc5_obj      = 
2482 $dso_scheme   = 
2483 $shared_target= 
2484 $shared_cflag = 
2485 $shared_extension = 
2486 $ranlib       = 
2487
2488 *** sco3-gcc
2489 $cc           = gcc
2490 $cflags       = -O3 -fomit-frame-pointer -Dssize_t=int -DNO_SYS_UN_H
2491 $unistd       = 
2492 $thread_cflag = (unknown)
2493 $lflags       = -lsocket
2494 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2495 $bn_obj       = 
2496 $des_obj      = 
2497 $bf_obj       = 
2498 $md5_obj      = 
2499 $sha1_obj     = 
2500 $cast_obj     = 
2501 $rc4_obj      = 
2502 $rmd160_obj   = 
2503 $rc5_obj      = 
2504 $dso_scheme   = 
2505 $shared_target= 
2506 $shared_cflag = 
2507 $shared_extension = 
2508 $ranlib       = 
2509
2510 *** sco5-cc
2511 $cc           = cc
2512 $cflags       = 
2513 $unistd       = 
2514 $thread_cflag = (unknown)
2515 $lflags       = -lsocket
2516 $bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2517 $bn_obj       = 
2518 $des_obj      = 
2519 $bf_obj       = 
2520 $md5_obj      = 
2521 $sha1_obj     = 
2522 $cast_obj     = 
2523 $rc4_obj      = 
2524 $rmd160_obj   = 
2525 $rc5_obj      = 
2526 $dso_scheme   = 
2527 $shared_target= 
2528 $shared_cflag = 
2529 $shared_extension = 
2530 $ranlib       = 
2531
2532 *** sco5-cc-pentium
2533 $cc           = cc
2534 $cflags       = -Kpentium
2535 $unistd       = 
2536 $thread_cflag = (unknown)
2537 $lflags       = -lsocket
2538 $bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2539 $bn_obj       = 
2540 $des_obj      = 
2541 $bf_obj       = 
2542 $md5_obj      = 
2543 $sha1_obj     = 
2544 $cast_obj     = 
2545 $rc4_obj      = 
2546 $rmd160_obj   = 
2547 $rc5_obj      = 
2548 $dso_scheme   = 
2549 $shared_target= 
2550 $shared_cflag = 
2551 $shared_extension = 
2552 $ranlib       = 
2553
2554 *** sco5-gcc
2555 $cc           = gcc
2556 $cflags       = -O3 -fomit-frame-pointer
2557 $unistd       = 
2558 $thread_cflag = (unknown)
2559 $lflags       = -lsocket
2560 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2561 $bn_obj       = 
2562 $des_obj      = 
2563 $bf_obj       = 
2564 $md5_obj      = 
2565 $sha1_obj     = 
2566 $cast_obj     = 
2567 $rc4_obj      = 
2568 $rmd160_obj   = 
2569 $rc5_obj      = 
2570 $dso_scheme   = 
2571 $shared_target= 
2572 $shared_cflag = 
2573 $shared_extension = 
2574 $ranlib       = 
2575
2576 *** solaris-sparc-sc3
2577 $cc           = cc
2578 $cflags       = -fast -O -Xa -DB_ENDIAN
2579 $unistd       = 
2580 $thread_cflag = -D_REENTRANT
2581 $lflags       = -lsocket -lnsl -ldl
2582 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR
2583 $bn_obj       = 
2584 $des_obj      = 
2585 $bf_obj       = 
2586 $md5_obj      = 
2587 $sha1_obj     = 
2588 $cast_obj     = 
2589 $rc4_obj      = 
2590 $rmd160_obj   = 
2591 $rc5_obj      = 
2592 $dso_scheme   = dlfcn
2593 $shared_target= solaris-shared
2594 $shared_cflag = -KPIC
2595 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2596 $ranlib       = 
2597
2598 *** solaris-sparcv7-cc
2599 $cc           = cc
2600 $cflags       = -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W
2601 $unistd       = 
2602 $thread_cflag = -D_REENTRANT
2603 $lflags       = -lsocket -lnsl -ldl
2604 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
2605 $bn_obj       = 
2606 $des_obj      = 
2607 $bf_obj       = 
2608 $md5_obj      = 
2609 $sha1_obj     = 
2610 $cast_obj     = 
2611 $rc4_obj      = 
2612 $rmd160_obj   = 
2613 $rc5_obj      = 
2614 $dso_scheme   = dlfcn
2615 $shared_target= solaris-shared
2616 $shared_cflag = -KPIC
2617 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2618 $ranlib       = 
2619
2620 *** solaris-sparcv7-gcc
2621 $cc           = gcc
2622 $cflags       = -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
2623 $unistd       = 
2624 $thread_cflag = -D_REENTRANT
2625 $lflags       = -lsocket -lnsl -ldl
2626 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
2627 $bn_obj       = 
2628 $des_obj      = 
2629 $bf_obj       = 
2630 $md5_obj      = 
2631 $sha1_obj     = 
2632 $cast_obj     = 
2633 $rc4_obj      = 
2634 $rmd160_obj   = 
2635 $rc5_obj      = 
2636 $dso_scheme   = dlfcn
2637 $shared_target= solaris-shared
2638 $shared_cflag = -fPIC
2639 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2640 $ranlib       = 
2641
2642 *** solaris-sparcv8-cc
2643 $cc           = cc
2644 $cflags       = -xarch=v8 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W
2645 $unistd       = 
2646 $thread_cflag = -D_REENTRANT
2647 $lflags       = -lsocket -lnsl -ldl
2648 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
2649 $bn_obj       = asm/sparcv8.o
2650 $des_obj      = 
2651 $bf_obj       = 
2652 $md5_obj      = 
2653 $sha1_obj     = 
2654 $cast_obj     = 
2655 $rc4_obj      = 
2656 $rmd160_obj   = 
2657 $rc5_obj      = 
2658 $dso_scheme   = dlfcn
2659 $shared_target= solaris-shared
2660 $shared_cflag = -KPIC
2661 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2662 $ranlib       = 
2663
2664 *** solaris-sparcv8-gcc
2665 $cc           = gcc
2666 $cflags       = -mv8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
2667 $unistd       = 
2668 $thread_cflag = -D_REENTRANT
2669 $lflags       = -lsocket -lnsl -ldl
2670 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
2671 $bn_obj       = asm/sparcv8.o
2672 $des_obj      = 
2673 $bf_obj       = 
2674 $md5_obj      = 
2675 $sha1_obj     = 
2676 $cast_obj     = 
2677 $rc4_obj      = 
2678 $rmd160_obj   = 
2679 $rc5_obj      = 
2680 $dso_scheme   = dlfcn
2681 $shared_target= solaris-shared
2682 $shared_cflag = -fPIC
2683 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2684 $ranlib       = 
2685
2686 *** solaris-sparcv9-cc
2687 $cc           = cc
2688 $cflags       = -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC
2689 $unistd       = 
2690 $thread_cflag = -D_REENTRANT
2691 $lflags       = -lsocket -lnsl -ldl
2692 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR
2693 $bn_obj       = asm/sparcv8plus.o
2694 $des_obj      = 
2695 $bf_obj       = 
2696 $md5_obj      = asm/md5-sparcv8plus.o
2697 $sha1_obj     = 
2698 $cast_obj     = 
2699 $rc4_obj      = 
2700 $rmd160_obj   = 
2701 $rc5_obj      = 
2702 $dso_scheme   = dlfcn
2703 $shared_target= solaris-shared
2704 $shared_cflag = -KPIC
2705 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2706 $ranlib       = 
2707
2708 *** solaris-sparcv9-gcc
2709 $cc           = gcc
2710 $cflags       = -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC
2711 $unistd       = 
2712 $thread_cflag = -D_REENTRANT
2713 $lflags       = -lsocket -lnsl -ldl
2714 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
2715 $bn_obj       = asm/sparcv8plus.o
2716 $des_obj      = 
2717 $bf_obj       = 
2718 $md5_obj      = asm/md5-sparcv8plus.o
2719 $sha1_obj     = 
2720 $cast_obj     = 
2721 $rc4_obj      = 
2722 $rmd160_obj   = 
2723 $rc5_obj      = 
2724 $dso_scheme   = dlfcn
2725 $shared_target= solaris-shared
2726 $shared_cflag = -fPIC
2727 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2728 $ranlib       = 
2729
2730 *** solaris-sparcv9-gcc27
2731 $cc           = gcc
2732 $cflags       = -mv8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC
2733 $unistd       = 
2734 $thread_cflag = -D_REENTRANT
2735 $lflags       = -lsocket -lnsl -ldl
2736 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
2737 $bn_obj       = asm/sparcv8plus-gcc27.o
2738 $des_obj      = 
2739 $bf_obj       = 
2740 $md5_obj      = asm/md5-sparcv8plus-gcc27.o
2741 $sha1_obj     = 
2742 $cast_obj     = 
2743 $rc4_obj      = 
2744 $rmd160_obj   = 
2745 $rc5_obj      = 
2746 $dso_scheme   = dlfcn
2747 $shared_target= solaris-shared
2748 $shared_cflag = -fPIC
2749 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2750 $ranlib       = 
2751
2752 *** solaris-x86-cc
2753 $cc           = cc
2754 $cflags       = -fast -O -Xa
2755 $unistd       = 
2756 $thread_cflag = -D_REENTRANT
2757 $lflags       = -lsocket -lnsl -ldl
2758 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR
2759 $bn_obj       = 
2760 $des_obj      = 
2761 $bf_obj       = 
2762 $md5_obj      = 
2763 $sha1_obj     = 
2764 $cast_obj     = 
2765 $rc4_obj      = 
2766 $rmd160_obj   = 
2767 $rc5_obj      = 
2768 $dso_scheme   = dlfcn
2769 $shared_target= solaris-shared
2770 $shared_cflag = -KPIC
2771 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2772 $ranlib       = 
2773
2774 *** solaris-x86-gcc
2775 $cc           = gcc
2776 $cflags       = -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DNO_INLINE_ASM
2777 $unistd       = 
2778 $thread_cflag = -D_REENTRANT
2779 $lflags       = -lsocket -lnsl -ldl
2780 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2781 $bn_obj       = asm/bn86-sol.o asm/co86-sol.o
2782 $des_obj      = asm/dx86-sol.o asm/yx86-sol.o
2783 $bf_obj       = asm/bx86-sol.o
2784 $md5_obj      = asm/mx86-sol.o
2785 $sha1_obj     = asm/sx86-sol.o
2786 $cast_obj     = asm/cx86-sol.o
2787 $rc4_obj      = asm/rx86-sol.o
2788 $rmd160_obj   = asm/rm86-sol.o
2789 $rc5_obj      = asm/r586-sol.o
2790 $dso_scheme   = dlfcn
2791 $shared_target= solaris-shared
2792 $shared_cflag = -fPIC
2793 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2794 $ranlib       = 
2795
2796 *** solaris64-sparcv9-cc
2797 $cc           = cc
2798 $cflags       = -xtarget=ultra -xarch=v9 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DULTRASPARC
2799 $unistd       = 
2800 $thread_cflag = -D_REENTRANT
2801 $lflags       = -lsocket -lnsl -ldl
2802 $bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR
2803 $bn_obj       = 
2804 $des_obj      = 
2805 $bf_obj       = 
2806 $md5_obj      = asm/md5-sparcv9.o
2807 $sha1_obj     = 
2808 $cast_obj     = 
2809 $rc4_obj      = 
2810 $rmd160_obj   = 
2811 $rc5_obj      = 
2812 $dso_scheme   = dlfcn
2813 $shared_target= solaris-shared
2814 $shared_cflag = -KPIC
2815 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2816 $ranlib       = /usr/ccs/bin/ar rs
2817
2818 *** sunos-gcc
2819 $cc           = gcc
2820 $cflags       = -O3 -mv8 -Dssize_t=int
2821 $unistd       = 
2822 $thread_cflag = (unknown)
2823 $lflags       = 
2824 $bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL DES_PTR DES_RISC1
2825 $bn_obj       = 
2826 $des_obj      = 
2827 $bf_obj       = 
2828 $md5_obj      = 
2829 $sha1_obj     = 
2830 $cast_obj     = 
2831 $rc4_obj      = 
2832 $rmd160_obj   = 
2833 $rc5_obj      = 
2834 $dso_scheme   = 
2835 $shared_target= 
2836 $shared_cflag = 
2837 $shared_extension = 
2838 $ranlib       = 
2839
2840 *** ultrix-cc
2841 $cc           = cc
2842 $cflags       = -std1 -O -Olimit 1000 -DL_ENDIAN
2843 $unistd       = 
2844 $thread_cflag = (unknown)
2845 $lflags       = 
2846 $bn_ops       = 
2847 $bn_obj       = 
2848 $des_obj      = 
2849 $bf_obj       = 
2850 $md5_obj      = 
2851 $sha1_obj     = 
2852 $cast_obj     = 
2853 $rc4_obj      = 
2854 $rmd160_obj   = 
2855 $rc5_obj      = 
2856 $dso_scheme   = 
2857 $shared_target= 
2858 $shared_cflag = 
2859 $shared_extension = 
2860 $ranlib       = 
2861
2862 *** ultrix-gcc
2863 $cc           = gcc
2864 $cflags       = -O3 -DL_ENDIAN
2865 $unistd       = 
2866 $thread_cflag = (unknown)
2867 $lflags       = 
2868 $bn_ops       = 
2869 $bn_obj       = 
2870 $des_obj      = 
2871 $bf_obj       = 
2872 $md5_obj      = 
2873 $sha1_obj     = 
2874 $cast_obj     = 
2875 $rc4_obj      = 
2876 $rmd160_obj   = 
2877 $rc5_obj      = 
2878 $dso_scheme   = 
2879 $shared_target= 
2880 $shared_cflag = 
2881 $shared_extension = 
2882 $ranlib       = 
2883
2884 *** unixware-2.0
2885 $cc           = cc
2886 $cflags       = -DFILIO_H
2887 $unistd       = 
2888 $thread_cflag = -Kthread
2889 $lflags       = -lsocket -lnsl -lx
2890 $bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2891 $bn_obj       = 
2892 $des_obj      = 
2893 $bf_obj       = 
2894 $md5_obj      = 
2895 $sha1_obj     = 
2896 $cast_obj     = 
2897 $rc4_obj      = 
2898 $rmd160_obj   = 
2899 $rc5_obj      = 
2900 $dso_scheme   = 
2901 $shared_target= 
2902 $shared_cflag = 
2903 $shared_extension = 
2904 $ranlib       = 
2905
2906 *** unixware-2.0-pentium
2907 $cc           = cc
2908 $cflags       = -DFILIO_H -Kpentium
2909 $unistd       = 
2910 $thread_cflag = -Kthread
2911 $lflags       = -lsocket -lnsl -lx
2912 $bn_ops       = MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL
2913 $bn_obj       = 
2914 $des_obj      = 
2915 $bf_obj       = 
2916 $md5_obj      = 
2917 $sha1_obj     = 
2918 $cast_obj     = 
2919 $rc4_obj      = 
2920 $rmd160_obj   = 
2921 $rc5_obj      = 
2922 $dso_scheme   = 
2923 $shared_target= 
2924 $shared_cflag = 
2925 $shared_extension = 
2926 $ranlib       = 
2927
2928 *** unixware-2.1
2929 $cc           = cc
2930 $cflags       = -O -DFILIO_H
2931 $unistd       = 
2932 $thread_cflag = -Kthread
2933 $lflags       = -lsocket -lnsl -lx
2934 $bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2935 $bn_obj       = 
2936 $des_obj      = 
2937 $bf_obj       = 
2938 $md5_obj      = 
2939 $sha1_obj     = 
2940 $cast_obj     = 
2941 $rc4_obj      = 
2942 $rmd160_obj   = 
2943 $rc5_obj      = 
2944 $dso_scheme   = 
2945 $shared_target= 
2946 $shared_cflag = 
2947 $shared_extension = 
2948 $ranlib       = 
2949
2950 *** unixware-2.1-p6
2951 $cc           = cc
2952 $cflags       = -O -DFILIO_H -Kp6
2953 $unistd       = 
2954 $thread_cflag = -Kthread
2955 $lflags       = -lsocket -lnsl -lx
2956 $bn_ops       = MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL
2957 $bn_obj       = 
2958 $des_obj      = 
2959 $bf_obj       = 
2960 $md5_obj      = 
2961 $sha1_obj     = 
2962 $cast_obj     = 
2963 $rc4_obj      = 
2964 $rmd160_obj   = 
2965 $rc5_obj      = 
2966 $dso_scheme   = 
2967 $shared_target= 
2968 $shared_cflag = 
2969 $shared_extension = 
2970 $ranlib       = 
2971
2972 *** unixware-2.1-pentium
2973 $cc           = cc
2974 $cflags       = -O -DFILIO_H -Kpentium
2975 $unistd       = 
2976 $thread_cflag = -Kthread
2977 $lflags       = -lsocket -lnsl -lx
2978 $bn_ops       = MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL
2979 $bn_obj       = 
2980 $des_obj      = 
2981 $bf_obj       = 
2982 $md5_obj      = 
2983 $sha1_obj     = 
2984 $cast_obj     = 
2985 $rc4_obj      = 
2986 $rmd160_obj   = 
2987 $rc5_obj      = 
2988 $dso_scheme   = 
2989 $shared_target= 
2990 $shared_cflag = 
2991 $shared_extension = 
2992 $ranlib       = 
2993
2994 *** unixware-7
2995 $cc           = cc
2996 $cflags       = -O -DFILIO_H -Kalloca
2997 $unistd       = 
2998 $thread_cflag = -Kthread
2999 $lflags       = -lsocket -lnsl
3000 $bn_ops       = BN_LLONG MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL
3001 $bn_obj       = 
3002 $des_obj      = 
3003 $bf_obj       = 
3004 $md5_obj      = 
3005 $sha1_obj     = 
3006 $cast_obj     = 
3007 $rc4_obj      = 
3008 $rmd160_obj   = 
3009 $rc5_obj      = 
3010 $dso_scheme   = 
3011 $shared_target= 
3012 $shared_cflag = 
3013 $shared_extension = 
3014 $ranlib       = 
3015
3016 *** unixware-7-gcc
3017 $cc           = gcc
3018 $cflags       = -DL_ENDIAN -DFILIO_H -O3 -fomit-frame-pointer -m486 -Wall
3019 $unistd       = 
3020 $thread_cflag = -D_REENTRANT
3021 $lflags       = -lsocket -lnsl
3022 $bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
3023 $bn_obj       = 
3024 $des_obj      = 
3025 $bf_obj       = 
3026 $md5_obj      = 
3027 $sha1_obj     = 
3028 $cast_obj     = 
3029 $rc4_obj      = 
3030 $rmd160_obj   = 
3031 $rc5_obj      = 
3032 $dso_scheme   = dlfcn
3033 $shared_target= gnu-shared
3034 $shared_cflag = -fPIC
3035 $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3036 $ranlib       = 
3037
3038 *** unixware-7-pentium
3039 $cc           = cc
3040 $cflags       = -O -DFILIO_H -Kalloca -Kpentium
3041 $unistd       = 
3042 $thread_cflag = -Kthread
3043 $lflags       = -lsocket -lnsl
3044 $bn_ops       = BN_LLONG MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL
3045 $bn_obj       = 
3046 $des_obj      = 
3047 $bf_obj       = 
3048 $md5_obj      = 
3049 $sha1_obj     = 
3050 $cast_obj     = 
3051 $rc4_obj      = 
3052 $rmd160_obj   = 
3053 $rc5_obj      = 
3054 $dso_scheme   = 
3055 $shared_target= 
3056 $shared_cflag = 
3057 $shared_extension = 
3058 $ranlib       = 
3059
3060 *** unixware-7-pentium_pro
3061 $cc           = cc
3062 $cflags       = -O -DFILIO_H -Kalloca -Kpentium_pro
3063 $unistd       = 
3064 $thread_cflag = -Kthread
3065 $lflags       = -lsocket -lnsl
3066 $bn_ops       = BN_LLONG MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL
3067 $bn_obj       = 
3068 $des_obj      = 
3069 $bf_obj       = 
3070 $md5_obj      = 
3071 $sha1_obj     = 
3072 $cast_obj     = 
3073 $rc4_obj      = 
3074 $rmd160_obj   = 
3075 $rc5_obj      = 
3076 $dso_scheme   = 
3077 $shared_target= 
3078 $shared_cflag = 
3079 $shared_extension = 
3080 $ranlib       =