xref: /freebsd/contrib/ntp/sntp/unity/unity_config.h (revision b626f5a73a48f44a31a200291b141e1da408a2ff)
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