1/* Source/Include/swigconfig.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define to 1 if the system has the type `bool'. */
4#undef HAVE_BOOL
5
6/* Define to 1 if you have the <inttypes.h> header file. */
7#undef HAVE_INTTYPES_H
8
9/* Define to 1 if you have the `dl' library (-ldl). */
10#undef HAVE_LIBDL
11
12/* Define to 1 if you have the `dld' library (-ldld). */
13#undef HAVE_LIBDLD
14
15/* Define to 1 if you have the <memory.h> header file. */
16#undef HAVE_MEMORY_H
17
18/* Define if popen is available */
19#undef HAVE_POPEN
20
21/* Define if rxspencer is available */
22#undef HAVE_RXSPENCER
23
24/* Define to 1 if you have the <stdint.h> header file. */
25#undef HAVE_STDINT_H
26
27/* Define to 1 if you have the <stdlib.h> header file. */
28#undef HAVE_STDLIB_H
29
30/* Define to 1 if you have the <strings.h> header file. */
31#undef HAVE_STRINGS_H
32
33/* Define to 1 if you have the <string.h> header file. */
34#undef HAVE_STRING_H
35
36/* Define to 1 if you have the <sys/stat.h> header file. */
37#undef HAVE_SYS_STAT_H
38
39/* Define to 1 if you have the <sys/types.h> header file. */
40#undef HAVE_SYS_TYPES_H
41
42/* Define to 1 if you have the <unistd.h> header file. */
43#undef HAVE_UNISTD_H
44
45/* Define to 1 if your C compiler doesn't accept -c and -o together. */
46#undef NO_MINUS_C_MINUS_O
47
48/* Name of package */
49#undef PACKAGE
50
51/* Define to the address where bug reports for this package should be sent. */
52#undef PACKAGE_BUGREPORT
53
54/* Define to the full name of this package. */
55#undef PACKAGE_NAME
56
57/* Define to the full name and version of this package. */
58#undef PACKAGE_STRING
59
60/* Define to the one symbol short name of this package. */
61#undef PACKAGE_TARNAME
62
63/* Define to the version of this package. */
64#undef PACKAGE_VERSION
65
66/* Define to 1 if you have the ANSI C header files. */
67#undef STDC_HEADERS
68
69/* Compiler that built SWIG */
70#undef SWIG_CXX
71
72/* Directory for SWIG system-independent libraries */
73#undef SWIG_LIB
74
75/* Directory for SWIG system-independent libraries (Unix install on native
76   Windows) */
77#undef SWIG_LIB_WIN_UNIX
78
79/* Platform that SWIG is built for */
80#undef SWIG_PLATFORM
81
82/* Version number of package */
83#undef VERSION
84
85
86/* Default language */
87#define SWIG_LANG               "-tcl"
88
89/* Deal with Microsoft's attempt at deprecating C standard runtime functions */
90#if defined(_MSC_VER)
91# define _CRT_SECURE_NO_DEPRECATE
92#endif
93
94