1 #pragma once
2 
3 // This keeps isanum, et al from being propagated as macros.
4 #define __NO_CTYPE 1
5 #define _GLIBCXX_GTHREAD_USE_WEAK 1
6 
7 #include <features.h>
8 
9