xref: /netbsd-src/crypto/external/bsd/netpgp/lib/verify/config.h (revision 355482d41fd8ca96252d7ba0160296c8d2d6dc14)
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