comparison pyPRADA_1.2/tools/bwa-0.5.7-mh/config.h.in @ 0:acc2ca1a3ba4

Uploaded
author siyuan
date Thu, 20 Feb 2014 00:44:58 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:acc2ca1a3ba4
1 /* config.h.in. Generated from configure.in by autoheader. */
2
3 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
4 #undef HAVE_DOPRNT
5
6 /* Define to 1 if you have the <inttypes.h> header file. */
7 #undef HAVE_INTTYPES_H
8
9 /* Define to 1 if you have the `m' library (-lm). */
10 #undef HAVE_LIBM
11
12 /* Define to 1 if you have the `pthread' library (-lpthread). */
13 #undef HAVE_LIBPTHREAD
14
15 /* Define to 1 if you have the `z' library (-lz). */
16 #undef HAVE_LIBZ
17
18 /* Define to 1 if you have the <limits.h> header file. */
19 #undef HAVE_LIMITS_H
20
21 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
22 to 0 otherwise. */
23 #undef HAVE_MALLOC
24
25 /* Define to 1 if you have the `memmove' function. */
26 #undef HAVE_MEMMOVE
27
28 /* Define to 1 if you have the <memory.h> header file. */
29 #undef HAVE_MEMORY_H
30
31 /* Define to 1 if you have the `memset' function. */
32 #undef HAVE_MEMSET
33
34 /* Define if you have POSIX threads libraries and header files. */
35 #undef HAVE_PTHREAD
36
37 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
38 and to 0 otherwise. */
39 #undef HAVE_REALLOC
40
41 /* Define to 1 if you have the `sqrt' function. */
42 #undef HAVE_SQRT
43
44 /* Define to 1 if you have the <stdint.h> header file. */
45 #undef HAVE_STDINT_H
46
47 /* Define to 1 if you have the <stdlib.h> header file. */
48 #undef HAVE_STDLIB_H
49
50 /* Define to 1 if you have the `strdup' function. */
51 #undef HAVE_STRDUP
52
53 /* Define to 1 if you have the <strings.h> header file. */
54 #undef HAVE_STRINGS_H
55
56 /* Define to 1 if you have the <string.h> header file. */
57 #undef HAVE_STRING_H
58
59 /* Define to 1 if you have the `strstr' function. */
60 #undef HAVE_STRSTR
61
62 /* Define to 1 if you have the <sys/stat.h> header file. */
63 #undef HAVE_SYS_STAT_H
64
65 /* Define to 1 if you have the <sys/types.h> header file. */
66 #undef HAVE_SYS_TYPES_H
67
68 /* Define to 1 if you have the <unistd.h> header file. */
69 #undef HAVE_UNISTD_H
70
71 /* Define to 1 if you have the `vprintf' function. */
72 #undef HAVE_VPRINTF
73
74 /* Name of package */
75 #undef PACKAGE
76
77 /* Define to the address where bug reports for this package should be sent. */
78 #undef PACKAGE_BUGREPORT
79
80 /* Define to the full name of this package. */
81 #undef PACKAGE_NAME
82
83 /* Define to the full name and version of this package. */
84 #undef PACKAGE_STRING
85
86 /* Define to the one symbol short name of this package. */
87 #undef PACKAGE_TARNAME
88
89 /* Define to the version of this package. */
90 #undef PACKAGE_VERSION
91
92 /* Define to necessary symbol if this constant uses a non-standard name on
93 your system. */
94 #undef PTHREAD_CREATE_JOINABLE
95
96 /* Define to 1 if you have the ANSI C header files. */
97 #undef STDC_HEADERS
98
99 /* Version number of package */
100 #undef VERSION
101
102 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
103 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
104 #define below would cause a syntax error. */
105 #undef _UINT32_T
106
107 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
108 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
109 #define below would cause a syntax error. */
110 #undef _UINT64_T
111
112 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
113 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
114 #define below would cause a syntax error. */
115 #undef _UINT8_T
116
117 /* Define to empty if `const' does not conform to ANSI C. */
118 #undef const
119
120 /* Define to `__inline__' or `__inline' if that's what the C compiler
121 calls it, or to nothing if 'inline' is not supported under any name. */
122 #ifndef __cplusplus
123 #undef inline
124 #endif
125
126 /* Define to the type of a signed integer type of width exactly 32 bits if
127 such a type exists and the standard includes do not define it. */
128 #undef int32_t
129
130 /* Define to the type of a signed integer type of width exactly 64 bits if
131 such a type exists and the standard includes do not define it. */
132 #undef int64_t
133
134 /* Define to rpl_malloc if the replacement function should be used. */
135 #undef malloc
136
137 /* Define to rpl_realloc if the replacement function should be used. */
138 #undef realloc
139
140 /* Define to `unsigned int' if <sys/types.h> does not define. */
141 #undef size_t
142
143 /* Define to the type of an unsigned integer type of width exactly 16 bits if
144 such a type exists and the standard includes do not define it. */
145 #undef uint16_t
146
147 /* Define to the type of an unsigned integer type of width exactly 32 bits if
148 such a type exists and the standard includes do not define it. */
149 #undef uint32_t
150
151 /* Define to the type of an unsigned integer type of width exactly 64 bits if
152 such a type exists and the standard includes do not define it. */
153 #undef uint64_t
154
155 /* Define to the type of an unsigned integer type of width exactly 8 bits if
156 such a type exists and the standard includes do not define it. */
157 #undef uint8_t