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 602d24a commit c322cb4Copy full SHA for c322cb4
cmake/config.h.cmake
@@ -1,7 +1,7 @@
1
// File generated by cmake from cmake/config.h.cmake.
2
3
-#ifndef _EXV_CONF_H_
4
-#define _EXV_CONF_H_
+#ifndef EXV_CONF_H_
+#define EXV_CONF_H_
5
6
// Define to 1 if you want to use libcurl in httpIO.
7
#cmakedefine EXV_USE_CURL
@@ -77,4 +77,4 @@
77
// Define if you have the iconv function.
78
#cmakedefine EXV_HAVE_ICONV
79
80
-#endif /* !_EXV_CONF_H_ */
+#endif /* !EXV_CONF_H_ */
0 commit comments