Home
last modified time | relevance | path

Searched refs:CONFIG_H_OK (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/distutils/
Demxccompiler.py52 if status is not CONFIG_H_OK:
238 CONFIG_H_OK = "ok" variable
268 return (CONFIG_H_OK, "sys.version mentions 'GCC'")
289 return (CONFIG_H_OK, "'%s' mentions '__GNUC__'" % fn)
Dcygwinccompiler.py99 if status is not CONFIG_H_OK:
353 CONFIG_H_OK = "ok" variable
383 return (CONFIG_H_OK, "sys.version mentions 'GCC'")
404 return (CONFIG_H_OK, "'%s' mentions '__GNUC__'" % fn)
/external/python/cpython3/Lib/distutils/
Dcygwinccompiler.py105 if status is not CONFIG_H_OK:
322 CONFIG_H_OK = "ok" variable
352 return CONFIG_H_OK, "sys.version mentions 'GCC'"
360 return CONFIG_H_OK, "'%s' mentions '__GNUC__'" % fn
/external/python/cpython3/Lib/distutils/tests/
Dtest_cygwinccompiler.py10 CONFIG_H_OK, CONFIG_H_NOTOK,
68 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
82 self.assertEqual(check_config_h()[0], CONFIG_H_OK)