~ubuntu-branches/ubuntu/gutsy/curl/gutsy

« back to all changes in this revision

Viewing changes to tests/data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-29 15:04:24 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20060629150424-be178abcwks1n519
Tags: upstream-7.15.4
ImportĀ upstreamĀ versionĀ 7.15.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
75
75
CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
76
76
CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
77
 
CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
78
77
CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
79
78
CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
80
79
CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
96
95
EXEEXT = @EXEEXT@
97
96
F77 = @F77@
98
97
FFLAGS = @FFLAGS@
 
98
GREP = @GREP@
99
99
HAVE_ARES = @HAVE_ARES@
100
100
HAVE_LIBZ = @HAVE_LIBZ@
101
101
HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
150
150
USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
151
151
VERSION = @VERSION@
152
152
VERSIONNUM = @VERSIONNUM@
153
 
ac_ct_AR = @ac_ct_AR@
154
 
ac_ct_AS = @ac_ct_AS@
155
153
ac_ct_CC = @ac_ct_CC@
156
154
ac_ct_CXX = @ac_ct_CXX@
157
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
158
155
ac_ct_F77 = @ac_ct_F77@
159
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
160
 
ac_ct_RANLIB = @ac_ct_RANLIB@
161
 
ac_ct_STRIP = @ac_ct_STRIP@
162
156
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
163
157
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
164
158
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
175
169
build_os = @build_os@
176
170
build_vendor = @build_vendor@
177
171
datadir = @datadir@
 
172
datarootdir = @datarootdir@
 
173
docdir = @docdir@
 
174
dvidir = @dvidir@
178
175
exec_prefix = @exec_prefix@
179
176
host = @host@
180
177
host_alias = @host_alias@
181
178
host_cpu = @host_cpu@
182
179
host_os = @host_os@
183
180
host_vendor = @host_vendor@
 
181
htmldir = @htmldir@
184
182
includedir = @includedir@
185
183
infodir = @infodir@
186
184
install_sh = @install_sh@
187
185
libdir = @libdir@
188
186
libexecdir = @libexecdir@
 
187
localedir = @localedir@
189
188
localstatedir = @localstatedir@
190
189
mandir = @mandir@
191
190
mkdir_p = @mkdir_p@
192
191
oldincludedir = @oldincludedir@
 
192
pdfdir = @pdfdir@
193
193
prefix = @prefix@
194
194
program_transform_name = @program_transform_name@
 
195
psdir = @psdir@
195
196
sbindir = @sbindir@
196
197
sharedstatedir = @sharedstatedir@
197
198
subdirs = @subdirs@
229
230
 test250 test251 test252 test253 test254 test255 test521 test522 test523   \
230
231
 test256 test257 test258 test259 test260 test261 test262 test263 test264   \
231
232
 test265 test266 test267 test268 test269 test270 test271 test272 test273   \
232
 
 test274 test275
 
233
 test274 test275 test524 test276
233
234
 
234
235
all: all-am
235
236