]> git.mxchange.org Git - flightgear.git/blob - src/Include/config.h-msvc8
b8d04051e7c5a038add34bad3b5065c4130d2163
[flightgear.git] / src / Include / config.h-msvc8
1
2 /* Special single config.h for MSVC8 build  */
3
4 #define ENABLE_OSGVIEWER
5 #define PU_USE_NATIVE 
6
7 #define ENABLE_OSGVIEWER         
8 #define PU_USE_NATIVE
9
10 /* Define to enable plib joystick support */
11 #ifndef  ENABLE_PLIB_JOYSTICK
12 #define ENABLE_PLIB_JOYSTICK
13 #endif   // #ifndef  ENABLE_PLIB_JOYSTICK
14
15 /* Define to enable threaded tile paging */
16 #define ENABLE_THREADS 1
17 #define ENABLE_AUDIO_SUPPORT 1
18
19 /* Define so that JSBSim compiles in 'library' mode */
20 #define FGFS 1
21
22 /* Define to build with jpeg screen shot server */
23 #undef FG_JPEG_SERVER
24
25 /* Define to build with multiplayer support */
26 #define FG_MPLAYER_AS 1
27
28 /* Define for no logging output */
29 #undef FG_NDEBUG
30
31 /* Define to build with Oliver's networking */
32 #undef FG_NETWORK_OLK
33
34 /* Define to enable plib joystick name support */
35 #define FG_PLIB_JOYSTICK_GETNAME
36
37 /* Define to build with Christian Mayer's weather code */
38 #undef FG_WEATHERCM
39
40 /* Define if the X Window System is missing or not being used.  */
41 #define X_DISPLAY_MISSING 1
42
43 /* Define if the CONSOLE output has no ANSI driver (eg no "esc [ ..." seqs.) */
44 #define  NO_ANSI_DRIVER
45
46 /* Define to empty if the keyword does not work.  */
47 /* #undef const */
48
49 /* Define if you don't have vprintf but do have _doprnt.  */
50 /* #undef HAVE_DOPRNT */
51
52 /* Define if you have the vprintf function.  */
53 #define HAVE_VPRINTF 1
54
55 /* Define to package name - not used? */
56 #define PACKAGE "FlightGear"
57
58 /* Define to package version - use in main.cxx */
59 #define FLIGHTGEAR_VERSION "MSVC8-WIN32-0.9.10"
60
61 /* Define as the return type of signal handlers (int or void).  */
62 #define RETSIGTYPE void
63
64 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
65 /* #undef size_t */
66
67 /* Define if you have the ANSI C header files.  */
68 #define STDC_HEADERS 1
69
70 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
71 /* #undef TIME_WITH_SYS_TIME */
72
73 /* Define if your <sys/time.h> declares struct tm.  */
74 #define TM_IN_SYS_TIME 1
75
76 /* Define to version number */
77 #define VERSION "0.9.10"
78
79 /* Define if compiling on a Winbloze (95, NT, etc.) platform */
80 #define WIN32 1
81
82 /* Define if you have the GetLocalTime function.  */
83 #define HAVE_GETLOCALTIME 1
84
85 /* Define if you have the ftime function.  */
86 #define HAVE_FTIME 1
87
88 /* Define if you have the getitimer function.  */
89 /* #define HAVE_GETITIMER 1 */
90
91 /* Define if you have the getrusage function.  */
92 /* #define HAVE_GETRUSAGE 1 */
93
94 /* Define if you have the gettimeofday function.  */
95 /* #define HAVE_GETTIMEOFDAY 1 */
96
97 /* Define if you have the mktime function.  */
98 #define HAVE_MKTIME 1
99
100 /* Define if you have the rand function.  */
101 #define HAVE_RAND 1
102
103 /* Define if you have the random function.  */
104 /* #define HAVE_RANDOM 1   */
105
106 /* Define if you have the rint function.  */
107 /* #define HAVE_RINT 1 */
108
109 /* Define if you have the setitimer function.  */
110 /* #define HAVE_SETITIMER 1 */
111
112 /* Define if you have the signal function.  */
113 #define HAVE_SIGNAL 1
114
115 /* Define if you have the strstr function.  */
116 #define HAVE_STRSTR 1
117
118 /* Define if you have the <fcntl.h> header file.  */
119 #define HAVE_FCNTL_H 1
120
121 /* Define if you have the <getopt.h> header file.  */
122 #define HAVE_GETOPT_H 1
123
124 /* Define if you have the <malloc.h> header file.  */
125 #define HAVE_MALLOC_H 1
126
127 /* Define if you have the <stdlib.h> header file.  */
128 #define HAVE_STDLIB_H 1
129
130 /* Define if you have the <sys/time.h> header file.  */
131 /* #define HAVE_SYS_TIME_H 1 */
132
133 /* Define if you have the <sys/timeb.h> header file.  */
134 #define HAVE_SYS_TIMEB_H 1
135
136 /* Define if you have the <unistd.h> header file.  */
137 /* #define HAVE_UNISTD_H 1 */
138
139 /* Define if you have the <values.h> header file.  */
140 /* #define HAVE_VALUES_H 1 */
141
142 /* Define if you have the <winbase.h> header file.  */
143 #define HAVE_WINBASE_H 1
144
145 /* Define if you have the <windows.h> header file.  */
146 #define HAVE_WINDOWS_H 1
147
148 /* Define if you have the GL library (-lGL).  */
149 #define HAVE_LIBGL 1
150
151 /* Define if you have the GLU library (-lGLU).  */
152 #define HAVE_LIBGLU 1
153
154 /* Define if you have the GLcore library (-lGLcore).  */
155 /* #undef HAVE_LIBGLCORE */
156
157 /* Define if you have the ICE library (-lICE).  */
158 /* #define HAVE_LIBICE 1 */
159
160 /* Define if you have the MesaGL library (-lMesaGL).  */
161 /* #undef HAVE_LIBMESAGL */
162
163 /* Define if you have the MesaGLU library (-lMesaGLU).  */
164 /* #undef HAVE_LIBMESAGLU */
165
166 /* Define if you have the SM library (-lSM).  */
167 /* #define HAVE_LIBSM 1 */
168
169 /* Define if you have the X11 library (-lX11).  */
170 /* #define HAVE_LIBX11 1 */
171
172 /* Define if you have the Xext library (-lXext).  */
173 /* #define HAVE_LIBXEXT 1 */
174
175 /* Define if you have the Xi library (-lXi).  */
176 /* #define HAVE_LIBXI 1 */
177
178 /* Define if you have the Xmu library (-lXmu).  */
179 /* #define HAVE_LIBXMU 1 */
180
181 /* Define if you have the Xt library (-lXt).  */
182 /* #define HAVE_LIBXT 1 */
183
184 /* Define if you have the glut library (-lglut).  */
185 #define HAVE_LIBGLUT 1
186
187 /* Define if you have the m library (-lm).  */
188 #define HAVE_LIBM 1
189
190 /* Define if you have the socket library (-lsocket).  */
191 /* #undef HAVE_LIBSOCKET */
192
193 /* Define if you have the <memory.h> header file.  */
194 #define HAVE_MEMORY_H 1
195
196 #define HAVE_MEMCPY 1
197 #define NOMINMAX 1
198
199
200 #ifndef ENABLE_AUDIO_SUPPORT
201 #define  ENABLE_AUDIO_SUPPORT
202 #endif
203
204 #ifndef  FG_GLUT_H
205 #define  FG_GLUT_H   <GL/glut.h>
206 #endif   // #ifndef FG_GLUT_H
207
208 // eof - config.h-msvc6 - single flightgear config.h file