1*9034852cSGleb Smirnoff /* unity_config.h */ 2*9034852cSGleb Smirnoff 3*9034852cSGleb Smirnoff #ifndef UNITY_CONFIG_H 4*9034852cSGleb Smirnoff #define UNITY_CONFIG_H 5*9034852cSGleb Smirnoff 6*9034852cSGleb Smirnoff #define UNITY_INCLUDE_DOUBLE 7*9034852cSGleb Smirnoff 8*9034852cSGleb Smirnoff #ifndef HAVE_STDINT_H 9*9034852cSGleb Smirnoff # define UNITY_EXCLUDE_STDINT_H 10*9034852cSGleb Smirnoff #endif 11*9034852cSGleb Smirnoff 12*9034852cSGleb Smirnoff #endif /* UNITY_CONFIG_H */ 13