1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Include pthread support for binary relocation? */
4#undef BR_PTHREAD
5
6/* Use binary relocation? */
7#undef ENABLE_BINRELOC
8
9/* Define to 1 if you have the `pthread' library (-lpthread). */
10#undef HAVE_LIBPTHREAD
11
12/* Set to 1 if you are compiling on a GP2X host. */
13#undef IS_GP2X_HOST
14
15/* Set to 1 if you are compiling on an OS X host. */
16#undef IS_OSX_HOST
17
18/* Set to 1 if you are compiling on a Windows host. */
19#undef IS_WIN32_HOST
20
21/* Set to 1 if you are compiling on a Windows CE host. */
22#undef IS_WINCE_HOST
23
24/* Name of package */
25#undef PACKAGE
26
27/* Define to the address where bug reports for this package should be sent. */
28#undef PACKAGE_BUGREPORT
29
30/* Define to the full name of this package. */
31#undef PACKAGE_NAME
32
33/* Define to the full name and version of this package. */
34#undef PACKAGE_STRING
35
36/* Define to the one symbol short name of this package. */
37#undef PACKAGE_TARNAME
38
39/* Define to the version of this package. */
40#undef PACKAGE_VERSION
41
42/* Version number of package */
43#undef VERSION
44