Home
last modified time | relevance | path

Searched refs:CONFIG_H_NOTOK (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/distutils/tests/
H A Dtest_cygwinccompiler.py10 CONFIG_H_OK, CONFIG_H_NOTOK,
76 # if it exists but does not contain __GNUC__, it returns CONFIG_H_NOTOK
78 self.assertEqual(check_config_h()[0], CONFIG_H_NOTOK)
/third_party/python/Lib/distutils/
H A Dcygwinccompiler.py323 CONFIG_H_NOTOK = "not ok" variable
334 - CONFIG_H_NOTOK: doesn't look good
362 return CONFIG_H_NOTOK, "'%s' does not mention '__GNUC__'" % fn

Completed in 2 milliseconds