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

config.h « src « glog « third_party « libmv « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 06ed686f87c8bec3475ec8472caf38b7fe703066 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* src/config.h.  Generated from config.h.in by configure.  */
/* src/config.h.in.  Generated from configure.ac by autoheader.  */

/* Namespace for Google classes */
#ifdef __APPLE__
 #include "config_mac.h"
#elif __MINGW32__
 #include "windows/config.h"
#elif __GNUC__
 #include "config_linux.h"
#elif _MSC_VER
 #include "windows/config.h"
#endif