14 lines
241 B
C
14 lines
241 B
C
|
#ifndef __FREESTANDING_OVERRIDES_H
|
||
|
#define __FREESTANDING_OVERRIDES_H
|
||
|
|
||
|
#undef __FreeBSD__
|
||
|
#undef __OpenBSD__
|
||
|
#undef __gnu_linux__
|
||
|
#undef __linux
|
||
|
#undef __linux__
|
||
|
#undef linux
|
||
|
|
||
|
#define __ocaml_solo5__
|
||
|
|
||
|
#endif /* __FREESTANDING_OVERRIDES_H */
|