Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit f9cbf44

Browse files
committed
fix(config): rename missed symbols
1 parent 8d675cb commit f9cbf44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/config.h.cmake.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef GLOG_CONFIG_H
2-
#define GLOG_CONFIG_H
1+
#ifndef NGLOG_CONFIG_H
2+
#define NGLOG_CONFIG_H
33

44
/* Define if you have the `dladdr' function */
55
#cmakedefine HAVE_DLADDR
@@ -122,7 +122,7 @@
122122
#cmakedefine TEST_SRC_DIR ${TEST_SRC_DIR}
123123

124124
/* Define if thread-local storage is enabled. */
125-
#cmakedefine GLOG_THREAD_LOCAL_STORAGE
125+
#cmakedefine NGLOG_THREAD_LOCAL_STORAGE
126126

127127
/* define if abi::__cxa_demangle is available in cxxabi.h */
128128
#cmakedefine HAVE___CXA_DEMANGLE
@@ -139,4 +139,4 @@
139139
/* define if program_invocation_short_name is available in cerrno */
140140
#cmakedefine HAVE_PROGRAM_INVOCATION_SHORT_NAME
141141

142-
#endif // GLOG_CONFIG_H
142+
#endif // NGLOG_CONFIG_H

0 commit comments

Comments
 (0)