Home | History | Annotate | Download | only in libmtp
      1 /* config.h.  Generated from config.h.in by configure.  */
      2 /* config.h.in.  Generated from configure.ac by autoheader.  */
      3 
      4 /* Define if building universal (internal helper macro) */
      5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
      6 
      7 /* Define to 1 if you have the <arpa/inet.h> header file. */
      8 #define HAVE_ARPA_INET_H 1
      9 
     10 /* Define to 1 if you have the `basename' function. */
     11 #define HAVE_BASENAME 1
     12 
     13 /* Define to 1 if you have the <byteswap.h> header file. */
     14 /* #undef HAVE_BYTESWAP_H */
     15 
     16 /* Define to 1 if you have the <ctype.h> header file. */
     17 #define HAVE_CTYPE_H 1
     18 
     19 /* Define to 1 if you have the <dlfcn.h> header file. */
     20 #define HAVE_DLFCN_H 1
     21 
     22 /* Define to 1 if you have the <errno.h> header file. */
     23 #define HAVE_ERRNO_H 1
     24 
     25 /* Define to 1 if you have the <fcntl.h> header file. */
     26 #define HAVE_FCNTL_H 1
     27 
     28 /* Define to 1 if you have the <getopt.h> header file. */
     29 #define HAVE_GETOPT_H 1
     30 
     31 /* Define if you have the iconv() function and it works. */
     32 #define HAVE_ICONV 1
     33 
     34 /* Define to 1 if you have the <iconv.h> header file. */
     35 #define HAVE_ICONV_H 1
     36 
     37 /* Define to 1 if you have the <inttypes.h> header file. */
     38 #define HAVE_INTTYPES_H 1
     39 
     40 /* Define to 1 if you have the <langinfo.h> header file. */
     41 #define HAVE_LANGINFO_H 1
     42 
     43 /* Define to 1 if you have the <libgen.h> header file. */
     44 #define HAVE_LIBGEN_H 1
     45 
     46 /* Define to 1 if you have the `usb' library (-lusb). */
     47 /* #undef HAVE_LIBUSB */
     48 
     49 /* Define to 1 if you have the <limits.h> header file. */
     50 #define HAVE_LIMITS_H 1
     51 
     52 /* Define to 1 if you have the <locale.h> header file. */
     53 #define HAVE_LOCALE_H 1
     54 
     55 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
     56    to 0 otherwise. */
     57 #define HAVE_MALLOC 1
     58 
     59 /* Define to 1 if you have the <memory.h> header file. */
     60 #define HAVE_MEMORY_H 1
     61 
     62 /* Define to 1 if you have the `memset' function. */
     63 #define HAVE_MEMSET 1
     64 
     65 /* Define to 1 if you have the `mkstemp' function. */
     66 #define HAVE_MKSTEMP 1
     67 
     68 /* Define to 1 if you have the `select' function. */
     69 #define HAVE_SELECT 1
     70 
     71 /* Define to 1 if `stat' has the bug that it succeeds when given the
     72    zero-length file name argument. */
     73 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
     74 
     75 /* Define to 1 if you have the <stdint.h> header file. */
     76 #define HAVE_STDINT_H 1
     77 
     78 /* Define to 1 if you have the <stdio.h> header file. */
     79 #define HAVE_STDIO_H 1
     80 
     81 /* Define to 1 if you have the <stdlib.h> header file. */
     82 #define HAVE_STDLIB_H 1
     83 
     84 /* Define to 1 if you have the `strdup' function. */
     85 #define HAVE_STRDUP 1
     86 
     87 /* Define to 1 if you have the `strerror' function. */
     88 #define HAVE_STRERROR 1
     89 
     90 /* Define to 1 if you have the <strings.h> header file. */
     91 #define HAVE_STRINGS_H 1
     92 
     93 /* Define to 1 if you have the <string.h> header file. */
     94 #define HAVE_STRING_H 1
     95 
     96 /* Define to 1 if you have the `strrchr' function. */
     97 #define HAVE_STRRCHR 1
     98 
     99 /* Define to 1 if you have the `strtoul' function. */
    100 #define HAVE_STRTOUL 1
    101 
    102 /* Define to 1 if `st_blksize' is member of `struct stat'. */
    103 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
    104 
    105 /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
    106    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
    107 #define HAVE_ST_BLKSIZE 1
    108 
    109 /* Define to 1 if you have the <sys/stat.h> header file. */
    110 #define HAVE_SYS_STAT_H 1
    111 
    112 /* Define to 1 if you have the <sys/time.h> header file. */
    113 #define HAVE_SYS_TIME_H 1
    114 
    115 /* Define to 1 if you have the <sys/types.h> header file. */
    116 #define HAVE_SYS_TYPES_H 1
    117 
    118 /* Define to 1 if you have the <sys/uio.h> header file. */
    119 #define HAVE_SYS_UIO_H 1
    120 
    121 /* Define to 1 if you have the <unistd.h> header file. */
    122 #define HAVE_UNISTD_H 1
    123 
    124 /* Define to 1 if you have the `usleep' function. */
    125 #define HAVE_USLEEP 1
    126 
    127 /* Define as const if the declaration of iconv() needs const. */
    128 #define ICONV_CONST
    129 
    130 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
    131    slash. */
    132 /* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */
    133 
    134 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    135    */
    136 #define LT_OBJDIR ".libs/"
    137 
    138 /* Name of package */
    139 #define PACKAGE "libmtp"
    140 
    141 /* Define to the address where bug reports for this package should be sent. */
    142 #define PACKAGE_BUGREPORT "libmtp-discuss (at) lists.sourceforge.net"
    143 
    144 /* Define to the full name of this package. */
    145 #define PACKAGE_NAME "libmtp"
    146 
    147 /* Define to the full name and version of this package. */
    148 #define PACKAGE_STRING "libmtp 1.0.1"
    149 
    150 /* Define to the one symbol short name of this package. */
    151 #define PACKAGE_TARNAME "libmtp"
    152 
    153 /* Define to the version of this package. */
    154 #define PACKAGE_VERSION "1.0.1"
    155 
    156 /* Define as the return type of signal handlers (`int' or `void'). */
    157 #define RETSIGTYPE void
    158 
    159 /* Define to 1 if you have the ANSI C header files. */
    160 #define STDC_HEADERS 1
    161 
    162 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
    163 #define TIME_WITH_SYS_TIME 1
    164 
    165 /* Version number of package */
    166 #define VERSION "1.0.1"
    167 
    168 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    169    significant byte first (like Motorola and SPARC, unlike Intel). */
    170 #ifdef __BIG_ENDIAN__
    171 #  define WORDS_BIGENDIAN 1
    172 #else
    173 #  undef WORDS_BIGENDIAN
    174 #endif
    175 
    176 /* Number of bits in a file offset, on hosts where this is settable. */
    177 /* #undef _FILE_OFFSET_BITS */
    178 
    179 /* Define for large files, on AIX-style hosts. */
    180 /* #undef _LARGE_FILES */
    181 
    182 /* Define to empty if `const' does not conform to ANSI C. */
    183 /* #undef const */
    184 
    185 /* Define to rpl_malloc if the replacement function should be used. */
    186 /* #undef malloc */
    187 
    188 /* Define to `long int' if <sys/types.h> does not define. */
    189 /* #undef off_t */
    190 
    191 /* Define to `unsigned int' if <sys/types.h> does not define. */
    192 /* #undef size_t */
    193