xref: /netbsd-src/crypto/external/bsd/netpgp/lib/verify/config.h (revision 955e2bfd64521bbadb473ca4fe3904a80d7b7aeb)
1 #ifndef CONFIG_H_
2 #define CONFIG_H_ 20141204
3 
4 #ifndef __UNCONST
5 #define __UNCONST(a)   ((void *)(unsigned long)(const void *)(a))
6 #endif /* __UNCONST */
7 
8 #ifndef USE_ARG
9 #define USE_ARG(x)       /*LINTED*/(void)&(x)
10 #endif /* USE_ARG */
11 
12 #endif /* CONFIG_H_ */
13