Skip to content

Commit c322cb4

Browse files
committed
remove _
Signed-off-by: Rosen Penev <[email protected]>
1 parent 602d24a commit c322cb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/config.h.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// File generated by cmake from cmake/config.h.cmake.
22

3-
#ifndef _EXV_CONF_H_
4-
#define _EXV_CONF_H_
3+
#ifndef EXV_CONF_H_
4+
#define EXV_CONF_H_
55

66
// Define to 1 if you want to use libcurl in httpIO.
77
#cmakedefine EXV_USE_CURL
@@ -77,4 +77,4 @@
7777
// Define if you have the iconv function.
7878
#cmakedefine EXV_HAVE_ICONV
7979

80-
#endif /* !_EXV_CONF_H_ */
80+
#endif /* !EXV_CONF_H_ */

0 commit comments

Comments
 (0)