~ubuntu-branches/ubuntu/precise/libmtp/precise-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-12-14 22:32:10 UTC
  • mto: (16.1.3 sid) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20091214223210-vekc5340wzmz54bw
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* Define if building universal (internal helper macro) */
4
4
#undef AC_APPLE_UNIVERSAL_BUILD
5
5
 
 
6
/* Define to 1 if you have the <arpa/inet.h> header file. */
 
7
#undef HAVE_ARPA_INET_H
 
8
 
6
9
/* Define to 1 if you have the `basename' function. */
7
10
#undef HAVE_BASENAME
8
11
 
 
12
/* Define to 1 if you have the <byteswap.h> header file. */
 
13
#undef HAVE_BYTESWAP_H
 
14
 
9
15
/* Define to 1 if you have the <ctype.h> header file. */
10
16
#undef HAVE_CTYPE_H
11
17
 
21
27
/* Define to 1 if you have the <getopt.h> header file. */
22
28
#undef HAVE_GETOPT_H
23
29
 
 
30
/* Define if you have the iconv() function and it works. */
 
31
#undef HAVE_ICONV
 
32
 
24
33
/* Define to 1 if you have the <iconv.h> header file. */
25
34
#undef HAVE_ICONV_H
26
35
 
52
61
/* Define to 1 if you have the `memset' function. */
53
62
#undef HAVE_MEMSET
54
63
 
 
64
/* Define to 1 if you have the `mkstemp' function. */
 
65
#undef HAVE_MKSTEMP
 
66
 
55
67
/* Define to 1 if you have the `select' function. */
56
68
#undef HAVE_SELECT
57
69
 
102
114
/* Define to 1 if you have the <sys/types.h> header file. */
103
115
#undef HAVE_SYS_TYPES_H
104
116
 
 
117
/* Define to 1 if you have the <sys/uio.h> header file. */
 
118
#undef HAVE_SYS_UIO_H
 
119
 
105
120
/* Define to 1 if you have the <unistd.h> header file. */
106
121
#undef HAVE_UNISTD_H
107
122
 
108
123
/* Define to 1 if you have the `usleep' function. */
109
124
#undef HAVE_USLEEP
110
125
 
 
126
/* Define as const if the declaration of iconv() needs const. */
 
127
#undef ICONV_CONST
 
128
 
111
129
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
112
130
   slash. */
113
131
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
114
132
 
 
133
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
134
   */
 
135
#undef LT_OBJDIR
 
136
 
115
137
/* Name of package */
116
138
#undef PACKAGE
117
139
 
154
176
# endif
155
177
#endif
156
178
 
 
179
/* Number of bits in a file offset, on hosts where this is settable. */
 
180
#undef _FILE_OFFSET_BITS
 
181
 
 
182
/* Define for large files, on AIX-style hosts. */
 
183
#undef _LARGE_FILES
 
184
 
157
185
/* Define to empty if `const' does not conform to ANSI C. */
158
186
#undef const
159
187