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