Home
last modified time | relevance | path

Searched refs:ZLIB_SUPPORT (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/cpp-httplib/cpp-httplib-0.10.0/example/
H A DMakefile11 ZLIB_SUPPORT = -DCPPHTTPLIB_ZLIB_SUPPORT -lz macro
19 $(CXX) -o server $(CXXFLAGS) server.cc $(OPENSSL_SUPPORT) $(ZLIB_SUPPORT) $(BROTLI_SUPPORT)
22 $(CXX) -o client $(CXXFLAGS) client.cc $(OPENSSL_SUPPORT) $(ZLIB_SUPPORT) $(BROTLI_SUPPORT)
25 $(CXX) -o hello $(CXXFLAGS) hello.cc $(OPENSSL_SUPPORT) $(ZLIB_SUPPORT) $(BROTLI_SUPPORT)
28 $(CXX) -o simplecli $(CXXFLAGS) simplecli.cc $(OPENSSL_SUPPORT) $(ZLIB_SUPPORT) $(BROTLI_SUPPORT)
31 $(CXX) -o simplesvr $(CXXFLAGS) simplesvr.cc $(OPENSSL_SUPPORT) $(ZLIB_SUPPORT) $(BROTLI_SUPPORT)
34 $(CXX) -o upload $(CXXFLAGS) upload.cc $(OPENSSL_SUPPORT) $(ZLIB_SUPPORT) $(BROTLI_SUPPORT)
37 $(CXX) -o redirect $(CXXFLAGS) redirect.cc $(OPENSSL_SUPPORT) $(ZLIB_SUPPORT) $(BROTLI_SUPPORT)
40 $(CXX) -o ssesvr $(CXXFLAGS) ssesvr.cc $(OPENSSL_SUPPORT) $(ZLIB_SUPPORT) $(BROTLI_SUPPORT)
43 $(CXX) -o ssecli $(CXXFLAGS) ssecli.cc $(OPENSSL_SUPPORT) $(ZLIB_SUPPORT) $(BROTLI_SUPPORT)
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/tests/
H A Dtest_sdist.py13 ZLIB_SUPPORT = True variable
15 ZLIB_SUPPORT = False variable
90 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
135 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
168 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
247 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
334 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
376 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
393 @unittest.skipUnless(ZLIB_SUPPORT, "Need zlib support to run")
410 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
[all …]
H A Dtest_bdist_dumb.py24 ZLIB_SUPPORT = True variable
26 ZLIB_SUPPORT = False variable
45 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
H A Dtest_archive_util.py33 ZLIB_SUPPORT = True variable
35 ZLIB_SUPPORT = False variable
64 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
72 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
146 and ZLIB_SUPPORT,
235 @unittest.skipUnless(ZIP_SUPPORT and ZLIB_SUPPORT,
309 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
363 @unittest.skipUnless(ZLIB_SUPPORT, "Requires zlib")
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/tests/
H A Dtest_sdist.py13 ZLIB_SUPPORT = True variable
15 ZLIB_SUPPORT = False variable
90 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
135 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
168 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
247 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
334 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
376 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
393 @unittest.skipUnless(ZLIB_SUPPORT, "Need zlib support to run")
410 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
[all …]
H A Dtest_bdist_dumb.py24 ZLIB_SUPPORT = True variable
26 ZLIB_SUPPORT = False variable
45 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
/dports/lang/python310/Python-3.10.1/Lib/distutils/tests/
H A Dtest_sdist.py14 ZLIB_SUPPORT = True variable
16 ZLIB_SUPPORT = False variable
91 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
136 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
169 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
248 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
335 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
377 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
394 @unittest.skipUnless(ZLIB_SUPPORT, "Need zlib support to run")
411 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
[all …]
H A Dtest_bdist_dumb.py24 ZLIB_SUPPORT = True variable
26 ZLIB_SUPPORT = False variable
45 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
/dports/lang/python37/Python-3.7.12/Lib/distutils/tests/
H A Dtest_sdist.py13 ZLIB_SUPPORT = True variable
15 ZLIB_SUPPORT = False variable
90 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
135 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
168 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
247 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
334 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
376 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
393 @unittest.skipUnless(ZLIB_SUPPORT, "Need zlib support to run")
410 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
[all …]
H A Dtest_bdist_dumb.py24 ZLIB_SUPPORT = True variable
26 ZLIB_SUPPORT = False variable
45 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
H A Dtest_archive_util.py33 ZLIB_SUPPORT = True variable
35 ZLIB_SUPPORT = False variable
64 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
72 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
146 and ZLIB_SUPPORT,
235 @unittest.skipUnless(ZIP_SUPPORT and ZLIB_SUPPORT,
309 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
363 @unittest.skipUnless(ZLIB_SUPPORT, "Requires zlib")
/dports/lang/python38/Python-3.8.12/Lib/distutils/tests/
H A Dtest_sdist.py13 ZLIB_SUPPORT = True variable
15 ZLIB_SUPPORT = False variable
90 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
135 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
168 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
247 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
334 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
376 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
393 @unittest.skipUnless(ZLIB_SUPPORT, "Need zlib support to run")
410 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
[all …]
H A Dtest_bdist_dumb.py24 ZLIB_SUPPORT = True variable
26 ZLIB_SUPPORT = False variable
45 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/tests/
H A Dtest_sdist.py13 ZLIB_SUPPORT = True variable
15 ZLIB_SUPPORT = False variable
90 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
135 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
168 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
247 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
334 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
376 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
393 @unittest.skipUnless(ZLIB_SUPPORT, "Need zlib support to run")
410 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
[all …]
H A Dtest_bdist_dumb.py24 ZLIB_SUPPORT = True variable
26 ZLIB_SUPPORT = False variable
45 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
H A Dtest_archive_util.py33 ZLIB_SUPPORT = True variable
35 ZLIB_SUPPORT = False variable
64 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
72 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
146 and ZLIB_SUPPORT,
235 @unittest.skipUnless(ZIP_SUPPORT and ZLIB_SUPPORT,
309 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
363 @unittest.skipUnless(ZLIB_SUPPORT, "Requires zlib")
/dports/lang/python39/Python-3.9.9/Lib/distutils/tests/
H A Dtest_sdist.py13 ZLIB_SUPPORT = True variable
15 ZLIB_SUPPORT = False variable
90 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
135 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
168 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
247 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
334 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
376 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
393 @unittest.skipUnless(ZLIB_SUPPORT, "Need zlib support to run")
410 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
[all …]
H A Dtest_bdist_dumb.py24 ZLIB_SUPPORT = True variable
26 ZLIB_SUPPORT = False variable
45 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
H A Dtest_archive_util.py33 ZLIB_SUPPORT = True variable
35 ZLIB_SUPPORT = False variable
64 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
72 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
146 and ZLIB_SUPPORT,
235 @unittest.skipUnless(ZIP_SUPPORT and ZLIB_SUPPORT,
309 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
363 @unittest.skipUnless(ZLIB_SUPPORT, "Requires zlib")
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/_distutils/tests/
H A Dtest_sdist.py15 ZLIB_SUPPORT = True variable
17 ZLIB_SUPPORT = False variable
92 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
137 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
170 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
249 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
336 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
378 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
395 @unittest.skipUnless(ZLIB_SUPPORT, "Need zlib support to run")
412 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
[all …]
H A Dtest_bdist_dumb.py24 ZLIB_SUPPORT = True variable
26 ZLIB_SUPPORT = False variable
45 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
/dports/lang/python311/Python-3.11.0a3/Lib/distutils/tests/
H A Dtest_sdist.py14 ZLIB_SUPPORT = True variable
16 ZLIB_SUPPORT = False variable
91 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
136 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
169 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
248 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
335 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
377 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
394 @unittest.skipUnless(ZLIB_SUPPORT, "Need zlib support to run")
411 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
[all …]
H A Dtest_bdist_dumb.py24 ZLIB_SUPPORT = True variable
26 ZLIB_SUPPORT = False variable
45 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/distutils/tests/
H A Dtest_sdist.py13 ZLIB_SUPPORT = True variable
15 ZLIB_SUPPORT = False variable
90 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
135 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
168 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
247 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
334 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
376 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
393 @unittest.skipUnless(ZLIB_SUPPORT, "Need zlib support to run")
410 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
[all …]
H A Dtest_bdist_dumb.py24 ZLIB_SUPPORT = True variable
26 ZLIB_SUPPORT = False variable
45 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')

12