1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
/* swigconfig.h. Manually generated to compile swig. */
/* No PCRE library */
#define HAVE_PCRE 1
/* popen is available */
#define HAVE_POPEN 1
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "https://github.com/baldurk/renderdoc/tree/master/qrenderdoc/3rdparty/swig"
/* Define to the version of this package. */
#define PACKAGE_VERSION "3.0.12"
/* Compiler that built SWIG */
#define SWIG_CXX "msvc"
/* Directory for SWIG system-independent libraries */
#define SWIG_LIB ""
/* Directory for SWIG system-independent libraries (Unix install on native
Windows) */
#define SWIG_LIB_WIN_UNIX ""
/* Platform that SWIG is built for */
#define SWIG_PLATFORM "win32"
/* Default language */
#define SWIG_LANG "-python"
/* Deal with attempt by Microsoft to deprecate C standard runtime functions */
#if defined(_MSC_VER)
# define _CRT_SECURE_NO_DEPRECATE
#endif
|