1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458
|
/* src/config.h. Generated by configure. */
/* src/discard.h.in. Generated from configure.ac by autoheader. */
#ifndef COIN_INTERNAL
#error this is a private header file
#endif
#include <unconfig.h>
#include <setup.h>
/* define this to the libCoin beta version letter */
#define COIN_BETA_VERSION a
/* Build system. */
#define COIN_CONFIGURE_BUILD I386_APPLE_DARWIN9_2_0
/* Build host system. */
#define COIN_CONFIGURE_HOST I386_APPLE_DARWIN9_2_0
/* Build target system. */
#define COIN_CONFIGURE_TARGET I386_APPLE_DARWIN9_2_0
/* define this to a type of the indicated bitwidth */
#define COIN_INT16_T int16_t
/* define this to a type of the indicated bitwidth */
#define COIN_INT32_T int32_t
/* define this to a type of the indicated bitwidth */
#define COIN_INT64_T int64_t
/* define this to a type of the indicated bitwidth */
#define COIN_INT8_T int8_t
/* define this to a type of the indicated bitwidth */
#define COIN_INTPTR_T intptr_t
/* define this to the libCoin major version number */
#define COIN_MAJOR_VERSION 3
/* define this to the libCoin release version number */
#define COIN_MICRO_VERSION 3
/* define this to the libCoin minor version number */
#define COIN_MINOR_VERSION 0
/* define this to the dynamic library name of Coin */
#define COIN_SYSTEM_LIBRARY_NAME "libCoin.dylib"
/* System dependent thread ID type */
#define COIN_THREADID_TYPE pthread_t
/* define this to a type of the indicated bitwidth */
#define COIN_UINT16_T uint16_t
/* define this to a type of the indicated bitwidth */
#define COIN_UINT32_T uint32_t
/* define this to a type of the indicated bitwidth */
#define COIN_UINT64_T uint64_t
/* define this to a type of the indicated bitwidth */
#define COIN_UINT8_T uint8_t
/* define this to a type of the indicated bitwidth */
#define COIN_UINTPTR_T uintptr_t
/* define to "remove" conflicting IN_PATH define from <sys/unistd.h> */
/* #undef COIN_UNDEF_IN_PATH_HACK */
/* define this to the full libCoin major.minor.micro version number */
#define COIN_VERSION "3.1.0"
/* define this to the dynamic library extension suffix on this system */
#define DYNAMIC_LIBRARY_EXTENSION ".dylib"
/* define for runtime linking with fontconfig */
#define FONTCONFIG_RUNTIME_LINKING 1
/* define for runtime linking with freetype */
#define FREETYPE_RUNTIME_LINKING 1
/* define if GLU is part of the GL library */
#define GLU_IS_PART_OF_GL 1
/* define for runtime linking with GLU */
#define GLU_RUNTIME_LINKING 1
/* define if you have AGL OpenGL bindings */
#define HAVE_AGL 1
/* define if AGL pBuffers are available on the system */
#define HAVE_AGL_PBUFFER 1
/* define if the AL header should be included as AL/al.h */
/* #undef HAVE_AL_AL_H */
/* define if preprocessor can quote arguments with apostophes */
/* #undef HAVE_APOSTROPHES_QUOTING */
/* Define if assert() uses __builtin_expect() */
#define HAVE_ASSERT_WITH_BUILTIN_EXPECT 1
/* define if bcopy() is available */
#define HAVE_BCOPY 1
/* Define to use bzip2 */
/* #undef HAVE_BZIP2 */
/* The CPP compiler has a variable containing the current function name */
#define HAVE_CPP_COMPILER_FUNCTION_NAME_VAR __func__
/* The C compiler has a variable containing the current function name */
#define HAVE_C_COMPILER_FUNCTION_NAME_VAR __func__
/* Define to 1 if you have the <direct.h> header file. */
/* #undef HAVE_DIRECT_H */
/* define if the DLD shared library loader is available */
/* #undef HAVE_DLD_LIB */
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* define if you have the dl library */
#define HAVE_DL_LIB 1
/* define if the Mac OS X dyld can be used for runtime binding */
#define HAVE_DYLD_RUNTIME_BINDING 1
/* should be defined if there is some way of doing dynamic linking */
#define HAVE_DYNAMIC_LINKING 1
/* whether or not finite() is available */
#define HAVE_FINITE 1
/* define if you have the fontconfig library */
/* #undef HAVE_FONTCONFIG */
/* define that the Fontconfig header is available */
/* #undef HAVE_FONTCONFIG_H */
/* whether or not fpclass() is available */
/* #undef HAVE_FPCLASS */
/* define if you have the freetype library */
/* #undef HAVE_FREETYPE */
/* define that the FreeType header is available */
/* #undef HAVE_FREETYPE_H */
/* define if fstat() is available */
#define HAVE_FSTAT 1
/* Define to use ftime() */
#define HAVE_FTIME 1
/* Define to use getcwd() */
#define HAVE_GETCWD 1
/* Define to use GetEnvironmentVariable() instead of getenv() */
/* #undef HAVE_GETENVIRONMENTVARIABLE */
/* Define to use SVr4 / BSD4.3 gettimeofday() */
#define HAVE_GETTIMEOFDAY 1
/* define if you have GLU */
/* #undef HAVE_GLU */
/* define if you have GLX X11 OpenGL bindings */
/* #undef HAVE_GLX */
/* define if the GLEXT header should be included as GL/glext.h */
/* #undef HAVE_GL_GLEXT_H */
/* define if the GLU header should be included as GL/glu.h */
/* #undef HAVE_GL_GLU_H */
/* define if the GL header should be included as GL/gl.h */
/* #undef HAVE_GL_GL_H */
/* Define to use gzdopen() */
/* #undef HAVE_GZDOPEN */
/* define if preprocessor can quote arguments with the hash symbol */
#define HAVE_HASH_QUOTING 1
/* Define to 1 if you have the <ieeefp.h> header file. */
/* #undef HAVE_IEEEFP_H */
/* Define to use ilogb() */
#define HAVE_ILOGB 1
/* define this if the type is available on the system */
#define HAVE_INT16_T 1
/* define this if the type is available on the system */
#define HAVE_INT32_T 1
/* define this if the type is available on the system */
#define HAVE_INT64_T 1
/* define this if the type is available on the system */
#define HAVE_INT8_T 1
/* define this if the type is available on the system */
#define HAVE_INTPTR_T 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the <io.h> header file. */
/* #undef HAVE_IO_H */
/* define if isinf() is available */
#define HAVE_ISINF 1
/* whether or not isnan() is available */
#define HAVE_ISNAN 1
/* Define this if you build the Java wrapper */
/* #undef HAVE_JAVA_WRAPPER */
/* Define to 1 if you have the <libgen.h> header file. */
#define HAVE_LIBGEN_H 1
/* define if you have the simage library */
/* #undef HAVE_LIBSIMAGE */
/* Define to 1 if you have the <mach-o/dyld.h> header file. */
#define HAVE_MACH_O_DYLD_H 1
/* define if memmove() is available */
#define HAVE_MEMMOVE 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define if you have the <netinet/in.h> header file. */
#define HAVE_NETINET_IN_H 1
/* openal extensions available */
/* #undef HAVE_OPENAL */
/* define if the AL header should be included as OpenAL/al.h */
/* #undef HAVE_OPENAL_AL_H */
/* define if you have OpenGL */
#define HAVE_OPENGL 1
/* Define to 1 if you have the <OpenGL/CGLCurrent.h> header file. */
#define HAVE_OPENGL_CGLCURRENT_H 1
/* define if the GLEXT header should be included as OpenGL/glext.h */
#define HAVE_OPENGL_GLEXT_H 1
/* define if the GLU header should be included as OpenGL/glu.h */
#define HAVE_OPENGL_GLU_H 1
/* define if the GL header should be included as OpenGL/gl.h */
#define HAVE_OPENGL_GL_H 1
/* define if pthread's struct timespec uses nsecs and not usecs */
#define HAVE_PTHREAD_TIMESPEC_NSEC 1
/* Define to use Win32 QueryPerformanceCounter() */
/* #undef HAVE_QUERYPERFORMANCECOUNTER */
/* define if snprintf() is available */
#define HAVE_SNPRINTF 1
/* define that the Spidermonkey header is available */
/* #undef HAVE_SPIDERMONKEY_H */
/* define if you have the SpiderMonkey library */
/* #undef HAVE_SPIDERMONKEY_VIA_LINKTIME_LINKING */
/* Define to 1 if you have the <stddef.h> header file. */
#define HAVE_STDDEF_H 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to use BSD4.3 strncasecmp() */
#define HAVE_STRNCASECMP 1
/* *EXPERIMENTAL* to use the GLU we've "appropriated" from SGI */
/* #undef HAVE_SUPERGLU */
/* Define to 1 if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/timeb.h> header file. */
#define HAVE_SYS_TIMEB_H 1
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <sys/unistd.h> header file. */
#define HAVE_SYS_UNISTD_H 1
/* to use the platform-independent thread-handling abstractions */
#define HAVE_THREADS
/* Define to use timeGetTime() */
/* #undef HAVE_TIMEGETTIME */
/* Define to 1 if you have the <time.h> header file. */
#define HAVE_TIME_H 1
/* Define to 1 if you have the <tlhelp32.h> header file. */
/* #undef HAVE_TLHELP32_H */
/* define this if the type is available on the system */
#define HAVE_UINT16_T 1
/* define this if the type is available on the system */
#define HAVE_UINT32_T 1
/* define this if the type is available on the system */
#define HAVE_UINT64_T 1
/* define this if the type is available on the system */
#define HAVE_UINT8_T 1
/* define this if the type is available on the system */
#define HAVE_UINTPTR_T 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to use va_copy() when available */
#define HAVE_VA_COPY_MACRO 1
/* define if vsnprintf() is available */
#define HAVE_VSNPRINTF 1
/* define if you have WGL Win32 OpenGL bindings */
/* #undef HAVE_WGL */
/* Define if the Win32 API is available */
/* #undef HAVE_WIN32_API */
/* define if the Win32 LoadLibrary method is available */
/* #undef HAVE_WINDLL_RUNTIME_BINDING */
/* Define to 1 if you have the <windows.h> header file. */
/* #undef HAVE_WINDOWS_H */
/* define if it is possible to build against X11 */
/* #undef HAVE_X11_AVAILABLE */
/* Define to use zlib */
/* #undef HAVE_ZLIB */
/* whether or not _finite() is available */
/* #undef HAVE__FINITE */
/* whether or not _fpclass() is available */
/* #undef HAVE__FPCLASS */
/* Define to use Win32 _ftime() */
/* #undef HAVE__FTIME */
/* Define to use Win32 _getcwd() */
/* #undef HAVE__GETCWD */
/* whether or not _isnan() is available */
/* #undef HAVE__ISNAN */
/* Define to use Win32 _logb() */
/* #undef HAVE__LOGB */
/* define if _snprintf() is available */
/* #undef HAVE__SNPRINTF */
/* define if the system has _splitpath() */
/* #undef HAVE__SPLITPATH */
/* define if _vsnprintf() is available */
/* #undef HAVE__VSNPRINTF */
/* Define if compiler has __builtin_expect() macro */
#define HAVE___BUILTIN_EXPECT 1
/* define for runtime linking with zlib */
#define LIBBZIP2_RUNTIME_LINKING 1
/* define for runtime linking with OpenAL */
#define OPENAL_RUNTIME_LINKING 1
/* define this to the dynamic library name of OpenGL */
#define OPENGL_SYSTEM_LIBRARY_NAME "libOpenGL.dylib"
/* Name of package */
#define PACKAGE "Coin"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "coin-support@coin3d.org"
/* Define to the full name of this package. */
#define PACKAGE_NAME "Coin"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Coin 3.1.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "coin"
/* Define to the version of this package. */
#define PACKAGE_VERSION "3.1.0"
/* define for runtime linking with simage */
#define SIMAGE_RUNTIME_LINKING 1
/* The type timeval::tv_sec is declared as. */
#define SIM_TIMEVAL_TV_SEC_T __darwin_time_t
/* The type timeval::tv_usec is declared as. */
#define SIM_TIMEVAL_TV_USEC_T __darwin_suseconds_t
/* define for runtime linking with SpiderMonkey */
#define SPIDERMONKEY_RUNTIME_LINKING 1
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* define to use the POSIX threads API */
#define USE_PTHREAD
/* define to use the Win32 threads API */
/* #undef USE_W32THREAD */
/* Version number of package */
#define VERSION "3.1.0"
/* Define to 1 if the X Window System is missing or not being used. */
/* #undef X_DISPLAY_MISSING */
/* define for runtime linking with zlib */
#define ZLIB_RUNTIME_LINKING 1
|