repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
crypto
/
external
/
bsd
/
netpgp
/
bin
/
netpgpverify
/
config.h
blob
baeaa727a8cda57bab4bf1da0b6cc8d99d6fa527
1
#ifndef CONFIG_H_
2
#define CONFIG_H_ 20140308
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_ */