1 | /**/# |
---|
2 | /**/# $Id: imake.config,v 1.4 1998-01-20 23:12:14 ghudson Exp $ |
---|
3 | /**/# |
---|
4 | /**/# config.Imakefile for for tcsh 6.00 |
---|
5 | /**/# Marc Horowitz, MIT SIPB |
---|
6 | /**/# |
---|
7 | |
---|
8 | /* installed location of tcsh, if different than the default in |
---|
9 | pathnames.h */ |
---|
10 | #define TcshPath /bin/athena/tcsh |
---|
11 | #define DestBin /bin/athena |
---|
12 | #define DestMan /usr/athena/man/man1 |
---|
13 | |
---|
14 | /* The following #define's may be used to cause tcsh to link against |
---|
15 | these libraries. If you have one of the machines which is defined in |
---|
16 | the Imakefile, the correct libraries will automatically be used. It's |
---|
17 | better to set up new definitions in the Imakefile than to put them |
---|
18 | here if you're defining support for a new machine, rather than |
---|
19 | configuring for local hacks. */ |
---|
20 | /* #define UseLibTermcap */ |
---|
21 | /* #define UseLibCurses */ |
---|
22 | /* #define UseLibNet */ |
---|
23 | /* #define UseLibSocket */ |
---|
24 | /* #define UseLibBsd */ |
---|
25 | /* #define UseLibC_S */ |
---|
26 | /* #define UseLibSun */ |
---|
27 | /* #define UseLibCposix */ |
---|
28 | /* #define UseLibInet */ |
---|
29 | /* #define UseLibDir */ |
---|
30 | /* #define UseLibX */ |
---|
31 | /* #define UseLibIntl */ |
---|
32 | /* #define UseLibPosix */ |
---|
33 | /* #define UseLibDirent */ |
---|
34 | |
---|
35 | /* define if you want to use gcc. Your site.def file may already do |
---|
36 | this, but it shouldn't hurt. */ |
---|
37 | /* #define HasGCC */ |
---|
38 | |
---|
39 | /* define if you have some different compiler than cc or gcc */ |
---|
40 | /* #define MyCC xlc */ |
---|
41 | |
---|
42 | /* define if you have Hesiod passwd information, and want tcsh to use it */ |
---|
43 | #define HESIOD |
---|
44 | |
---|
45 | /* defines installation dir if different from /usr/local. The |
---|
46 | executable will be put in TcshTop/bin/tcsh, and the man page in |
---|
47 | TcshTop/man/man1/tcsh.1 */ |
---|
48 | /* #define TcshTop /afs/sipb/project/tcsh */ |
---|
49 | |
---|
50 | /* define any of the following if you want to change the compiler flags */ |
---|
51 | /* #define MyCflags */ |
---|
52 | /* #define MyDefines */ |
---|
53 | /* #define MyIncludes */ |
---|
54 | /* #define MyLibs */ |
---|
55 | |
---|
56 | /* By default, the compiler debug flags are -O. Define this if you |
---|
57 | want them to be something else. */ |
---|
58 | /* #define CDebugFlags -g -O */ |
---|
59 | |
---|
60 | /* If you want HOSTTYPE to be something other than the default in |
---|
61 | tc.vers.c, define it here */ |
---|
62 | #define HostType ${HOSTTYPE} |
---|