X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fconfig.h.cmake.in;h=a94645174773b23fbc69c4a7a13ec38c3c32e372;hb=0a9f71036f5617ecd3549abff78a8d9a09c7e56e;hp=0094a094b512e85dd04ef61a7122ccc3b688a5f9;hpb=8db3ff0b75933dd1c64c5022a75113192e2bc1e8;p=platform%2Fupstream%2Fglog.git diff --git a/src/config.h.cmake.in b/src/config.h.cmake.in index 0094a09..a946451 100644 --- a/src/config.h.cmake.in +++ b/src/config.h.cmake.in @@ -46,6 +46,9 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_MEMORY_H +/* define to disable multithreading support. */ +#cmakedefine NO_THREADS + /* define if the compiler implements namespaces */ #cmakedefine HAVE_NAMESPACES @@ -171,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