Home | History | Annotate | Download | only in linux
      1 /* config.h.  Generated from config.h.in by configure.  */
      2 /* config.h.in.  Generated from configure.ac by autoheader.  */
      3 
      4 /* Default visibility */
      5 #define DEFAULT_VISIBILITY __attribute__((visibility("default")))
      6 
      7 /* Start with debug message logging enabled */
      8 /* #undef ENABLE_DEBUG_LOGGING */
      9 
     10 /* 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 <dlfcn.h> header file. */
     17 #define HAVE_DLFCN_H 1
     18 
     19 /* Define to 1 if you have the `gettimeofday' function. */
     20 #define HAVE_GETTIMEOFDAY 1
     21 
     22 /* Define to 1 if you have the <inttypes.h> header file. */
     23 #define HAVE_INTTYPES_H 1
     24 
     25 /* Define to 1 if you have the `udev' library (-ludev). */
     26 /* #undef HAVE_LIBUDEV */
     27 
     28 /* Define to 1 if you have the <libudev.h> header file. */
     29 /* #undef HAVE_LIBUDEV_H */
     30 
     31 /* Define to 1 if you have the <linux/netlink.h> header file. */
     32 #define HAVE_LINUX_NETLINK_H 1
     33 
     34 /* Define to 1 if you have the <memory.h> header file. */
     35 #define HAVE_MEMORY_H 1
     36 
     37 /* Define to 1 if you have the <poll.h> header file. */
     38 #define HAVE_POLL_H 1
     39 
     40 /* Define to 1 if you have the <signal.h> header file. */
     41 #define HAVE_SIGNAL_H 1
     42 
     43 /* Define to 1 if you have the <stdint.h> header file. */
     44 #define HAVE_STDINT_H 1
     45 
     46 /* Define to 1 if you have the <stdlib.h> header file. */
     47 #define HAVE_STDLIB_H 1
     48 
     49 /* Define to 1 if you have the <strings.h> header file. */
     50 #define HAVE_STRINGS_H 1
     51 
     52 /* Define to 1 if you have the <string.h> header file. */
     53 #define HAVE_STRING_H 1
     54 
     55 /* Define to 1 if the system has the type `struct timespec'. */
     56 #define HAVE_STRUCT_TIMESPEC 1
     57 
     58 /* syslog() function available */
     59 #define HAVE_SYSLOG_FUNC 1
     60 
     61 /* Define to 1 if you have the <syslog.h> header file. */
     62 #define HAVE_SYSLOG_H 1
     63 
     64 /* Define to 1 if you have the <sys/socket.h> header file. */
     65 #define HAVE_SYS_SOCKET_H 1
     66 
     67 /* Define to 1 if you have the <sys/stat.h> header file. */
     68 #define HAVE_SYS_STAT_H 1
     69 
     70 /* Define to 1 if you have the <sys/time.h> header file. */
     71 #define HAVE_SYS_TIME_H 1
     72 
     73 /* Define to 1 if you have the <sys/types.h> header file. */
     74 #define HAVE_SYS_TYPES_H 1
     75 
     76 /* Define to 1 if you have the <unistd.h> header file. */
     77 #define HAVE_UNISTD_H 1
     78 
     79 /* Define to the sub-directory in which libtool stores uninstalled libraries.
     80    */
     81 #define LT_OBJDIR ".libs/"
     82 
     83 /* Darwin backend */
     84 /* #undef OS_DARWIN */
     85 
     86 /* Haiku backend */
     87 /* #undef OS_HAIKU */
     88 
     89 /* Linux backend */
     90 #define OS_LINUX 1
     91 
     92 /* NetBSD backend */
     93 /* #undef OS_NETBSD */
     94 
     95 /* OpenBSD backend */
     96 /* #undef OS_OPENBSD */
     97 
     98 /* SunOS backend */
     99 /* #undef OS_SUNOS */
    100 
    101 /* Windows backend */
    102 /* #undef OS_WINDOWS */
    103 
    104 /* Name of package */
    105 #define PACKAGE "libusb"
    106 
    107 /* Define to the address where bug reports for this package should be sent. */
    108 #define PACKAGE_BUGREPORT "libusb-devel (at) lists.sourceforge.net"
    109 
    110 /* Define to the full name of this package. */
    111 #define PACKAGE_NAME "libusb"
    112 
    113 /* Define to the full name and version of this package. */
    114 #define PACKAGE_STRING "libusb 1.0.21-rc5"
    115 
    116 /* Define to the one symbol short name of this package. */
    117 #define PACKAGE_TARNAME "libusb"
    118 
    119 /* Define to the home page for this package. */
    120 #define PACKAGE_URL "http://libusb.info"
    121 
    122 /* Define to the version of this package. */
    123 #define PACKAGE_VERSION "1.0.21-rc5"
    124 
    125 /* type of second poll() argument */
    126 #define POLL_NFDS_TYPE nfds_t
    127 
    128 /* Define to 1 if you have the ANSI C header files. */
    129 #define STDC_HEADERS 1
    130 
    131 /* Use POSIX Threads */
    132 #define THREADS_POSIX 1
    133 
    134 /* timerfd headers available */
    135 #define USBI_TIMERFD_AVAILABLE 1
    136 
    137 /* Enable output to system log */
    138 /* #undef USE_SYSTEM_LOGGING_FACILITY */
    139 
    140 /* Use udev for device enumeration/hotplug */
    141 /* #undef USE_UDEV */
    142 
    143 /* Use UsbDk Windows backend */
    144 /* #undef USE_USBDK */
    145 
    146 /* Version number of package */
    147 #define VERSION "1.0.21-rc5"
    148 
    149 /* Oldest Windows version supported */
    150 /* #undef WINVER */
    151 
    152 /* Use GNU extensions */
    153 #define _GNU_SOURCE 1
    154 
    155 /* Define to `__inline__' or `__inline' if that's what the C compiler
    156    calls it, or to nothing if 'inline' is not supported under any name.  */
    157 #ifndef __cplusplus
    158 /* #undef inline */
    159 #endif
    160