File: swigconfig.h

package info (click to toggle)
renderdoc 1.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 79,584 kB
  • sloc: cpp: 491,671; ansic: 285,823; python: 12,617; java: 11,345; cs: 7,181; makefile: 6,703; yacc: 5,682; ruby: 4,648; perl: 3,461; php: 2,119; sh: 2,068; lisp: 1,835; tcl: 1,068; ml: 747; xml: 137
file content (34 lines) | stat: -rw-r--r-- 937 bytes parent folder | download | duplicates (4)
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