xref: /netbsd-src/external/bsd/ntp/dist/sntp/unity/unity_config.h (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
1 /*	$NetBSD: unity_config.h,v 1.1.1.3 2016/01/08 21:21:33 christos Exp $	*/
2 
3 /* unity_config.h */
4 
5 #ifndef UNITY_CONFIG_H
6 #define UNITY_CONFIG_H
7 
8 #define UNITY_INCLUDE_DOUBLE
9 
10 #ifndef HAVE_STDINT_H
11 # define UNITY_EXCLUDE_STDINT_H
12 #endif
13 
14 #endif /* UNITY_CONFIG_H */
15