1 /* config.h.in. Generated from configure.in by autoheader. */
3 /* Define this to a NULL terminated list of allowed path prefixes (for
4 directories) and paths to files the CVS server will allow configuration to
5 be read from when specified from the command line. */
6 #undef ALLOW_CONFIG_OVERRIDE
8 /* Enable AUTH_CLIENT_SUPPORT to enable pserver as a remote access method in
9 the CVS client (default) */
10 #undef AUTH_CLIENT_SUPPORT
12 /* Define if you want to use the password authenticated server. */
13 #undef AUTH_SERVER_SUPPORT
15 /* Define if you want CVS to be able to be a remote repository client. */
18 /* Define to 1 if the `closedir' function returns void instead of `int'. */
21 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
22 systems. This function is required for `alloca.c' support on those systems.
24 #undef CRAY_STACKSEG_END
26 /* define if cross compiling */
27 #undef CROSS_COMPILING
29 /* The CVS admin command is restricted to the members of the group
30 CVS_ADMIN_GROUP. If this group does not exist, all users are allowed to run
31 CVS admin. To disable the CVS admin command for all users, create an empty
32 CVS_ADMIN_GROUP by running configure with the --with-cvs-admin-group=
33 option. To disable access control for CVS admin, run configure with the
34 --without-cvs-admin-group option in order to comment out the define below.
36 #undef CVS_ADMIN_GROUP
38 /* When committing a permanent change, CVS and RCS make a log entry of who
39 committed the change. If you are committing the change logged in as "root"
40 (not under "su" or other root-priv giving program), CVS/RCS cannot
41 determine who is actually making the change. As such, by default, CVS
42 prohibits changes committed by users logged in as "root". You can disable
43 checking by passing the "--enable-rootcommit" option to configure or by
44 commenting out the lines below. */
47 /* Define to 1 if using `alloca.c'. */
50 /* Define if there is a member named d_ino in the struct describing directory
52 #undef D_INO_IN_DIRENT
54 /* The default editor to use, if one does not specify the "-e" option to cvs,
55 or does not have an EDITOR environment variable. If this is not set to an
56 absolute path to an executable, use the shell to find where the editor
57 actually is. This allows sites with /usr/bin/vi or /usr/ucb/vi to work
58 equally well (assuming that their PATH is reasonable). */
61 /* Define to 1 if translation of program messages to the user's native
62 language is requested. */
65 /* Define to enable encryption support. */
68 /* Define as good substitute value for EOVERFLOW. */
71 /* Define if this executable will be running on case insensitive file systems.
72 In the client case, this means that it will request that the server pretend
73 to be case insensitive if it isn't already. */
74 #undef FILENAMES_CASE_INSENSITIVE
76 /* Define on systems for which file names may have a so-called `drive letter'
77 prefix, define this to compute the length of that prefix, including the
79 #undef FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
81 /* Define if the backslash character may also serve as a file name component
83 #undef FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
85 #if FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
86 # define FILE_SYSTEM_PREFIX_LEN(Filename) \
87 ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
89 # define FILE_SYSTEM_PREFIX_LEN(Filename) 0
92 /* When committing or importing files, you must enter a log message. Normally,
93 you can do this either via the -m flag on the command line, the -F flag on
94 the command line, or an editor will be started for you. If you like to use
95 logging templates (the rcsinfo file within the $CVSROOT/CVSROOT directory),
96 you might want to force people to use the editor even if they specify a
97 message with -m or -F. Enabling FORCE_USE_EDITOR will cause the -m or -F
98 message to be appended to the temp file when the editor is started. */
99 #undef FORCE_USE_EDITOR
101 /* Define to an alternative value if GSS_C_NT_HOSTBASED_SERVICE isn't defined
102 in the gssapi.h header file. MIT Kerberos 1.2.1 requires this. Only
103 relevant when using GSSAPI. */
104 #undef GSS_C_NT_HOSTBASED_SERVICE
106 /* Define to 1 if you have the `alarm' function. */
109 /* Define to 1 if you have `alloca' after including <alloca.h>, a header that
110 may be supplied by this distribution. */
113 /* Define HAVE_ALLOCA_H for backward compatibility with older code that
114 includes <alloca.h> only if HAVE_ALLOCA_H is defined. */
117 /* Define to 1 if you have the `atexit' function. */
120 /* Define to 1 if you have the <bp-sym.h> header file. */
123 /* Define to 1 if you have the `btowc' function. */
126 /* Define to 1 if you have the `canonicalize_file_name' function. */
127 #undef HAVE_CANONICALIZE_FILE_NAME
129 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
130 CoreFoundation framework. */
131 #undef HAVE_CFLOCALECOPYCURRENT
133 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
134 the CoreFoundation framework. */
135 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
137 /* Define to 1 if you have the `chsize' function. */
140 /* Define to 1 if you have the `clock_gettime' function. */
141 #undef HAVE_CLOCK_GETTIME
143 /* Define to 1 if you have the `clock_settime' function. */
144 #undef HAVE_CLOCK_SETTIME
146 /* Define if you have the connect function. */
149 /* Define if you have the crypt function. */
152 /* Define if the GNU dcgettext() function is already present or preinstalled.
154 #undef HAVE_DCGETTEXT
156 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
158 #undef HAVE_DECL_CLEARERR_UNLOCKED
160 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
162 #undef HAVE_DECL_FEOF_UNLOCKED
164 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
166 #undef HAVE_DECL_FERROR_UNLOCKED
168 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
170 #undef HAVE_DECL_FFLUSH_UNLOCKED
172 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
174 #undef HAVE_DECL_FGETS_UNLOCKED
176 /* Define to 1 if you have the declaration of `flockfile', and to 0 if you
178 #undef HAVE_DECL_FLOCKFILE
180 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
182 #undef HAVE_DECL_FPUTC_UNLOCKED
184 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
186 #undef HAVE_DECL_FPUTS_UNLOCKED
188 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
190 #undef HAVE_DECL_FREAD_UNLOCKED
192 /* Define to 1 if you have the declaration of `funlockfile', and to 0 if you
194 #undef HAVE_DECL_FUNLOCKFILE
196 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
198 #undef HAVE_DECL_FWRITE_UNLOCKED
200 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
202 #undef HAVE_DECL_GETCHAR_UNLOCKED
204 /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
206 #undef HAVE_DECL_GETCWD
208 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
210 #undef HAVE_DECL_GETC_UNLOCKED
212 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
214 #undef HAVE_DECL_GETDELIM
216 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
218 #undef HAVE_DECL_GETENV
220 /* Define to 1 if you have the declaration of `getline', and to 0 if you
222 #undef HAVE_DECL_GETLINE
224 /* Define to 1 if you have the declaration of `getlogin', and to 0 if you
226 #undef HAVE_DECL_GETLOGIN
228 /* Define to 1 if you have the declaration of `getlogin_r', and to 0 if you
230 #undef HAVE_DECL_GETLOGIN_R
232 /* Define to 1 if you have the declaration of `getpass', and to 0 if you
234 #undef HAVE_DECL_GETPASS
236 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
238 #undef HAVE_DECL_MEMRCHR
240 /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
242 #undef HAVE_DECL_NANOSLEEP
244 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
246 #undef HAVE_DECL_PUTCHAR_UNLOCKED
248 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
250 #undef HAVE_DECL_PUTC_UNLOCKED
252 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
254 #undef HAVE_DECL_STRDUP
256 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
258 #undef HAVE_DECL_STRERROR_R
260 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
262 #undef HAVE_DECL___FPENDING
264 /* Define to 1 if you have the <direct.h> header file. */
267 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
271 /* Define to 1 if you have the `dup2' function. */
274 /* Define if you have the declaration of environ. */
275 #undef HAVE_ENVIRON_DECL
277 /* Define if you have the declaration of errno. */
278 #undef HAVE_ERRNO_DECL
280 /* Define to 1 if you have the `fchdir' function. */
283 /* Define to 1 if you have the `fchmod' function. */
286 /* Define to 1 if you have the <fcntl.h> header file. */
289 /* Define to 1 if you have the `flockfile' function. */
290 #undef HAVE_FLOCKFILE
292 /* Define to 1 if you have the `fork' function. */
295 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
298 /* Define to 1 if you have the `fsync' function. */
301 /* Define to 1 if you have the `ftime' function. */
304 /* Define to 1 if you have the `ftruncate' function. */
305 #undef HAVE_FTRUNCATE
307 /* Define to 1 if you have the `funlockfile' function. */
308 #undef HAVE_FUNLOCKFILE
310 /* Define to 1 if you have the `gai_strerror' function. */
311 #undef HAVE_GAI_STRERROR
313 /* Define to 1 if you have the `getaddrinfo' function. */
314 #undef HAVE_GETADDRINFO
316 /* Define to 1 if you have the `getdelim' function. */
319 /* Define to 1 if you have the `geteuid' function. */
322 /* Define to 1 if you have the `getgroups' function. */
323 #undef HAVE_GETGROUPS
325 /* Define to 1 if you have the `gethostname' function. */
326 #undef HAVE_GETHOSTNAME
328 /* Define to 1 if you have the `getlogin_r' function. */
329 #undef HAVE_GETLOGIN_R
331 /* Define to 1 if you have the <getopt.h> header file. */
334 /* Define to 1 if you have the `getopt_long_only' function. */
335 #undef HAVE_GETOPT_LONG_ONLY
337 /* Define to 1 if you have the `getpagesize' function. */
338 #undef HAVE_GETPAGESIZE
340 /* Define to 1 if you have the `getpwnam_r' function. */
341 #undef HAVE_GETPWNAM_R
343 /* Define if you have the getspnam function. */
346 /* Define if the GNU gettext() function is already present or preinstalled. */
349 /* Define to 1 if you have the `gettimeofday' function. */
350 #undef HAVE_GETTIMEOFDAY
352 /* Define to 1 if you have the <glob.h> header file. */
355 /* Define if you have GSSAPI with Kerberos version 5 available. */
358 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
359 #undef HAVE_GSSAPI_GSSAPI_GENERIC_H
361 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
362 #undef HAVE_GSSAPI_GSSAPI_H
364 /* Define to 1 if you have the <gssapi.h> header file. */
367 /* Define if you have the iconv() function. */
370 /* Define to 1 if you have the `initgroups' function. */
371 #undef HAVE_INITGROUPS
373 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
376 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
377 #undef HAVE_INTTYPES_H
379 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
380 declares uintmax_t. */
381 #undef HAVE_INTTYPES_H_WITH_UINTMAX
383 /* Define to 1 if you have the <io.h> header file. */
386 /* Define to 1 if <sys/socket.h> defines AF_INET. */
389 /* Define to 1 if <sys/socket.h> defines AF_INET6. */
392 /* Define to 1 if you have the `isascii' function. */
395 /* Define to 1 if you have the `isblank' function. */
398 /* Define to 1 if you have the `iswprint' function. */
401 /* Define if you have MIT Kerberos version 4 available. */
404 /* Define to 1 if you have the <krb5.h> header file. */
407 /* Define to 1 if you have the `krb_get_err_text' function. */
408 #undef HAVE_KRB_GET_ERR_TEXT
410 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
411 #undef HAVE_LANGINFO_CODESET
413 /* Define to 1 if you have the `krb' library (-lkrb). */
416 /* Define to 1 if you have the `krb4' library (-lkrb4). */
419 /* Define to 1 if you have the `nsl' library (-lnsl). */
422 /* Define to 1 if you have the <locale.h> header file. */
425 /* Define to 1 if you have the `login' function. */
428 /* Define to 1 if you have the `logout' function. */
431 /* Define if you have the 'long double' type. */
432 #undef HAVE_LONG_DOUBLE
434 /* Define to 1 if you support file names longer than 14 characters. */
435 #undef HAVE_LONG_FILE_NAMES
437 /* Define if you have the 'long long' type. */
438 #undef HAVE_LONG_LONG
440 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
444 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
445 config.h and <sys/mman.h>. */
446 #undef HAVE_MAP_ANONYMOUS
448 /* Define to 1 if you have the `mblen' function. */
451 /* Define to 1 if you have the `mbrlen' function. */
454 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
457 /* Define to 1 if you have the `mbsinit' function. */
460 /* Define to 1 if you have the `mbsrtowcs' function. */
461 #undef HAVE_MBSRTOWCS
463 /* Define to 1 if <wchar.h> declares mbstate_t. */
464 #undef HAVE_MBSTATE_T
466 /* Define if you have memchr (always for CVS). */
469 /* Define to 1 if you have the `memmove' function. */
472 /* Define to 1 if you have the <memory.h> header file. */
475 /* Define to 1 if you have the `mempcpy' function. */
478 /* Define to 1 if you have the `memrchr' function. */
481 /* Define to 1 if <limits.h> defines the MIN and MAX macros. */
482 #undef HAVE_MINMAX_IN_LIMITS_H
484 /* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
485 #undef HAVE_MINMAX_IN_SYS_PARAM_H
487 /* Define to 1 if you have the `mknod' function. */
490 /* Define to 1 if you have the `mkstemp' function. */
493 /* Define to 1 if you have a working `mmap' system call. */
496 /* Define to 1 if you have the `nanotime' function. */
499 /* Define to 1 if you have the <ndbm.h> header file. */
502 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
505 /* Define to 1 if you have the `openat' function. */
508 /* Define to 1 if you have the <OS.h> header file. */
511 /* Define to enable system authentication with PAM instead of using the simple
512 getpwnam interface. This allows authentication (in theory) with any PAM
513 module, e.g. on systems with shadow passwords or via LDAP */
516 /* Define to 1 if pam/pam_appl.h is available */
517 #undef HAVE_PAM_PAM_APPL_H
519 /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
520 setting errno to ERANGE, ENAMETOOLONG, or ENOENT. If __GETCWD_PREFIX is not
521 defined, it doesn't matter whether HAVE_PARTLY_WORKING_GETCWD is defined.
523 #undef HAVE_PARTLY_WORKING_GETCWD
525 /* Define to 1 if you have the `posix_memalign' function. */
526 #undef HAVE_POSIX_MEMALIGN
528 /* Define to 1 if the `printf' function supports the %p format for printing
530 #undef HAVE_PRINTF_PTR
532 /* Define to 1 if the system has the type `ptrdiff_t'. */
533 #undef HAVE_PTRDIFF_T
535 /* Define to 1 if you have the `readlink' function. */
538 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
539 and to 0 otherwise. */
542 /* Define to 1 if you have the `regcomp' function. */
545 /* Define to 1 if you have the `regerror' function. */
548 /* Define to 1 if you have the `regexec' function. */
551 /* Define to 1 if you have the `regfree' function. */
554 /* Define to 1 if you have the `resolvepath' function. */
555 #undef HAVE_RESOLVEPATH
557 /* Define to 1 if you have the `rpmatch' function. */
560 /* Define to 1 if you have run the test for working tzset. */
561 #undef HAVE_RUN_TZSET_TEST
563 /* Define to 1 if you have the <search.h> header file. */
566 /* Define to 1 if security/pam_appl.h is available */
567 #undef HAVE_SECURITY_PAM_APPL_H
569 /* Define to 1 if you have the `setenv' function. */
572 /* Define if the diff library should use setmode for binary files. */
575 /* Define to 1 if you have the `sigaction' function. */
576 #undef HAVE_SIGACTION
578 /* Define to 1 if you have the `sigblock' function. */
581 /* Define to 1 if you have the `siginterrupt' function. */
582 #undef HAVE_SIGINTERRUPT
584 /* Define to 1 if you have the `sigprocmask' function. */
585 #undef HAVE_SIGPROCMASK
587 /* Define to 1 if you have the `sigsetmask' function. */
588 #undef HAVE_SIGSETMASK
590 /* Define to 1 if you have the `sigvec' function. */
593 /* Define to 1 if you have the `snprintf' function. */
596 /* Define to 1 if stdbool.h conforms to C99. */
597 #undef HAVE_STDBOOL_H
599 /* Define to 1 if you have the <stdint.h> header file. */
602 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
604 #undef HAVE_STDINT_H_WITH_UINTMAX
606 /* Define to 1 if you have the <stdio_ext.h> header file. */
607 #undef HAVE_STDIO_EXT_H
609 /* Define to 1 if you have the <stdlib.h> header file. */
612 /* Define if you have strchr (always for CVS). */
615 /* Define to 1 if you have the `strdup' function. */
618 /* Define to 1 if you have the `strerror' function. */
621 /* Define to 1 if you have the `strerror_r' function. */
622 #undef HAVE_STRERROR_R
624 /* Define to 1 if you have the `strftime' function. */
627 /* Define to 1 if you have the <strings.h> header file. */
628 #undef HAVE_STRINGS_H
630 /* Define to 1 if you have the <string.h> header file. */
633 /* Define to 1 if you have the `strncasecmp' function. */
634 #undef HAVE_STRNCASECMP
636 /* Define to 1 if you have the `strtol' function. */
639 /* Define to 1 if you have the `strtoul' function. */
642 /* Define if there is a member named d_type in the struct describing directory
644 #undef HAVE_STRUCT_DIRENT_D_TYPE
646 /* Define to 1 if `st_blksize' is member of `struct stat'. */
647 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
649 /* Define to 1 if `st_rdev' is member of `struct stat'. */
650 #undef HAVE_STRUCT_STAT_ST_RDEV
652 /* Define if struct timespec is declared in <time.h>. */
653 #undef HAVE_STRUCT_TIMESPEC
655 /* Define to 1 if `tm_zone' is member of `struct tm'. */
656 #undef HAVE_STRUCT_TM_TM_ZONE
658 /* Define to 1 if you have the <syslog.h> header file. */
661 /* Define to 1 if you have the <sys/bsdtypes.h> header file. */
662 #undef HAVE_SYS_BSDTYPES_H
664 /* Define to 1 if you have the <sys/cdefs.h> header file. */
665 #undef HAVE_SYS_CDEFS_H
667 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
669 #undef HAVE_SYS_DIR_H
671 /* Define to 1 if you have the <sys/file.h> header file. */
672 #undef HAVE_SYS_FILE_H
674 /* Define to 1 if you have the <sys/inttypes.h> header file. */
675 #undef HAVE_SYS_INTTYPES_H
677 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
679 #undef HAVE_SYS_NDIR_H
681 /* Define to 1 if you have the <sys/param.h> header file. */
682 #undef HAVE_SYS_PARAM_H
684 /* Define to 1 if you have the <sys/resource.h> header file. */
685 #undef HAVE_SYS_RESOURCE_H
687 /* Define to 1 if you have the <sys/select.h> header file. */
688 #undef HAVE_SYS_SELECT_H
690 /* Define to 1 if you have the <sys/stat.h> header file. */
691 #undef HAVE_SYS_STAT_H
693 /* Define to 1 if you have the <sys/time.h> header file. */
694 #undef HAVE_SYS_TIME_H
696 /* Define to 1 if you have the <sys/types.h> header file. */
697 #undef HAVE_SYS_TYPES_H
699 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
700 #undef HAVE_SYS_WAIT_H
702 /* Define to 1 if you have the `tcgetattr' function. */
703 #undef HAVE_TCGETATTR
705 /* Define to 1 if you have the `tcsetattr' function. */
706 #undef HAVE_TCSETATTR
708 /* Define to 1 if you have the <termios.h> header file. */
709 #undef HAVE_TERMIOS_H
711 /* Define to 1 if you have the `timezone' function. */
714 /* Define to 1 if localtime_r, etc. have the type signatures that POSIX
716 #undef HAVE_TIME_R_POSIX
718 /* Define if struct tm has the tm_gmtoff member. */
719 #undef HAVE_TM_GMTOFF
721 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
722 `HAVE_STRUCT_TM_TM_ZONE' instead. */
725 /* Define to 1 if you have the `tsearch' function. */
728 /* Define to 1 if you don't have `tm_zone' but do have the external array
732 /* Define to 1 if you have the `tzset' function. */
735 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
736 #undef HAVE_UINTMAX_T
738 /* Define to 1 if you have the `uname' function. */
741 /* Define to 1 if you have the <unistd.h> header file. */
744 /* Define to 1 if you have the `unsetenv' function. */
747 /* Define if you have the 'unsigned long long' type. */
748 #undef HAVE_UNSIGNED_LONG_LONG
750 /* Define to 1 if you have the <utime.h> header file. */
753 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
754 #undef HAVE_UTIME_NULL
756 /* Define to 1 if you have the `vasnprintf' function. */
757 #undef HAVE_VASNPRINTF
759 /* Define to 1 if you have the `vasprintf' function. */
760 #undef HAVE_VASPRINTF
762 /* Define to 1 if you have the `vfork' function. */
765 /* Define to 1 if you have the <vfork.h> header file. */
768 /* Define to 1 if you have the `vprintf' function. */
771 /* Define to 1 if you have the `wait3' function. */
774 /* Define to 1 if you have the `waitpid' function. */
777 /* Define to 1 if you have the <wchar.h> header file. */
780 /* Define if you have the 'wchar_t' type. */
783 /* Define to 1 if you have the `wcrtomb' function. */
786 /* Define to 1 if you have the `wcscoll' function. */
789 /* Define to 1 if you have the `wcslen' function. */
792 /* Define to 1 if you have the <wctype.h> header file. */
795 /* Define if you have the 'wint_t' type. */
798 /* Define to 1 if you have the `wmemchr' function. */
801 /* Define to 1 if you have the `wmemcpy' function. */
804 /* Define to 1 if you have the `wmempcpy' function. */
807 /* Define to 1 if `fork' works. */
808 #undef HAVE_WORKING_FORK
810 /* Define to 1 if `vfork' works. */
811 #undef HAVE_WORKING_VFORK
813 /* Define to 1 if you have the <zlib.h> header file. */
816 /* Define to 1 if the system has the type `_Bool'. */
819 /* Define to 1 if you have the `__fpending' function. */
820 #undef HAVE___FPENDING
822 /* Define to 1 if you have the `__fsetlocking' function. */
823 #undef HAVE___FSETLOCKING
825 /* Define to 1 if you have the `__secure_getenv' function. */
826 #undef HAVE___SECURE_GETENV
828 #if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
829 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
831 # define ISSLASH(C) ((C) == '/')
834 /* Define to include locking code which prevents versions of CVS earlier than
835 1.12.4 directly accessing the same repositiory as this executable from
836 ignoring this executable's promotable read locks. If only CVS versions
837 1.12.4 and later will be accessing your repository directly (as a server or
838 locally), you can safely disable this option in return for fewer disk
839 accesses and a small speed increase. Disabling this option when versions of
840 CVS earlier than 1,12,4 _will_ be accessing your repository, however, is
841 *VERY* *VERY* *VERY* dangerous and could result in data loss. As such, by
842 default, CVS is compiled with this code enabled. If you are sure you would
843 like this code disabled, you can disable it by passing the
844 "--disable-lock-compatibility" option to configure or by commenting out the
846 #undef LOCK_COMPATIBILITY
848 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
850 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
852 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
853 #undef MALLOC_0_IS_NONNULL
855 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
858 /* By default, CVS stores its modules and other such items in flat text files
859 (MY_NDBM enables this). Turning off MY_NDBM causes CVS to look for a
860 system-supplied ndbm database library and use it instead. That may speed
861 things up, but the default setting generally works fine too. */
864 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
865 #undef NO_MINUS_C_MINUS_O
867 /* Define to the address where bug reports for this package should be sent. */
868 #undef PACKAGE_BUGREPORT
870 /* Define to the full name of this package. */
873 /* Define to the full name and version of this package. */
874 #undef PACKAGE_STRING
876 /* Define to the one symbol short name of this package. */
877 #undef PACKAGE_TARNAME
879 /* Define to the version of this package. */
880 #undef PACKAGE_VERSION
882 /* Define to set a service name for PAM. This must be defined. Define to
883 `program_name', without the quotes, to use whatever name CVS was invoked
884 as. Otherwise, define to a double-quoted literal string, such as `"cvs"'.
886 #undef PAM_SERVICE_NAME
888 /* the number of pending output bytes on stream `fp' */
889 #undef PENDING_OUTPUT_N_BYTES
891 /* Define if you want CVS to be able to serve as a transparent proxy for write
892 operations. Disabling this may produce a slight performance gain on some
893 systems, at the expense of write proxy support. */
896 /* Path to the pr utility */
899 /* Define to force lib/regex.c to use malloc instead of alloca. */
902 /* Define if rename does not work for source file names with a trailing slash,
903 like the one from SunOS 4.1.1_U1. */
904 #undef RENAME_TRAILING_SLASH_BUG
906 /* Define as the return type of signal handlers (`int' or `void'). */
909 /* The default remote shell to use, if one does not specify the CVS_RSH
910 environment variable. */
913 /* If you are working with a large remote repository and a 'cvs checkout' is
914 swamping your network and memory, define these to enable flow control. You
915 will end up with even less probability of a consistent checkout (see
916 Concurrency in cvs.texinfo), but CVS doesn't try to guarantee that anyway.
917 The master server process will monitor how far it is getting behind, if it
918 reaches the high water mark, it will signal the child process to stop
919 generating data when convenient (ie: no locks are held, currently at the
920 beginning of a new directory). Once the buffer has drained sufficiently to
921 reach the low water mark, it will be signalled to start again. */
922 #undef SERVER_FLOWCONTROL
924 /* The high water mark in bytes for server flow control. Required if
925 SERVER_FLOWCONTROL is defined, and useless otherwise. */
926 #undef SERVER_HI_WATER
928 /* The low water mark in bytes for server flow control. Required if
929 SERVER_FLOWCONTROL is defined, and useless otherwise. */
930 #undef SERVER_LO_WATER
932 /* Define if you want CVS to be able to serve repositories to remote clients.
934 #undef SERVER_SUPPORT
936 /* The size of a `char', as computed by sizeof. */
939 /* The size of a `double', as computed by sizeof. */
942 /* The size of a `float', as computed by sizeof. */
945 /* The size of a `int', as computed by sizeof. */
948 /* The size of a `intmax_t', as computed by sizeof. */
949 #undef SIZEOF_INTMAX_T
951 /* The size of a `long', as computed by sizeof. */
954 /* The size of a `long double', as computed by sizeof. */
955 #undef SIZEOF_LONG_DOUBLE
957 /* The size of a `long long', as computed by sizeof. */
958 #undef SIZEOF_LONG_LONG
960 /* The size of a `ptrdiff_t', as computed by sizeof. */
961 #undef SIZEOF_PTRDIFF_T
963 /* The size of a `short', as computed by sizeof. */
966 /* The size of a `size_t', as computed by sizeof. */
969 /* The size of a `wint_t', as computed by sizeof. */
972 /* Define as the maximum value of type 'size_t', if the system doesn't define
976 /* If using the C implementation of alloca, define if you know the
977 direction of stack growth for your system; otherwise it will be
978 automatically deduced at run-time.
979 STACK_DIRECTION > 0 => grows toward higher addresses
980 STACK_DIRECTION < 0 => grows toward lower addresses
981 STACK_DIRECTION = 0 => direction of growth unknown */
982 #undef STACK_DIRECTION
984 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
985 #undef STAT_MACROS_BROKEN
987 /* Define to 1 if you have the ANSI C header files. */
990 /* Define to 1 if strerror_r returns char *. */
991 #undef STRERROR_R_CHAR_P
993 /* Enable support for the pre 1.12.1 *info scripting hook format strings.
994 Disable this option for a smaller executable once your scripting hooks have
995 been updated to use the new *info format strings by passing
996 "--disable-old-info-format-support" option to configure or by commenting
997 out the line below. */
998 #undef SUPPORT_OLD_INFO_FMT_STRINGS
1000 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1001 #undef TIME_WITH_SYS_TIME
1003 /* Directory used for storing temporary files, if not overridden by
1004 environment variables or the -T global option. There should be little need
1005 to change this (-T is a better mechanism if you need to use a different
1006 directory for temporary files). */
1009 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1010 #undef TM_IN_SYS_TIME
1012 /* Define if tzset clobbers localtime's static buffer. */
1013 #undef TZSET_CLOBBERS_LOCALTIME_BUFFER
1015 /* Define to its maximum value if an unsigned integer type of width exactly 32
1016 bits exists and the standard includes do not define UINT32_MAX. */
1019 /* The default umask to use when creating or otherwise setting file or
1020 directory permissions in the repository. Must be a value in the range of 0
1021 through 0777. For example, a value of 002 allows group rwx access and world
1022 rx access; a value of 007 allows group rwx access but no world access. This
1023 value is overridden by the value of the CVSUMASK environment variable,
1024 which is interpreted as an octal number. */
1027 /* Define if double is the first floating point type detected with its size.
1029 #undef UNIQUE_FLOAT_TYPE_DOUBLE
1031 /* Define if float is the first floating point type detected with its size. */
1032 #undef UNIQUE_FLOAT_TYPE_FLOAT
1034 /* Define if long double is the first floating point type detected with its
1036 #undef UNIQUE_FLOAT_TYPE_LONG_DOUBLE
1038 /* Define if char is the first integer type detected with its size. */
1039 #undef UNIQUE_INT_TYPE_CHAR
1041 /* Define if int is the first integer type detected with its size. */
1042 #undef UNIQUE_INT_TYPE_INT
1044 /* Define if intmax_t is the first integer type detected with its size. */
1045 #undef UNIQUE_INT_TYPE_INTMAX_T
1047 /* Define if long int is the first integer type detected with its size. */
1048 #undef UNIQUE_INT_TYPE_LONG
1050 /* Define if long long is the first integer type detected with its size. */
1051 #undef UNIQUE_INT_TYPE_LONG_LONG
1053 /* Define if ptrdiff_t is the first integer type detected with its size. */
1054 #undef UNIQUE_INT_TYPE_PTRDIFF_T
1056 /* Define if short is the first integer type detected with its size. */
1057 #undef UNIQUE_INT_TYPE_SHORT
1059 /* Define if size_t is the first integer type detected with its size. */
1060 #undef UNIQUE_INT_TYPE_SIZE_T
1062 /* Define if wint_t is the first integer type detected with its size. */
1063 #undef UNIQUE_INT_TYPE_WINT_T
1065 /* Define if setmode is required when writing binary data to stdout. */
1066 #undef USE_SETMODE_STDOUT
1068 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
1069 Unlocked I/O can improve performance in unithreaded apps, but it is not
1070 safe for multithreaded apps. */
1071 #undef USE_UNLOCKED_IO
1073 /* Define if utime requires write access to the file (true on Windows, but not
1075 #undef UTIME_EXPECTS_WRITABLE
1077 /* Define if unsetenv() returns void, not int. */
1078 #undef VOID_UNSETENV
1080 /* Define to 1 if your processor stores words with the most significant byte
1081 first (like Motorola and SPARC, unlike Intel and VAX). */
1082 #undef WORDS_BIGENDIAN
1084 /* Define to 1 if on AIX 3.
1085 System headers sometimes define this.
1086 We just want to avoid a redefinition error message. */
1091 /* Number of bits in a file offset, on hosts where this is settable. */
1092 #undef _FILE_OFFSET_BITS
1094 /* Enable GNU extensions on systems that have them. */
1099 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1100 #undef _LARGEFILE_SOURCE
1102 /* Define for large files, on AIX-style hosts. */
1105 /* Define to 1 if on MINIX. */
1108 /* Define to 2 if the system does not provide POSIX.1 features except with
1110 #undef _POSIX_1_SOURCE
1112 /* Define to 1 if you need to in order for `stat' and other things to work. */
1113 #undef _POSIX_SOURCE
1115 /* Define if you want regoff_t to be at least as wide POSIX requires. */
1116 #undef _REGEX_LARGE_OFFSETS
1118 /* Define to force lib/regex.c to define re_comp et al. */
1119 #undef _REGEX_RE_COMP
1121 /* Define for Solaris 2.5.1 so uint32_t typedef from <sys/synch.h>,
1122 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
1123 #define below would cause a syntax error. */
1126 /* Enable extensions on Solaris. */
1127 #ifndef __EXTENSIONS__
1128 # undef __EXTENSIONS__
1130 #ifndef _POSIX_PTHREAD_SEMANTICS
1131 # undef _POSIX_PTHREAD_SEMANTICS
1134 /* Define to rpl_ if the getcwd replacement function should be used. */
1135 #undef __GETCWD_PREFIX
1137 /* Define to rpl_ if the getopt replacement functions and variables should be
1139 #undef __GETOPT_PREFIX
1141 /* Define to rpl_ if the openat replacement function should be used. */
1142 #undef __OPENAT_PREFIX
1144 /* Define to empty if `const' does not conform to ANSI C. */
1147 /* Define to a replacement function name for fnmatch(). */
1150 /* Define to a replacement function name for getline(). */
1153 /* Define to a replacement function name for getpass(). */
1156 /* Define to rpl_gettimeofday if the replacement function should be used. */
1159 /* Define to `int' if <sys/types.h> doesn't define. */
1162 /* Define to rpl_gmtime if the replacement function should be used. */
1165 /* Define to `__inline__' or `__inline' if that's what the C compiler
1166 calls it, or to nothing if 'inline' is not supported under any name. */
1171 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
1174 /* Define to rpl_localtime if the replacement function should be used. */
1177 /* Define to rpl_malloc if the replacement function should be used. */
1180 /* Define to a type if <wchar.h> does not define. */
1183 /* Define to rpl_mkdir if the replacement function should be used. */
1186 /* Define to rpl_mkstemp if the replacement function should be used. */
1189 /* Define to rpl_mktime if the replacement function should be used. */
1192 /* Define to `int' if <sys/types.h> does not define. */
1195 /* Define to the name of the strftime replacement function. */
1198 /* Define to rpl_nanosleep if the replacement function should be used. */
1201 /* Define to `int' if <sys/types.h> does not define. */
1204 /* Define to rpl_realloc if the replacement function should be used. */
1207 /* Define to rpl_rename if the replacement function should be used. */
1210 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
1211 supported. Do not define if restrict is supported directly. */
1214 /* Define to rpl_select if the replacement function should be used. */
1217 /* Define to empty if the C compiler doesn't support this keyword. */
1220 /* Define to `unsigned' if <sys/types.h> does not define. */
1223 /* Define as a signed type of the same size as size_t. */
1226 /* Define to rpl_strcasecmp always. */
1229 /* Define to rpl_tzset if the wrapper function should be used. */
1232 /* Define to `int' if <sys/types.h> doesn't define. */
1235 /* Define to the type of a unsigned integer type of width exactly 32 bits if
1236 such a type exists and the standard includes do not define it. */
1239 /* Define to unsigned long or unsigned long long if <stdint.h> and
1240 <inttypes.h> don't define. */
1243 /* Define as `fork' if `vfork' does not work. */