1/* config.h.  Generated automatically by configure.  */
2/* config.hin.  Generated automatically from configure.in by autoheader.  */
3
4/* Define if on AIX 3.
5   System headers sometimes define this.
6   We just want to avoid a redefinition error message.  */
7#ifndef _ALL_SOURCE
8/* #undef _ALL_SOURCE */
9#endif
10
11/* Define if the closedir function returns void instead of int.  */
12/* #undef CLOSEDIR_VOID */
13
14/* Define to empty if the keyword does not work.  */
15/* #undef const */
16
17/* Define if you don't have vprintf but do have _doprnt.  */
18/* #undef HAVE_DOPRNT */
19
20/* Define if you support file names longer than 14 characters.  */
21#define HAVE_LONG_FILE_NAMES 1
22
23/* Define if you have the vprintf function.  */
24#define HAVE_VPRINTF 1
25
26/* Define if on MINIX.  */
27/* #undef _MINIX */
28
29/* Define to `int' if <sys/types.h> doesn't define.  */
30/* #undef mode_t */
31
32/* Define to `long' if <sys/types.h> doesn't define.  */
33/* #undef off_t */
34
35/* Define to `int' if <sys/types.h> doesn't define.  */
36/* #undef pid_t */
37
38/* Define if the system does not provide POSIX.1 features except
39   with this defined.  */
40/* #undef _POSIX_1_SOURCE */
41
42/* Define if you need to in order for stat and other things to work.  */
43/* #undef _POSIX_SOURCE */
44
45/* Define as the return type of signal handlers (int or void).  */
46#define RETSIGTYPE void
47
48/* Define to `unsigned' if <sys/types.h> doesn't define.  */
49/* #undef size_t */
50
51/* Define if you have the ANSI C header files.  */
52#define STDC_HEADERS 1
53
54/* Define if you can safely include both <sys/time.h> and <time.h>.  */
55#define TIME_WITH_SYS_TIME 1
56
57/* Define if you have the _doprintf function.  */
58/* #undef HAVE__DOPRINTF */
59
60/* Define if you have the fseeko function.  */
61#define HAVE_FSEEKO 1
62
63/* Define if you have the isascii function.  */
64#define HAVE_ISASCII 1
65
66/* Define if you have the memchr function.  */
67#define HAVE_MEMCHR 1
68
69/* Define if you have the memcmp function.  */
70#define HAVE_MEMCMP 1
71
72/* Define if you have the mkdir function.  */
73#define HAVE_MKDIR 1
74
75/* Define if you have the mktemp function.  */
76#define HAVE_MKTEMP 1
77
78/* Define if you have the pathconf function.  */
79#define HAVE_PATHCONF 1
80
81/* Define if you have the raise function.  */
82#define HAVE_RAISE 1
83
84/* Define if you have the rename function.  */
85#define HAVE_RENAME 1
86
87/* Define if you have the rmdir function.  */
88#define HAVE_RMDIR 1
89
90/* Define if you have the setmode function.  */
91/* #undef HAVE_SETMODE */
92
93/* Define if you have the sigaction function.  */
94#define HAVE_SIGACTION 1
95
96/* Define if you have the sigprocmask function.  */
97#define HAVE_SIGPROCMASK 1
98
99/* Define if you have the sigsetmask function.  */
100/* #undef HAVE_SIGSETMASK */
101
102/* Define if you have the strerror function.  */
103#define HAVE_STRERROR 1
104
105/* Define if you have the <dirent.h> header file.  */
106#define HAVE_DIRENT_H 1
107
108/* Define if you have the <fcntl.h> header file.  */
109#define HAVE_FCNTL_H 1
110
111/* Define if you have the <limits.h> header file.  */
112#define HAVE_LIMITS_H 1
113
114/* Define if you have the <ndir.h> header file.  */
115/* #undef HAVE_NDIR_H */
116
117/* Define if you have the <string.h> header file.  */
118#define HAVE_STRING_H 1
119
120/* Define if you have the <sys/dir.h> header file.  */
121/* #undef HAVE_SYS_DIR_H */
122
123/* Define if you have the <sys/ndir.h> header file.  */
124/* #undef HAVE_SYS_NDIR_H */
125
126/* Define if you have the <unistd.h> header file.  */
127#define HAVE_UNISTD_H 1
128
129/* Define if you have the <utime.h> header file.  */
130#define HAVE_UTIME_H 1
131
132/* Define if you have the <varargs.h> header file.  */
133#define HAVE_VARARGS_H 1
134
135/* Number of bits in a file offset, on hosts where this is settable. */
136/* #undef _FILE_OFFSET_BITS */
137
138/* Define to make fseeko etc. visible, on some hosts. */
139/* #undef _LARGEFILE_SOURCE */
140
141/* Define for large files, on AIX-style hosts. */
142/* #undef _LARGE_FILES */
143
144/* Define if compiler has function prototypes */
145#define PROTOTYPES 1
146
147/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
148   and declares uintmax_t.  */
149#define HAVE_INTTYPES_H 1
150
151/* Define if struct utimbuf is declared -- usually in <utime.h>.
152   Some systems have utime.h but don't declare the struct anywhere.  */
153#define HAVE_STRUCT_UTIMBUF 1
154
155/* Define if the malloc check has been performed.  */
156#define HAVE_DONE_WORKING_MALLOC_CHECK 1
157
158/* Define to rpl_malloc if the replacement function should be used. */
159/* #undef malloc */
160
161/* Define if the realloc check has been performed.  */
162#define HAVE_DONE_WORKING_REALLOC_CHECK 1
163
164/* Define to rpl_realloc if the replacement function should be used. */
165/* #undef realloc */
166
167/* Define if there is a member named d_ino in the struct describing
168   directory headers. */
169#define D_INO_IN_DIRENT 1
170
171