1#ifndef FEATURES_H 2#define FEATURES_H 3 4#define weak 5#define hidden 6#define weak_alias(old, new) 7 8#endif 9 10