We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d1e1e commit 5dcb838Copy full SHA for 5dcb838
src/lacoconf.h.in
@@ -1,8 +1,8 @@
1
-#ifndef __LACOCONF_H
2
-#define __LACOCONF_H
+#ifndef LACOCONF_H
+#define LACOCONF_H
3
4
#define LACO_VERSION "@LACO_VERSION_STRING@"
5
#define LACO_LUA_USED "@LACO_LUA_USED@"
6
#define LACO_TIMESTAMP "@LACO_TIMESTAMP@"
7
8
-#endif /* __LACOCONF_H */
+#endif /* LACOCONF_H */
0 commit comments