Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / cvs / lib / config.h.proto
1 /* $FreeBSD: src/gnu/usr.bin/cvs/lib/config.h.proto,v 1.16.2.1 2003/01/21 23:06:52 peter Exp $ */
2 /* $DragonFly: src/gnu/usr.bin/cvs/lib/config.h.proto,v 1.2 2003/06/17 04:25:45 dillon Exp $ */
3 /* config.h.  Generated by configure.  */
4 /* config.h.in.  Generated from configure.in by autoheader.  */
5
6 /* Enable AUTH_CLIENT_SUPPORT to enable pserver as a remote access method in
7    the CVS client (default) */
8 #define AUTH_CLIENT_SUPPORT 1
9
10 /* Define if you want to use the password authenticated server. */
11 #define AUTH_SERVER_SUPPORT 1
12
13 /* Define if you want CVS to be able to be a remote repository client. */
14 #define CLIENT_SUPPORT 1
15
16 /* Define to 1 if the `closedir' function returns void instead of `int'. */
17 /* #undef CLOSEDIR_VOID */
18
19 /* The CVS admin command is restricted to the members of the group
20    CVS_ADMIN_GROUP. If this group does not exist, all users are allowed to run
21    CVS admin. To disable the CVS admin command for all users, create an empty
22    CVS_ADMIN_GROUP by running configure with the --with-cvs-admin-group=
23    option. To disable access control for CVS admin, run configure with the
24    --without-cvs-admin-group option in order to comment out the define below.
25    */
26 #define CVS_ADMIN_GROUP "@CVS_ADMIN_GROUP@"
27
28 /* When committing a permanent change, CVS and RCS make a log entry of who
29    committed the change. If you are committing the change logged in as "root"
30    (not under "su" or other root-priv giving program), CVS/RCS cannot
31    determine who is actually making the change. As such, by default, CVS
32    prohibits changes committed by users logged in as "root". You can disable
33    checking by passing the "--enable-rootcommit" option to configure or by
34    commenting out the lines below. */
35 #define CVS_BADROOT 1
36
37 /* The default editor to use, if one does not specify the "-e" option to cvs,
38    or does not have an EDITOR environment variable. If this is not set to an
39    absolute path to an executable, use the shell to find where the editor
40    actually is. This allows sites with /usr/bin/vi or /usr/ucb/vi to work
41    equally well (assuming that their PATH is reasonable). */
42 #define EDITOR_DFLT "vi"
43
44 /* Define to enable encryption support. */
45 /* #undef ENCRYPTION */
46
47 /* When committing or importing files, you must enter a log message. Normally,
48    you can do this either via the -m flag on the command line, the -F flag on
49    the command line, or an editor will be started for you. If you like to use
50    logging templates (the rcsinfo file within the /CVSROOT directory),
51    you might want to force people to use the editor even if they specify a
52    message with -m or -F. Enabling FORCE_USE_EDITOR will cause the -m or -F
53    message to be appended to the temp file when the editor is started. */
54 /* #undef FORCE_USE_EDITOR */
55
56 /* Define to an alternative value if GSS_C_NT_HOSTBASED_SERVICE isn't defined
57    in the gssapi.h header file. MIT Kerberos 1.2.1 requires this. Only
58    relevant when using GSSAPI. */
59 /* #undef GSS_C_NT_HOSTBASED_SERVICE */
60
61 /* Define if you have the connect function. */
62 #define HAVE_CONNECT 1
63
64 /* Define if you have the crypt function. */
65 #define HAVE_CRYPT 1
66
67 /* Define to 1 if you have the <direct.h> header file. */
68 /* #undef HAVE_DIRECT_H */
69
70 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
71    */
72 #define HAVE_DIRENT_H 1
73
74 /* Define to 1 if you have the `dup2' function. */
75 #define HAVE_DUP2 1
76
77 /* Define to 1 if you have the <errno.h> header file. */
78 #define HAVE_ERRNO_H 1
79
80 /* Define to 1 if you have the `fchdir' function. */
81 #define HAVE_FCHDIR 1
82
83 /* Define to 1 if you have the `fchmod' function. */
84 #define HAVE_FCHMOD 1
85
86 /* Define to 1 if you have the <fcntl.h> header file. */
87 #define HAVE_FCNTL_H 1
88
89 /* Define to 1 if your system has a working `fnmatch' function. */
90 #define HAVE_FNMATCH 1
91
92 /* Define to 1 if you have the <fnmatch.h> header file. */
93 #define HAVE_FNMATCH_H 1
94
95 /* Define to 1 if you have the `fork' function. */
96 #define HAVE_FORK 1
97
98 /* Define to 1 if you have the `fsync' function. */
99 #define HAVE_FSYNC 1
100
101 /* Define to 1 if you have the `ftime' function. */
102 /* #undef HAVE_FTIME */
103
104 /* Define to 1 if you have the `ftruncate' function. */
105 #define HAVE_FTRUNCATE 1
106
107 /* Define to 1 if you have the `geteuid' function. */
108 #define HAVE_GETEUID 1
109
110 /* Define to 1 if you have the `getgroups' function. */
111 #define HAVE_GETGROUPS 1
112
113 /* Define to 1 if you have the `gethostname' function. */
114 #define HAVE_GETHOSTNAME 1
115
116 /* Define to 1 if you have the `getopt' function. */
117 #define HAVE_GETOPT 1
118
119 /* Define to 1 if you have the `getpagesize' function. */
120 #define HAVE_GETPAGESIZE 1
121
122 /* Define to 1 if you have the `getpassphrase' function. */
123 /* #undef HAVE_GETPASSPHRASE */
124
125 /* Define if you have the getspnam function. */
126 /* #undef HAVE_GETSPNAM */
127
128 /* Define to 1 if you have the `gettimeofday' function. */
129 #define HAVE_GETTIMEOFDAY 1
130
131 /* Define if you have GSSAPI with Kerberos version 5 available. */
132 /* #undef HAVE_GSSAPI */
133
134 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
135 /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
136
137 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
138 /* #undef HAVE_GSSAPI_GSSAPI_H */
139
140 /* Define to 1 if you have the <gssapi.h> header file. */
141 /* #undef HAVE_GSSAPI_H */
142
143 /* Define to 1 if you have the `initgroups' function. */
144 #define HAVE_INITGROUPS 1
145
146 /* Define to 1 if you have the <inttypes.h> header file. */
147 #define HAVE_INTTYPES_H 1
148
149 /* Define to 1 if you have the <io.h> header file. */
150 /* #undef HAVE_IO_H */
151
152 /* Define if you have MIT Kerberos version 4 available. */
153 /* #undef HAVE_KERBEROS */
154
155 /* Define to 1 if you have the <krb5.h> header file. */
156 /* #undef HAVE_KRB5_H */
157
158 /* Define to 1 if you have the `krb_get_err_text' function. */
159 /* #undef HAVE_KRB_GET_ERR_TEXT */
160
161 /* Define to 1 if you have the `nsl' library (-lnsl). */
162 /* #undef HAVE_LIBNSL */
163
164 /* Define to 1 if you have the <limits.h> header file. */
165 #define HAVE_LIMITS_H 1
166
167 /* Define to 1 if you have the `login' function. */
168 /* #undef HAVE_LOGIN */
169
170 /* Define to 1 if you have the `logout' function. */
171 /* #undef HAVE_LOGOUT */
172
173 /* Define to 1 if you support file names longer than 14 characters. */
174 #define HAVE_LONG_FILE_NAMES 1
175
176 /* Define if you have memchr (always for CVS). */
177 #define HAVE_MEMCHR 1
178
179 /* Define to 1 if you have the `memmove' function. */
180 #define HAVE_MEMMOVE 1
181
182 /* Define to 1 if you have the <memory.h> header file. */
183 #define HAVE_MEMORY_H 1
184
185 /* Define to 1 if you have the `mkdir' function. */
186 #define HAVE_MKDIR 1
187
188 /* Define to 1 if you have the `mknod' function. */
189 #define HAVE_MKNOD 1
190
191 /* Define to 1 if you have the `mkstemp' function. */
192 #define HAVE_MKSTEMP 1
193
194 /* Define to 1 if you have the `mktemp' function. */
195 #define HAVE_MKTEMP 1
196
197 /* Define to 1 if you have a working `mmap' system call. */
198 #define HAVE_MMAP 1
199
200 /* Define to 1 if you have the `nanosleep' function. */
201 #define HAVE_NANOSLEEP 1
202
203 /* Define to 1 if you have the <ndbm.h> header file. */
204 #define HAVE_NDBM_H 1
205
206 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
207 /* #undef HAVE_NDIR_H */
208
209 /* Define to 1 if you have the `putenv' function. */
210 #define HAVE_PUTENV 1
211
212 /* Define to 1 if you have the `readlink' function. */
213 #define HAVE_READLINK 1
214
215 /* Define to 1 if you have the `regcomp' function. */
216 #define HAVE_REGCOMP 1
217
218 /* Define to 1 if you have the `regerror' function. */
219 #define HAVE_REGERROR 1
220
221 /* Define to 1 if you have the `regexec' function. */
222 #define HAVE_REGEXEC 1
223
224 /* Define to 1 if you have the `regfree' function. */
225 #define HAVE_REGFREE 1
226
227 /* Define to 1 if you have the `rename' function. */
228 #define HAVE_RENAME 1
229
230 /* Define to 1 if you have the `select' function. */
231 /* #undef HAVE_SELECT */
232
233 /* Define if the diff library should use setmode for binary files. */
234 /* #undef HAVE_SETMODE */
235
236 /* Define to 1 if you have the `sigaction' function. */
237 #define HAVE_SIGACTION 1
238
239 /* Define to 1 if you have the `sigblock' function. */
240 #define HAVE_SIGBLOCK 1
241
242 /* Define to 1 if you have the `sigprocmask' function. */
243 #define HAVE_SIGPROCMASK 1
244
245 /* Define to 1 if you have the `sigsetmask' function. */
246 #define HAVE_SIGSETMASK 1
247
248 /* Define to 1 if you have the `sigvec' function. */
249 #define HAVE_SIGVEC 1
250
251 /* Define to 1 if you have the <stdint.h> header file. */
252 #define HAVE_STDINT_H 1
253
254 /* Define to 1 if you have the <stdlib.h> header file. */
255 #define HAVE_STDLIB_H 1
256
257 /* Define if you have strchr (always for CVS). */
258 #define HAVE_STRCHR 1
259
260 /* Define to 1 if you have the `strerror' function. */
261 #define HAVE_STRERROR 1
262
263 /* Define to 1 if you have the <strings.h> header file. */
264 #define HAVE_STRINGS_H 1
265
266 /* Define to 1 if you have the <string.h> header file. */
267 #define HAVE_STRING_H 1
268
269 /* Define to 1 if you have the `strstr' function. */
270 #define HAVE_STRSTR 1
271
272 /* Define to 1 if you have the `strtoul' function. */
273 #define HAVE_STRTOUL 1
274
275 /* Define to 1 if `st_blksize' is member of `struct stat'. */
276 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
277
278 /* Define to 1 if `st_rdev' is member of `struct stat'. */
279 #define HAVE_STRUCT_STAT_ST_RDEV 1
280
281 /* Define to 1 if you have the <syslog.h> header file. */
282 #define HAVE_SYSLOG_H 1
283
284 /* Define to 1 if you have the <sys/bsdtypes.h> header file. */
285 /* #undef HAVE_SYS_BSDTYPES_H */
286
287 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
288    */
289 /* #undef HAVE_SYS_DIR_H */
290
291 /* Define to 1 if you have the <sys/file.h> header file. */
292 #define HAVE_SYS_FILE_H 1
293
294 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
295    */
296 /* #undef HAVE_SYS_NDIR_H */
297
298 /* Define to 1 if you have the <sys/param.h> header file. */
299 #define HAVE_SYS_PARAM_H 1
300
301 /* Define to 1 if you have the <sys/resource.h> header file. */
302 #define HAVE_SYS_RESOURCE_H 1
303
304 /* Define to 1 if you have the <sys/select.h> header file. */
305 #define HAVE_SYS_SELECT_H 1
306
307 /* Define to 1 if you have the <sys/stat.h> header file. */
308 #define HAVE_SYS_STAT_H 1
309
310 /* Define to 1 if you have the <sys/timeb.h> header file. */
311 #define HAVE_SYS_TIMEB_H 1
312
313 /* Define to 1 if you have the <sys/time.h> header file. */
314 #define HAVE_SYS_TIME_H 1
315
316 /* Define to 1 if you have the <sys/types.h> header file. */
317 #define HAVE_SYS_TYPES_H 1
318
319 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
320 #define HAVE_SYS_WAIT_H 1
321
322 /* Define to 1 if you have the `tempnam' function. */
323 #define HAVE_TEMPNAM 1
324
325 /* Define to 1 if you have the `timezone' function. */
326 #define HAVE_TIMEZONE 1
327
328 /* Define to 1 if you have the `tzset' function. */
329 #define HAVE_TZSET 1
330
331 /* Define to 1 if you have the <unistd.h> header file. */
332 #define HAVE_UNISTD_H 1
333
334 /* Define to 1 if you have the `usleep' function. */
335 /* #undef HAVE_USLEEP */
336
337 /* Define to 1 if you have the <utime.h> header file. */
338 #define HAVE_UTIME_H 1
339
340 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
341 #define HAVE_UTIME_NULL 1
342
343 /* Define to 1 if you have the `valloc' function. */
344 #define HAVE_VALLOC 1
345
346 /* Define to 1 if you have the `vfork' function. */
347 #define HAVE_VFORK 1
348
349 /* Define to 1 if you have the <vfork.h> header file. */
350 /* #undef HAVE_VFORK_H */
351
352 /* Define to 1 if you have the `vprintf' function. */
353 #define HAVE_VPRINTF 1
354
355 /* Define to 1 if you have the `wait3' function. */
356 #define HAVE_WAIT3 1
357
358 /* Define to 1 if you have the `waitpid' function. */
359 #define HAVE_WAITPID 1
360
361 /* Define to 1 if `fork' works. */
362 #define HAVE_WORKING_FORK 1
363
364 /* Define to 1 if `vfork' works. */
365 #define HAVE_WORKING_VFORK 1
366
367 /* By default, CVS stores its modules and other such items in flat text files
368    (MY_NDBM enables this). Turning off MY_NDBM causes CVS to look for a
369    system-supplied ndbm database library and use it instead. That may speed
370    things up, but the default setting generally works fine too. */
371 #define MY_NDBM 1
372
373 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
374 /* #undef NO_MINUS_C_MINUS_O */
375
376 /* Define to the address where bug reports for this package should be sent. */
377 #define PACKAGE_BUGREPORT "bug-cvs@gnu.org"
378
379 /* Define to the full name of this package. */
380 #define PACKAGE_NAME "Concurrent Versions System (CVS)"
381
382 /* Define to the full name and version of this package. */
383 #define PACKAGE_STRING "Concurrent Versions System (CVS) @VERSION@"
384
385 /* Define to the one symbol short name of this package. */
386 #define PACKAGE_TARNAME "cvs"
387
388 /* Define to the version of this package. */
389 #define PACKAGE_VERSION "@VERSION@"
390
391 /* Path to the pr utility */
392 #define PR_PROGRAM "/usr/bin/pr"
393
394 /* Define to force lib/regex.c to use malloc instead of alloca. */
395 #define REGEX_MALLOC 1
396
397 /* Define as the return type of signal handlers (`int' or `void'). */
398 #define RETSIGTYPE void
399
400 /* If you are working with a large remote repository and a 'cvs checkout' is
401    swamping your network and memory, define these to enable flow control. You
402    will end up with even less probability of a consistent checkout (see
403    Concurrency in cvs.texinfo), but CVS doesn't try to guarantee that anyway.
404    The master server process will monitor how far it is getting behind, if it
405    reaches the high water mark, it will signal the child process to stop
406    generating data when convenient (ie: no locks are held, currently at the
407    beginning of a new directory). Once the buffer has drained sufficiently to
408    reach the low water mark, it will be signalled to start again. */
409 #define SERVER_FLOWCONTROL 1
410
411 /* The high water mark in bytes for server flow control. Required if
412    SERVER_FLOWCONTROL is defined, and useless otherwise. */
413 #define SERVER_HI_WATER (2 * 1024 * 1024)
414
415 /* The low water mark in bytes for server flow control. Required if
416    SERVER_FLOWCONTROL is defined, and useless otherwise. */
417 #define SERVER_LO_WATER (1 * 1024 * 1024)
418
419 /* Define if you want CVS to be able to serve repositories to remote clients.
420    */
421 #define SERVER_SUPPORT 1
422
423 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
424 /* #undef STAT_MACROS_BROKEN */
425
426 /* Define to 1 if you have the ANSI C header files. */
427 #define STDC_HEADERS 1
428
429 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
430 #define TIME_WITH_SYS_TIME 1
431
432 /* Directory used for storing temporary files, if not overridden by
433    environment variables or the -T global option. There should be little need
434    to change this (-T is a better mechanism if you need to use a different
435    directory for temporary files). */
436 #define TMPDIR_DFLT "@TMPDIR_DFLT@"
437
438 /* The default umask to use when creating or otherwise setting file or
439    directory permissions in the repository. Must be a value in the range of 0
440    through 0777. For example, a value of 002 allows group rwx access and world
441    rx access; a value of 007 allows group rwx access but no world access. This
442    value is overridden by the value of the CVSUMASK environment variable,
443    which is interpreted as an octal number. */
444 #define UMASK_DFLT @UMASK_DFLT@
445
446 /* Define if setmode is required when writing binary data to stdout. */
447 /* #undef USE_SETMODE_STDOUT */
448
449 /* Define if utime requires write access to the file (true on Windows, but not
450    Unix). */
451 /* #undef UTIME_EXPECTS_WRITABLE */
452
453 /* Define to 1 if on AIX 3.
454    System headers sometimes define this.
455    We just want to avoid a redefinition error message.  */
456 #ifndef _ALL_SOURCE
457 /* # undef _ALL_SOURCE */
458 #endif
459
460 /* Define to 1 if on MINIX. */
461 /* #undef _MINIX */
462
463 /* Define to 2 if the system does not provide POSIX.1 features except with
464    this defined. */
465 /* #undef _POSIX_1_SOURCE */
466
467 /* Define to 1 if you need to in order for `stat' and other things to work. */
468 /* #undef _POSIX_SOURCE */
469
470 /* Define to force lib/regex.c to define re_comp et al. */
471 #define _REGEX_RE_COMP 1
472
473 /* Define to empty if `const' does not conform to ANSI C. */
474 /* #undef const */
475
476 /* Define to `int' if <sys/types.h> doesn't define. */
477 /* #undef gid_t */
478
479 /* Define to `int' if <sys/types.h> does not define. */
480 /* #undef mode_t */
481
482 /* Define to `int' if <sys/types.h> does not define. */
483 /* #undef pid_t */
484
485 /* Define to `unsigned' if <sys/types.h> does not define. */
486 /* #undef size_t */
487
488 /* Define to `int' if <sys/types.h> doesn't define. */
489 /* #undef uid_t */
490
491 /* Define as `fork' if `vfork' does not work. */
492 /* #undef vfork */