summaryrefslogtreecommitdiff
path: root/src/config.h.cmake.in
diff options
context:
space:
mode:
authorHans-Andreas Engel <engel@node.ch>2016-04-08 10:51:40 +0200
committerSergiu Deitsch <sergiu.deitsch@gmail.com>2017-07-06 00:02:38 +0200
commit2df0ca34aa3000dadf76633ca700abf0bf50756d (patch)
treea7fc6dd344baf719ccccbf703dbde1cae6821994 /src/config.h.cmake.in
parentf176cc84543e5209c838e96531c56d71a4d377d8 (diff)
downloadglog-2df0ca34aa3000dadf76633ca700abf0bf50756d.tar.gz
glog-2df0ca34aa3000dadf76633ca700abf0bf50756d.tar.bz2
glog-2df0ca34aa3000dadf76633ca700abf0bf50756d.zip
reduce memory allocations to zero
Diffstat (limited to 'src/config.h.cmake.in')
-rw-r--r--src/config.h.cmake.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.cmake.in b/src/config.h.cmake.in
index 6635df1..a946451 100644
--- a/src/config.h.cmake.in
+++ b/src/config.h.cmake.in
@@ -174,6 +174,9 @@
/* location of source code */
#cmakedefine TEST_SRC_DIR ${TEST_SRC_DIR}
+/* Define to necessary thread-local storage attribute. */
+#cmakedefine GLOG_THREAD_LOCAL_STORAGE ${GLOG_THREAD_LOCAL_STORAGE}
+
/* Version number of package */
#cmakedefine VERSION