]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/cvs/config.h.in
This commit was generated by cvs2svn to compensate for changes in r52277,
[FreeBSD/FreeBSD.git] / contrib / cvs / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
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
9
10 /* Define if the closedir function returns void instead of int.  */
11 #undef CLOSEDIR_VOID
12
13 /* Define to empty if the keyword does not work.  */
14 #undef const
15
16 /* Define to `int' if <sys/types.h> doesn't define.  */
17 #undef gid_t
18
19 /* Define if you support file names longer than 14 characters.  */
20 #undef HAVE_LONG_FILE_NAMES
21
22 /* Define if your struct stat has st_blksize.  */
23 #undef HAVE_ST_BLKSIZE
24
25 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
26 #undef HAVE_SYS_WAIT_H
27
28 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
29 #undef HAVE_UTIME_NULL
30
31 /* Define if you have <vfork.h>.  */
32 #undef HAVE_VFORK_H
33
34 /* Define if on MINIX.  */
35 #undef _MINIX
36
37 /* Define to `int' if <sys/types.h> doesn't define.  */
38 #undef mode_t
39
40 /* Define to `int' if <sys/types.h> doesn't define.  */
41 #undef pid_t
42
43 /* Define if the system does not provide POSIX.1 features except
44    with this defined.  */
45 #undef _POSIX_1_SOURCE
46
47 /* Define if you need to in order for stat and other things to work.  */
48 #undef _POSIX_SOURCE
49
50 /* Define as the return type of signal handlers (int or void).  */
51 #undef RETSIGTYPE
52
53 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
54 #undef size_t
55
56 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
57 #undef STAT_MACROS_BROKEN
58
59 /* Define if you have the ANSI C header files.  */
60 #undef STDC_HEADERS
61
62 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
63 #undef TIME_WITH_SYS_TIME
64
65 /* Define to `int' if <sys/types.h> doesn't define.  */
66 #undef uid_t
67
68 /* Define vfork as fork if vfork does not work.  */
69 #undef vfork
70
71 /* Define if you have MIT Kerberos version 4 available.  */
72 #undef HAVE_KERBEROS
73
74 /* Define if you have GSSAPI with MIT Kerberos version 5 available.  */
75 #undef HAVE_GSSAPI
76
77 /* Define if GSS_C_NT_HOSTBASED_SERVICE is defined in the gssapi.h
78    header file.  Only relevant when using GSSAPI.  */
79 #undef HAVE_GSS_C_NT_HOSTBASED_SERVICE
80
81 /* Define if you want CVS to be able to be a remote repository client.  */
82 #undef CLIENT_SUPPORT
83
84 /* Define if you want CVS to be able to serve repositories to remote
85    clients.  */
86 #undef SERVER_SUPPORT
87
88 /* Define if you want to use the password authenticated server.  */
89 #undef AUTH_SERVER_SUPPORT
90
91 /* Define if you want encryption support.  */
92 #undef ENCRYPTION
93
94 /* Define if you have the connect function.  */
95 #undef HAVE_CONNECT
96
97 /* Define if this system supports chown(), link(), and friends.  */
98 #undef PRESERVE_PERMISSIONS_SUPPORT
99
100 /* Define if you have memchr (always for CVS).  */
101 #undef HAVE_MEMCHR
102
103 /* Define if you have strchr (always for CVS).  */
104 #undef HAVE_STRCHR
105
106 /* Define if utime requires write access to the file (true on Windows,
107    but not Unix).  */
108 #undef UTIME_EXPECTS_WRITABLE
109
110 /* Define if setmode is required when writing binary data to stdout.  */
111 #undef USE_SETMODE_STDOUT
112
113 /* Define if the diff library should use setmode for binary files.
114    FIXME: Why two different macros for setmode?  */
115 #undef HAVE_SETMODE
116
117 /* Define if you have the crypt function.  */
118 #undef HAVE_CRYPT
119
120 /* Define if you have the fchdir function.  */
121 #undef HAVE_FCHDIR
122
123 /* Define if you have the fchmod function.  */
124 #undef HAVE_FCHMOD
125
126 /* Define if you have the fsync function.  */
127 #undef HAVE_FSYNC
128
129 /* Define if you have the ftime function.  */
130 #undef HAVE_FTIME
131
132 /* Define if you have the ftruncate function.  */
133 #undef HAVE_FTRUNCATE
134
135 /* Define if you have the getpagesize function.  */
136 #undef HAVE_GETPAGESIZE
137
138 /* Define if you have the getspnam function.  */
139 #undef HAVE_GETSPNAM
140
141 /* Define if you have the initgroups function.  */
142 #undef HAVE_INITGROUPS
143
144 /* Define if you have the krb_get_err_text function.  */
145 #undef HAVE_KRB_GET_ERR_TEXT
146
147 /* Define if you have the mktemp function.  */
148 #undef HAVE_MKTEMP
149
150 /* Define if you have the putenv function.  */
151 #undef HAVE_PUTENV
152
153 /* Define if you have the readlink function.  */
154 #undef HAVE_READLINK
155
156 /* Define if you have the sigaction function.  */
157 #undef HAVE_SIGACTION
158
159 /* Define if you have the sigblock function.  */
160 #undef HAVE_SIGBLOCK
161
162 /* Define if you have the sigprocmask function.  */
163 #undef HAVE_SIGPROCMASK
164
165 /* Define if you have the sigsetmask function.  */
166 #undef HAVE_SIGSETMASK
167
168 /* Define if you have the sigvec function.  */
169 #undef HAVE_SIGVEC
170
171 /* Define if you have the tempnam function.  */
172 #undef HAVE_TEMPNAM
173
174 /* Define if you have the timezone function.  */
175 #undef HAVE_TIMEZONE
176
177 /* Define if you have the tzset function.  */
178 #undef HAVE_TZSET
179
180 /* Define if you have the vprintf function.  */
181 #undef HAVE_VPRINTF
182
183 /* Define if you have the wait3 function.  */
184 #undef HAVE_WAIT3
185
186 /* Define if you have the <direct.h> header file.  */
187 #undef HAVE_DIRECT_H
188
189 /* Define if you have the <dirent.h> header file.  */
190 #undef HAVE_DIRENT_H
191
192 /* Define if you have the <errno.h> header file.  */
193 #undef HAVE_ERRNO_H
194
195 /* Define if you have the <fcntl.h> header file.  */
196 #undef HAVE_FCNTL_H
197
198 /* Define if you have the <gssapi.h> header file.  */
199 #undef HAVE_GSSAPI_H
200
201 /* Define if you have the <gssapi/gssapi.h> header file.  */
202 #undef HAVE_GSSAPI_GSSAPI_H
203
204 /* Define if you have the <gssapi/gssapi_generic.h> header file.  */
205 #undef HAVE_GSSAPI_GSSAPI_GENERIC_H
206
207 /* Define if you have the <io.h> header file.  */
208 #undef HAVE_IO_H
209
210 /* Define if you have the <limits.h> header file.  */
211 #undef HAVE_LIMITS_H
212
213 /* Define if you have the <memory.h> header file.  */
214 #undef HAVE_MEMORY_H
215
216 /* Define if you have the <ndbm.h> header file.  */
217 #undef HAVE_NDBM_H
218
219 /* Define if you have the <ndir.h> header file.  */
220 #undef HAVE_NDIR_H
221
222 /* Define if you have the <string.h> header file.  */
223 #undef HAVE_STRING_H
224
225 /* Define if you have the <sys/bsdtypes.h> header file.  */
226 #undef HAVE_SYS_BSDTYPES_H
227
228 /* Define if you have the <sys/dir.h> header file.  */
229 #undef HAVE_SYS_DIR_H
230
231 /* Define if you have the <sys/file.h> header file.  */
232 #undef HAVE_SYS_FILE_H
233
234 /* Define if you have the <sys/ndir.h> header file.  */
235 #undef HAVE_SYS_NDIR_H
236
237 /* Define if you have the <sys/param.h> header file.  */
238 #undef HAVE_SYS_PARAM_H
239
240 /* Define if you have the <sys/resource.h> header file.  */
241 #undef HAVE_SYS_RESOURCE_H
242
243 /* Define if you have the <sys/select.h> header file.  */
244 #undef HAVE_SYS_SELECT_H
245
246 /* Define if you have the <sys/time.h> header file.  */
247 #undef HAVE_SYS_TIME_H
248
249 /* Define if you have the <sys/timeb.h> header file.  */
250 #undef HAVE_SYS_TIMEB_H
251
252 /* Define if you have the <unistd.h> header file.  */
253 #undef HAVE_UNISTD_H
254
255 /* Define if you have the <utime.h> header file.  */
256 #undef HAVE_UTIME_H
257
258 /* Define if you have the crypt library (-lcrypt).  */
259 #undef HAVE_LIBCRYPT
260
261 /* Define if you have the gen library (-lgen).  */
262 #undef HAVE_LIBGEN
263
264 /* Define if you have the inet library (-linet).  */
265 #undef HAVE_LIBINET
266
267 /* Define if you have the nsl library (-lnsl).  */
268 #undef HAVE_LIBNSL
269
270 /* Define if you have the nsl_s library (-lnsl_s).  */
271 #undef HAVE_LIBNSL_S
272
273 /* Define if you have the sec library (-lsec).  */
274 #undef HAVE_LIBSEC
275
276 /* Define if you have the socket library (-lsocket).  */
277 #undef HAVE_LIBSOCKET