mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Out of all operating systems ever supported by Swift, only Ubuntu 14.04 had libstdc++ 4.8, and Swift has sunset support for Ubuntu 14.04 for a while now.
12 lines
243 B
C
12 lines
243 B
C
// This file is processed by CMake.
|
|
// See https://cmake.org/cmake/help/v3.0/command/configure_file.html.
|
|
|
|
#ifndef SWIFT_CONFIG_H
|
|
#define SWIFT_CONFIG_H
|
|
|
|
#cmakedefine HAVE_WAIT4 1
|
|
|
|
#cmakedefine HAVE_PROC_PID_RUSAGE 1
|
|
|
|
#endif // SWIFT_CONFIG_H
|