Git init
[external/mawk.git] / config-user / apollo
1 # Apollo system 10.4
2 # domain C compiler 6.9
3 #
4 # mawk will not work with 6.8 or earlier compiler
5
6
7 # $Log: apollo,v $
8 # Revision 1.1  1994/12/14  00:11:03  mike
9 # initial ci
10 #
11
12 ############
13
14 CC='cc -A nansi'    # otherwise matherr() won't load
15
16 MATHLIB='      '    # don't need a mathlib
17
18 # where to put the binary
19 BINDIR=/usr/local/bin
20
21 # where to put the man pages and man page extension
22 MANDIR=/usr/local/man/man1
23 MANEXT=1
24