Home
last modified time | relevance | path

Searched refs:check_config_h (Results 1 – 25 of 78) sorted by relevance

1234

/dports/net/chrony-lite/chrony-4.2/test/simulation/
H A D110-chronyc7 check_config_h 'FEAT_REFCLOCK 1' || test_skip
8 check_config_h 'FEAT_CMDMON 1' || test_skip
281 if check_config_h 'FEAT_IPV6 1'; then
460 if check_config_h 'FEAT_SECHASH 1'; then
468 if check_config_h 'HAVE_CMAC 1'; then
H A D106-refclock6 check_config_h 'FEAT_REFCLOCK 1' || test_skip
7 check_config_h 'FEAT_PHC 1' || test_skip
8 check_config_h 'FEAT_CMDMON 1' || test_skip
40 if check_config_h 'FEAT_PPS 1'; then
H A D115-cmdmontime8 check_config_h 'HAVE_LONG_TIME_T 1' || test_skip
9 check_config_h 'FEAT_CMDMON 1' || test_skip
H A D133-hwtimestamp7 check_config_h 'HAVE_LINUX_TIMESTAMPING 1' || test_skip
27 if check_config_h 'FEAT_DEBUG 1'; then
H A D008-ntpera6 if check_config_h 'HAVE_LONG_TIME_T 1'; then
27 check_config_h 'HAVE_LONG_TIME_T 1' || test_skip
H A D105-ntpauth27 check_config_h 'FEAT_SECHASH 1' && types="$types SHA1 SHA256 SHA384 SHA512"
28 check_config_h 'HAVE_CMAC 1' && types="$types AES128 AES256"
H A D141-copy7 check_config_h 'FEAT_CMDMON 1' || test_skip
/dports/net/chrony/chrony-4.2/test/simulation/
H A D110-chronyc7 check_config_h 'FEAT_REFCLOCK 1' || test_skip
8 check_config_h 'FEAT_CMDMON 1' || test_skip
281 if check_config_h 'FEAT_IPV6 1'; then
460 if check_config_h 'FEAT_SECHASH 1'; then
468 if check_config_h 'HAVE_CMAC 1'; then
H A D106-refclock6 check_config_h 'FEAT_REFCLOCK 1' || test_skip
7 check_config_h 'FEAT_PHC 1' || test_skip
8 check_config_h 'FEAT_CMDMON 1' || test_skip
40 if check_config_h 'FEAT_PPS 1'; then
H A D115-cmdmontime8 check_config_h 'HAVE_LONG_TIME_T 1' || test_skip
9 check_config_h 'FEAT_CMDMON 1' || test_skip
H A D133-hwtimestamp7 check_config_h 'HAVE_LINUX_TIMESTAMPING 1' || test_skip
27 if check_config_h 'FEAT_DEBUG 1'; then
H A D008-ntpera6 if check_config_h 'HAVE_LONG_TIME_T 1'; then
27 check_config_h 'HAVE_LONG_TIME_T 1' || test_skip
H A D105-ntpauth27 check_config_h 'FEAT_SECHASH 1' && types="$types SHA1 SHA256 SHA384 SHA512"
28 check_config_h 'HAVE_CMAC 1' && types="$types AES128 AES256"
H A D141-copy7 check_config_h 'FEAT_CMDMON 1' || test_skip
H A D121-orphan7 check_config_h 'FEAT_CMDMON 1' || test_skip
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/tests/
H A Dtest_cygwinccompiler.py9 from distutils.cygwinccompiler import (check_config_h,
68 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
74 self.assertEqual(check_config_h()[0], CONFIG_H_UNCERTAIN)
78 self.assertEqual(check_config_h()[0], CONFIG_H_NOTOK)
82 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
/dports/lang/python310/Python-3.10.1/Lib/distutils/tests/
H A Dtest_cygwinccompiler.py9 from distutils.cygwinccompiler import (check_config_h,
68 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
74 self.assertEqual(check_config_h()[0], CONFIG_H_UNCERTAIN)
78 self.assertEqual(check_config_h()[0], CONFIG_H_NOTOK)
82 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
/dports/lang/python37/Python-3.7.12/Lib/distutils/tests/
H A Dtest_cygwinccompiler.py9 from distutils.cygwinccompiler import (check_config_h,
68 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
74 self.assertEqual(check_config_h()[0], CONFIG_H_UNCERTAIN)
78 self.assertEqual(check_config_h()[0], CONFIG_H_NOTOK)
82 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
/dports/lang/python38/Python-3.8.12/Lib/distutils/tests/
H A Dtest_cygwinccompiler.py9 from distutils.cygwinccompiler import (check_config_h,
68 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
74 self.assertEqual(check_config_h()[0], CONFIG_H_UNCERTAIN)
78 self.assertEqual(check_config_h()[0], CONFIG_H_NOTOK)
82 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/tests/
H A Dtest_cygwinccompiler.py9 from distutils.cygwinccompiler import (check_config_h,
68 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
74 self.assertEqual(check_config_h()[0], CONFIG_H_UNCERTAIN)
78 self.assertEqual(check_config_h()[0], CONFIG_H_NOTOK)
82 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
/dports/lang/python39/Python-3.9.9/Lib/distutils/tests/
H A Dtest_cygwinccompiler.py9 from distutils.cygwinccompiler import (check_config_h,
68 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
74 self.assertEqual(check_config_h()[0], CONFIG_H_UNCERTAIN)
78 self.assertEqual(check_config_h()[0], CONFIG_H_NOTOK)
82 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/tests/
H A Dtest_cygwinccompiler.py9 from distutils.cygwinccompiler import (check_config_h,
68 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
74 self.assertEqual(check_config_h()[0], CONFIG_H_UNCERTAIN)
78 self.assertEqual(check_config_h()[0], CONFIG_H_NOTOK)
82 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/_distutils/tests/
H A Dtest_cygwinccompiler.py9 from distutils.cygwinccompiler import (check_config_h,
68 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
74 self.assertEqual(check_config_h()[0], CONFIG_H_UNCERTAIN)
78 self.assertEqual(check_config_h()[0], CONFIG_H_NOTOK)
82 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
/dports/lang/python311/Python-3.11.0a3/Lib/distutils/tests/
H A Dtest_cygwinccompiler.py9 from distutils.cygwinccompiler import (check_config_h,
68 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
74 self.assertEqual(check_config_h()[0], CONFIG_H_UNCERTAIN)
78 self.assertEqual(check_config_h()[0], CONFIG_H_NOTOK)
82 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/distutils/tests/
H A Dtest_cygwinccompiler.py9 from distutils.cygwinccompiler import (check_config_h,
68 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
74 self.assertEqual(check_config_h()[0], CONFIG_H_UNCERTAIN)
78 self.assertEqual(check_config_h()[0], CONFIG_H_NOTOK)
82 self.assertEqual(check_config_h()[0], CONFIG_H_OK)

1234