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