Module Name: src
Committed By: agc
Date: Sun Mar 9 00:17:28 UTC 2014
Added Files:
src/crypto/external/bsd/netpgp/bin/netpgpverify: config.h
Log Message:
Add the config.h file as part of the reachover infrastructure
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
src/crypto/external/bsd/netpgp/bin/netpgpverify/config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/crypto/external/bsd/netpgp/bin/netpgpverify/config.h
diff -u /dev/null src/crypto/external/bsd/netpgp/bin/netpgpverify/config.h:1.1
--- /dev/null Sun Mar 9 00:17:28 2014
+++ src/crypto/external/bsd/netpgp/bin/netpgpverify/config.h Sun Mar 9 00:17:28 2014
@@ -0,0 +1,12 @@
+#ifndef CONFIG_H_
+#define CONFIG_H_ 20140308
+
+#ifndef __UNCONST
+#define __UNCONST(a) ((void *)(unsigned long)(const void *)(a))
+#endif /* __UNCONST */
+
+#ifndef USE_ARG
+#define USE_ARG(x) /*LINTED*/(void)&(x)
+#endif /* USE_ARG */
+
+#endif /* CONFIG_H_ */