1 /* config.h. Generated from config.h.in by configure. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */ 3 4 /* Define to the attribute for default visibility. */ 5 #define DEFAULT_VISIBILITY __attribute__ ((visibility ("default"))) 6 7 /* Define to 1 to start with debug message logging enabled. */ 8 /* #undef ENABLE_DEBUG_LOGGING */ 9 10 /* Define to 1 to enable message logging. */ 11 #define ENABLE_LOGGING 1 12 13 /* Define to 1 if you have the <asm/types.h> header file. */ 14 #define HAVE_ASM_TYPES_H 1 15 16 /* Define to 1 if you have the `clock_gettime' function. */ 17 #define HAVE_CLOCK_GETTIME 1 18 19 /* Define to 1 if you have the declaration of `EFD_CLOEXEC', and to 0 if you 20 don't. */ 21 #define HAVE_DECL_EFD_CLOEXEC 1 22 23 /* Define to 1 if you have the declaration of `EFD_NONBLOCK', and to 0 if you 24 don't. */ 25 #define HAVE_DECL_EFD_NONBLOCK 1 26 27 /* Define to 1 if you have the declaration of `TFD_CLOEXEC', and to 0 if you 28 don't. */ 29 #define HAVE_DECL_TFD_CLOEXEC 1 30 31 /* Define to 1 if you have the declaration of `TFD_NONBLOCK', and to 0 if you 32 don't. */ 33 #define HAVE_DECL_TFD_NONBLOCK 1 34 35 /* Define to 1 if you have the <dlfcn.h> header file. */ 36 #define HAVE_DLFCN_H 1 37 38 /* Define to 1 if the system has eventfd functionality. */ 39 #define HAVE_EVENTFD 1 40 41 /* Define to 1 if you have the <inttypes.h> header file. */ 42 #define HAVE_INTTYPES_H 1 43 44 /* Define to 1 if you have the <IOKit/usb/IOUSBHostFamilyDefinitions.h> header 45 file. */ 46 /* #undef HAVE_IOKIT_USB_IOUSBHOSTFAMILYDEFINITIONS_H */ 47 48 /* Define to 1 if you have the `udev' library (-ludev). */ 49 /* #undef HAVE_LIBUDEV */ 50 51 /* Define to 1 if you have the <memory.h> header file. */ 52 #define HAVE_MEMORY_H 1 53 54 /* Define to 1 if the system has the type `nfds_t'. */ 55 #define HAVE_NFDS_T 1 56 57 /* Define to 1 if you have the `pipe2' function. */ 58 #define HAVE_PIPE2 1 59 60 /* Define to 1 if you have the `pthread_condattr_setclock' function. */ 61 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 62 63 /* Define to 1 if you have the `pthread_setname_np' function. */ 64 #define HAVE_PTHREAD_SETNAME_NP 1 65 66 /* Define to 1 if you have the `pthread_threadid_np' function. */ 67 /* #undef HAVE_PTHREAD_THREADID_NP */ 68 69 /* Define to 1 if you have the <stdint.h> header file. */ 70 #define HAVE_STDINT_H 1 71 72 /* Define to 1 if you have the <stdlib.h> header file. */ 73 #define HAVE_STDLIB_H 1 74 75 /* Define to 1 if you have the <strings.h> header file. */ 76 #define HAVE_STRINGS_H 1 77 78 /* Define to 1 if you have the <string.h> header file. */ 79 #define HAVE_STRING_H 1 80 81 /* Define to 1 if the system has the type `struct timespec'. */ 82 /* #undef HAVE_STRUCT_TIMESPEC */ 83 84 /* Define to 1 if you have the `syslog' function. */ 85 /* #undef HAVE_SYSLOG */ 86 87 /* Define to 1 if you have the <sys/stat.h> header file. */ 88 #define HAVE_SYS_STAT_H 1 89 90 /* Define to 1 if you have the <sys/time.h> header file. */ 91 #define HAVE_SYS_TIME_H 1 92 93 /* Define to 1 if you have the <sys/types.h> header file. */ 94 #define HAVE_SYS_TYPES_H 1 95 96 /* Define to 1 if the system has timerfd functionality. */ 97 #define HAVE_TIMERFD 1 98 99 /* Define to 1 if you have the <unistd.h> header file. */ 100 #define HAVE_UNISTD_H 1 101 102 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 103 #define LT_OBJDIR ".libs/" 104 105 /* Name of package */ 106 #define PACKAGE "libusb-1.0" 107 108 /* Define to the address where bug reports for this package should be sent. */ 109 #define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net" 110 111 /* Define to the full name of this package. */ 112 #define PACKAGE_NAME "libusb-1.0" 113 114 /* Define to the full name and version of this package. */ 115 #define PACKAGE_STRING "libusb-1.0 1.0.26" 116 117 /* Define to the one symbol short name of this package. */ 118 #define PACKAGE_TARNAME "libusb-1.0" 119 120 /* Define to the home page for this package. */ 121 #define PACKAGE_URL "http://libusb.info" 122 123 /* Define to the version of this package. */ 124 #define PACKAGE_VERSION "1.0.26" 125 126 /* Define to 1 if compiling for a POSIX platform. */ 127 #define PLATFORM_POSIX 1 128 129 /* Define to 1 if compiling for a Windows platform. */ 130 /* #undef PLATFORM_WINDOWS */ 131 132 /* Define to the attribute for enabling parameter checks on printf-like 133 functions. */ 134 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) 135 136 /* Define to 1 if you have the ANSI C header files. */ 137 #define STDC_HEADERS 1 138 139 /* Define to 1 to output logging messages to the systemwide log. */ 140 /* #undef USE_SYSTEM_LOGGING_FACILITY */ 141 142 /* Version number of package */ 143 #define VERSION "1.0.26" 144 145 /* Enable GNU extensions. */ 146 #define _GNU_SOURCE 1 147 148 /* Define to the oldest supported Windows version. */ 149 /* #undef _WIN32_WINNT */ 150 151 /* Define to `__inline__' or `__inline' if that's what the C compiler 152 calls it, or to nothing if 'inline' is not supported under any name. */ 153 #ifndef __cplusplus 154 /* #undef inline */ 155 #endif 156