]> git.mxchange.org Git - flightgear.git/blob - src/Include/config.h-msvc6
Doh! typo in a the file name.
[flightgear.git] / src / Include / config.h-msvc6
1 /* src/Include/config.h.  Generated automatically by configure.  */
2 /* src/Include/config.h.in.  Generated automatically from configure.in by autoheader.  */
3
4 /* Define if you have the vprintf function.  */
5 #define HAVE_VPRINTF 1
6
7 /* Define as the return type of signal handlers (int or void).  */
8 #define RETSIGTYPE void
9
10 /* Define if you have the ANSI C header files.  */
11 #define STDC_HEADERS 1
12
13 /* Define if the X Window System is missing or not being used.  */
14 #define X_DISPLAY_MISSING 1
15
16 /* Define to enable audio support */
17 #define ENABLE_AUDIO_SUPPORT 1
18    
19 /* Define to enable plib joystick support (recommended) */
20 #define ENABLE_PLIB_JOYSTICK 1
21    
22 /* Define to eliminate all trace of debugging messages such as for a 
23    release build */
24 /* #undef FG_NDEBUG */
25    
26 /* Define to include Oliver's networking support */
27 /* #undef FG_NETWORK_OLK */
28    
29 /* Define to avoid Christian's new weather code */
30 /* #undef FG_OLD_WEATHER */
31    
32 /* Define if we are building FGFS (should always be defined) */
33 #define FGFS 1
34
35 /* Define to enable 3dfx/glide render in a window hack under unix.
36    This probably won't work under windows. */
37 /* #define XMESA 1 */
38 /* #define FX 1 */
39
40 /* Define if you external variables daylight.  */
41 /* #define HAVE_DAYLIGHT 1 */
42
43 /* Define if you external variables timezone.  */
44 /* #define HAVE_TIMEZONE 1 */
45
46 /* Define if you have MetaKit installed system wide.  */
47 #define HAVE_MK4 1
48
49 /* Define if you have zlib installed system wide.  */
50 /* #define HAVE_ZLIB 1 */
51
52 /* Define if compiling on a Winbloze (95, NT, etc.) platform */
53 #define WIN32 1
54
55 /* Define if you have the bcopy function.  */
56 /* #define HAVE_BCOPY 1 */
57
58 /* Define if you have the ftime function.  */
59 #define HAVE_FTIME 1
60
61 /* Define if you have the getitimer function.  */
62 /* #define HAVE_GETITIMER 1 */
63
64 /* Define if you have the GetLocalTime function.  */
65 #define HAVE_GETLOCALTIME 1
66
67 /* Define if you have the getrusage function.  */
68 /* #define HAVE_GETRUSAGE 1 */
69
70 /* Define if you have the gettimeofday function.  */
71 /* #define HAVE_GETTIMEOFDAY 1 */
72
73 /* Define if you have the memcpy function.  */
74 #define HAVE_MEMCPY 1
75
76 /* Define if you have the mktime function.  */
77 #define HAVE_MKTIME 1
78
79 /* Define if you have the rand function.  */
80 #define HAVE_RAND 1
81
82 /* Define if you have the random function.  */
83 /* #define HAVE_RANDOM 1 */
84
85 /* Define if you have the rint function.  */
86 /* #define HAVE_RINT 1 */
87
88 /* Define if you have the setitimer function.  */
89 /* #define HAVE_SETITIMER 1 */
90
91 /* Define if you have the signal function.  */
92 #define HAVE_SIGNAL 1
93
94 /* Define if you have the strstr function.  */
95 #define HAVE_STRSTR 1
96
97 /* Define if you have the timegm function.  */
98 /* #define HAVE_TIMEGM 1 */
99
100 /* Define if you have the <fcntl.h> header file.  */
101 #define HAVE_FCNTL_H 1
102
103 /* Define if you have the <getopt.h> header file.  */
104 /* #define HAVE_GETOPT_H 1 */
105
106 /* Define if you have the <malloc.h> header file.  */
107 #define HAVE_MALLOC_H 1
108
109 /* Define if you have the <memory.h> header file.  */
110 #define HAVE_MEMORY_H 1
111
112 /* Define if you have the <stdlib.h> header file.  */
113 #define HAVE_STDLIB_H 1
114
115 /* Define if you have the <sys/param.h> header file.  */
116 /* #define HAVE_SYS_PARAM_H 1 */
117
118 /* Define if you have the <sys/stat.h> header file.  */
119 #define HAVE_SYS_STAT_H 1
120
121 /* Define if you have the <sys/timeb.h> header file.  */
122 #define HAVE_SYS_TIMEB_H 1
123
124 /* Define if you have the <sys/time.h> header file.  */
125 /* #define HAVE_SYS_TIME_H 1 */
126
127 /* Define if you have the <unistd.h> header file.  */
128 /* #define HAVE_UNISTD_H 1 */
129
130 /* Define if you have the <values.h> header file.  */
131 /* #define HAVE_VALUES_H 1 */
132
133 /* Define if you have the <winbase.h> header file.  */
134 #define HAVE_WINBASE_H 1
135
136 /* Define if you have the <windows.h> header file.  */
137 #define HAVE_WINDOWS_H 1
138
139 /* Define if you have the GL library (-lGL).  */
140 #define HAVE_LIBGL 1
141
142 /* Define if you have the GLcore library (-lGLcore).  */
143 /* #undef HAVE_LIBGLCORE */
144
145 /* Define if you have the GLU library (-lGLU).  */
146 #define HAVE_LIBGLU 1
147
148 /* Define if you have the glut library (-lglut).  */
149 #define HAVE_LIBGLUT 1
150
151 /* Define if you have the plibul library (-lplibul).  */
152 /* #undef HAVE_LIBPLIBUL */
153
154 /* Name of package */
155 #define PACKAGE "FlightGear"