git ssb

0+

cel / sslh



Commit 555005f455df706c6754c9407654c66ca1b4feb3

Complies to DCL37-C (Issue 59)

Yves Rutschle committed on 1/26/2016, 5:49:57 PM
Parent: e511534b57b73ae52d3253541385a42c1a1d591b

Files changed

common.hchanged
genver.shchanged
probe.hchanged
common.hView
@@ -1,6 +1,6 @@
1-#ifndef __COMMON_H_
2-#define __COMMON_H_
1+#ifndef COMMON_H
2+#define COMMON_H
33
44 /* FD_SETSIZE is 64 on Cygwin, which is really low. Just redefining it is
55 * enough for the macros to adapt (http://support.microsoft.com/kb/111855)
66 */
genver.shView
@@ -39,10 +39,10 @@
3939 fi
4040
4141
4242 if [ $QUIET -ne 1 ]; then
43- printf "#ifndef _VERSION_H_ \n"
44- printf "#define _VERSION_H_ \n\n"
43+ printf "#ifndef VERSION_H \n"
44+ printf "#define VERSION_H \n\n"
4545 printf "#define VERSION \"$release\"\n"
4646 printf "#endif\n"
4747 else
4848 printf "$release\n"
probe.hView
@@ -1,8 +1,8 @@
11 /* API for probe.c */
22
3-#ifndef __PROBE_H_
4-#define __PROBE_H_
3+#ifndef PROBE_H
4+#define PROBE_H
55
66 #include "common.h"
77 #include "tls.h"
88

Built with git-ssb-web