Home | History | Annotate | Download | only in libear

Lines Matching refs:Configure

30         configure = do_configure(toolset)
31 configure.check_function_exists('execve', 'HAVE_EXECVE')
32 configure.check_function_exists('execv', 'HAVE_EXECV')
33 configure.check_function_exists('execvpe', 'HAVE_EXECVPE')
34 configure.check_function_exists('execvp', 'HAVE_EXECVP')
35 configure.check_function_exists('execvP', 'HAVE_EXECVP2')
36 configure.check_function_exists('exect', 'HAVE_EXECT')
37 configure.check_function_exists('execl', 'HAVE_EXECL')
38 configure.check_function_exists('execlp', 'HAVE_EXECLP')
39 configure.check_function_exists('execle', 'HAVE_EXECLE')
40 configure.check_function_exists('posix_spawn', 'HAVE_POSIX_SPAWN')
41 configure.check_function_exists('posix_spawnp', 'HAVE_POSIX_SPAWNP')
42 configure.check_symbol_exists('_NSGetEnviron', 'crt_externs.h',
44 configure.write_by_template(
163 class Configure(object):
223 return Configure(toolset)