"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "cgiwrap-4.1/doc/notes" of archive cgiwrap-4.1.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 CGIWrap - Compilation Notes
2 __________________________________________________________________
3
4 CDC 4680 EP/IX 2.1.1ad
5
6 CC=cc
7 CCOPT=-systype sysv -I/usr/include/bsd -lbsd
8
9 Don't include "strings.h"
10
11 HP-UX 9.0.x
12
13 Don't enable the setrlimit checking, it is not completely
14 supported by HPUX.
15
16 SCO Unixware 2.03
17
18 Problems with sete[ug]id. You might need to undefine these in
19 the config.sh file at the end of the Configure run. (Thanks to
20 John Romano for pointing this problem out.)