Home
last modified time | relevance | path

Searched refs:CONFIG_H_OK (Results 1 – 2 of 2) 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)