Merge from vendor branch NCURSES:
[dragonfly.git] / gnu / usr.bin / cvs / lib / config.h.proto
1 /* $DragonFly: src/gnu/usr.bin/cvs/lib/config.h.proto,v 1.5 2004/08/03 18:11:56 dillon Exp $ */
2 /* config.h.  Generated by configure.  */
3 /* config.h.in.  Generated from configure.in by autoheader.  */
4
5 /* Enable AUTH_CLIENT_SUPPORT to enable pserver as a remote access method in
6    the CVS client (default) */
7 #define AUTH_CLIENT_SUPPORT 1
8
9 /* Define if you want to use the password authenticated server. */
10 #define AUTH_SERVER_SUPPORT 1
11
12 /* Define if you want CVS to be able to be a remote repository client. */
13 #define CLIENT_SUPPORT 1
14
15 /* Define to 1 if the `closedir' function returns void instead of `int'. */
16 /* #undef CLOSEDIR_VOID */
17
18 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
19    systems. This function is required for `alloca.c' support on those systems.
20    */
21 /* #undef CRAY_STACKSEG_END */
22
23 /* define if cross compiling */
24 /* #undef CROSS_COMPILING */
25
26 /* The CVS admin command is restricted to the members of the group
27    CVS_ADMIN_GROUP. If this group does not exist, all users are allowed to run
28    CVS admin. To disable the CVS admin command for all users, create an empty
29    CVS_ADMIN_GROUP by running configure with the --with-cvs-admin-group=
30    option. To disable access control for CVS admin, run configure with the
31    --without-cvs-admin-group option in order to comment out the define below.
32    */
33 #define CVS_ADMIN_GROUP "@CVS_ADMIN_GROUP@"
34
35 /* When committing a permanent change, CVS and RCS make a log entry of who
36    committed the change. If you are committing the change logged in as "root"
37    (not under "su" or other root-priv giving program), CVS/RCS cannot
38    determine who is actually making the change. As such, by default, CVS
39    prohibits changes committed by users logged in as "root". You can disable
40    checking by passing the "--enable-rootcommit" option to configure or by
41    commenting out the lines below. */
42 #define CVS_BADROOT 1
43
44 /* Define to 1 if using `alloca.c'. */
45 /* #undef C_ALLOCA */
46
47 /* The default editor to use, if one does not specify the "-e" option to cvs,
48    or does not have an EDITOR environment variable. If this is not set to an
49    absolute path to an executable, use the shell to find where the editor
50    actually is. This allows sites with /usr/bin/vi or /usr/ucb/vi to work
51    equally well (assuming that their PATH is reasonable). */
52 #define EDITOR_DFLT "vi"
53
54 /* Define to 1 if translation of program messages to the user's native
55    language is requested. */
56 /* #undef ENABLE_NLS */
57
58 /* Define to enable encryption support. */
59 /* #undef ENCRYPTION */
60
61 /* Define if this executable will be running on case insensitive file systems.
62    In the client case, this means that it will request that the server pretend
63    to be case insensitive if it isn't already. */
64 /* #undef FILENAMES_CASE_INSENSITIVE */
65
66 /* Define on systems for which file names may have a so-called `drive letter'
67    prefix, define this to compute the length of that prefix, including the
68    colon. */
69 /* #undef FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX */
70
71 /* Define if the backslash character may also serve as a file name component
72    separator. */
73 /* #undef FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR */
74
75 #if FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
76 # define FILESYSTEM_PREFIX_LEN(Filename) \
77   ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
78 #else
79 # define FILESYSTEM_PREFIX_LEN(Filename) 0
80 #endif
81
82 /* When committing or importing files, you must enter a log message. Normally,
83    you can do this either via the -m flag on the command line, the -F flag on
84    the command line, or an editor will be started for you. If you like to use
85    logging templates (the rcsinfo file within the $CVSROOT/CVSROOT directory),
86    you might want to force people to use the editor even if they specify a
87    message with -m or -F. Enabling FORCE_USE_EDITOR will cause the -m or -F
88    message to be appended to the temp file when the editor is started. */
89 /* #undef FORCE_USE_EDITOR */
90
91 /* Define to an alternative value if GSS_C_NT_HOSTBASED_SERVICE isn't defined
92    in the gssapi.h header file. MIT Kerberos 1.2.1 requires this. Only
93    relevant when using GSSAPI. */
94 /* #undef GSS_C_NT_HOSTBASED_SERVICE */
95
96 /* Define to 1 if you have the `alarm' function. */
97 #define HAVE_ALARM 1
98
99 /* Define to 1 if you have `alloca', as a function or macro. */
100 /* #undef HAVE_ALLOCA */
101
102 /* Define to 1 if you have the `atexit' function. */
103 #define HAVE_ATEXIT 1
104
105 /* Define to 1 if you have the `btowc' function. */
106 /* #undef HAVE_BTOWC */
107
108 /* Define to 1 if you have the `clock_gettime' function. */
109 #define HAVE_CLOCK_GETTIME 1
110
111 /* Define to 1 if you have the `clock_settime' function. */
112 #define HAVE_CLOCK_SETTIME 1
113
114 /* Define if you have the connect function. */
115 #define HAVE_CONNECT 1
116
117 /* Define if you have the crypt function. */
118 #define HAVE_CRYPT 1
119
120 /* Define if the GNU dcgettext() function is already present or preinstalled.
121    */
122 /* #undef HAVE_DCGETTEXT */
123
124 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
125    you don't. */
126 #define HAVE_DECL_CLEARERR_UNLOCKED 1
127
128 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
129    don't. */
130 #define HAVE_DECL_FEOF_UNLOCKED 1
131
132 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
133    you don't. */
134 #define HAVE_DECL_FERROR_UNLOCKED 1
135
136 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
137    you don't. */
138 #define HAVE_DECL_FFLUSH_UNLOCKED 0
139
140 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
141    you don't. */
142 #define HAVE_DECL_FGETS_UNLOCKED 0
143
144 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
145    you don't. */
146 #define HAVE_DECL_FPUTC_UNLOCKED 0
147
148 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
149    you don't. */
150 #define HAVE_DECL_FPUTS_UNLOCKED 0
151
152 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
153    you don't. */
154 #define HAVE_DECL_FREAD_UNLOCKED 0
155
156 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
157    */
158 #define HAVE_DECL_FREE 1
159
160 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
161    you don't. */
162 #define HAVE_DECL_FWRITE_UNLOCKED 0
163
164 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
165    you don't. */
166 #define HAVE_DECL_GETCHAR_UNLOCKED 1
167
168 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
169    don't. */
170 #define HAVE_DECL_GETC_UNLOCKED 1
171
172 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
173    */
174 #define HAVE_DECL_GETENV 1
175
176 /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
177    don't. */
178 #define HAVE_DECL_NANOSLEEP 1
179
180 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
181    you don't. */
182 #define HAVE_DECL_PUTCHAR_UNLOCKED 1
183
184 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
185    don't. */
186 #define HAVE_DECL_PUTC_UNLOCKED 1
187
188 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
189    don't. */
190 #define HAVE_DECL_STRERROR_R 1
191
192 /* Define to 1 if you have the <direct.h> header file. */
193 /* #undef HAVE_DIRECT_H */
194
195 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
196    */
197 #define HAVE_DIRENT_H 1
198
199 /* Define to 1 if you have the `dup2' function. */
200 #define HAVE_DUP2 1
201
202 /* Define to 1 if you have the `fchdir' function. */
203 #define HAVE_FCHDIR 1
204
205 /* Define to 1 if you have the `fchmod' function. */
206 #define HAVE_FCHMOD 1
207
208 /* Define to 1 if you have the <fcntl.h> header file. */
209 #define HAVE_FCNTL_H 1
210
211 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
212 #define HAVE_FNMATCH 1
213
214 /* Define to 1 if you have the <fnmatch.h> header file. */
215 #define HAVE_FNMATCH_H 1
216
217 /* Define to 1 if you have the `fork' function. */
218 #define HAVE_FORK 1
219
220 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
221 #define HAVE_FSEEKO 1
222
223 /* Define to 1 if you have the `fsync' function. */
224 #define HAVE_FSYNC 1
225
226 /* Define to 1 if you have the `ftime' function. */
227 /* #undef HAVE_FTIME */
228
229 /* Define to 1 if you have the `ftruncate' function. */
230 #define HAVE_FTRUNCATE 1
231
232 /* Define to 1 if you have the `getdelim' function. */
233 /* #undef HAVE_GETDELIM */
234
235 /* Define to 1 if you have the `geteuid' function. */
236 #define HAVE_GETEUID 1
237
238 /* Define to 1 if you have the `getgroups' function. */
239 #define HAVE_GETGROUPS 1
240
241 /* Define to 1 if you have the `gethostname' function. */
242 #define HAVE_GETHOSTNAME 1
243
244 /* Define to 1 if you have the `getpagesize' function. */
245 #define HAVE_GETPAGESIZE 1
246
247 /* Define if you have the getspnam function. */
248 /* #undef HAVE_GETSPNAM */
249
250 /* Define if the GNU gettext() function is already present or preinstalled. */
251 /* #undef HAVE_GETTEXT */
252
253 /* Define to 1 if you have the `gettimeofday' function. */
254 #define HAVE_GETTIMEOFDAY 1
255
256 /* Define if you have GSSAPI with Kerberos version 5 available. */
257 /* #undef HAVE_GSSAPI */
258
259 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
260 /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
261
262 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
263 /* #undef HAVE_GSSAPI_GSSAPI_H */
264
265 /* Define to 1 if you have the <gssapi.h> header file. */
266 /* #undef HAVE_GSSAPI_H */
267
268 /* Define if you have the iconv() function. */
269 /* #undef HAVE_ICONV */
270
271 /* Define to 1 if you have the `initgroups' function. */
272 #define HAVE_INITGROUPS 1
273
274 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
275 #define HAVE_INTMAX_T 1
276
277 /* Define to 1 if you have the <inttypes.h> header file. */
278 #define HAVE_INTTYPES_H 1
279
280 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
281    declares uintmax_t. */
282 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
283
284 /* Define to 1 if you have the <io.h> header file. */
285 /* #undef HAVE_IO_H */
286
287 /* Define to 1 if you have the `isascii' function. */
288 #define HAVE_ISASCII 1
289
290 /* Define if you have MIT Kerberos version 4 available. */
291 /* #undef HAVE_KERBEROS */
292
293 /* Define to 1 if you have the <krb5.h> header file. */
294 /* #undef HAVE_KRB5_H */
295
296 /* Define to 1 if you have the `krb_get_err_text' function. */
297 /* #undef HAVE_KRB_GET_ERR_TEXT */
298
299 /* Define to 1 if you have the `krb' library (-lkrb). */
300 /* #undef HAVE_LIBKRB */
301
302 /* Define to 1 if you have the `krb4' library (-lkrb4). */
303 /* #undef HAVE_LIBKRB4 */
304
305 /* Define to 1 if you have the `nsl' library (-lnsl). */
306 /* #undef HAVE_LIBNSL */
307
308 /* Define to 1 if you have the `login' function. */
309 /* #undef HAVE_LOGIN */
310
311 /* Define to 1 if you have the `logout' function. */
312 /* #undef HAVE_LOGOUT */
313
314 /* Define if you have the 'long double' type. */
315 #define HAVE_LONG_DOUBLE 1
316
317 /* Define to 1 if you support file names longer than 14 characters. */
318 #define HAVE_LONG_FILE_NAMES 1
319
320 /* Define if you have the 'long long' type. */
321 #define HAVE_LONG_LONG 1
322
323 /* Define to 1 if `lstat' has the bug that it succeeds when given the
324    zero-length file name argument. */
325 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
326
327 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
328    to 0 otherwise. */
329 #define HAVE_MALLOC 1
330
331 /* Define to 1 if you have the `mblen' function. */
332 #define HAVE_MBLEN 1
333
334 /* Define to 1 if you have the `mbrlen' function. */
335 /* #undef HAVE_MBRLEN */
336
337 /* Define to 1 if you have the `mbsrtowcs' function. */
338 /* #undef HAVE_MBSRTOWCS */
339
340 /* Define to 1 if <wchar.h> declares mbstate_t. */
341 #define HAVE_MBSTATE_T 1
342
343 /* Define if you have memchr (always for CVS). */
344 #define HAVE_MEMCHR 1
345
346 /* Define to 1 if you have the `memmove' function. */
347 #define HAVE_MEMMOVE 1
348
349 /* Define to 1 if you have the <memory.h> header file. */
350 #define HAVE_MEMORY_H 1
351
352 /* Define to 1 if you have the `mempcpy' function. */
353 #define HAVE_MEMPCPY 1
354
355 /* Define to 1 if you have the `mkdir' function. */
356 #define HAVE_MKDIR 1
357
358 /* Define to 1 if you have the `mknod' function. */
359 #define HAVE_MKNOD 1
360
361 /* Define to 1 if you have the `mkstemp' function. */
362 #define HAVE_MKSTEMP 1
363
364 /* Define to 1 if you have a working `mmap' system call. */
365 #define HAVE_MMAP 1
366
367 /* Define to 1 if you have the `nanosleep' function. */
368 #define HAVE_NANOSLEEP 1
369
370 /* Define to 1 if you have the <ndbm.h> header file. */
371 #define HAVE_NDBM_H 1
372
373 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
374 /* #undef HAVE_NDIR_H */
375
376 /* Define to enable system authentication with PAM instead of using the simple
377    getpwnam interface. This allows authentication (in theory) with any PAM
378    module, e.g. on systems with shadow passwords or via LDAP */
379 /* #undef HAVE_PAM */
380
381 /* Define to 1 if the `printf' function supports the %p format for printing
382    pointers. */
383 #define HAVE_PRINTF_PTR 1
384
385 /* Define to 1 if the system has the type `ptrdiff_t'. */
386 #define HAVE_PTRDIFF_T 1
387
388 /* Define to 1 if you have the `putenv' function. */
389 #define HAVE_PUTENV 1
390
391 /* Define to 1 if you have the `readlink' function. */
392 #define HAVE_READLINK 1
393
394 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
395    and to 0 otherwise. */
396 #define HAVE_REALLOC 1
397
398 /* Define to 1 if you have the `regcomp' function. */
399 #define HAVE_REGCOMP 1
400
401 /* Define to 1 if you have the `regerror' function. */
402 #define HAVE_REGERROR 1
403
404 /* Define to 1 if you have the `regexec' function. */
405 #define HAVE_REGEXEC 1
406
407 /* Define to 1 if you have the `regfree' function. */
408 #define HAVE_REGFREE 1
409
410 /* Define to 1 if you have the `rename' function. */
411 #define HAVE_RENAME 1
412
413 /* Define to 1 if you have run the test for working tzset. */
414 #define HAVE_RUN_TZSET_TEST 1
415
416 /* Define if the diff library should use setmode for binary files. */
417 /* #undef HAVE_SETMODE */
418
419 /* Define to 1 if you have the `sigaction' function. */
420 #define HAVE_SIGACTION 1
421
422 /* Define to 1 if you have the `sigblock' function. */
423 #define HAVE_SIGBLOCK 1
424
425 /* Define to 1 if you have the `sigprocmask' function. */
426 #define HAVE_SIGPROCMASK 1
427
428 /* Define to 1 if you have the `sigsetmask' function. */
429 #define HAVE_SIGSETMASK 1
430
431 /* Define to 1 if you have the `sigvec' function. */
432 #define HAVE_SIGVEC 1
433
434 /* Define to 1 if you have the `snprintf' function. */
435 #define HAVE_SNPRINTF 1
436
437 /* Define to 1 if `stat' has the bug that it succeeds when given the
438    zero-length file name argument. */
439 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
440
441 /* Define to 1 if stdbool.h conforms to C99. */
442 #define HAVE_STDBOOL_H 1
443
444 /* Define to 1 if you have the <stdint.h> header file. */
445 #define HAVE_STDINT_H 1
446
447 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
448    uintmax_t. */
449 #define HAVE_STDINT_H_WITH_UINTMAX 1
450
451 /* Define to 1 if you have the <stdlib.h> header file. */
452 #define HAVE_STDLIB_H 1
453
454 /* Define if you have strchr (always for CVS). */
455 #define HAVE_STRCHR 1
456
457 /* Define to 1 if you have the `strerror' function. */
458 #define HAVE_STRERROR 1
459
460 /* Define to 1 if you have the `strerror_r' function. */
461 #define HAVE_STRERROR_R 1
462
463 /* Define to 1 if you have the `strftime' function. */
464 #define HAVE_STRFTIME 1
465
466 /* Define to 1 if you have the <strings.h> header file. */
467 #define HAVE_STRINGS_H 1
468
469 /* Define to 1 if you have the <string.h> header file. */
470 #define HAVE_STRING_H 1
471
472 /* Define to 1 if you have the `strstr' function. */
473 #define HAVE_STRSTR 1
474
475 /* Define to 1 if you have the `strtoul' function. */
476 #define HAVE_STRTOUL 1
477
478 /* Define to 1 if `st_blksize' is member of `struct stat'. */
479 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
480
481 /* Define to 1 if `st_rdev' is member of `struct stat'. */
482 #define HAVE_STRUCT_STAT_ST_RDEV 1
483
484 /* Define to 1 if you have the `struct timesepc' structure. */
485 #define HAVE_STRUCT_TIMESPEC 1
486
487 /* Define to 1 if `tm_zone' is member of `struct tm'. */
488 #define HAVE_STRUCT_TM_TM_ZONE 1
489
490 /* Define to 1 if you have the <syslog.h> header file. */
491 #define HAVE_SYSLOG_H 1
492
493 /* Define to 1 if you have the <sys/bsdtypes.h> header file. */
494 /* #undef HAVE_SYS_BSDTYPES_H */
495
496 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
497    */
498 /* #undef HAVE_SYS_DIR_H */
499
500 /* Define to 1 if you have the <sys/file.h> header file. */
501 #define HAVE_SYS_FILE_H 1
502
503 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
504    */
505 /* #undef HAVE_SYS_NDIR_H */
506
507 /* Define to 1 if you have the <sys/param.h> header file. */
508 #define HAVE_SYS_PARAM_H 1
509
510 /* Define to 1 if you have the <sys/resource.h> header file. */
511 #define HAVE_SYS_RESOURCE_H 1
512
513 /* Define to 1 if you have the <sys/select.h> header file. */
514 #define HAVE_SYS_SELECT_H 1
515
516 /* Define to 1 if you have the <sys/stat.h> header file. */
517 #define HAVE_SYS_STAT_H 1
518
519 /* Define to 1 if you have the <sys/timeb.h> header file. */
520 #define HAVE_SYS_TIMEB_H 1
521
522 /* Define to 1 if you have the <sys/time.h> header file. */
523 #define HAVE_SYS_TIME_H 1
524
525 /* Define to 1 if you have the <sys/types.h> header file. */
526 #define HAVE_SYS_TYPES_H 1
527
528 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
529 #define HAVE_SYS_WAIT_H 1
530
531 /* Define to 1 if you have the `timezone' function. */
532 #define HAVE_TIMEZONE 1
533
534 /* Define to 1 if localtime_r, etc. have the type signatures that POSIX
535    requires. */
536 /* #undef HAVE_TIME_R_POSIX */
537
538 /* Define if struct tm has the tm_gmtoff member. */
539 #define HAVE_TM_GMTOFF 1
540
541 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
542    `HAVE_STRUCT_TM_TM_ZONE' instead. */
543 /* #undef HAVE_TM_ZONE */
544
545 /* Define to 1 if you don't have `tm_zone' but do have the external array
546    `tzname'. */
547 /* #undef HAVE_TZNAME */
548
549 /* Define to 1 if you have the `tzset' function. */
550 #define HAVE_TZSET 1
551
552 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
553 #define HAVE_UINTMAX_T 1
554
555 /* Define to 1 if you have the `uname' function. */
556 /* #undef HAVE_UNAME */
557
558 /* Define to 1 if you have the <unistd.h> header file. */
559 #define HAVE_UNISTD_H 1
560
561 /* Define if you have the 'unsigned long long' type. */
562 #define HAVE_UNSIGNED_LONG_LONG 1
563
564 /* Define to 1 if you have the `usleep' function. */
565 /* #undef HAVE_USLEEP */
566
567 /* Define to 1 if you have the <utime.h> header file. */
568 #define HAVE_UTIME_H 1
569
570 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
571 #define HAVE_UTIME_NULL 1
572
573 /* Define to 1 if you have the `valloc' function. */
574 #define HAVE_VALLOC 1
575
576 /* Define to 1 if you have the `vasnprintf' function. */
577 #define HAVE_VASNPRINTF 1
578
579 /* Define to 1 if you have the `vfork' function. */
580 #define HAVE_VFORK 1
581
582 /* Define to 1 if you have the <vfork.h> header file. */
583 /* #undef HAVE_VFORK_H */
584
585 /* Define to 1 if you have the `vprintf' function. */
586 #define HAVE_VPRINTF 1
587
588 /* Define to 1 if you have the `wait3' function. */
589 #define HAVE_WAIT3 1
590
591 /* Define to 1 if you have the `waitpid' function. */
592 #define HAVE_WAITPID 1
593
594 /* Define to 1 if you have the <wchar.h> header file. */
595 #define HAVE_WCHAR_H 1
596
597 /* Define if you have the 'wchar_t' type. */
598 #define HAVE_WCHAR_T 1
599
600 /* Define to 1 if you have the `wcslen' function. */
601 #define HAVE_WCSLEN 1
602
603 /* Define to 1 if you have the <wctype.h> header file. */
604 #define HAVE_WCTYPE_H 1
605
606 /* Define if you have the 'wint_t' type. */
607 #define HAVE_WINT_T 1
608
609 /* Define to 1 if you have the `wmempcpy' function. */
610 #define HAVE_WMEMPCPY 1
611
612 /* Define to 1 if `fork' works. */
613 #define HAVE_WORKING_FORK 1
614
615 /* Define to 1 if `vfork' works. */
616 #define HAVE_WORKING_VFORK 1
617
618 /* Define to 1 if you have the <zlib.h> header file. */
619 #define HAVE_ZLIB_H 1
620
621 /* Define to 1 if the system has the type `_Bool'. */
622 /* #undef HAVE__BOOL */
623
624 /* Define to 1 if you have the `__secure_getenv' function. */
625 /* #undef HAVE___SECURE_GETENV */
626
627 #if FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
628 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
629 #else
630 # define ISSLASH(C) ((C) == '/')
631 #endif
632
633 /* Define to include locking code which prevents versions of CVS earlier than
634    1.12.4 directly accessing the same repositiory as this executable from
635    ignoring this executable's promotable read locks. If only CVS versions
636    1.12.4 and later will be accessing your repository directly (as a server or
637    locally), you can safely disable this option in return for fewer disk
638    accesses and a small speed increase. Disabling this option when versions of
639    CVS earlier than 1,12,4 _will_ be accessing your repository, however, is
640    *VERY* *VERY* *VERY* dangerous and could result in data loss. As such, by
641    default, CVS is compiled with this code enabled. If you are sure you would
642    like this code disabled, you can disable it by passing the
643    "--disable-lock-compatibility" option to configure or by commenting out the
644    lines below. */
645 #define LOCK_COMPATIBILITY 1
646
647 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
648    slash. */
649 /* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */
650
651 /* By default, CVS stores its modules and other such items in flat text files
652    (MY_NDBM enables this). Turning off MY_NDBM causes CVS to look for a
653    system-supplied ndbm database library and use it instead. That may speed
654    things up, but the default setting generally works fine too. */
655 #define MY_NDBM 1
656
657 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
658 /* #undef NO_MINUS_C_MINUS_O */
659
660 /* Define to the address where bug reports for this package should be sent. */
661 #define PACKAGE_BUGREPORT "bug-cvs@gnu.org"
662
663 /* Define to the full name of this package. */
664 #define PACKAGE_NAME "Concurrent Versions System (CVS)"
665
666 /* Define to the full name and version of this package. */
667 #define PACKAGE_STRING "Concurrent Versions System (CVS) @VERSION@"
668
669 /* Define to the one symbol short name of this package. */
670 #define PACKAGE_TARNAME "cvs"
671
672 /* Define to the version of this package. */
673 #define PACKAGE_VERSION "@VERSION@"
674
675 /* Define to set a service name for PAM. This must be defined. Define to
676    `program_name', without the quotes, to use whatever name CVS was invoked
677    as. Otherwise, define to a double-quoted literal string, such as `"cvs"'.
678    */
679 #define PAM_SERVICE_NAME "cvs"
680
681 /* Path to the pr utility */
682 #define PR_PROGRAM "/usr/bin/pr"
683
684 /* Define to force lib/regex.c to use malloc instead of alloca. */
685 #define REGEX_MALLOC 1
686
687 /* Define as the return type of signal handlers (`int' or `void'). */
688 #define RETSIGTYPE void
689
690 /* The default remote shell to use, if one does not specify the CVS_RSH
691    environment variable. */
692 #define RSH_DFLT "ssh"
693
694 /* If you are working with a large remote repository and a 'cvs checkout' is
695    swamping your network and memory, define these to enable flow control. You
696    will end up with even less probability of a consistent checkout (see
697    Concurrency in cvs.texinfo), but CVS doesn't try to guarantee that anyway.
698    The master server process will monitor how far it is getting behind, if it
699    reaches the high water mark, it will signal the child process to stop
700    generating data when convenient (ie: no locks are held, currently at the
701    beginning of a new directory). Once the buffer has drained sufficiently to
702    reach the low water mark, it will be signalled to start again. */
703 #define SERVER_FLOWCONTROL 1
704
705 /* The high water mark in bytes for server flow control. Required if
706    SERVER_FLOWCONTROL is defined, and useless otherwise. */
707 #define SERVER_HI_WATER (2 * 1024 * 1024)
708
709 /* The low water mark in bytes for server flow control. Required if
710    SERVER_FLOWCONTROL is defined, and useless otherwise. */
711 #define SERVER_LO_WATER (1 * 1024 * 1024)
712
713 /* Define if you want CVS to be able to serve repositories to remote clients.
714    */
715 #define SERVER_SUPPORT 1
716
717 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
718 /* #undef STAT_MACROS_BROKEN */
719
720 /* Define to 1 if you have the ANSI C header files. */
721 #define STDC_HEADERS 1
722
723 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
724 #define TIME_WITH_SYS_TIME 1
725
726 /* Directory used for storing temporary files, if not overridden by
727    environment variables or the -T global option. There should be little need
728    to change this (-T is a better mechanism if you need to use a different
729    directory for temporary files). */
730 #define TMPDIR_DFLT "@TMPDIR_DFLT@"
731
732 /* The default umask to use when creating or otherwise setting file or
733    directory permissions in the repository. Must be a value in the range of 0
734    through 0777. For example, a value of 002 allows group rwx access and world
735    rx access; a value of 007 allows group rwx access but no world access. This
736    value is overridden by the value of the CVSUMASK environment variable,
737    which is interpreted as an octal number. */
738 #define UMASK_DFLT @UMASK_DFLT@
739
740 /* Define if setmode is required when writing binary data to stdout. */
741 /* #undef USE_SETMODE_STDOUT */
742
743 /* Define if utime requires write access to the file (true on Windows, but not
744    Unix). */
745 /* #undef UTIME_EXPECTS_WRITABLE */
746
747 /* Define to 1 if on AIX 3.
748    System headers sometimes define this.
749    We just want to avoid a redefinition error message.  */
750 #ifndef _ALL_SOURCE
751 /* # undef _ALL_SOURCE */
752 #endif
753
754 /* Number of bits in a file offset, on hosts where this is settable. */
755 /* #undef _FILE_OFFSET_BITS */
756
757 /* Enable GNU extensions on systems that have them.  */
758 #ifndef _GNU_SOURCE
759 # define _GNU_SOURCE 1
760 #endif
761
762 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
763 /* #undef _LARGEFILE_SOURCE */
764
765 /* Define for large files, on AIX-style hosts. */
766 /* #undef _LARGE_FILES */
767
768 /* Define to 1 if on MINIX. */
769 /* #undef _MINIX */
770
771 /* Define to 2 if the system does not provide POSIX.1 features except with
772    this defined. */
773 /* #undef _POSIX_1_SOURCE */
774
775 /* Define to 1 if you need to in order for `stat' and other things to work. */
776 /* #undef _POSIX_SOURCE */
777
778 /* Define to force lib/regex.c to define re_comp et al. */
779 #define _REGEX_RE_COMP 1
780
781 /* Define to empty if `const' does not conform to ANSI C. */
782 /* #undef const */
783
784 /* Define to a replacement function name for getline(). */
785 #define getline gnu_getline
786
787 /* We want to always use the GNULIB version of getpass which we have in lib,
788    so define getpass to something that won't conflict with any existing system
789    declarations. */
790 #define getpass gnu_getpass
791
792 /* Define to `int' if <sys/types.h> doesn't define. */
793 /* #undef gid_t */
794
795 /* Define to rpl_malloc if the replacement function should be used. */
796 /* #undef malloc */
797
798 /* Define to rpl_mkstemp if the replacement function should be used. */
799 /* #undef mkstemp */
800
801 /* Define to `int' if <sys/types.h> does not define. */
802 /* #undef mode_t */
803
804 /* Define to the name of the strftime replacement function. */
805 #define my_strftime     strftime
806
807 /* Define to `int' if <sys/types.h> does not define. */
808 /* #undef pid_t */
809
810 /* Define to rpl_realloc if the replacement function should be used. */
811 /* #undef realloc */
812
813 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
814    supported. Do not define if restrict is supported directly. */
815 #define restrict __restrict
816
817 /* Define as a signed type of the same size as size_t. */
818 /* #undef ssize_t */
819
820 /* Define to `int' if <sys/types.h> doesn't define. */
821 /* #undef uid_t */
822
823 /* Define to unsigned long or unsigned long long if <stdint.h> and
824    <inttypes.h> don't define. */
825 /* #undef uintmax_t */
826
827 /* Define as `fork' if `vfork' does not work. */
828 /* #undef vfork */