source: branches/profile/util/config.HP-UX

Last change on this file was 2, checked in by oldcode, 23 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 516 bytes
Line 
1# Uncomment one section, depending on your machine type and compiler options
2
3#DEBUG = 1
4
5#********* LINUX / gcc g++ / static ********
6#MACH = LINUX#           # Linus g++  and gcc
7#LINUX = 1
8 
9#********* SUN4 / acc CC / dynamic ********
10 
11#MACH = SUN4
12#SUN4 = 1#                              # Exportable Version
13 
14#MACH = SUN5
15#SUN5 = 1
16
17#********* HP ****************
18HPCC = 1
19#HPGCC = 1
20MACH = HP
21
22#*******  SGI  ***********
23#SGI = 1
24#MACH = SGI
25
26#*******  DIGITAL OSF  ***********
27#DIGITAL = 1
28#MACH = DIGITAL
Note: See TracBrowser for help on using the repository browser.