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