Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/netpgp/bin/netpgpverify Add the config.h...



details:   https://anonhg.NetBSD.org/src/rev/12e41cefb5a1
branches:  trunk
changeset: 327471:12e41cefb5a1
user:      agc <agc%NetBSD.org@localhost>
date:      Sun Mar 09 00:17:28 2014 +0000

description:
Add the config.h file as part of the reachover infrastructure

diffstat:

 crypto/external/bsd/netpgp/bin/netpgpverify/config.h |  12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 0785998c9571 -r 12e41cefb5a1 crypto/external/bsd/netpgp/bin/netpgpverify/config.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/external/bsd/netpgp/bin/netpgpverify/config.h      Sun Mar 09 00:17:28 2014 +0000
@@ -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_ */



Home | Main Index | Thread Index | Old Index