ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/gclib/tophat_cpp/config.h
Revision: 200
Committed: Fri Mar 9 22:25:25 2012 UTC (12 years, 5 months ago) by gpertea
File size: 3341 byte(s)
Log Message:
Line File contents
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3
4 /* define if the BAM library is available */
5 #define HAVE_BAM /**/
6
7 /* define if the Boost library is available */
8 #define HAVE_BOOST /**/
9
10 /* define if the Boost::Thread library is available */
11 #define HAVE_BOOST_THREAD /**/
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 the `z' library (-lz). */
17 #define HAVE_LIBZ 1
18
19 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
20 to 0 otherwise. */
21 #define HAVE_MALLOC 1
22
23 /* Define to 1 if you have the <memory.h> header file. */
24 #define HAVE_MEMORY_H 1
25
26 /* Define to 1 if you have the `memset' function. */
27 #define HAVE_MEMSET 1
28
29 /* Define to 1 if the system has the type `ptrdiff_t'. */
30 #define HAVE_PTRDIFF_T 1
31
32 /* Define to 1 if stdbool.h conforms to C99. */
33 #define HAVE_STDBOOL_H 1
34
35 /* Define to 1 if you have the <stdint.h> header file. */
36 #define HAVE_STDINT_H 1
37
38 /* Define to 1 if you have the <stdlib.h> header file. */
39 #define HAVE_STDLIB_H 1
40
41 /* Define to 1 if you have the `strdup' function. */
42 #define HAVE_STRDUP 1
43
44 /* Define to 1 if you have the <strings.h> header file. */
45 #define HAVE_STRINGS_H 1
46
47 /* Define to 1 if you have the <string.h> header file. */
48 #define HAVE_STRING_H 1
49
50 /* Define to 1 if you have the `strrchr' function. */
51 #define HAVE_STRRCHR 1
52
53 /* Define to 1 if you have the `strsep' function. */
54 #define HAVE_STRSEP 1
55
56 /* Define to 1 if you have the `strtol' function. */
57 #define HAVE_STRTOL 1
58
59 /* Define to 1 if you have the <sys/stat.h> header file. */
60 #define HAVE_SYS_STAT_H 1
61
62 /* Define to 1 if you have the <sys/types.h> header file. */
63 #define HAVE_SYS_TYPES_H 1
64
65 /* Define to 1 if you have the <unistd.h> header file. */
66 #define HAVE_UNISTD_H 1
67
68 /* Define to 1 if the system has the type `_Bool'. */
69 #define HAVE__BOOL 1
70
71 /* Name of package */
72 #define PACKAGE "tophat"
73
74 /* Define to the address where bug reports for this package should be sent. */
75 #define PACKAGE_BUGREPORT "cole@cs.umd.edu"
76
77 /* Define to the full name of this package. */
78 #define PACKAGE_NAME "tophat"
79
80 /* Define to the full name and version of this package. */
81 #define PACKAGE_STRING "tophat 2.0.0"
82
83 /* Define to the one symbol short name of this package. */
84 #define PACKAGE_TARNAME "tophat"
85
86 /* Define to the version of this package. */
87 #define PACKAGE_VERSION "2.0.0"
88
89 /* Define to 1 if you have the ANSI C header files. */
90 #define STDC_HEADERS 1
91
92 /* SVN Revision */
93 #define SVN_REVISION "3067M"
94
95 /* Version number of package */
96 #define VERSION "2.0.0"
97
98 /* Number of bits in a file offset, on hosts where this is settable. */
99 /* #undef _FILE_OFFSET_BITS */
100
101 /* Define for large files, on AIX-style hosts. */
102 /* #undef _LARGE_FILES */
103
104 /* Define to empty if `const' does not conform to ANSI C. */
105 /* #undef const */
106
107 /* Define to `__inline__' or `__inline' if that's what the C compiler
108 calls it, or to nothing if 'inline' is not supported under any name. */
109 #ifndef __cplusplus
110 /* #undef inline */
111 #endif
112
113 /* Define to rpl_malloc if the replacement function should be used. */
114 /* #undef malloc */
115
116 /* Define to `int' if <sys/types.h> does not define. */
117 /* #undef pid_t */
118
119 /* Define to `unsigned int' if <sys/types.h> does not define. */
120 /* #undef size_t */