]> git.mxchange.org Git - flightgear.git/blob - src/Include/config.h-msvc71
Tidy up for a source code "snapshot" release.
[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 #define FLIGHTGEAR_VERSION "MSVC7.1-WIN32-1.99.5"
23
24 /* Define as the return type of signal handlers (int or void).  */
25 #define RETSIGTYPE void
26
27 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
28 /* #undef size_t */
29
30 /* Define if you have the ANSI C header files.  */
31 #define STDC_HEADERS 1
32
33 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
34 /* #undef TIME_WITH_SYS_TIME */
35
36 /* Define if your <sys/time.h> declares struct tm.  */
37 #define TM_IN_SYS_TIME 1
38
39 /* Define to version number */
40 #define VERSION "1.99.5"
41 #ifndef  FG_VERSION     /* allow override */
42 #define  FG_VERSION     7
43 #endif   /* FG_VERSION */
44
45 /* Define if compiling on a Winbloze (95, NT, etc.) platform */
46 #define WIN32 1
47
48 /* Define if you have the GetLocalTime function.  */
49 #define HAVE_GETLOCALTIME 1
50
51 /* Define if you have the ftime function.  */
52 #define HAVE_FTIME 1
53
54 /* Define if you have the getitimer function.  */
55 /* #define HAVE_GETITIMER 1 */
56
57 /* Define if you have the getrusage function.  */
58 /* #define HAVE_GETRUSAGE 1 */
59
60 /* Define if you have the gettimeofday function.  */
61 /* #define HAVE_GETTIMEOFDAY 1 */
62
63 /* Define if you have the mktime function.  */
64 #define HAVE_MKTIME 1
65
66 /* Define if you have the rand function.  */
67 #define HAVE_RAND 1
68
69 /* Define if you have the random function.  */
70 /* #define HAVE_RANDOM 1   */
71
72 /* Define if you have the rint function.  */
73 /* #define HAVE_RINT 1 */
74
75 /* Define if you have the setitimer function.  */
76 /* #define HAVE_SETITIMER 1 */
77
78 /* Define if you have the signal function.  */
79 #define HAVE_SIGNAL 1
80
81 /* Define if you have the strstr function.  */
82 #define HAVE_STRSTR 1
83
84 /* Define if you have the <fcntl.h> header file.  */
85 #define HAVE_FCNTL_H 1
86
87 /* Define if you have the <getopt.h> header file.  */
88 #define HAVE_GETOPT_H 1
89
90 /* Define if you have the <malloc.h> header file.  */
91 #define HAVE_MALLOC_H 1
92
93 /* Define if you have the <stdlib.h> header file.  */
94 #define HAVE_STDLIB_H 1
95
96 /* Define if you have the <sys/time.h> header file.  */
97 /* #define HAVE_SYS_TIME_H 1 */
98
99 /* Define if you have the <sys/timeb.h> header file.  */
100 #define HAVE_SYS_TIMEB_H 1
101
102 /* Define if you have the <unistd.h> header file.  */
103 /* #define HAVE_UNISTD_H 1 */
104
105 /* Define if you have the <values.h> header file.  */
106 /* #define HAVE_VALUES_H 1 */
107
108 /* Define if you have the <winbase.h> header file.  */
109 #define HAVE_WINBASE_H 1
110
111 /* Define if you have the <windows.h> header file.  */
112 #define HAVE_WINDOWS_H 1
113
114 /* Define if you have the GL library (-lGL).  */
115 #define HAVE_LIBGL 1
116
117 /* Define if you have the GLU library (-lGLU).  */
118 #define HAVE_LIBGLU 1
119
120 /* Define if you have the GLcore library (-lGLcore).  */
121 /* #undef HAVE_LIBGLCORE */
122
123 /* Define if you have the ICE library (-lICE).  */
124 /* #define HAVE_LIBICE 1 */
125
126 /* Define if you have the MesaGL library (-lMesaGL).  */
127 /* #undef HAVE_LIBMESAGL */
128
129 /* Define if you have the MesaGLU library (-lMesaGLU).  */
130 /* #undef HAVE_LIBMESAGLU */
131
132 /* Define if you have the SM library (-lSM).  */
133 /* #define HAVE_LIBSM 1 */
134
135 /* Define if you have the X11 library (-lX11).  */
136 /* #define HAVE_LIBX11 1 */
137
138 /* Define if you have the Xext library (-lXext).  */
139 /* #define HAVE_LIBXEXT 1 */
140
141 /* Define if you have the Xi library (-lXi).  */
142 /* #define HAVE_LIBXI 1 */
143
144 /* Define if you have the Xmu library (-lXmu).  */
145 /* #define HAVE_LIBXMU 1 */
146
147 /* Define if you have the Xt library (-lXt).  */
148 /* #define HAVE_LIBXT 1 */
149
150 /* Define if you have the glut library (-lglut).  */
151 #define HAVE_LIBGLUT 1
152
153 /* Define if you have the m library (-lm).  */
154 #define HAVE_LIBM 1
155
156 /* Define if you have the socket library (-lsocket).  */
157 /* #undef HAVE_LIBSOCKET */
158
159 /* Define if you have the <memory.h> header file.  */
160 #define HAVE_MEMORY_H 1
161
162 #define HAVE_MEMCPY 1
163
164 #define NOMINMAX 1
165
166 #ifndef ENABLE_AUDIO_SUPPORT
167 #define  ENABLE_AUDIO_SUPPORT
168 #endif
169
170 #define FG_GLUT_H <GL/glut.h>
171
172 // eof - config.h-msvc71 - single flightgear config.h file