source: OGRE/trunk/ogrenew/OgreMain/include/config.h.in @ 690

Revision 690, 2.9 KB checked in by mattausch, 18 years ago (diff)

added ogre 1.07 main

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