Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-01-04 14:47:36 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-01-04 17:39:13 +0300
commit0b856dd97e43cf116ac136b74bc3a559c679522e (patch)
tree010fa23fccce75c385bb83255c5de2d6ccc89fac /extern/glog/src/config.h
parent69f40808390a4a761e414daebbfbeeacae342871 (diff)
Move GLog/GFlags to extern/
This is where the libraries belongs to actually, they are not only used by Libmv now, but also by tests and Cycles.
Diffstat (limited to 'extern/glog/src/config.h')
-rw-r--r--extern/glog/src/config.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/extern/glog/src/config.h b/extern/glog/src/config.h
new file mode 100644
index 00000000000..f5c9c0b0a7b
--- /dev/null
+++ b/extern/glog/src/config.h
@@ -0,0 +1,17 @@
+/* src/config.h. Generated from config.h.in by configure. */
+/* src/config.h.in. Generated from configure.ac by autoheader. */
+
+/* Namespace for Google classes */
+#if defined(__APPLE__)
+ #include "config_mac.h"
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+ #include "config_freebsd.h"
+#elif defined(__MINGW32__)
+ #include "windows/config.h"
+#elif defined(__linux__)
+ #include "config_linux.h"
+#elif defined(_MSC_VER)
+ #include "windows/config.h"
+#elif defined(__GNU__)
+ #include "config_hurd.h"
+#endif