~ubuntu-branches/ubuntu/utopic/gridengine/utopic

« back to all changes in this revision

Viewing changes to source/3rdparty/qtcsh/imake.config

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2008-06-25 22:36:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080625223613-tvd9xlhuoct9kyhm
Tags: upstream-6.2~beta2
ImportĀ upstreamĀ versionĀ 6.2~beta2

Show diffs side-by-side

added added

removed removed

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