#ifndef __CONFIG_H__ #define __CONFIG_H__ #include #if __has_include() #define HAVE_QUARANTINE 1 #else #define HAVE_QUARANTINE 0 #endif #if __has_include() #define HAVE_SANDBOX 1 #else #define HAVE_SANDBOX 0 #endif #define HAVE_LIBAUDITD !TARGET_OS_EMBEDDED #endif /* __CONFIG_H__ */