comparison srf2fastq/io_lib-1.12.2/io_lib_config.h.in @ 0:d901c9f41a6a default tip

Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
author dawe
date Tue, 07 Jun 2011 17:48:05 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d901c9f41a6a
1 /* io_lib_config.h.in. Generated from configure.in by autoheader. */
2
3 /* Define to 1 if you have the <dlfcn.h> header file. */
4 #undef HAVE_DLFCN_H
5
6 /* Define to 1 if you have the <fcntl.h> header file. */
7 #undef HAVE_FCNTL_H
8
9 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
10 #undef HAVE_FSEEKO
11
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
14
15 /* Define to 1 if you have a functional curl library. */
16 #undef HAVE_LIBCURL
17
18 /* Define to 1 if you have the <limits.h> header file. */
19 #undef HAVE_LIMITS_H
20
21 /* Define to 1 if you have the <memory.h> header file. */
22 #undef HAVE_MEMORY_H
23
24 /* Define to 1 if you have the <stdint.h> header file. */
25 #undef HAVE_STDINT_H
26
27 /* Define to 1 if you have the <stdlib.h> header file. */
28 #undef HAVE_STDLIB_H
29
30 /* Define to 1 if you have the `strdup' function. */
31 #undef HAVE_STRDUP
32
33 /* Define to 1 if you have the <strings.h> header file. */
34 #undef HAVE_STRINGS_H
35
36 /* Define to 1 if you have the <string.h> header file. */
37 #undef HAVE_STRING_H
38
39 /* Define to 1 if you have the <sys/stat.h> header file. */
40 #undef HAVE_SYS_STAT_H
41
42 /* Define to 1 if you have the <sys/types.h> header file. */
43 #undef HAVE_SYS_TYPES_H
44
45 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
46 #undef HAVE_SYS_WAIT_H
47
48 /* Define to 1 if you have the <unistd.h> header file. */
49 #undef HAVE_UNISTD_H
50
51 /* Define if zlib is installed */
52 #undef HAVE_ZLIB
53
54 /* Defined if libcurl supports AsynchDNS */
55 #undef LIBCURL_FEATURE_ASYNCHDNS
56
57 /* Defined if libcurl supports IDN */
58 #undef LIBCURL_FEATURE_IDN
59
60 /* Defined if libcurl supports IPv6 */
61 #undef LIBCURL_FEATURE_IPV6
62
63 /* Defined if libcurl supports KRB4 */
64 #undef LIBCURL_FEATURE_KRB4
65
66 /* Defined if libcurl supports libz */
67 #undef LIBCURL_FEATURE_LIBZ
68
69 /* Defined if libcurl supports NTLM */
70 #undef LIBCURL_FEATURE_NTLM
71
72 /* Defined if libcurl supports SSL */
73 #undef LIBCURL_FEATURE_SSL
74
75 /* Defined if libcurl supports SSPI */
76 #undef LIBCURL_FEATURE_SSPI
77
78 /* Defined if libcurl supports DICT */
79 #undef LIBCURL_PROTOCOL_DICT
80
81 /* Defined if libcurl supports FILE */
82 #undef LIBCURL_PROTOCOL_FILE
83
84 /* Defined if libcurl supports FTP */
85 #undef LIBCURL_PROTOCOL_FTP
86
87 /* Defined if libcurl supports FTPS */
88 #undef LIBCURL_PROTOCOL_FTPS
89
90 /* Defined if libcurl supports HTTP */
91 #undef LIBCURL_PROTOCOL_HTTP
92
93 /* Defined if libcurl supports HTTPS */
94 #undef LIBCURL_PROTOCOL_HTTPS
95
96 /* Defined if libcurl supports LDAP */
97 #undef LIBCURL_PROTOCOL_LDAP
98
99 /* Defined if libcurl supports TELNET */
100 #undef LIBCURL_PROTOCOL_TELNET
101
102 /* Defined if libcurl supports TFTP */
103 #undef LIBCURL_PROTOCOL_TFTP
104
105 /* Name of package */
106 #undef PACKAGE
107
108 /* Define to the address where bug reports for this package should be sent. */
109 #undef PACKAGE_BUGREPORT
110
111 /* Define to the full name of this package. */
112 #undef PACKAGE_NAME
113
114 /* Define to the full name and version of this package. */
115 #undef PACKAGE_STRING
116
117 /* Define to the one symbol short name of this package. */
118 #undef PACKAGE_TARNAME
119
120 /* Define to the version of this package. */
121 #undef PACKAGE_VERSION
122
123 /* The size of `int', as computed by sizeof. */
124 #undef SIZEOF_INT
125
126 /* The size of `long', as computed by sizeof. */
127 #undef SIZEOF_LONG
128
129 /* The size of `short', as computed by sizeof. */
130 #undef SIZEOF_SHORT
131
132 /* Define to 1 if you have the ANSI C header files. */
133 #undef STDC_HEADERS
134
135 /* Version number of package */
136 #undef VERSION
137
138 /* Define to 1 if your processor stores words with the most significant byte
139 first (like Motorola and SPARC, unlike Intel and VAX). */
140 #undef WORDS_BIGENDIAN
141
142 /* Number of bits in a file offset, on hosts where this is settable. */
143 #undef _FILE_OFFSET_BITS
144
145 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
146 #undef _LARGEFILE_SOURCE
147
148 /* Define for large files, on AIX-style hosts. */
149 #undef _LARGE_FILES
150
151 /* Define curl_free() as free() if our version of curl lacks curl_free. */
152 #undef curl_free
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
160 /* Define to `int' if <sys/types.h> does not define. */
161 #undef mode_t