1 2 3 4 5 6 7 8
#ifndef APOS_BUILTIN_H #define APOS_BUILTIN_H #ifndef __has_builtin #define __has_builtin(x) (0) #endif #endif /* APOS_BUILTIN_H */