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