Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/distutils/tests/
Dtest_cygwinccompiler.py10 CONFIG_H_OK, CONFIG_H_NOTOK,
78 self.assertEqual(check_config_h()[0], CONFIG_H_NOTOK)
/external/python/cpython2/Lib/distutils/
Demxccompiler.py239 CONFIG_H_NOTOK = "not ok" variable
291 return (CONFIG_H_NOTOK, "'%s' does not mention '__GNUC__'" % fn)
Dcygwinccompiler.py354 CONFIG_H_NOTOK = "not ok" variable
406 return (CONFIG_H_NOTOK, "'%s' does not mention '__GNUC__'" % fn)
/external/python/cpython3/Lib/distutils/
Dcygwinccompiler.py323 CONFIG_H_NOTOK = "not ok" variable
362 return CONFIG_H_NOTOK, "'%s' does not mention '__GNUC__'" % fn