Files
swift-mirror/include/swift/Config.h.in
Dmitri Gribenko b6d0ef5c81 Remove support for a broken std::regex in libstdc++ 4.8
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.
2020-05-19 17:20:55 +02:00

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