Home | History | Annotate | Download | only in darwin
      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 /* #undef HAVE_ASM_TYPES_H */
     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 /* #undef HAVE_LINUX_NETLINK_H */
     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 /* #undef HAVE_SYS_SOCKET_H */
     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 where libtool stores uninstalled libraries. */
     80 #define LT_OBJDIR ".libs/"
     81 
     82 /* Darwin backend */
     83 #define OS_DARWIN 1
     84 
     85 /* Haiku backend */
     86 /* #undef OS_HAIKU */
     87 
     88 /* Linux backend */
     89 /* #undef OS_LINUX */
     90 
     91 /* NetBSD backend */
     92 /* #undef OS_NETBSD */
     93 
     94 /* OpenBSD backend */
     95 /* #undef OS_OPENBSD */
     96 
     97 /* SunOS backend */
     98 /* #undef OS_SUNOS */
     99 
    100 /* Windows backend */
    101 /* #undef OS_WINDOWS */
    102 
    103 /* Name of package */
    104 #define PACKAGE "libusb"
    105 
    106 /* Define to the address where bug reports for this package should be sent. */
    107 #define PACKAGE_BUGREPORT "libusb-devel (at) lists.sourceforge.net"
    108 
    109 /* Define to the full name of this package. */
    110 #define PACKAGE_NAME "libusb"
    111 
    112 /* Define to the full name and version of this package. */
    113 #define PACKAGE_STRING "libusb 1.0.21-rc5"
    114 
    115 /* Define to the one symbol short name of this package. */
    116 #define PACKAGE_TARNAME "libusb"
    117 
    118 /* Define to the home page for this package. */
    119 #define PACKAGE_URL "http://libusb.info"
    120 
    121 /* Define to the version of this package. */
    122 #define PACKAGE_VERSION "1.0.21-rc5"
    123 
    124 /* type of second poll() argument */
    125 #define POLL_NFDS_TYPE nfds_t
    126 
    127 /* Define to 1 if you have the ANSI C header files. */
    128 #define STDC_HEADERS 1
    129 
    130 /* Use POSIX Threads */
    131 #define THREADS_POSIX 1
    132 
    133 /* timerfd headers available */
    134 /* #undef USBI_TIMERFD_AVAILABLE */
    135 
    136 /* Enable output to system log */
    137 /* #undef USE_SYSTEM_LOGGING_FACILITY */
    138 
    139 /* Use udev for device enumeration/hotplug */
    140 /* #undef USE_UDEV */
    141 
    142 /* Use UsbDk Windows backend */
    143 /* #undef USE_USBDK */
    144 
    145 /* Version number of package */
    146 #define VERSION "1.0.21-rc5"
    147 
    148 /* Oldest Windows version supported */
    149 /* #undef WINVER */
    150 
    151 /* Use GNU extensions */
    152 #define _GNU_SOURCE 1
    153 
    154 /* Define to `__inline__' or `__inline' if that's what the C compiler
    155    calls it, or to nothing if 'inline' is not supported under any name.  */
    156 #ifndef __cplusplus
    157 /* #undef inline */
    158 #endif
    159