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