tizen 2.4 release
[external/libusb.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Default visibility */
4 #undef DEFAULT_VISIBILITY
5
6 /* Debug message logging */
7 #undef ENABLE_DEBUG_LOGGING
8
9 /* Message logging */
10 #undef ENABLE_LOGGING
11
12 /* Define to 1 if you have the <dlfcn.h> header file. */
13 #undef HAVE_DLFCN_H
14
15 /* Define to 1 if you have the `gettimeofday' function. */
16 #undef HAVE_GETTIMEOFDAY
17
18 /* Define to 1 if you have the <inttypes.h> header file. */
19 #undef HAVE_INTTYPES_H
20
21 /* Define to 1 if you have the <memory.h> header file. */
22 #undef HAVE_MEMORY_H
23
24 /* Define to 1 if you have the <poll.h> header file. */
25 #undef HAVE_POLL_H
26
27 /* Define to 1 if you have the <stdint.h> header file. */
28 #undef HAVE_STDINT_H
29
30 /* Define to 1 if you have the <stdlib.h> header file. */
31 #undef HAVE_STDLIB_H
32
33 /* Define to 1 if you have the <strings.h> header file. */
34 #undef HAVE_STRINGS_H
35
36 /* Define to 1 if you have the <string.h> header file. */
37 #undef HAVE_STRING_H
38
39 /* Define to 1 if the system has the type `struct timespec'. */
40 #undef HAVE_STRUCT_TIMESPEC
41
42 /* Define to 1 if you have the <sys/stat.h> header file. */
43 #undef HAVE_SYS_STAT_H
44
45 /* Define to 1 if you have the <sys/time.h> header file. */
46 #undef HAVE_SYS_TIME_H
47
48 /* Define to 1 if you have the <sys/types.h> header file. */
49 #undef HAVE_SYS_TYPES_H
50
51 /* Define to 1 if you have the <unistd.h> header file. */
52 #undef HAVE_UNISTD_H
53
54 /* Define to the sub-directory in which libtool stores uninstalled libraries.
55    */
56 #undef LT_OBJDIR
57
58 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
59 #undef NO_MINUS_C_MINUS_O
60
61 /* Darwin backend */
62 #undef OS_DARWIN
63
64 /* Linux backend */
65 #undef OS_LINUX
66
67 /* OpenBSD backend */
68 #undef OS_OPENBSD
69
70 /* Windows backend */
71 #undef OS_WINDOWS
72
73 /* Name of package */
74 #undef PACKAGE
75
76 /* Define to the address where bug reports for this package should be sent. */
77 #undef PACKAGE_BUGREPORT
78
79 /* Define to the full name of this package. */
80 #undef PACKAGE_NAME
81
82 /* Define to the full name and version of this package. */
83 #undef PACKAGE_STRING
84
85 /* Define to the one symbol short name of this package. */
86 #undef PACKAGE_TARNAME
87
88 /* Define to the home page for this package. */
89 #undef PACKAGE_URL
90
91 /* Define to the version of this package. */
92 #undef PACKAGE_VERSION
93
94 /* type of second poll() argument */
95 #undef POLL_NFDS_TYPE
96
97 /* Define to 1 if you have the ANSI C header files. */
98 #undef STDC_HEADERS
99
100 /* Use POSIX Threads */
101 #undef THREADS_POSIX
102
103 /* timerfd headers available */
104 #undef USBI_TIMERFD_AVAILABLE
105
106 /* Version number of package */
107 #undef VERSION
108
109 /* Use GNU extensions */
110 #undef _GNU_SOURCE
111
112 /* Define to `__inline__' or `__inline' if that's what the C compiler
113    calls it, or to nothing if 'inline' is not supported under any name.  */
114 #ifndef __cplusplus
115 #undef inline
116 #endif