summary refs log tree commit diff
path: root/src/etc/mingw-fix-include/bits/c++config.h
blob: 4520779e27531004aa98903acf5e1bb7aba32d17 (plain)
1
2
3
4
5
6
7
8
#ifndef _FIX_CXXCONFIG_H
#define _FIX_CXXCONFIG_H 1

#define _GLIBCXX_HAVE_FENV_H 1

#include_next <bits/c++config.h>

#endif