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