1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.in by autoheader.  */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Define to 1 if you have the <inttypes.h> header file. */
8 #define HAVE_INTTYPES_H 1
9 
10 /* Define to 1 if you have the `dl' library (-ldl). */
11 #define HAVE_LIBDL 1
12 
13 /* Define to 1 if you have the `GL' library (-lGL). */
14 #define HAVE_LIBGL 1
15 
16 /* Define to 1 if you have the `GLU' library (-lGLU). */
17 #define HAVE_LIBGLU 1
18 
19 /* Define to 1 if you have the `glut' library (-lglut). */
20 #define HAVE_LIBGLUT 1
21 
22 /* Define to 1 if you have the `ICE' library (-lICE). */
23 #define HAVE_LIBICE 1
24 
25 /* Define to 1 if you have the `m' library (-lm). */
26 #define HAVE_LIBM 1
27 
28 /* Define to 1 if you have the `plibjs' library (-lplibjs). */
29 #define HAVE_LIBPLIBJS 1
30 
31 /* Define to 1 if you have the `plibsg' library (-lplibsg). */
32 #define HAVE_LIBPLIBSG 1
33 
34 /* Define to 1 if you have the `plibsl' library (-lplibsl). */
35 #define HAVE_LIBPLIBSL 1
36 
37 /* Define to 1 if you have the `plibsm' library (-lplibsm). */
38 #define HAVE_LIBPLIBSM 1
39 
40 /* Define to 1 if you have the `plibssg' library (-lplibssg). */
41 #define HAVE_LIBPLIBSSG 1
42 
43 /* Define to 1 if you have the `plibssgaux' library (-lplibssgaux). */
44 #define HAVE_LIBPLIBSSGAUX 1
45 
46 /* Define to 1 if you have the `plibul' library (-lplibul). */
47 #define HAVE_LIBPLIBUL 1
48 
49 /* Define to 1 if you have the `png' library (-lpng). */
50 #define HAVE_LIBPNG 1
51 
52 /* Define to 1 if you have the `SM' library (-lSM). */
53 #define HAVE_LIBSM 1
54 
55 /* Define to 1 if you have the `X11' library (-lX11). */
56 #define HAVE_LIBX11 1
57 
58 /* Define to 1 if you have the `Xext' library (-lXext). */
59 #define HAVE_LIBXEXT 1
60 
61 /* Define to 1 if you have the `Xi' library (-lXi). */
62 #define HAVE_LIBXI 1
63 
64 /* Define to 1 if you have the `Xmu' library (-lXmu). */
65 #define HAVE_LIBXMU 1
66 
67 /* Define to 1 if you have the `Xrandr' library (-lXrandr). */
68 #define HAVE_LIBXRANDR 1
69 
70 /* Define to 1 if you have the `Xrender' library (-lXrender). */
71 #define HAVE_LIBXRENDER 1
72 
73 /* Define to 1 if you have the `Xt' library (-lXt). */
74 #define HAVE_LIBXT 1
75 
76 /* Define to 1 if you have the `Xxf86vm' library (-lXxf86vm). */
77 #define HAVE_LIBXXF86VM 1
78 
79 /* Define to 1 if you have the `z' library (-lz). */
80 #define HAVE_LIBZ 1
81 
82 /* Define to 1 if you have the <memory.h> header file. */
83 #define HAVE_MEMORY_H 1
84 
85 /* Define to 1 if you have the <stdint.h> header file. */
86 #define HAVE_STDINT_H 1
87 
88 /* Define to 1 if you have the <stdlib.h> header file. */
89 #define HAVE_STDLIB_H 1
90 
91 /* Define to 1 if you have the <strings.h> header file. */
92 #define HAVE_STRINGS_H 1
93 
94 /* Define to 1 if you have the <string.h> header file. */
95 #define HAVE_STRING_H 1
96 
97 /* Define to 1 if you have the `strndup' function. */
98 #undef HAVE_STRNDUP
99 
100 /* Define to 1 if you have the <sys/stat.h> header file. */
101 #define HAVE_SYS_STAT_H 1
102 
103 /* Define to 1 if you have the <sys/types.h> header file. */
104 #define HAVE_SYS_TYPES_H 1
105 
106 /* Define to 1 if you have the <unistd.h> header file. */
107 #define HAVE_UNISTD_H 1
108 
109 /* Name of package */
110 #define PACKAGE "torcs"
111 
112 /* Define to the address where bug reports for this package should be sent. */
113 #define PACKAGE_BUGREPORT ""
114 
115 /* Define to the full name of this package. */
116 #define PACKAGE_NAME ""
117 
118 /* Define to the full name and version of this package. */
119 #define PACKAGE_STRING ""
120 
121 /* Define to the one symbol short name of this package. */
122 #define PACKAGE_TARNAME ""
123 
124 /* Define to the home page for this package. */
125 #define PACKAGE_URL ""
126 
127 /* Define to the version of this package. */
128 #define PACKAGE_VERSION ""
129 
130 /* Define to 1 if you have the ANSI C header files. */
131 #define STDC_HEADERS 1
132 
133 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
134 #define TIME_WITH_SYS_TIME 1
135 
136 /* Version number of package */
137 #define VERSION "1.3.7"
138 
139 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
140    significant byte first (like Motorola and SPARC, unlike Intel). */
141 #if defined AC_APPLE_UNIVERSAL_BUILD
142 # if defined __BIG_ENDIAN__
143 #  define WORDS_BIGENDIAN 1
144 # endif
145 #else
146 # ifndef WORDS_BIGENDIAN
147 /* #  undef WORDS_BIGENDIAN */
148 # endif
149 #endif
150 
151 /* Define to empty if `const' does not conform to ANSI C. */
152 /* #undef const */
153 
154 /* Define to `__inline__' or `__inline' if that's what the C compiler
155    calls it, or to nothing if 'inline' is not supported under any name.  */
156 #ifndef __cplusplus
157 /* #undef inline */
158 #endif
159