* README-alpha: added alpha README file
[findutils.git] / config.h.in
blob74833b97f1ca914f46ebd8555f46ef340bbdd8e8
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
3 /* Define if on AIX 3.
4 System headers sometimes define this.
5 We just want to avoid a redefinition error message. */
6 #ifndef _ALL_SOURCE
7 #undef _ALL_SOURCE
8 #endif
10 /* Define if using alloca.c. */
11 #undef C_ALLOCA
13 /* Define if the closedir function returns void instead of int. */
14 #undef CLOSEDIR_VOID
16 /* Define to empty if the keyword does not work. */
17 #undef const
19 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
20 This function is required for alloca.c support on those systems. */
21 #undef CRAY_STACKSEG_END
23 /* Define to `int' if <sys/types.h> doesn't define. */
24 #undef gid_t
26 /* Define if you have alloca, as a function or macro. */
27 #undef HAVE_ALLOCA
29 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
30 #undef HAVE_ALLOCA_H
32 /* Define if you don't have vprintf but do have _doprnt. */
33 #undef HAVE_DOPRNT
35 /* Define if you have the getmntent function. */
36 #undef HAVE_GETMNTENT
38 /* Define if your struct stat has st_blocks. */
39 #undef HAVE_ST_BLOCKS
41 /* Define if your struct stat has st_rdev. */
42 #undef HAVE_ST_RDEV
44 /* Define if you have the strftime function. */
45 #undef HAVE_STRFTIME
47 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
48 #undef HAVE_SYS_WAIT_H
50 /* Define if your struct tm has tm_zone. */
51 #undef HAVE_TM_ZONE
53 /* Define if you don't have tm_zone but do have the external array
54 tzname. */
55 #undef HAVE_TZNAME
57 /* Define if you have the vprintf function. */
58 #undef HAVE_VPRINTF
60 /* Define if major, minor, and makedev are declared in <mkdev.h>. */
61 #undef MAJOR_IN_MKDEV
63 /* Define if major, minor, and makedev are declared in <sysmacros.h>. */
64 #undef MAJOR_IN_SYSMACROS
66 /* Define if on MINIX. */
67 #undef _MINIX
69 /* Define to `int' if <sys/types.h> doesn't define. */
70 #undef pid_t
72 /* Define if the system does not provide POSIX.1 features except
73 with this defined. */
74 #undef _POSIX_1_SOURCE
76 /* Define if you need to in order for stat and other things to work. */
77 #undef _POSIX_SOURCE
79 /* Define to `unsigned' if <sys/types.h> doesn't define. */
80 #undef size_t
82 /* If using the C implementation of alloca, define if you know the
83 direction of stack growth for your system; otherwise it will be
84 automatically deduced at run-time.
85 STACK_DIRECTION > 0 => grows toward higher addresses
86 STACK_DIRECTION < 0 => grows toward lower addresses
87 STACK_DIRECTION = 0 => direction of growth unknown
89 #undef STACK_DIRECTION
91 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
92 #undef STAT_MACROS_BROKEN
94 /* Define if you have the ANSI C header files. */
95 #undef STDC_HEADERS
97 /* Define if your <sys/time.h> declares struct tm. */
98 #undef TM_IN_SYS_TIME
100 /* Define to `int' if <sys/types.h> doesn't define. */
101 #undef uid_t
103 /* Define if you have the Andrew File System. */
104 #undef AFS
106 /* Define If you want find -nouser and -nogroup to make tables of
107 used UIDs and GIDs at startup instead of using getpwuid or
108 getgrgid when needed. Speeds up -nouser and -nogroup unless you
109 are running NIS or Hesiod, which make password and group calls
110 very expensive. */
111 #undef CACHE_IDS
113 /* Define to use SVR4 statvfs to get filesystem type. */
114 #undef FSTYPE_STATVFS
116 /* Define to use SVR3.2 statfs to get filesystem type. */
117 #undef FSTYPE_USG_STATFS
119 /* Define to use AIX3 statfs to get filesystem type. */
120 #undef FSTYPE_AIX_STATFS
122 /* Define to use 4.3BSD getmntent to get filesystem type. */
123 #undef FSTYPE_MNTENT
125 /* Define to use 4.4BSD and OSF1 statfs to get filesystem type. */
126 #undef FSTYPE_STATFS
128 /* Define to use Ultrix getmnt to get filesystem type. */
129 #undef FSTYPE_GETMNT
131 /* Define to `unsigned long' if <sys/types.h> doesn't define. */
132 #undef dev_t
134 /* Define to `unsigned long' if <sys/types.h> doesn't define. */
135 #undef ino_t
137 /* Define if you have the basename function. */
138 #undef HAVE_BASENAME
140 /* Define if you have the endgrent function. */
141 #undef HAVE_ENDGRENT
143 /* Define if you have the endpwent function. */
144 #undef HAVE_ENDPWENT
146 /* Define if you have the fchdir function. */
147 #undef HAVE_FCHDIR
149 /* Define if you have the getcwd function. */
150 #undef HAVE_GETCWD
152 /* Define if you have the memcmp function. */
153 #undef HAVE_MEMCMP
155 /* Define if you have the memset function. */
156 #undef HAVE_MEMSET
158 /* Define if you have the mktime function. */
159 #undef HAVE_MKTIME
161 /* Define if you have the stpcpy function. */
162 #undef HAVE_STPCPY
164 /* Define if you have the strdup function. */
165 #undef HAVE_STRDUP
167 /* Define if you have the strerror function. */
168 #undef HAVE_STRERROR
170 /* Define if you have the strftime function. */
171 #undef HAVE_STRFTIME
173 /* Define if you have the strspn function. */
174 #undef HAVE_STRSPN
176 /* Define if you have the strstr function. */
177 #undef HAVE_STRSTR
179 /* Define if you have the strtol function. */
180 #undef HAVE_STRTOL
182 /* Define if you have the <dirent.h> header file. */
183 #undef HAVE_DIRENT_H
185 /* Define if you have the <errno.h> header file. */
186 #undef HAVE_ERRNO_H
188 /* Define if you have the <fcntl.h> header file. */
189 #undef HAVE_FCNTL_H
191 /* Define if you have the <limits.h> header file. */
192 #undef HAVE_LIMITS_H
194 /* Define if you have the <ndir.h> header file. */
195 #undef HAVE_NDIR_H
197 /* Define if you have the <string.h> header file. */
198 #undef HAVE_STRING_H
200 /* Define if you have the <sys/dir.h> header file. */
201 #undef HAVE_SYS_DIR_H
203 /* Define if you have the <sys/ndir.h> header file. */
204 #undef HAVE_SYS_NDIR_H
206 /* Define if you have the <unistd.h> header file. */
207 #undef HAVE_UNISTD_H
209 /* Define if you have the sun library (-lsun). */
210 #undef HAVE_LIBSUN
212 /* Name of package */
213 #undef PACKAGE
215 /* Version number of package */
216 #undef VERSION