1073fd033Sopenharmony_ci/* config.h. Generated from config.h.in by configure. */ 2073fd033Sopenharmony_ci/* config.h.in. Generated from configure.ac by autoheader. */ 3073fd033Sopenharmony_ci 4073fd033Sopenharmony_ci/* Define to the attribute for default visibility. */ 5073fd033Sopenharmony_ci#define DEFAULT_VISIBILITY __attribute__ ((visibility ("default"))) 6073fd033Sopenharmony_ci 7073fd033Sopenharmony_ci/* Define to 1 to start with debug message logging enabled. */ 8073fd033Sopenharmony_ci/* #undef ENABLE_DEBUG_LOGGING */ 9073fd033Sopenharmony_ci 10073fd033Sopenharmony_ci/* Define to 1 to enable message logging. */ 11073fd033Sopenharmony_ci#define ENABLE_LOGGING 1 12073fd033Sopenharmony_ci 13073fd033Sopenharmony_ci/* Define to 1 if you have the <asm/types.h> header file. */ 14073fd033Sopenharmony_ci#define HAVE_ASM_TYPES_H 1 15073fd033Sopenharmony_ci 16073fd033Sopenharmony_ci/* Define to 1 if you have the `clock_gettime' function. */ 17073fd033Sopenharmony_ci#define HAVE_CLOCK_GETTIME 1 18073fd033Sopenharmony_ci 19073fd033Sopenharmony_ci/* Define to 1 if you have the declaration of `EFD_CLOEXEC', and to 0 if you 20073fd033Sopenharmony_ci don't. */ 21073fd033Sopenharmony_ci#define HAVE_DECL_EFD_CLOEXEC 1 22073fd033Sopenharmony_ci 23073fd033Sopenharmony_ci/* Define to 1 if you have the declaration of `EFD_NONBLOCK', and to 0 if you 24073fd033Sopenharmony_ci don't. */ 25073fd033Sopenharmony_ci#define HAVE_DECL_EFD_NONBLOCK 1 26073fd033Sopenharmony_ci 27073fd033Sopenharmony_ci/* Define to 1 if you have the declaration of `TFD_CLOEXEC', and to 0 if you 28073fd033Sopenharmony_ci don't. */ 29073fd033Sopenharmony_ci#define HAVE_DECL_TFD_CLOEXEC 1 30073fd033Sopenharmony_ci 31073fd033Sopenharmony_ci/* Define to 1 if you have the declaration of `TFD_NONBLOCK', and to 0 if you 32073fd033Sopenharmony_ci don't. */ 33073fd033Sopenharmony_ci#define HAVE_DECL_TFD_NONBLOCK 1 34073fd033Sopenharmony_ci 35073fd033Sopenharmony_ci/* Define to 1 if you have the <dlfcn.h> header file. */ 36073fd033Sopenharmony_ci#define HAVE_DLFCN_H 1 37073fd033Sopenharmony_ci 38073fd033Sopenharmony_ci/* Define to 1 if the system has eventfd functionality. */ 39073fd033Sopenharmony_ci#define HAVE_EVENTFD 1 40073fd033Sopenharmony_ci 41073fd033Sopenharmony_ci/* Define to 1 if you have the <inttypes.h> header file. */ 42073fd033Sopenharmony_ci#define HAVE_INTTYPES_H 1 43073fd033Sopenharmony_ci 44073fd033Sopenharmony_ci/* Define to 1 if you have the <IOKit/usb/IOUSBHostFamilyDefinitions.h> header 45073fd033Sopenharmony_ci file. */ 46073fd033Sopenharmony_ci/* #undef HAVE_IOKIT_USB_IOUSBHOSTFAMILYDEFINITIONS_H */ 47073fd033Sopenharmony_ci 48073fd033Sopenharmony_ci/* Define to 1 if you have the `udev' library (-ludev). */ 49073fd033Sopenharmony_ci/* #undef HAVE_LIBUDEV */ 50073fd033Sopenharmony_ci 51073fd033Sopenharmony_ci/* Define to 1 if you have the <memory.h> header file. */ 52073fd033Sopenharmony_ci#define HAVE_MEMORY_H 1 53073fd033Sopenharmony_ci 54073fd033Sopenharmony_ci/* Define to 1 if the system has the type `nfds_t'. */ 55073fd033Sopenharmony_ci#define HAVE_NFDS_T 1 56073fd033Sopenharmony_ci 57073fd033Sopenharmony_ci/* Define to 1 if you have the `pipe2' function. */ 58073fd033Sopenharmony_ci#define HAVE_PIPE2 1 59073fd033Sopenharmony_ci 60073fd033Sopenharmony_ci/* Define to 1 if you have the `pthread_condattr_setclock' function. */ 61073fd033Sopenharmony_ci#define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 62073fd033Sopenharmony_ci 63073fd033Sopenharmony_ci/* Define to 1 if you have the `pthread_setname_np' function. */ 64073fd033Sopenharmony_ci#define HAVE_PTHREAD_SETNAME_NP 1 65073fd033Sopenharmony_ci 66073fd033Sopenharmony_ci/* Define to 1 if you have the `pthread_threadid_np' function. */ 67073fd033Sopenharmony_ci/* #undef HAVE_PTHREAD_THREADID_NP */ 68073fd033Sopenharmony_ci 69073fd033Sopenharmony_ci/* Define to 1 if you have the <stdint.h> header file. */ 70073fd033Sopenharmony_ci#define HAVE_STDINT_H 1 71073fd033Sopenharmony_ci 72073fd033Sopenharmony_ci/* Define to 1 if you have the <stdlib.h> header file. */ 73073fd033Sopenharmony_ci#define HAVE_STDLIB_H 1 74073fd033Sopenharmony_ci 75073fd033Sopenharmony_ci/* Define to 1 if you have the <strings.h> header file. */ 76073fd033Sopenharmony_ci#define HAVE_STRINGS_H 1 77073fd033Sopenharmony_ci 78073fd033Sopenharmony_ci/* Define to 1 if you have the <string.h> header file. */ 79073fd033Sopenharmony_ci#define HAVE_STRING_H 1 80073fd033Sopenharmony_ci 81073fd033Sopenharmony_ci/* Define to 1 if the system has the type `struct timespec'. */ 82073fd033Sopenharmony_ci/* #undef HAVE_STRUCT_TIMESPEC */ 83073fd033Sopenharmony_ci 84073fd033Sopenharmony_ci/* Define to 1 if you have the `syslog' function. */ 85073fd033Sopenharmony_ci/* #undef HAVE_SYSLOG */ 86073fd033Sopenharmony_ci 87073fd033Sopenharmony_ci/* Define to 1 if you have the <sys/stat.h> header file. */ 88073fd033Sopenharmony_ci#define HAVE_SYS_STAT_H 1 89073fd033Sopenharmony_ci 90073fd033Sopenharmony_ci/* Define to 1 if you have the <sys/time.h> header file. */ 91073fd033Sopenharmony_ci#define HAVE_SYS_TIME_H 1 92073fd033Sopenharmony_ci 93073fd033Sopenharmony_ci/* Define to 1 if you have the <sys/types.h> header file. */ 94073fd033Sopenharmony_ci#define HAVE_SYS_TYPES_H 1 95073fd033Sopenharmony_ci 96073fd033Sopenharmony_ci/* Define to 1 if the system has timerfd functionality. */ 97073fd033Sopenharmony_ci#define HAVE_TIMERFD 1 98073fd033Sopenharmony_ci 99073fd033Sopenharmony_ci/* Define to 1 if you have the <unistd.h> header file. */ 100073fd033Sopenharmony_ci#define HAVE_UNISTD_H 1 101073fd033Sopenharmony_ci 102073fd033Sopenharmony_ci/* Define to the sub-directory where libtool stores uninstalled libraries. */ 103073fd033Sopenharmony_ci#define LT_OBJDIR ".libs/" 104073fd033Sopenharmony_ci 105073fd033Sopenharmony_ci/* Name of package */ 106073fd033Sopenharmony_ci#define PACKAGE "libusb-1.0" 107073fd033Sopenharmony_ci 108073fd033Sopenharmony_ci/* Define to the address where bug reports for this package should be sent. */ 109073fd033Sopenharmony_ci#define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net" 110073fd033Sopenharmony_ci 111073fd033Sopenharmony_ci/* Define to the full name of this package. */ 112073fd033Sopenharmony_ci#define PACKAGE_NAME "libusb-1.0" 113073fd033Sopenharmony_ci 114073fd033Sopenharmony_ci/* Define to the full name and version of this package. */ 115073fd033Sopenharmony_ci#define PACKAGE_STRING "libusb-1.0 1.0.26" 116073fd033Sopenharmony_ci 117073fd033Sopenharmony_ci/* Define to the one symbol short name of this package. */ 118073fd033Sopenharmony_ci#define PACKAGE_TARNAME "libusb-1.0" 119073fd033Sopenharmony_ci 120073fd033Sopenharmony_ci/* Define to the home page for this package. */ 121073fd033Sopenharmony_ci#define PACKAGE_URL "http://libusb.info" 122073fd033Sopenharmony_ci 123073fd033Sopenharmony_ci/* Define to the version of this package. */ 124073fd033Sopenharmony_ci#define PACKAGE_VERSION "1.0.26" 125073fd033Sopenharmony_ci 126073fd033Sopenharmony_ci/* Define to 1 if compiling for a POSIX platform. */ 127073fd033Sopenharmony_ci#define PLATFORM_POSIX 1 128073fd033Sopenharmony_ci 129073fd033Sopenharmony_ci/* Define to 1 if compiling for a Windows platform. */ 130073fd033Sopenharmony_ci/* #undef PLATFORM_WINDOWS */ 131073fd033Sopenharmony_ci 132073fd033Sopenharmony_ci/* Define to the attribute for enabling parameter checks on printf-like 133073fd033Sopenharmony_ci functions. */ 134073fd033Sopenharmony_ci#define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) 135073fd033Sopenharmony_ci 136073fd033Sopenharmony_ci/* Define to 1 if you have the ANSI C header files. */ 137073fd033Sopenharmony_ci#define STDC_HEADERS 1 138073fd033Sopenharmony_ci 139073fd033Sopenharmony_ci/* Define to 1 to output logging messages to the systemwide log. */ 140073fd033Sopenharmony_ci/* #undef USE_SYSTEM_LOGGING_FACILITY */ 141073fd033Sopenharmony_ci 142073fd033Sopenharmony_ci/* Version number of package */ 143073fd033Sopenharmony_ci#define VERSION "1.0.26" 144073fd033Sopenharmony_ci 145073fd033Sopenharmony_ci/* Enable GNU extensions. */ 146073fd033Sopenharmony_ci#define _GNU_SOURCE 1 147073fd033Sopenharmony_ci 148073fd033Sopenharmony_ci/* Define to the oldest supported Windows version. */ 149073fd033Sopenharmony_ci/* #undef _WIN32_WINNT */ 150073fd033Sopenharmony_ci 151073fd033Sopenharmony_ci/* Define to `__inline__' or `__inline' if that's what the C compiler 152073fd033Sopenharmony_ci calls it, or to nothing if 'inline' is not supported under any name. */ 153073fd033Sopenharmony_ci#ifndef __cplusplus 154073fd033Sopenharmony_ci/* #undef inline */ 155073fd033Sopenharmony_ci#endif 156