159243Sobrien/*
2167465Smp * $tcsh: imake.config,v 1.5 2006/03/02 18:46:44 christos Exp $
359243Sobrien *
459243Sobrien * config.Imakefile for for tcsh 6.00
559243Sobrien * Marc Horowitz, MIT SIPB
659243Sobrien */
759243Sobrien
859243Sobrien/* installed location of tcsh, if different than the default in
959243Sobrien	pathnames.h */
1059243Sobrien/* #define TcshPath /afs/sipb/project/tcsh/tcsh */
1159243Sobrien
1259243Sobrien/* The following #define's may be used to cause tcsh to link against
1359243Sobrienthese libraries.  If you have one of the machines which is defined in
1459243Sobrienthe Imakefile, the correct libraries will automatically be used.  It's
1559243Sobrienbetter to set up new definitions in the Imakefile than to put them
1659243Sobrienhere if you're defining support for a new machine, rather than
1759243Sobrienconfiguring for local hacks. */
1859243Sobrien/* #define UseLibTermcap */
1959243Sobrien/* #define UseLibCurses */
2059243Sobrien/* #define UseLibNet */
2159243Sobrien/* #define UseLibSocket */
2259243Sobrien/* #define UseLibBsd */
2359243Sobrien/* #define UseLibC_S */
2459243Sobrien/* #define UseLibSun */
2559243Sobrien/* #define UseLibCposix */
2659243Sobrien/* #define UseLibInet */
2759243Sobrien/* #define UseLibDir */
2859243Sobrien/* #define UseLibX */
2959243Sobrien/* #define UseLibIntl */
3059243Sobrien/* #define UseLibPosix */
3159243Sobrien/* #define UseLibDirent */
3259243Sobrien
3359243Sobrien/* define if you want to use gcc.  Your site.def file may already do
3459243Sobrienthis, but it shouldn't hurt. */
3559243Sobrien/* #define HasGcc */
3659243Sobrien
3759243Sobrien/* define if you have some different compiler than cc or gcc */
3859243Sobrien/* #define MyCC xlc */
3959243Sobrien
4059243Sobrien/* define if you have Hesiod passwd information, and want tcsh to use it */
4159243Sobrien/* #define HESIOD */
4259243Sobrien
4359243Sobrien/* define if you have AFS and want to use kerberos passwd authentication */
4459243Sobrien/* #define AFS */
4559243Sobrien/* define as well if your version of AFS is 3.3 or higher */
4659243Sobrien/* #define AFS33 */
4759243Sobrien
4859243Sobrien/* defines installation dir if different from /usr/local.  The
4959243Sobrienexecutable will be put in TcshTop/bin/tcsh, and the man page in
5059243SobrienTcshTop/man/man1/tcsh.1 */
5159243Sobrien/* #define TcshTop /afs/sipb/project/tcsh */
5259243Sobrien
5359243Sobrien/* define any of the following if you want to change the compiler flags */
5459243Sobrien/* #define MyCflags */
5559243Sobrien/* #define MyDefines */
5659243Sobrien/* #define MyIncludes */
5759243Sobrien/* #define MyLibs */
5859243Sobrien
5959243Sobrien/* By default, the compiler debug flags are -O.  Define this if you
6059243Sobrienwant them to be something else. */
6159243Sobrien/* #define CDebugFlags -g -O */
6259243Sobrien
6359243Sobrien/* If you want HOSTTYPE to be something other than the default in
6459243Sobrientc.vers.c, define it here */
6559243Sobrien/* #define HostType decmips */
66