1*a9ac8606Spatrick/* -*- coding: utf-8 -*- 2*a9ac8606Spatrick// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 3*a9ac8606Spatrick// See https://llvm.org/LICENSE.txt for license information. 4*a9ac8606Spatrick// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 5*a9ac8606Spatrick*/ 6*a9ac8606Spatrick 7*a9ac8606Spatrick#pragma once 8*a9ac8606Spatrick 9*a9ac8606Spatrick#cmakedefine HAVE_EXECVE 10*a9ac8606Spatrick#cmakedefine HAVE_EXECV 11*a9ac8606Spatrick#cmakedefine HAVE_EXECVPE 12*a9ac8606Spatrick#cmakedefine HAVE_EXECVP 13*a9ac8606Spatrick#cmakedefine HAVE_EXECVP2 14*a9ac8606Spatrick#cmakedefine HAVE_EXECT 15*a9ac8606Spatrick#cmakedefine HAVE_EXECL 16*a9ac8606Spatrick#cmakedefine HAVE_EXECLP 17*a9ac8606Spatrick#cmakedefine HAVE_EXECLE 18*a9ac8606Spatrick#cmakedefine HAVE_POSIX_SPAWN 19*a9ac8606Spatrick#cmakedefine HAVE_POSIX_SPAWNP 20*a9ac8606Spatrick#cmakedefine HAVE_NSGETENVIRON 21*a9ac8606Spatrick 22*a9ac8606Spatrick#cmakedefine APPLE 23