blob: c658020ea51c89b8028871d1c547078ba806d9e7 [file] [log] [blame]
bigbiff bigbiff9c754052013-01-09 09:09:08 -05001/* config.h. Generated by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3
4/* Define if your system has a working basename */
5/* #undef HAVE_BASENAME */
6
7/* Define to 1 if you have the <ctype.h> header file. */
8/* #undef HAVE_CTYPE_H */
9
10/* Define to 1 if the system has the type `dev_t'. */
11#define HAVE_DEV_T 1
12
13/* Define if your system has a working dirname */
14/* #undef HAVE_DIRNAME */
15
16/* Define to 1 if your system has a working POSIX `fnmatch' function. */
17#define HAVE_FNMATCH 1
18
19/* Define to 1 if you have the <fnmatch.h> header file. */
20#define HAVE_FNMATCH_H 1
21
22/* Define to 1 if you have the <inttypes.h> header file. */
23#define HAVE_INTTYPES_H 1
24
25/* Define to 1 if you have the `lchown' function. */
26#define HAVE_LCHOWN 1
27
28/* Define to 1 if you have the <libgen.h> header file. */
29#define HAVE_LIBGEN_H 1
30
31/* Define to 1 if you have the `z' library (-lz). */
32#define HAVE_LIBZ 1
33
34/* Define to 1 if the system has the type `major_t'. */
35/* #undef HAVE_MAJOR_T */
36
37/* Define to 1 if you have the <memory.h> header file. */
38#define HAVE_MEMORY_H 1
39
40/* Define to 1 if the system has the type `minor_t'. */
41/* #undef HAVE_MINOR_T */
42
43/* Define to 1 if the system has the type `nlink_t'. */
44#define HAVE_NLINK_T 1
45
46/* Define if your system has a working snprintf */
47#define HAVE_SNPRINTF 1
48
49/* Define to 1 if the system has the type `socklen_t'. */
50#define HAVE_SOCKLEN_T 1
51
52/* Define to 1 if you have the <stdint.h> header file. */
53#define HAVE_STDINT_H 1
54
55/* Define to 1 if you have the <stdlib.h> header file. */
56#define HAVE_STDLIB_H 1
57
58/* Define if you have the strdup function */
59#define HAVE_STRDUP 1
60
61/* Define to 1 if you have the `strftime' function. */
62#define HAVE_STRFTIME 1
63
64/* Define to 1 if you have the <strings.h> header file. */
65#define HAVE_STRINGS_H 1
66
67/* Define to 1 if you have the <string.h> header file. */
68#define HAVE_STRING_H 1
69
70/* Define if you have the strlcpy function */
71/* #undef HAVE_STRLCPY */
72
73/* Define if you have the strmode function */
74/* #undef HAVE_STRMODE */
75
76/* Define if you have the strsep function */
77#define HAVE_STRSEP 1
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 the system has the type `uint64_t'. */
86#define HAVE_UINT64_T 1
87
88/* Define to 1 if you have the <unistd.h> header file. */
89#define HAVE_UNISTD_H 1
90
91/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
92 */
93/* #undef MAJOR_IN_MKDEV */
94
95/* Define to 1 if `major', `minor', and `makedev' are declared in
96 <sysmacros.h>. */
97/* #undef MAJOR_IN_SYSMACROS */
98
99/* Define as 1 if makedev expects three arguments */
100/* #undef MAKEDEV_THREE_ARGS */
101
102/* Define if you want to use the basename function */
103#define NEED_BASENAME 1
104
105/* Define if you want to use the dirname function */
106#define NEED_DIRNAME 1
107
108/* Define if you want to use the fnmatch function */
109#define NEED_FNMATCH 1
110
111/* Define if you want to use the makedev function */
112#define NEED_MAKEDEV 1
113
114/* Define if you want to use the snprintf function */
115#define NEED_SNPRINTF 1
116
117/* Define if you want to use the strdup function */
118#define NEED_STRDUP 1
119
120/* Define if you want to use the strlcpy function */
121#define NEED_STRLCPY 1
122
123/* Define if you want to use the strmode function */
124#define NEED_STRMODE 1
125
126/* Define if you want to use the strsep function */
127#define NEED_STRSEP 1
128
129/* Define to the address where bug reports for this package should be sent. */
130#define PACKAGE_BUGREPORT ""
131
132/* Define to the full name of this package. */
133#define PACKAGE_NAME "libtar"
134
135/* Define to the full name and version of this package. */
136#define PACKAGE_STRING "libtar 1.2.11"
137
138/* Define to the one symbol short name of this package. */
139#define PACKAGE_TARNAME "libtar"
140
141/* Define to the version of this package. */
142#define PACKAGE_VERSION "1.2.11"
143
144/* Define to 1 if you have the ANSI C header files. */
145#define STDC_HEADERS 1
146
147/* Define to 1 if on AIX 3.
148 System headers sometimes define this.
149 We just want to avoid a redefinition error message. */
150#ifndef _ALL_SOURCE
151/* # undef _ALL_SOURCE */
152#endif
153
154/* Define to empty if `const' does not conform to ANSI C. */
155/* #undef const */
156
157/* Define to `unsigned long' if not defined in system header files. */
158/* #undef dev_t */
159
160/* Define to `int' if <sys/types.h> doesn't define. */
161/* #undef gid_t */
162
163/* Define to `unsigned int' if not defined in system header files. */
164#define major_t unsigned int
165
166/* Define to `unsigned int' if not defined in system header files. */
167#define minor_t unsigned int
168
169/* Define to `int' if <sys/types.h> does not define. */
170/* #undef mode_t */
171
172/* Define to `unsigned short' if not defined in system header files. */
173/* #undef nlink_t */
174
175/* Define to `long' if <sys/types.h> does not define. */
176/* #undef off_t */
177
178/* Define to `unsigned' if <sys/types.h> does not define. */
179/* #undef size_t */
180
181/* Define to `unsigned long' if not defined in system header files. */
182/* #undef socklen_t */
183
184/* Define to `int' if <sys/types.h> doesn't define. */
185/* #undef uid_t */
186
187/* Define to `long long' if not defined in system header files. */
188/* #undef uint64_t */