]> git.saurik.com Git - wxWidgets.git/blame - utils/wxPython/modules/lseditor/config.h
Prep for wxPython 2.1b3 release
[wxWidgets.git] / utils / wxPython / modules / lseditor / config.h
CommitLineData
4b123bb9
HH
1/* config.h. Generated automatically by configure. */
2/* config.h.in. Generated automatically from configure.in by autoheader. */
3
4/* Define if using alloca.c. */
5/* #undef C_ALLOCA */
6
7/* Define to empty if the keyword does not work. */
8/* #undef const */
9
10/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
11 This function is required for alloca.c support on those systems. */
12/* #undef CRAY_STACKSEG_END */
13
14/* Define if you have alloca, as a function or macro. */
15#define HAVE_ALLOCA 1
16
17/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
18#define HAVE_ALLOCA_H 1
19
20/* Define as __inline if that's what the C compiler calls it. */
21/* #undef inline */
22
23/* Define as the return type of signal handlers (int or void). */
24#define RETSIGTYPE void
25
26/* Define to `unsigned' if <sys/types.h> doesn't define. */
27/* #undef size_t */
28
29/* If using the C implementation of alloca, define if you know the
30 direction of stack growth for your system; otherwise it will be
31 automatically deduced at run-time.
32 STACK_DIRECTION > 0 => grows toward higher addresses
33 STACK_DIRECTION < 0 => grows toward lower addresses
34 STACK_DIRECTION = 0 => direction of growth unknown
35 */
36/* #undef STACK_DIRECTION */
37
38/* Define if you have the ANSI C header files. */
39#define STDC_HEADERS 1
40
41/* Define if your <sys/time.h> declares struct tm. */
42/* #undef TM_IN_SYS_TIME */
43
44/* Define to use template STL (vs. wxSTL) */
45#define wxUSE_TEMPLATE_STL 1
46
47/* Define to use framelayout library */
48/* #undef wxsUSE_FRAME_LAYOUT */
49
50/* Define to use class-info plugin */
51#define wxsUSE_CLASS_INFO 1
52
53/* Define to use window manager plugin */
54#define wxsUSE_WINDOWMANAGER 1
55
56/* Define if you have the strdup function. */
57#define HAVE_STRDUP 1
58
59/* Define if you have the <fcntl.h> header file. */
60#define HAVE_FCNTL_H 1
61
62/* Define if you have the <limits.h> header file. */
63#define HAVE_LIMITS_H 1
64
65/* Define if you have the <malloc.h> header file. */
66#define HAVE_MALLOC_H 1
67
68/* Define if you have the <strings.h> header file. */
69#define HAVE_STRINGS_H 1
70
71/* Define if you have the <sys/time.h> header file. */
72#define HAVE_SYS_TIME_H 1
73
74/* Define if you have the <unistd.h> header file. */
75#define HAVE_UNISTD_H 1
76
77/* Name of package */
78#define PACKAGE "wxStudio"
79
80/* Version number of package */
81#define VERSION "0.0.2"
82