94908c8836e6dc6e94d2a990d6749a73ace4f843
[dragonfly.git] / gnu / usr.bin / cvs / lib / config.h.proto
1 /* $DragonFly: src/gnu/usr.bin/cvs/lib/config.h.proto,v 1.9 2005/12/07 01:16:30 corecode Exp $ */
2 /* config.h.  Generated by configure.  */
3 /* config.h.in.  Generated from configure.in by autoheader.  */
4
5 /* Define this to a NULL terminated list of allowed path prefixes (for
6    directories) and paths to files the CVS server will allow configuration to
7    be read from when specified from the command line. */
8 #define ALLOW_CONFIG_OVERRIDE "/etc/cvs.conf", "/etc/cvs/", NULL
9
10 /* Enable AUTH_CLIENT_SUPPORT to enable pserver as a remote access method in
11    the CVS client (default) */
12 #define AUTH_CLIENT_SUPPORT 1
13
14 /* Define if you want to use the password authenticated server. */
15 #define AUTH_SERVER_SUPPORT 1
16
17 /* Define if you want CVS to be able to be a remote repository client. */
18 #define CLIENT_SUPPORT 1
19
20 /* Define to 1 if the `closedir' function returns void instead of `int'. */
21 /* #undef CLOSEDIR_VOID */
22
23 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
24    systems. This function is required for `alloca.c' support on those systems.
25    */
26 /* #undef CRAY_STACKSEG_END */
27
28 /* define if cross compiling */
29 /* #undef CROSS_COMPILING */
30
31 /* The CVS admin command is restricted to the members of the group
32    CVS_ADMIN_GROUP. If this group does not exist, all users are allowed to run
33    CVS admin. To disable the CVS admin command for all users, create an empty
34    CVS_ADMIN_GROUP by running configure with the --with-cvs-admin-group=
35    option. To disable access control for CVS admin, run configure with the
36    --without-cvs-admin-group option in order to comment out the define below.
37    */
38 #define CVS_ADMIN_GROUP "@CVS_ADMIN_GROUP@"
39
40 /* When committing a permanent change, CVS and RCS make a log entry of who
41    committed the change. If you are committing the change logged in as "root"
42    (not under "su" or other root-priv giving program), CVS/RCS cannot
43    determine who is actually making the change. As such, by default, CVS
44    prohibits changes committed by users logged in as "root". You can disable
45    checking by passing the "--enable-rootcommit" option to configure or by
46    commenting out the lines below. */
47 #define CVS_BADROOT 1
48
49 /* Define to 1 if using `alloca.c'. */
50 /* #undef C_ALLOCA */
51
52 /* Define if there is a member named d_ino in the struct describing directory
53    headers. */
54 #define D_INO_IN_DIRENT 1
55
56 /* The default editor to use, if one does not specify the "-e" option to cvs,
57    or does not have an EDITOR environment variable. If this is not set to an
58    absolute path to an executable, use the shell to find where the editor
59    actually is. This allows sites with /usr/bin/vi or /usr/ucb/vi to work
60    equally well (assuming that their PATH is reasonable). */
61 #define EDITOR_DFLT "vi"
62
63 /* Define to 1 if translation of program messages to the user's native
64    language is requested. */
65 /* #undef ENABLE_NLS */
66
67 /* Define to enable encryption support. */
68 /* #undef ENCRYPTION */
69
70 /* Define as good substitute value for EOVERFLOW. */
71 /* #undef EOVERFLOW */
72
73 /* Define if this executable will be running on case insensitive file systems.
74    In the client case, this means that it will request that the server pretend
75    to be case insensitive if it isn't already. */
76 /* #undef FILENAMES_CASE_INSENSITIVE */
77
78 /* Define on systems for which file names may have a so-called `drive letter'
79    prefix, define this to compute the length of that prefix, including the
80    colon. */
81 #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
82
83 /* Define if the backslash character may also serve as a file name component
84    separator. */
85 #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
86
87 #if FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
88 # define FILE_SYSTEM_PREFIX_LEN(Filename) \
89   ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
90 #else
91 # define FILE_SYSTEM_PREFIX_LEN(Filename) 0
92 #endif
93
94 /* When committing or importing files, you must enter a log message. Normally,
95    you can do this either via the -m flag on the command line, the -F flag on
96    the command line, or an editor will be started for you. If you like to use
97    logging templates (the rcsinfo file within the $CVSROOT/CVSROOT directory),
98    you might want to force people to use the editor even if they specify a
99    message with -m or -F. Enabling FORCE_USE_EDITOR will cause the -m or -F
100    message to be appended to the temp file when the editor is started. */
101 /* #undef FORCE_USE_EDITOR */
102
103 /* Define to an alternative value if GSS_C_NT_HOSTBASED_SERVICE isn't defined
104    in the gssapi.h header file. MIT Kerberos 1.2.1 requires this. Only
105    relevant when using GSSAPI. */
106 /* #undef GSS_C_NT_HOSTBASED_SERVICE */
107
108 /* Define to 1 if you have the `alarm' function. */
109 #define HAVE_ALARM 1
110
111 /* Define to 1 if you have `alloca' after including <alloca.h>, a header that
112    may be supplied by this distribution. */
113 #define HAVE_ALLOCA 1
114
115 /* Define HAVE_ALLOCA_H for backward compatibility with older code that
116    includes <alloca.h> only if HAVE_ALLOCA_H is defined. */
117 #define HAVE_ALLOCA_H 1
118
119 /* Define to 1 if you have the `atexit' function. */
120 #define HAVE_ATEXIT 1
121
122 /* Define to 1 if you have the <bp-sym.h> header file. */
123 /* #undef HAVE_BP_SYM_H */
124
125 /* Define to 1 if you have the `btowc' function. */
126 #define HAVE_BTOWC 1
127
128 /* Define to 1 if you have the `canonicalize_file_name' function. */
129 /* #undef HAVE_CANONICALIZE_FILE_NAME */
130
131 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
132    CoreFoundation framework. */
133 /* #undef HAVE_CFLOCALECOPYCURRENT */
134
135 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
136    the CoreFoundation framework. */
137 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
138
139 /* Define to 1 if you have the `chsize' function. */
140 /* #undef HAVE_CHSIZE */
141
142 /* Define to 1 if you have the `clock_gettime' function. */
143 #define HAVE_CLOCK_GETTIME 1
144
145 /* Define to 1 if you have the `clock_settime' function. */
146 #define HAVE_CLOCK_SETTIME 1
147
148 /* Define if you have the connect function. */
149 #define HAVE_CONNECT 1
150
151 /* Define if you have the crypt function. */
152 #define HAVE_CRYPT 1
153
154 /* Define if the GNU dcgettext() function is already present or preinstalled.
155    */
156 /* #undef HAVE_DCGETTEXT */
157
158 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
159    you don't. */
160 #define HAVE_DECL_CLEARERR_UNLOCKED 1
161
162 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
163    don't. */
164 #define HAVE_DECL_FEOF_UNLOCKED 1
165
166 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
167    you don't. */
168 #define HAVE_DECL_FERROR_UNLOCKED 1
169
170 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
171    you don't. */
172 #define HAVE_DECL_FFLUSH_UNLOCKED 0
173
174 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
175    you don't. */
176 #define HAVE_DECL_FGETS_UNLOCKED 0
177
178 /* Define to 1 if you have the declaration of `flockfile', and to 0 if you
179    don't. */
180 #define HAVE_DECL_FLOCKFILE 1
181
182 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
183    you don't. */
184 #define HAVE_DECL_FPUTC_UNLOCKED 0
185
186 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
187    you don't. */
188 #define HAVE_DECL_FPUTS_UNLOCKED 0
189
190 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
191    you don't. */
192 #define HAVE_DECL_FREAD_UNLOCKED 0
193
194 /* Define to 1 if you have the declaration of `funlockfile', and to 0 if you
195    don't. */
196 #define HAVE_DECL_FUNLOCKFILE 1
197
198 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
199    you don't. */
200 #define HAVE_DECL_FWRITE_UNLOCKED 0
201
202 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
203    you don't. */
204 #define HAVE_DECL_GETCHAR_UNLOCKED 1
205
206 /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
207    */
208 #define HAVE_DECL_GETCWD 1
209
210 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
211    don't. */
212 #define HAVE_DECL_GETC_UNLOCKED 1
213
214 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
215    don't. */
216 #define HAVE_DECL_GETDELIM 0
217
218 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
219    */
220 #define HAVE_DECL_GETENV 1
221
222 /* Define to 1 if you have the declaration of `getline', and to 0 if you
223    don't. */
224 #define HAVE_DECL_GETLINE 0
225
226 /* Define to 1 if you have the declaration of `getlogin', and to 0 if you
227    don't. */
228 #define HAVE_DECL_GETLOGIN 1
229
230 /* Define to 1 if you have the declaration of `getlogin_r', and to 0 if you
231    don't. */
232 #define HAVE_DECL_GETLOGIN_R 1
233
234 /* Define to 1 if you have the declaration of `getpass', and to 0 if you
235    don't. */
236 #define HAVE_DECL_GETPASS 1
237
238 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
239    don't. */
240 #define HAVE_DECL_MEMRCHR 0
241
242 /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
243    don't. */
244 #define HAVE_DECL_NANOSLEEP 1
245
246 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
247    you don't. */
248 #define HAVE_DECL_PUTCHAR_UNLOCKED 1
249
250 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
251    don't. */
252 #define HAVE_DECL_PUTC_UNLOCKED 1
253
254 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
255    */
256 #define HAVE_DECL_STRDUP 1
257
258 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
259    don't. */
260 #define HAVE_DECL_STRERROR_R 1
261
262 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
263    don't. */
264 #define HAVE_DECL___FPENDING 1
265
266 /* Define to 1 if you have the <direct.h> header file. */
267 /* #undef HAVE_DIRECT_H */
268
269 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
270    */
271 #define HAVE_DIRENT_H 1
272
273 /* Define to 1 if you have the `dup2' function. */
274 #define HAVE_DUP2 1
275
276 /* Define if you have the declaration of environ. */
277 /* #undef HAVE_ENVIRON_DECL */
278
279 /* Define if you have the declaration of errno. */
280 /* #undef HAVE_ERRNO_DECL */
281
282 /* Define to 1 if you have the `fchdir' function. */
283 #define HAVE_FCHDIR 1
284
285 /* Define to 1 if you have the `fchmod' function. */
286 #define HAVE_FCHMOD 1
287
288 /* Define to 1 if you have the <fcntl.h> header file. */
289 #define HAVE_FCNTL_H 1
290
291 /* Define to 1 if you have the `flockfile' function. */
292 #define HAVE_FLOCKFILE 1
293
294 /* Define to 1 if you have the `fork' function. */
295 #define HAVE_FORK 1
296
297 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
298 #define HAVE_FSEEKO 1
299
300 /* Define to 1 if you have the `fsync' function. */
301 #define HAVE_FSYNC 1
302
303 /* Define to 1 if you have the `ftime' function. */
304 /* #undef HAVE_FTIME */
305
306 /* Define to 1 if you have the `ftruncate' function. */
307 #define HAVE_FTRUNCATE 1
308
309 /* Define to 1 if you have the `funlockfile' function. */
310 #define HAVE_FUNLOCKFILE 1
311
312 /* Define to 1 if you have the `gai_strerror' function. */
313 #define HAVE_GAI_STRERROR 1
314
315 /* Define to 1 if you have the `getaddrinfo' function. */
316 #define HAVE_GETADDRINFO 1
317
318 /* Define to 1 if you have the `getdelim' function. */
319 /* #undef HAVE_GETDELIM */
320
321 /* Define to 1 if you have the `geteuid' function. */
322 #define HAVE_GETEUID 1
323
324 /* Define to 1 if you have the `getgroups' function. */
325 #define HAVE_GETGROUPS 1
326
327 /* Define to 1 if you have the `gethostname' function. */
328 #define HAVE_GETHOSTNAME 1
329
330 /* Define to 1 if you have the `getlogin_r' function. */
331 #define HAVE_GETLOGIN_R 1
332
333 /* Define to 1 if you have the <getopt.h> header file. */
334 #define HAVE_GETOPT_H 1
335
336 /* Define to 1 if you have the `getopt_long_only' function. */
337 #define HAVE_GETOPT_LONG_ONLY 1
338
339 /* Define to 1 if you have the `getpagesize' function. */
340 #define HAVE_GETPAGESIZE 1
341
342 /* Define to 1 if you have the `getpwnam_r' function. */
343 /* #undef HAVE_GETPWNAM_R */
344
345 /* Define if you have the getspnam function. */
346 /* #undef HAVE_GETSPNAM */
347
348 /* Define if the GNU gettext() function is already present or preinstalled. */
349 /* #undef HAVE_GETTEXT */
350
351 /* Define to 1 if you have the `gettimeofday' function. */
352 #define HAVE_GETTIMEOFDAY 1
353
354 /* Define to 1 if you have the <glob.h> header file. */
355 #define HAVE_GLOB_H 1
356
357 /* Define if you have GSSAPI with Kerberos version 5 available. */
358 /* #undef HAVE_GSSAPI */
359
360 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
361 /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
362
363 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
364 /* #undef HAVE_GSSAPI_GSSAPI_H */
365
366 /* Define to 1 if you have the <gssapi.h> header file. */
367 /* #undef HAVE_GSSAPI_H */
368
369 /* Define if you have the iconv() function. */
370 #define HAVE_ICONV 1
371
372 /* Define to 1 if you have the `initgroups' function. */
373 #define HAVE_INITGROUPS 1
374
375 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
376 #define HAVE_INTMAX_T 1
377
378 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
379 #define HAVE_INTTYPES_H 1
380
381 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
382    declares uintmax_t. */
383 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
384
385 /* Define to 1 if you have the <io.h> header file. */
386 /* #undef HAVE_IO_H */
387
388 /* Define to 1 if <sys/socket.h> defines AF_INET. */
389 #define HAVE_IPV4 1
390
391 /* Define to 1 if <sys/socket.h> defines AF_INET6. */
392 #define HAVE_IPV6 1
393
394 /* Define to 1 if you have the `isascii' function. */
395 #define HAVE_ISASCII 1
396
397 /* Define to 1 if you have the `isblank' function. */
398 #define HAVE_ISBLANK 1
399
400 /* Define to 1 if you have the `iswprint' function. */
401 #define HAVE_ISWPRINT 1
402
403 /* Define if you have MIT Kerberos version 4 available. */
404 /* #undef HAVE_KERBEROS */
405
406 /* Define to 1 if you have the <krb5.h> header file. */
407 /* #undef HAVE_KRB5_H */
408
409 /* Define to 1 if you have the `krb_get_err_text' function. */
410 /* #undef HAVE_KRB_GET_ERR_TEXT */
411
412 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
413 #define HAVE_LANGINFO_CODESET 1
414
415 /* Define to 1 if you have the `krb' library (-lkrb). */
416 /* #undef HAVE_LIBKRB */
417
418 /* Define to 1 if you have the `krb4' library (-lkrb4). */
419 /* #undef HAVE_LIBKRB4 */
420
421 /* Define to 1 if you have the `nsl' library (-lnsl). */
422 /* #undef HAVE_LIBNSL */
423
424 /* Define to 1 if you have the <locale.h> header file. */
425 #define HAVE_LOCALE_H 1
426
427 /* Define to 1 if you have the `login' function. */
428 /* #undef HAVE_LOGIN */
429
430 /* Define to 1 if you have the `logout' function. */
431 /* #undef HAVE_LOGOUT */
432
433 /* Define if you have the 'long double' type. */
434 #define HAVE_LONG_DOUBLE 1
435
436 /* Define to 1 if you support file names longer than 14 characters. */
437 #define HAVE_LONG_FILE_NAMES 1
438
439 /* Define if you have the 'long long' type. */
440 #define HAVE_LONG_LONG 1
441
442 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
443    to 0 otherwise. */
444 #define HAVE_MALLOC 1
445
446 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
447    config.h and <sys/mman.h>. */
448 #define HAVE_MAP_ANONYMOUS 1
449
450 /* Define to 1 if you have the `mblen' function. */
451 #define HAVE_MBLEN 1
452
453 /* Define to 1 if you have the `mbrlen' function. */
454 #define HAVE_MBRLEN 1
455
456 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
457 #define HAVE_MBRTOWC 1
458
459 /* Define to 1 if you have the `mbsinit' function. */
460 #define HAVE_MBSINIT 1
461
462 /* Define to 1 if you have the `mbsrtowcs' function. */
463 /* #undef HAVE_MBSRTOWCS */
464
465 /* Define to 1 if <wchar.h> declares mbstate_t. */
466 #define HAVE_MBSTATE_T 1
467
468 /* Define if you have memchr (always for CVS). */
469 #define HAVE_MEMCHR 1
470
471 /* Define to 1 if you have the `memmove' function. */
472 #define HAVE_MEMMOVE 1
473
474 /* Define to 1 if you have the <memory.h> header file. */
475 #define HAVE_MEMORY_H 1
476
477 /* Define to 1 if you have the `mempcpy' function. */
478 /* #undef HAVE_MEMPCPY */
479
480 /* Define to 1 if you have the `memrchr' function. */
481 /* #undef HAVE_MEMRCHR */
482
483 /* Define to 1 if <limits.h> defines the MIN and MAX macros. */
484 /* #undef HAVE_MINMAX_IN_LIMITS_H */
485
486 /* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
487 #define HAVE_MINMAX_IN_SYS_PARAM_H 1
488
489 /* Define to 1 if you have the `mknod' function. */
490 #define HAVE_MKNOD 1
491
492 /* Define to 1 if you have the `mkstemp' function. */
493 #define HAVE_MKSTEMP 1
494
495 /* Define to 1 if you have a working `mmap' system call. */
496 #define HAVE_MMAP 1
497
498 /* Define to 1 if you have the `nanotime' function. */
499 /* #undef HAVE_NANOTIME */
500
501 /* Define to 1 if you have the <ndbm.h> header file. */
502 #define HAVE_NDBM_H 1
503
504 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
505 /* #undef HAVE_NDIR_H */
506
507 /* Define to 1 if you have the `openat' function. */
508 /* #undef HAVE_OPENAT */
509
510 /* Define to 1 if you have the <OS.h> header file. */
511 /* #undef HAVE_OS_H */
512
513 /* Define to enable system authentication with PAM instead of using the simple
514    getpwnam interface. This allows authentication (in theory) with any PAM
515    module, e.g. on systems with shadow passwords or via LDAP */
516 /* #undef HAVE_PAM */
517
518 /* Define to 1 if pam/pam_appl.h is available */
519 /* #undef HAVE_PAM_PAM_APPL_H */
520
521 /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
522    setting errno to ERANGE, ENAMETOOLONG, or ENOENT. If __GETCWD_PREFIX is not
523    defined, it doesn't matter whether HAVE_PARTLY_WORKING_GETCWD is defined.
524    */
525 /* #undef HAVE_PARTLY_WORKING_GETCWD */
526
527 /* Define to 1 if you have the `posix_memalign' function. */
528 /* #undef HAVE_POSIX_MEMALIGN */
529
530 /* Define to 1 if the `printf' function supports the %p format for printing
531    pointers. */
532 #define HAVE_PRINTF_PTR 1
533
534 /* Define to 1 if the system has the type `ptrdiff_t'. */
535 #define HAVE_PTRDIFF_T 1
536
537 /* Define to 1 if you have the `readlink' function. */
538 #define HAVE_READLINK 1
539
540 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
541    and to 0 otherwise. */
542 #define HAVE_REALLOC 1
543
544 /* Define to 1 if you have the `regcomp' function. */
545 #define HAVE_REGCOMP 1
546
547 /* Define to 1 if you have the `regerror' function. */
548 #define HAVE_REGERROR 1
549
550 /* Define to 1 if you have the `regexec' function. */
551 #define HAVE_REGEXEC 1
552
553 /* Define to 1 if you have the `regfree' function. */
554 #define HAVE_REGFREE 1
555
556 /* Define to 1 if you have the `resolvepath' function. */
557 /* #undef HAVE_RESOLVEPATH */
558
559 /* Define to 1 if you have the `rpmatch' function. */
560 /* #undef HAVE_RPMATCH */
561
562 /* Define to 1 if you have run the test for working tzset. */
563 #define HAVE_RUN_TZSET_TEST 1
564
565 /* Define to 1 if you have the <search.h> header file. */
566 /* #undef HAVE_SEARCH_H */
567
568 /* Define to 1 if security/pam_appl.h is available */
569 /* #undef HAVE_SECURITY_PAM_APPL_H */
570
571 /* Define to 1 if you have the `setenv' function. */
572 #define HAVE_SETENV 1
573
574 /* Define if the diff library should use setmode for binary files. */
575 /* #undef HAVE_SETMODE */
576
577 /* Define to 1 if you have the `sigaction' function. */
578 #define HAVE_SIGACTION 1
579
580 /* Define to 1 if you have the `sigblock' function. */
581 #define HAVE_SIGBLOCK 1
582
583 /* Define to 1 if you have the `siginterrupt' function. */
584 #define HAVE_SIGINTERRUPT 1
585
586 /* Define to 1 if you have the `sigprocmask' function. */
587 #define HAVE_SIGPROCMASK 1
588
589 /* Define to 1 if you have the `sigsetmask' function. */
590 #define HAVE_SIGSETMASK 1
591
592 /* Define to 1 if you have the `sigvec' function. */
593 #define HAVE_SIGVEC 1
594
595 /* Define to 1 if you have the `snprintf' function. */
596 #define HAVE_SNPRINTF 1
597
598 /* Define to 1 if stdbool.h conforms to C99. */
599 #define HAVE_STDBOOL_H 1
600
601 /* Define to 1 if you have the <stdint.h> header file. */
602 #define HAVE_STDINT_H 1
603
604 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
605    uintmax_t. */
606 #define HAVE_STDINT_H_WITH_UINTMAX 1
607
608 /* Define to 1 if you have the <stdio_ext.h> header file. */
609 /* #undef HAVE_STDIO_EXT_H */
610
611 /* Define to 1 if you have the <stdlib.h> header file. */
612 #define HAVE_STDLIB_H 1
613
614 /* Define if you have strchr (always for CVS). */
615 #define HAVE_STRCHR 1
616
617 /* Define to 1 if you have the `strdup' function. */
618 #define HAVE_STRDUP 1
619
620 /* Define to 1 if you have the `strerror' function. */
621 #define HAVE_STRERROR 1
622
623 /* Define to 1 if you have the `strerror_r' function. */
624 #define HAVE_STRERROR_R 1
625
626 /* Define to 1 if you have the `strftime' function. */
627 #define HAVE_STRFTIME 1
628
629 /* Define to 1 if you have the <strings.h> header file. */
630 #define HAVE_STRINGS_H 1
631
632 /* Define to 1 if you have the <string.h> header file. */
633 #define HAVE_STRING_H 1
634
635 /* Define to 1 if you have the `strncasecmp' function. */
636 #define HAVE_STRNCASECMP 1
637
638 /* Define to 1 if you have the `strtol' function. */
639 #define HAVE_STRTOL 1
640
641 /* Define to 1 if you have the `strtoul' function. */
642 #define HAVE_STRTOUL 1
643
644 /* Define if there is a member named d_type in the struct describing directory
645    headers. */
646 #define HAVE_STRUCT_DIRENT_D_TYPE 1
647
648 /* Define to 1 if `st_blksize' is member of `struct stat'. */
649 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
650
651 /* Define to 1 if `st_rdev' is member of `struct stat'. */
652 #define HAVE_STRUCT_STAT_ST_RDEV 1
653
654 /* Define if struct timespec is declared in <time.h>. */
655 #define HAVE_STRUCT_TIMESPEC 1
656
657 /* Define to 1 if `tm_zone' is member of `struct tm'. */
658 #define HAVE_STRUCT_TM_TM_ZONE 1
659
660 /* Define to 1 if you have the <syslog.h> header file. */
661 #define HAVE_SYSLOG_H 1
662
663 /* Define to 1 if you have the <sys/bsdtypes.h> header file. */
664 /* #undef HAVE_SYS_BSDTYPES_H */
665
666 /* Define to 1 if you have the <sys/cdefs.h> header file. */
667 #define HAVE_SYS_CDEFS_H 1
668
669 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
670    */
671 /* #undef HAVE_SYS_DIR_H */
672
673 /* Define to 1 if you have the <sys/file.h> header file. */
674 #define HAVE_SYS_FILE_H 1
675
676 /* Define to 1 if you have the <sys/inttypes.h> header file. */
677 /* #undef HAVE_SYS_INTTYPES_H */
678
679 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
680    */
681 /* #undef HAVE_SYS_NDIR_H */
682
683 /* Define to 1 if you have the <sys/param.h> header file. */
684 #define HAVE_SYS_PARAM_H 1
685
686 /* Define to 1 if you have the <sys/resource.h> header file. */
687 #define HAVE_SYS_RESOURCE_H 1
688
689 /* Define to 1 if you have the <sys/select.h> header file. */
690 #define HAVE_SYS_SELECT_H 1
691
692 /* Define to 1 if you have the <sys/stat.h> header file. */
693 #define HAVE_SYS_STAT_H 1
694
695 /* Define to 1 if you have the <sys/time.h> header file. */
696 #define HAVE_SYS_TIME_H 1
697
698 /* Define to 1 if you have the <sys/types.h> header file. */
699 #define HAVE_SYS_TYPES_H 1
700
701 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
702 #define HAVE_SYS_WAIT_H 1
703
704 /* Define to 1 if you have the `tcgetattr' function. */
705 #define HAVE_TCGETATTR 1
706
707 /* Define to 1 if you have the `tcsetattr' function. */
708 #define HAVE_TCSETATTR 1
709
710 /* Define to 1 if you have the <termios.h> header file. */
711 #define HAVE_TERMIOS_H 1
712
713 /* Define to 1 if you have the `timezone' function. */
714 #define HAVE_TIMEZONE 1
715
716 /* Define to 1 if localtime_r, etc. have the type signatures that POSIX
717    requires. */
718 #define HAVE_TIME_R_POSIX 1
719
720 /* Define if struct tm has the tm_gmtoff member. */
721 #define HAVE_TM_GMTOFF 1
722
723 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
724    `HAVE_STRUCT_TM_TM_ZONE' instead. */
725 #define HAVE_TM_ZONE 1
726
727 /* Define to 1 if you have the `tsearch' function. */
728 /* #undef HAVE_TSEARCH */
729
730 /* Define to 1 if you don't have `tm_zone' but do have the external array
731    `tzname'. */
732 /* #undef HAVE_TZNAME */
733
734 /* Define to 1 if you have the `tzset' function. */
735 #define HAVE_TZSET 1
736
737 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
738 #define HAVE_UINTMAX_T 1
739
740 /* Define to 1 if you have the `uname' function. */
741 /* #undef HAVE_UNAME */
742
743 /* Define to 1 if you have the <unistd.h> header file. */
744 #define HAVE_UNISTD_H 1
745
746 /* Define to 1 if you have the `unsetenv' function. */
747 #define HAVE_UNSETENV 1
748
749 /* Define if you have the 'unsigned long long' type. */
750 #define HAVE_UNSIGNED_LONG_LONG 1
751
752 /* Define to 1 if you have the <utime.h> header file. */
753 #define HAVE_UTIME_H 1
754
755 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
756 #define HAVE_UTIME_NULL 1
757
758 /* Define to 1 if you have the `vasnprintf' function. */
759 /* #undef HAVE_VASNPRINTF */
760
761 /* Define to 1 if you have the `vasprintf' function. */
762 #define HAVE_VASPRINTF 1
763
764 /* Define to 1 if you have the `vfork' function. */
765 #define HAVE_VFORK 1
766
767 /* Define to 1 if you have the <vfork.h> header file. */
768 /* #undef HAVE_VFORK_H */
769
770 /* Define to 1 if you have the `vprintf' function. */
771 #define HAVE_VPRINTF 1
772
773 /* Define to 1 if you have the `wait3' function. */
774 #define HAVE_WAIT3 1
775
776 /* Define to 1 if you have the `waitpid' function. */
777 #define HAVE_WAITPID 1
778
779 /* Define to 1 if you have the <wchar.h> header file. */
780 #define HAVE_WCHAR_H 1
781
782 /* Define if you have the 'wchar_t' type. */
783 #define HAVE_WCHAR_T 1
784
785 /* Define to 1 if you have the `wcrtomb' function. */
786 #define HAVE_WCRTOMB 1
787
788 /* Define to 1 if you have the `wcscoll' function. */
789 #define HAVE_WCSCOLL 1
790
791 /* Define to 1 if you have the `wcslen' function. */
792 #define HAVE_WCSLEN 1
793
794 /* Define to 1 if you have the <wctype.h> header file. */
795 #define HAVE_WCTYPE_H 1
796
797 /* Define if you have the 'wint_t' type. */
798 #define HAVE_WINT_T 1
799
800 /* Define to 1 if you have the `wmemchr' function. */
801 /* #undef HAVE_WMEMCHR */
802
803 /* Define to 1 if you have the `wmemcpy' function. */
804 /* #undef HAVE_WMEMCPY */
805
806 /* Define to 1 if you have the `wmempcpy' function. */
807 /* #undef HAVE_WMEMPCPY */
808
809 /* Define to 1 if `fork' works. */
810 #define HAVE_WORKING_FORK 1
811
812 /* Define to 1 if `vfork' works. */
813 #define HAVE_WORKING_VFORK 1
814
815 /* Define to 1 if you have the <zlib.h> header file. */
816 #define HAVE_ZLIB_H 1
817
818 /* Define to 1 if the system has the type `_Bool'. */
819 #define HAVE__BOOL 1
820
821 /* Define to 1 if you have the `__fpending' function. */
822 #define HAVE___FPENDING 1
823
824 /* Define to 1 if you have the `__fsetlocking' function. */
825 /* #undef HAVE___FSETLOCKING */
826
827 /* Define to 1 if you have the `__secure_getenv' function. */
828 /* #undef HAVE___SECURE_GETENV */
829
830 #if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
831 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
832 #else
833 # define ISSLASH(C) ((C) == '/')
834 #endif
835
836 /* Define to include locking code which prevents versions of CVS earlier than
837    1.12.4 directly accessing the same repositiory as this executable from
838    ignoring this executable's promotable read locks. If only CVS versions
839    1.12.4 and later will be accessing your repository directly (as a server or
840    locally), you can safely disable this option in return for fewer disk
841    accesses and a small speed increase. Disabling this option when versions of
842    CVS earlier than 1,12,4 _will_ be accessing your repository, however, is
843    *VERY* *VERY* *VERY* dangerous and could result in data loss. As such, by
844    default, CVS is compiled with this code enabled. If you are sure you would
845    like this code disabled, you can disable it by passing the
846    "--disable-lock-compatibility" option to configure or by commenting out the
847    lines below. */
848 #define LOCK_COMPATIBILITY 1
849
850 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
851    slash. */
852 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
853
854 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
855 #define MALLOC_0_IS_NONNULL 1
856
857 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
858 #define MAP_ANONYMOUS MAP_ANON
859
860 /* By default, CVS stores its modules and other such items in flat text files
861    (MY_NDBM enables this). Turning off MY_NDBM causes CVS to look for a
862    system-supplied ndbm database library and use it instead. That may speed
863    things up, but the default setting generally works fine too. */
864 #define MY_NDBM 1
865
866 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
867 /* #undef NO_MINUS_C_MINUS_O */
868
869 /* Define to the address where bug reports for this package should be sent. */
870 #define PACKAGE_BUGREPORT "bug-cvs@nongnu.org"
871
872 /* Define to the full name of this package. */
873 #define PACKAGE_NAME "Concurrent Versions System (CVS)"
874
875 /* Define to the full name and version of this package. */
876 #define PACKAGE_STRING "Concurrent Versions System (CVS) @VERSION@"
877
878 /* Define to the one symbol short name of this package. */
879 #define PACKAGE_TARNAME "cvs"
880
881 /* Define to the version of this package. */
882 #define PACKAGE_VERSION "@VERSION@"
883
884 /* Define to set a service name for PAM. This must be defined. Define to
885    `program_name', without the quotes, to use whatever name CVS was invoked
886    as. Otherwise, define to a double-quoted literal string, such as `"cvs"'.
887    */
888 #define PAM_SERVICE_NAME "cvs"
889
890 /* the number of pending output bytes on stream `fp' */
891 /* #undef PENDING_OUTPUT_N_BYTES */
892
893 /* Define if you want CVS to be able to serve as a transparent proxy for write
894    operations. Disabling this may produce a slight performance gain on some
895    systems, at the expense of write proxy support. */
896 #define PROXY_SUPPORT 1
897
898 /* Path to the pr utility */
899 #define PR_PROGRAM "/usr/bin/pr"
900
901 /* Define to force lib/regex.c to use malloc instead of alloca. */
902 #define REGEX_MALLOC 1
903
904 /* Define if rename does not work for source file names with a trailing slash,
905    like the one from SunOS 4.1.1_U1. */
906 /* #undef RENAME_TRAILING_SLASH_BUG */
907
908 /* Define as the return type of signal handlers (`int' or `void'). */
909 #define RETSIGTYPE void
910
911 /* The default remote shell to use, if one does not specify the CVS_RSH
912    environment variable. */
913 #define RSH_DFLT "ssh"
914
915 /* If you are working with a large remote repository and a 'cvs checkout' is
916    swamping your network and memory, define these to enable flow control. You
917    will end up with even less probability of a consistent checkout (see
918    Concurrency in cvs.texinfo), but CVS doesn't try to guarantee that anyway.
919    The master server process will monitor how far it is getting behind, if it
920    reaches the high water mark, it will signal the child process to stop
921    generating data when convenient (ie: no locks are held, currently at the
922    beginning of a new directory). Once the buffer has drained sufficiently to
923    reach the low water mark, it will be signalled to start again. */
924 #define SERVER_FLOWCONTROL 1
925
926 /* The high water mark in bytes for server flow control. Required if
927    SERVER_FLOWCONTROL is defined, and useless otherwise. */
928 #define SERVER_HI_WATER (2 * 1024 * 1024)
929
930 /* The low water mark in bytes for server flow control. Required if
931    SERVER_FLOWCONTROL is defined, and useless otherwise. */
932 #define SERVER_LO_WATER (1 * 1024 * 1024)
933
934 /* Define if you want CVS to be able to serve repositories to remote clients.
935    */
936 #define SERVER_SUPPORT 1
937
938 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
939 /* #undef STAT_MACROS_BROKEN */
940
941 /* Define to 1 if you have the ANSI C header files. */
942 #define STDC_HEADERS 1
943
944 /* Define to 1 if strerror_r returns char *. */
945 /* #undef STRERROR_R_CHAR_P */
946
947 /* Enable support for the pre 1.12.1 *info scripting hook format strings.
948    Disable this option for a smaller executable once your scripting hooks have
949    been updated to use the new *info format strings by passing
950    "--disable-old-info-format-support" option to configure or by commenting
951    out the line below. */
952 #define SUPPORT_OLD_INFO_FMT_STRINGS 1
953
954 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
955 #define TIME_WITH_SYS_TIME 1
956
957 /* Directory used for storing temporary files, if not overridden by
958    environment variables or the -T global option. There should be little need
959    to change this (-T is a better mechanism if you need to use a different
960    directory for temporary files). */
961 #define TMPDIR_DFLT "@TMPDIR_DFLT@"
962
963 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
964 /* #undef TM_IN_SYS_TIME */
965
966 /* Define if tzset clobbers localtime's static buffer. */
967 /* #undef TZSET_CLOBBERS_LOCALTIME_BUFFER */
968
969 /* Define to its maximum value if an unsigned integer type of width exactly 32
970    bits exists and the standard includes do not define UINT32_MAX. */
971 /* #undef UINT32_MAX */
972
973 /* The default umask to use when creating or otherwise setting file or
974    directory permissions in the repository. Must be a value in the range of 0
975    through 0777. For example, a value of 002 allows group rwx access and world
976    rx access; a value of 007 allows group rwx access but no world access. This
977    value is overridden by the value of the CVSUMASK environment variable,
978    which is interpreted as an octal number. */
979 #define UMASK_DFLT @UMASK_DFLT@
980
981 /* Define if double is the first floating point type detected with its size.
982    */
983 #define UNIQUE_FLOAT_TYPE_DOUBLE 1
984
985 /* Define if float is the first floating point type detected with its size. */
986 #define UNIQUE_FLOAT_TYPE_FLOAT 1
987
988 /* Define if long double is the first floating point type detected with its
989    size. */
990 #define UNIQUE_FLOAT_TYPE_LONG_DOUBLE 1
991
992 /* Define if char is the first integer type detected with its size. */
993 #define UNIQUE_INT_TYPE_CHAR 1
994
995 /* Define if int is the first integer type detected with its size. */
996 #define UNIQUE_INT_TYPE_INT 1
997
998 /* Define if intmax_t is the first integer type detected with its size. */
999 /* #undef UNIQUE_INT_TYPE_INTMAX_T */
1000
1001 /* Define if long int is the first integer type detected with its size. */
1002 /* #undef UNIQUE_INT_TYPE_LONG */
1003
1004 /* Define if long long is the first integer type detected with its size. */
1005 #define UNIQUE_INT_TYPE_LONG_LONG 1
1006
1007 /* Define if ptrdiff_t is the first integer type detected with its size. */
1008 /* #undef UNIQUE_INT_TYPE_PTRDIFF_T */
1009
1010 /* Define if short is the first integer type detected with its size. */
1011 #define UNIQUE_INT_TYPE_SHORT 1
1012
1013 /* Define if size_t is the first integer type detected with its size. */
1014 /* #undef UNIQUE_INT_TYPE_SIZE_T */
1015
1016 /* Define if wint_t is the first integer type detected with its size. */
1017 /* #undef UNIQUE_INT_TYPE_WINT_T */
1018
1019 /* Define if setmode is required when writing binary data to stdout. */
1020 /* #undef USE_SETMODE_STDOUT */
1021
1022 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
1023    Unlocked I/O can improve performance in unithreaded apps, but it is not
1024    safe for multithreaded apps. */
1025 #define USE_UNLOCKED_IO 1
1026
1027 /* Define if utime requires write access to the file (true on Windows, but not
1028    Unix). */
1029 /* #undef UTIME_EXPECTS_WRITABLE */
1030
1031 /* Define if unsetenv() returns void, not int. */
1032 #define VOID_UNSETENV 1
1033
1034 /* Define to 1 if your processor stores words with the most significant byte
1035    first (like Motorola and SPARC, unlike Intel and VAX). */
1036 /* #undef WORDS_BIGENDIAN */
1037
1038 /* Define to 1 if on AIX 3.
1039    System headers sometimes define this.
1040    We just want to avoid a redefinition error message.  */
1041 #ifndef _ALL_SOURCE
1042 /* # undef _ALL_SOURCE */
1043 #endif
1044
1045 /* Number of bits in a file offset, on hosts where this is settable. */
1046 /* #undef _FILE_OFFSET_BITS */
1047
1048 /* Enable GNU extensions on systems that have them.  */
1049 #ifndef _GNU_SOURCE
1050 # define _GNU_SOURCE 1
1051 #endif
1052
1053 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1054 /* #undef _LARGEFILE_SOURCE */
1055
1056 /* Define for large files, on AIX-style hosts. */
1057 /* #undef _LARGE_FILES */
1058
1059 /* Define to 1 if on MINIX. */
1060 /* #undef _MINIX */
1061
1062 /* Define to 2 if the system does not provide POSIX.1 features except with
1063    this defined. */
1064 /* #undef _POSIX_1_SOURCE */
1065
1066 /* Define to 1 if you need to in order for `stat' and other things to work. */
1067 /* #undef _POSIX_SOURCE */
1068
1069 /* Define if you want regoff_t to be at least as wide POSIX requires. */
1070 #define _REGEX_LARGE_OFFSETS 1
1071
1072 /* Define to force lib/regex.c to define re_comp et al. */
1073 #define _REGEX_RE_COMP 1
1074
1075 /* Define for Solaris 2.5.1 so uint32_t typedef from <sys/synch.h>,
1076    <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
1077    #define below would cause a syntax error. */
1078 /* #undef _UINT32_T */
1079
1080 /* Enable extensions on Solaris.  */
1081 #ifndef __EXTENSIONS__
1082 # define __EXTENSIONS__ 1
1083 #endif
1084 #ifndef _POSIX_PTHREAD_SEMANTICS
1085 # define _POSIX_PTHREAD_SEMANTICS 1
1086 #endif
1087
1088 /* Define to rpl_ if the getcwd replacement function should be used. */
1089 #define __GETCWD_PREFIX rpl_
1090
1091 /* Define to rpl_ if the getopt replacement functions and variables should be
1092    used. */
1093 #define __GETOPT_PREFIX rpl_
1094
1095 /* Define to rpl_ if the openat replacement function should be used. */
1096 #define __OPENAT_PREFIX rpl_
1097
1098 /* Define to empty if `const' does not conform to ANSI C. */
1099 /* #undef const */
1100
1101 /* Define to a replacement function name for fnmatch(). */
1102 /* #undef fnmatch */
1103
1104 /* Define to a replacement function name for getline(). */
1105 #define getline gnu_getline
1106
1107 /* Define to a replacement function name for getpass(). */
1108 #define getpass gnu_getpass
1109
1110 /* Define to rpl_gettimeofday if the replacement function should be used. */
1111 /* #undef gettimeofday */
1112
1113 /* Define to `int' if <sys/types.h> doesn't define. */
1114 /* #undef gid_t */
1115
1116 /* Define to rpl_gmtime if the replacement function should be used. */
1117 /* #undef gmtime */
1118
1119 /* Define to `__inline__' or `__inline' if that's what the C compiler
1120    calls it, or to nothing if 'inline' is not supported under any name.  */
1121 #ifndef __cplusplus
1122 /* #undef inline */
1123 #endif
1124
1125 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
1126 /* #undef intmax_t */
1127
1128 /* Define to rpl_localtime if the replacement function should be used. */
1129 /* #undef localtime */
1130
1131 /* Define to rpl_malloc if the replacement function should be used. */
1132 /* #undef malloc */
1133
1134 /* Define to a type if <wchar.h> does not define. */
1135 /* #undef mbstate_t */
1136
1137 /* Define to rpl_mkdir if the replacement function should be used. */
1138 /* #undef mkdir */
1139
1140 /* Define to rpl_mkstemp if the replacement function should be used. */
1141 /* #undef mkstemp */
1142
1143 /* Define to rpl_mktime if the replacement function should be used. */
1144 #define mktime rpl_mktime
1145
1146 /* Define to `int' if <sys/types.h> does not define. */
1147 /* #undef mode_t */
1148
1149 /* Define to the name of the strftime replacement function. */
1150 #define my_strftime nstrftime
1151
1152 /* Define to rpl_nanosleep if the replacement function should be used. */
1153 /* #undef nanosleep */
1154
1155 /* Define to `int' if <sys/types.h> does not define. */
1156 /* #undef pid_t */
1157
1158 /* Define to rpl_realloc if the replacement function should be used. */
1159 /* #undef realloc */
1160
1161 /* Define to rpl_rename if the replacement function should be used. */
1162 /* #undef rename */
1163
1164 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
1165    supported. Do not define if restrict is supported directly. */
1166 #define restrict __restrict
1167
1168 /* Define to rpl_select if the replacement function should be used. */
1169 /* #undef select */
1170
1171 /* Define to empty if the C compiler doesn't support this keyword. */
1172 /* #undef signed */
1173
1174 /* Define to `unsigned' if <sys/types.h> does not define. */
1175 /* #undef size_t */
1176
1177 /* Define as a signed type of the same size as size_t. */
1178 /* #undef ssize_t */
1179
1180 /* Define to rpl_strcasecmp always. */
1181 #define strcasecmp rpl_strcasecmp
1182
1183 /* Define to rpl_tzset if the wrapper function should be used. */
1184 /* #undef tzset */
1185
1186 /* Define to `int' if <sys/types.h> doesn't define. */
1187 /* #undef uid_t */
1188
1189 /* Define to the type of a unsigned integer type of width exactly 32 bits if
1190    such a type exists and the standard includes do not define it. */
1191 /* #undef uint32_t */
1192
1193 /* Define to unsigned long or unsigned long long if <stdint.h> and
1194    <inttypes.h> don't define. */
1195 /* #undef uintmax_t */
1196
1197 /* Define as `fork' if `vfork' does not work. */
1198 /* #undef vfork */