#ifndef APOS_BUILTIN_H #define APOS_BUILTIN_H #ifndef __has_builtin #define __has_builtin(x) (0) #endif #endif /* APOS_BUILTIN_H */