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