1 /* config.h.  Generated by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
5    */
6 #define HAVE_DIRENT_H 1
7 
8 /* Define to 1 if you have the <dlfcn.h> header file. */
9 #define HAVE_DLFCN_H 1
10 
11 /* Define to 1 if you have the <endian.h> header file. */
12 #define HAVE_ENDIAN_H 1
13 
14 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
15 #define HAVE_FSEEKO 1
16 
17 /* Define to 1 if you have the `getopt' function. */
18 #define HAVE_GETOPT 1
19 
20 /* Define to 1 if you have the <getopt.h> header file. */
21 #define HAVE_GETOPT_H 1
22 
23 /* Define to 1 if you have the `getopt_long' function. */
24 #define HAVE_GETOPT_LONG 1
25 
26 /* Define to 1 if you have the <inttypes.h> header file. */
27 #define HAVE_INTTYPES_H 1
28 
29 /* Define to 1 if you have the `sigc-2.0' library (-lsigc-2.0). */
30 #define HAVE_LIBSIGC_2_0 1
31 
32 /* Define to 1 if you have the `stdc++' library (-lstdc++). */
33 #define HAVE_LIBSTDC__ 1
34 
35 /* Define to 1 if you have the `memcpy' function. */
36 #define HAVE_MEMCPY 1
37 
38 /* Define to 1 if you have the <memory.h> header file. */
39 #define HAVE_MEMORY_H 1
40 
41 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
42 /* #undef HAVE_NDIR_H */
43 
44 /* Define to 1 if stdbool.h conforms to C99. */
45 #define HAVE_STDBOOL_H 1
46 
47 /* Define to 1 if you have the <stdint.h> header file. */
48 #define HAVE_STDINT_H 1
49 
50 /* Define to 1 if you have the <stdio.h> header file. */
51 #define HAVE_STDIO_H 1
52 
53 /* Define to 1 if you have the <stdlib.h> header file. */
54 #define HAVE_STDLIB_H 1
55 
56 /* Define to 1 if you have the `strcasecmp' function. */
57 #define HAVE_STRCASECMP 1
58 
59 /* Define to 1 if you have the `strchr' function. */
60 #define HAVE_STRCHR 1
61 
62 /* Define to 1 if you have the `stricmp' function. */
63 /* #undef HAVE_STRICMP */
64 
65 /* Define to 1 if you have the <strings.h> header file. */
66 #define HAVE_STRINGS_H 1
67 
68 /* Define to 1 if you have the <string.h> header file. */
69 #define HAVE_STRING_H 1
70 
71 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
72    */
73 /* #undef HAVE_SYS_DIR_H */
74 
75 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
76    */
77 /* #undef HAVE_SYS_NDIR_H */
78 
79 /* Define to 1 if you have the <sys/stat.h> header file. */
80 #define HAVE_SYS_STAT_H 1
81 
82 /* Define to 1 if you have the <sys/types.h> header file. */
83 #define HAVE_SYS_TYPES_H 1
84 
85 /* Define to 1 if you have the <unistd.h> header file. */
86 #define HAVE_UNISTD_H 1
87 
88 /* Define to 1 if the system has the type `_Bool'. */
89 /* #undef HAVE__BOOL */
90 
91 /* Name of package */
92 #define PACKAGE "libpar2"
93 
94 /* Define to the address where bug reports for this package should be sent. */
95 #define PACKAGE_BUGREPORT "flesueur@users.sourceforge.net"
96 
97 /* Define to the full name of this package. */
98 #define PACKAGE_NAME "libpar2"
99 
100 /* Define to the full name and version of this package. */
101 #define PACKAGE_STRING "libpar2 0.2"
102 
103 /* Define to the one symbol short name of this package. */
104 #define PACKAGE_TARNAME "libpar2"
105 
106 /* Define to the version of this package. */
107 #define PACKAGE_VERSION "0.2"
108 
109 /* Define to 1 if you have the ANSI C header files. */
110 #define STDC_HEADERS 1
111 
112 /* Version number of package */
113 #define VERSION "0.2"
114 
115 /* Define to 1 if your processor stores words with the most significant byte
116    first (like Motorola and SPARC, unlike Intel and VAX). */
117 /* #undef WORDS_BIGENDIAN */
118 
119 /* Number of bits in a file offset, on hosts where this is settable. */
120 /* #undef _FILE_OFFSET_BITS */
121 
122 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
123 /* #undef _LARGEFILE_SOURCE */
124 
125 /* Define for large files, on AIX-style hosts. */
126 /* #undef _LARGE_FILES */
127 
128 /* Define to empty if `const' does not conform to ANSI C. */
129 /* #undef const */
130 
131 /* Define to `__inline__' or `__inline' if that's what the C compiler
132    calls it, or to nothing if 'inline' is not supported under any name.  */
133 #ifndef __cplusplus
134 /* #undef inline */
135 #endif
136 
137 /* Define to `unsigned' if <sys/types.h> does not define. */
138 /* #undef size_t */
139