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