File: moxftp.tmpl

package info (click to toggle)
moxftp 2.2-8
  • links: PTS
  • area: main
  • in suites: slink
  • size: 4,252 kB
  • ctags: 3,837
  • sloc: ansic: 43,419; makefile: 353; perl: 262; sh: 244
file content (117 lines) | stat: -rwxr-xr-x 2,821 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
#if defined(COMMENTS)
/* */# 
/* */#   XFTP can be build with Motif are the Athena wigets.
/* */#
/* */#   It also can use pty or pipes to talk to ftp.
/* */#   If it uses pipes then a special ftp program must be installed.
/* */#	
/* */#   You build an Open Look, Motif or Athena version of xftp by
/* */#   defining one of the following defines:
/* */#
/* */#   Define USE_OPENWINDOW to build the Open Look version of xftp (oftp).
/* */#   Define USE_MOTIF      to build the Motif version of xftp (mftp).
/* */#   Define USE_XAW        to build the Athena version of xftp (xftp).
/* */#   Define USE_XAW3D      to build the Athena threed version of xftp 
/* */#			       (xftp).
/* */#
/* */#   Define USE_PTY        to build a version of  xftp that uses pipes
/* */#    		       instead of ptys.  This does not work on all
/* */#			       system.
/* */#   Define HAS_EDITRES    to build a version of mftp that incorporates
/* */#    		       the X11R5 editres extension. Not all vendors
/* */#			       support editres with X11R5.
/* */#
/* */#   Suggest values for IMAKECPP shell variable:
/* */#  
/* */#	 UNICOS(Cray) - IMAKECPP=/lib/pcpp
/* */#   AIX(RS6000)  - IMAKECPP=/usr/lpp/X11/Xamples/util/cpp/cpp
/* */#
/* */#   If you are installing XFTP on a cray and you plan to use
/* */#   ptys you must install fixpty to.
/* */#
#endif

#if defined(COMMENTS)
/* */# 
/* */#   Chooe one of Motif (USE_MOTIF) or Athena (USE_XAW) 
/* */#   or Open Look (USE_OPENWINDOW)
/* */#
#endif

#define USE_OPENWINDOW
#define USE_MOTIF
#define USE_XAW3D
#undef  USE_XAW
#undef  USE_MOTIF
#undef  USE_OPENWINDOW
#undef  USE_XAW3D
#define USE_XAW

#if defined(COMMENTS)
/* */#  
/* */# Build mftp with X11R5 editres extension.
/* */#
#endif
/* */#HAS_EDITRES=  -DHAS_EDITRES

#if defined(COMMENTS)
/* */#    
/* */# Wcl version to use.
/* */#
#endif

#define WCL_LOCAL  Wcl-2.4

#if defined(COMMENTS)
/* */#    
/* */# Defined perl if you have it perl.
/* */# You don't really need perl.
/* */#
#endif

#define PERL
#undef PERL

#if defined(COMMENTS)
/* */#    
/* */# This is the we know better section.
/* */#
#endif

#if defined(DEC_STUFF)||defined(IBM_STUFF)||defined(HP_STUFF)
#undef  USE_XAW
#undef  USE_MOTIF
#define USE_MOTIF
#endif

#if defined(OPENWINDOW)&&!defined(USE_OPENWINDOW)
#undef  USE_XAW
#undef  USE_MOTIF
#define USE_XAW
#endif

#if defined(COMMENTS)
/* */#    
/* */#  If want to install xftp/mftp/oftp in some location other then
/* */#  the default localtion define MyBinDir to be the
/* */#  fully specified path name.
/* */#
#endif

#define MyBinDir 
#undef MyBinDir

#if defined(COMMENTS)
/* */#
/* */#  If you don`t have mktime or timegm then define the following
/* */#  #define USE_TIME_MAKER
/* */#
#endif

#define USE_TIME_MAKER
#undef USE_TIME_MAKER

#if defined(USE_XAW3D)
#define USE_XAW
#endif