/contrib/tcsh/imake.config
https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 65 lines · 55 code · 10 blank · 0 comment · 0 complexity · 239ea4934584e2157f10d6fd16306c1f MD5 · raw file
- /*
- * $tcsh: imake.config,v 1.5 2006/03/02 18:46:44 christos Exp $
- *
- * config.Imakefile for for tcsh 6.00
- * Marc Horowitz, MIT SIPB
- */
- /* installed location of tcsh, if different than the default in
- pathnames.h */
- /* #define TcshPath /afs/sipb/project/tcsh/tcsh */
- /* The following #define's may be used to cause tcsh to link against
- these libraries. If you have one of the machines which is defined in
- the Imakefile, the correct libraries will automatically be used. It's
- better to set up new definitions in the Imakefile than to put them
- here if you're defining support for a new machine, rather than
- configuring for local hacks. */
- /* #define UseLibTermcap */
- /* #define UseLibCurses */
- /* #define UseLibNet */
- /* #define UseLibSocket */
- /* #define UseLibBsd */
- /* #define UseLibC_S */
- /* #define UseLibSun */
- /* #define UseLibCposix */
- /* #define UseLibInet */
- /* #define UseLibDir */
- /* #define UseLibX */
- /* #define UseLibIntl */
- /* #define UseLibPosix */
- /* #define UseLibDirent */
- /* define if you want to use gcc. Your site.def file may already do
- this, but it shouldn't hurt. */
- /* #define HasGcc */
- /* define if you have some different compiler than cc or gcc */
- /* #define MyCC xlc */
- /* define if you have Hesiod passwd information, and want tcsh to use it */
- /* #define HESIOD */
- /* define if you have AFS and want to use kerberos passwd authentication */
- /* #define AFS */
- /* define as well if your version of AFS is 3.3 or higher */
- /* #define AFS33 */
- /* defines installation dir if different from /usr/local. The
- executable will be put in TcshTop/bin/tcsh, and the man page in
- TcshTop/man/man1/tcsh.1 */
- /* #define TcshTop /afs/sipb/project/tcsh */
- /* define any of the following if you want to change the compiler flags */
- /* #define MyCflags */
- /* #define MyDefines */
- /* #define MyIncludes */
- /* #define MyLibs */
- /* By default, the compiler debug flags are -O. Define this if you
- want them to be something else. */
- /* #define CDebugFlags -g -O */
- /* If you want HOSTTYPE to be something other than the default in
- tc.vers.c, define it here */
- /* #define HostType decmips */