imake.config revision 167465
155857Ssheldonh/*
255857Ssheldonh * $tcsh: imake.config,v 1.5 2006/03/02 18:46:44 christos Exp $
355857Ssheldonh *
4282097Sjgh * config.Imakefile for for tcsh 6.00
555857Ssheldonh * Marc Horowitz, MIT SIPB
655857Ssheldonh */
755857Ssheldonh
855857Ssheldonh/* installed location of tcsh, if different than the default in
955857Ssheldonh	pathnames.h */
1055857Ssheldonh/* #define TcshPath /afs/sipb/project/tcsh/tcsh */
1168965Sru
1255857Ssheldonh/* The following #define's may be used to cause tcsh to link against
1355857Ssheldonhthese libraries.  If you have one of the machines which is defined in
1455857Ssheldonhthe Imakefile, the correct libraries will automatically be used.  It's
1555857Ssheldonhbetter to set up new definitions in the Imakefile than to put them
1655857Ssheldonhhere if you're defining support for a new machine, rather than
1755857Ssheldonhconfiguring for local hacks. */
1855857Ssheldonh/* #define UseLibTermcap */
1955857Ssheldonh/* #define UseLibCurses */
2099968Scharnier/* #define UseLibNet */
2199968Scharnier/* #define UseLibSocket */
2299968Scharnier/* #define UseLibBsd */
2355857Ssheldonh/* #define UseLibC_S */
2455857Ssheldonh/* #define UseLibSun */
2555857Ssheldonh/* #define UseLibCposix */
2655857Ssheldonh/* #define UseLibInet */
2755857Ssheldonh/* #define UseLibDir */
2855857Ssheldonh/* #define UseLibX */
2955857Ssheldonh/* #define UseLibIntl */
3055857Ssheldonh/* #define UseLibPosix */
3155857Ssheldonh/* #define UseLibDirent */
3255857Ssheldonh
3381099Ssheldonh/* define if you want to use gcc.  Your site.def file may already do
3455857Ssheldonhthis, but it shouldn't hurt. */
3581099Ssheldonh/* #define HasGcc */
3655857Ssheldonh
3755857Ssheldonh/* define if you have some different compiler than cc or gcc */
3855857Ssheldonh/* #define MyCC xlc */
3955857Ssheldonh
4055857Ssheldonh/* define if you have Hesiod passwd information, and want tcsh to use it */
4155857Ssheldonh/* #define HESIOD */
4281099Ssheldonh
4355857Ssheldonh/* define if you have AFS and want to use kerberos passwd authentication */
4455857Ssheldonh/* #define AFS */
4555857Ssheldonh/* define as well if your version of AFS is 3.3 or higher */
4655857Ssheldonh/* #define AFS33 */
4755857Ssheldonh
4855857Ssheldonh/* defines installation dir if different from /usr/local.  The
4955857Ssheldonhexecutable will be put in TcshTop/bin/tcsh, and the man page in
5055857SsheldonhTcshTop/man/man1/tcsh.1 */
5155857Ssheldonh/* #define TcshTop /afs/sipb/project/tcsh */
5255857Ssheldonh
5355857Ssheldonh/* define any of the following if you want to change the compiler flags */
5481099Ssheldonh/* #define MyCflags */
5555857Ssheldonh/* #define MyDefines */
5681099Ssheldonh/* #define MyIncludes */
5755857Ssheldonh/* #define MyLibs */
5855857Ssheldonh
5955857Ssheldonh/* By default, the compiler debug flags are -O.  Define this if you
6055857Ssheldonhwant them to be something else. */
6155857Ssheldonh/* #define CDebugFlags -g -O */
6255857Ssheldonh
6355857Ssheldonh/* If you want HOSTTYPE to be something other than the default in
6455857Ssheldonhtc.vers.c, define it here */
6555857Ssheldonh/* #define HostType decmips */
6681099Ssheldonh