Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/OgreMain/include/config.h.in @ 3

Last change on this file since 3 was 3, checked in by anonymous, 17 years ago

=update

File size: 3.1 KB
Line 
1/* OgreMain/include/config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define to 1 if you have the <dlfcn.h> header file. */
4#undef HAVE_DLFCN_H
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 `Cg' library (-lCg). */
10#undef HAVE_LIBCG
11
12/* Define to 1 if you have the `dl' library (-ldl). */
13#undef HAVE_LIBDL
14
15/* Define to 1 if you have the `freeimage' library (-lfreeimage). */
16#undef HAVE_LIBFREEIMAGE
17
18/* Define to 1 if you have the `IL' library (-lIL). */
19#undef HAVE_LIBIL
20
21/* Define to 1 if you have the `ILU' library (-lILU). */
22#undef HAVE_LIBILU
23
24/* Define to 1 if you have the `m' library (-lm). */
25#undef HAVE_LIBM
26
27/* Define to 1 if you have the `pthread' library (-lpthread). */
28#undef HAVE_LIBPTHREAD
29
30/* Define to 1 if you have the `z' library (-lz). */
31#undef HAVE_LIBZ
32
33/* Define to 1 if you have the <memory.h> header file. */
34#undef HAVE_MEMORY_H
35
36/* snprintf */
37#undef HAVE_SNPRINTF
38
39/* Define to 1 if you have the <stdint.h> header file. */
40#undef HAVE_STDINT_H
41
42/* Define to 1 if you have the <stdlib.h> header file. */
43#undef HAVE_STDLIB_H
44
45/* Define to 1 if you have the <strings.h> header file. */
46#undef HAVE_STRINGS_H
47
48/* Define to 1 if you have the <string.h> header file. */
49#undef HAVE_STRING_H
50
51/* Define to 1 if you have the <sys/stat.h> header file. */
52#undef HAVE_SYS_STAT_H
53
54/* Define to 1 if you have the <sys/types.h> header file. */
55#undef HAVE_SYS_TYPES_H
56
57/* Define to 1 if you have the <unistd.h> header file. */
58#undef HAVE_UNISTD_H
59
60/* vsnprintf */
61#undef HAVE_VSNPRINTF
62
63/* Define to 1 if you have the <X11/extensions/xf86vmode.h> header file. */
64#undef HAVE_X11_EXTENSIONS_XF86VMODE_H
65
66/* Define to 1 if you have the <X11/extensions/Xrandr.h> header file. */
67#undef HAVE_X11_EXTENSIONS_XRANDR_H
68
69/* Define to 1 if you have the <X11/Intrinsic.h> header file. */
70#undef HAVE_X11_INTRINSIC_H
71
72/* Define to 1 if you have the <X11/Xaw/Command.h> header file. */
73#undef HAVE_X11_XAW_COMMAND_H
74
75/* Define to 1 if your C compiler doesn't accept -c and -o together. */
76#undef NO_MINUS_C_MINUS_O
77
78/* Big endian machine */
79#undef OGRE_CONFIG_BIG_ENDIAN
80
81/* Little endian machine */
82#undef OGRE_CONFIG_LITTLE_ENDIAN
83
84/* Build with single precision */
85#undef OGRE_DOUBLE_PRECISION
86
87/* Build devil */
88#undef OGRE_NO_DEVIL
89
90/* Load images using the freeimage library */
91#undef OGRE_NO_FREEIMAGE
92
93/* Build with thread support */
94#undef OGRE_THREAD_SUPPORT
95
96/* Name of package */
97#undef PACKAGE
98
99/* Define to the address where bug reports for this package should be sent. */
100#undef PACKAGE_BUGREPORT
101
102/* Define to the full name of this package. */
103#undef PACKAGE_NAME
104
105/* Define to the full name and version of this package. */
106#undef PACKAGE_STRING
107
108/* Define to the one symbol short name of this package. */
109#undef PACKAGE_TARNAME
110
111/* Define to the version of this package. */
112#undef PACKAGE_VERSION
113
114/* Define to 1 if you have the ANSI C header files. */
115#undef STDC_HEADERS
116
117/* Version number of package */
118#undef VERSION
119
120/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
121   `char[]'. */
122#undef YYTEXT_POINTER
Note: See TracBrowser for help on using the repository browser.