config.h revision e9a683104ef3f40d38459c0ca62a2d46f20b0714
1e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* config.h.  Generated from config.h.in by configure.  */
2e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* config.h.in.  Generated from configure.ac by autoheader.  */
3e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* saintlou: File is identical with PPC and Intel, 10/26/2010 */
4e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
5e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Default visibility */
6e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define API_EXPORTED __attribute__((visibility("default")))
7e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
8e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Debug message logging */
9e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* #undef ENABLE_DEBUG_LOGGING */
10e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
11e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Message logging */
12e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define ENABLE_LOGGING 1
13e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
14e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Define to 1 if you have the <dlfcn.h> header file. */
15e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define HAVE_DLFCN_H 1
16e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
17e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Define to 1 if you have the <inttypes.h> header file. */
18e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define HAVE_INTTYPES_H 1
19e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
20e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Define to 1 if you have the <memory.h> header file. */
21e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define HAVE_MEMORY_H 1
22e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
23e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Define to 1 if you have the <stdint.h> header file. */
24e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define HAVE_STDINT_H 1
25e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
26e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Define to 1 if you have the <stdlib.h> header file. */
27e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define HAVE_STDLIB_H 1
28e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
29e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Define to 1 if you have the <strings.h> header file. */
30e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define HAVE_STRINGS_H 1
31e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
32e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Define to 1 if you have the <string.h> header file. */
33e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define HAVE_STRING_H 1
34e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
35e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Define to 1 if you have the <sys/stat.h> header file. */
36e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define HAVE_SYS_STAT_H 1
37e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
38e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Define to 1 if you have the <sys/types.h> header file. */
39e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define HAVE_SYS_TYPES_H 1
40e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
41e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Define to 1 if you have the <unistd.h> header file. */
42e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define HAVE_UNISTD_H 1
43e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
44e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Define to the sub-directory in which libtool stores uninstalled libraries.
45e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev   */
46e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define LT_OBJDIR ".libs/"
47e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
48e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Define to 1 if your C compiler doesn't accept -c and -o together. */
49e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* #undef NO_MINUS_C_MINUS_O */
50e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
51e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Name of package */
52e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define PACKAGE "libusb-compat"
53e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
54e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Define to the address where bug reports for this package should be sent. */
55e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define PACKAGE_BUGREPORT ""
56e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
57e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Define to the full name of this package. */
58e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define PACKAGE_NAME "libusb-compat"
59e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
60e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Define to the full name and version of this package. */
61e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define PACKAGE_STRING "libusb-compat 0.1.3"
62e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
63e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Define to the one symbol short name of this package. */
64e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define PACKAGE_TARNAME "libusb-compat"
65e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
66e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Define to the version of this package. */
67e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define PACKAGE_VERSION "0.1.3"
68e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
69e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Define to 1 if you have the ANSI C header files. */
70e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define STDC_HEADERS 1
71e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
72e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Version number of package */
73e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#define VERSION "0.1.3"
74e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev
75e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* Define to `__inline__' or `__inline' if that's what the C compiler
76e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev   calls it, or to nothing if 'inline' is not supported under any name.  */
77e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#ifndef __cplusplus
78e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev/* #undef inline */
79e9a683104ef3f40d38459c0ca62a2d46f20b0714Yavor Goulishev#endif
80