Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
H A Dcygwinccompiler.py105 if status is not CONFIG_H_OK:
322 CONFIG_H_OK = "ok" variable
333 - CONFIG_H_OK: all is well, go ahead and compile
352 return CONFIG_H_OK, "sys.version mentions 'GCC'"
360 return CONFIG_H_OK, "'%s' mentions '__GNUC__'" % fn
/third_party/python/Lib/distutils/tests/
H A Dtest_cygwinccompiler.py10 CONFIG_H_OK, CONFIG_H_NOTOK,
64 # returns CONFIG_H_OK if found
68 self.assertEqual(check_config_h()[0], CONFIG_H_OK)
80 # and CONFIG_H_OK if __GNUC__ is found
82 self.assertEqual(check_config_h()[0], CONFIG_H_OK)

Completed in 2 milliseconds