1 /* config.h.in. Generated from configure.in by autoheader 2.61-MirPorts-1. */
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 enable encryption support. */
64 /* Define as good substitute value for EOVERFLOW. */
67 /* Define if this executable will be running on case insensitive file systems.
68 In the client case, this means that it will request that the server pretend
69 to be case insensitive if it isn't already. */
70 #undef FILENAMES_CASE_INSENSITIVE
72 /* Define on systems for which file names may have a so-called `drive letter'
73 prefix, define this to compute the length of that prefix, including the
75 #undef FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
77 /* Define if the backslash character may also serve as a file name component
79 #undef FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
81 #if FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
82 # define FILE_SYSTEM_PREFIX_LEN(Filename) \
83 ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
85 # define FILE_SYSTEM_PREFIX_LEN(Filename) 0
88 /* When committing or importing files, you must enter a log message. Normally,
89 you can do this either via the -m flag on the command line, the -F flag on
90 the command line, or an editor will be started for you. If you like to use
91 logging templates (the rcsinfo file within the $CVSROOT/CVSROOT directory),
92 you might want to force people to use the editor even if they specify a
93 message with -m or -F. Enabling FORCE_USE_EDITOR will cause the -m or -F
94 message to be appended to the temp file when the editor is started. */
95 #undef FORCE_USE_EDITOR
97 /* Define to 1 if you have the `alloca' function. */
100 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
104 /* Define to 1 if you have the `atexit' function. */
107 /* Define to 1 if you have the <bp-sym.h> header file. */
110 /* Define to 1 if you have the `btowc' function. */
113 /* Define to 1 if you have the `canonicalize_file_name' function. */
114 #undef HAVE_CANONICALIZE_FILE_NAME
116 /* Define to 1 if you have the `chsize' function. */
119 /* Define to 1 if you have the `clock_gettime' function. */
120 #undef HAVE_CLOCK_GETTIME
122 /* Define to 1 if you have the `clock_settime' function. */
123 #undef HAVE_CLOCK_SETTIME
125 /* Define if you have the connect function. */
128 /* Define if you have the crypt function. */
131 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
133 #undef HAVE_DECL_CLEARERR_UNLOCKED
135 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
137 #undef HAVE_DECL_FEOF_UNLOCKED
139 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
141 #undef HAVE_DECL_FERROR_UNLOCKED
143 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
145 #undef HAVE_DECL_FFLUSH_UNLOCKED
147 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
149 #undef HAVE_DECL_FGETS_UNLOCKED
151 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
153 #undef HAVE_DECL_FPUTC_UNLOCKED
155 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
157 #undef HAVE_DECL_FPUTS_UNLOCKED
159 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
161 #undef HAVE_DECL_FREAD_UNLOCKED
163 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
165 #undef HAVE_DECL_FWRITE_UNLOCKED
167 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
169 #undef HAVE_DECL_GETCHAR_UNLOCKED
171 /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
173 #undef HAVE_DECL_GETCWD
175 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
177 #undef HAVE_DECL_GETC_UNLOCKED
179 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
181 #undef HAVE_DECL_GETDELIM
183 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
185 #undef HAVE_DECL_GETENV
187 /* Define to 1 if you have the declaration of `getline', and to 0 if you
189 #undef HAVE_DECL_GETLINE
191 /* Define to 1 if you have the declaration of `getlogin', and to 0 if you
193 #undef HAVE_DECL_GETLOGIN
195 /* Define to 1 if you have the declaration of `getlogin_r', and to 0 if you
197 #undef HAVE_DECL_GETLOGIN_R
199 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
201 #undef HAVE_DECL_MEMRCHR
203 /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
205 #undef HAVE_DECL_NANOSLEEP
207 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
209 #undef HAVE_DECL_PUTCHAR_UNLOCKED
211 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
213 #undef HAVE_DECL_PUTC_UNLOCKED
215 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
217 #undef HAVE_DECL_STRDUP
219 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
221 #undef HAVE_DECL_STRERROR_R
223 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
225 #undef HAVE_DECL_TZNAME
227 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
229 #undef HAVE_DECL___FPENDING
231 /* Define to 1 if you have the <direct.h> header file. */
234 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
238 /* Define to 1 if you have the `dup2' function. */
241 /* Define if you have the declaration of environ. */
242 #undef HAVE_ENVIRON_DECL
244 /* Define if you have the declaration of errno. */
245 #undef HAVE_ERRNO_DECL
247 /* Define to 1 if you have the `fchdir' function. */
250 /* Define to 1 if you have the `fchmod' function. */
253 /* Define to 1 if you have the <fcntl.h> header file. */
256 /* Define to 1 if you have the `flockfile' function. */
257 #undef HAVE_FLOCKFILE
259 /* Define to 1 if you have the `fork' function. */
262 /* Define to 1 if you have the `fseeko' function. */
265 /* Define to 1 if you have the `fsync' function. */
268 /* Define to 1 if you have the `ftime' function. */
271 /* Define to 1 if you have the `ftruncate' function. */
272 #undef HAVE_FTRUNCATE
274 /* Define to 1 if you have the `funlockfile' function. */
275 #undef HAVE_FUNLOCKFILE
277 /* Define to 1 if you have the `gai_strerror' function. */
278 #undef HAVE_GAI_STRERROR
280 /* Define to 1 if you have the `getaddrinfo' function. */
281 #undef HAVE_GETADDRINFO
283 /* Define to 1 if you have the `getdelim' function. */
286 /* Define to 1 if you have the `geteuid' function. */
289 /* Define to 1 if you have the `getgroups' function. */
290 #undef HAVE_GETGROUPS
292 /* Define to 1 if you have the `gethostname' function. */
293 #undef HAVE_GETHOSTNAME
295 /* Define to 1 if you have the `getlogin_r' function. */
296 #undef HAVE_GETLOGIN_R
298 /* Define to 1 if you have the <getopt.h> header file. */
301 /* Define to 1 if you have the `getopt_long_only' function. */
302 #undef HAVE_GETOPT_LONG_ONLY
304 /* Define to 1 if you have the `getpagesize' function. */
305 #undef HAVE_GETPAGESIZE
307 /* Define to 1 if you have the `getpass' function. */
310 /* Define if you have the getspnam function. */
313 /* Define to 1 if you have the `gettimeofday' function. */
314 #undef HAVE_GETTIMEOFDAY
316 /* Define to 1 if you have the `initgroups' function. */
317 #undef HAVE_INITGROUPS
319 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
322 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
323 #undef HAVE_INTTYPES_H
325 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
326 declares uintmax_t. */
327 #undef HAVE_INTTYPES_H_WITH_UINTMAX
329 /* Define to 1 if you have the <io.h> header file. */
332 /* Define to 1 if <sys/socket.h> defines AF_INET. */
335 /* Define to 1 if <sys/socket.h> defines AF_INET6. */
338 /* Define to 1 if you have the `isascii' function. */
341 /* Define to 1 if you have the `isblank' function. */
344 /* Define to 1 if you have the `iswprint' function. */
347 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
348 #undef HAVE_LANGINFO_CODESET
350 /* Define to 1 if you have the `nsl' library (-lnsl). */
353 /* Define to 1 if you have the <locale.h> header file. */
356 /* Define to 1 if you have the `login' function. */
359 /* Define to 1 if you have the `logout' function. */
362 /* Define if you have the 'long double' type. */
363 #undef HAVE_LONG_DOUBLE
365 /* Define to 1 if you support file names longer than 14 characters. */
366 #undef HAVE_LONG_FILE_NAMES
368 /* Define if you have the 'long long' type. */
369 #undef HAVE_LONG_LONG
371 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
375 /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
376 config.h and <sys/mman.h>. */
377 #undef HAVE_MAP_ANONYMOUS
379 /* Define to 1 if you have the `mblen' function. */
382 /* Define to 1 if you have the `mbrlen' function. */
385 /* Define to 1 if you have the `mbrtowc' function. */
388 /* Define to 1 if you have the `mbsinit' function. */
391 /* Define to 1 if you have the `mbsrtowcs' function. */
392 #undef HAVE_MBSRTOWCS
394 /* Define to 1 if <wchar.h> declares mbstate_t. */
395 #undef HAVE_MBSTATE_T
397 /* Define if you have memchr (always for CVS). */
400 /* Define to 1 if you have the `memmove' function. */
403 /* Define to 1 if you have the <memory.h> header file. */
406 /* Define to 1 if you have the `mempcpy' function. */
409 /* Define to 1 if you have the `memrchr' function. */
412 /* Define to 1 if <limits.h> defines the MIN and MAX macros. */
413 #undef HAVE_MINMAX_IN_LIMITS_H
415 /* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
416 #undef HAVE_MINMAX_IN_SYS_PARAM_H
418 /* Define to 1 if you have the `mkstemp' function. */
421 /* Define to 1 if you have a working `mmap' system call. */
424 /* Define to 1 if you have the `nanotime' function. */
427 /* Define to 1 if you have the <ndbm.h> header file. */
430 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
433 /* Define to 1 if you have the `openat' function. */
436 /* Define to 1 if you have the <OS.h> header file. */
439 /* Define to enable system authentication with PAM instead of using the simple
440 getpwnam interface. This allows authentication (in theory) with any PAM
441 module, e.g. on systems with shadow passwords or via LDAP */
444 /* Define to 1 if pam/pam_appl.h is available */
445 #undef HAVE_PAM_PAM_APPL_H
447 /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
448 setting errno to ERANGE, ENAMETOOLONG, or ENOENT. If __GETCWD_PREFIX is not
449 defined, it doesn't matter whether HAVE_PARTLY_WORKING_GETCWD is defined.
451 #undef HAVE_PARTLY_WORKING_GETCWD
453 /* Define to 1 if you have the `posix_memalign' function. */
454 #undef HAVE_POSIX_MEMALIGN
456 /* Define to 1 if the `printf' function supports the %p format for printing
458 #undef HAVE_PRINTF_PTR
460 /* Define to 1 if the system has the type `ptrdiff_t'. */
461 #undef HAVE_PTRDIFF_T
463 /* Define to 1 if you have the `readlink' function. */
466 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
467 and to 0 otherwise. */
470 /* Define to 1 if you have the `regcomp' function. */
473 /* Define to 1 if you have the `regerror' function. */
476 /* Define to 1 if you have the `regexec' function. */
479 /* Define to 1 if you have the `regfree' function. */
482 /* Define to 1 if you have the `resolvepath' function. */
483 #undef HAVE_RESOLVEPATH
485 /* Define to 1 if you have the `rpmatch' function. */
488 /* Define to 1 if you have run the test for working tzset. */
489 #undef HAVE_RUN_TZSET_TEST
491 /* Define to 1 if you have the <search.h> header file. */
494 /* Define to 1 if security/pam_appl.h is available */
495 #undef HAVE_SECURITY_PAM_APPL_H
497 /* Define to 1 if you have the `setenv' function. */
500 /* Define if the diff library should use setmode for binary files. */
503 /* Define to 1 if you have the `sigaction' function. */
504 #undef HAVE_SIGACTION
506 /* Define to 1 if you have the `sigblock' function. */
509 /* Define to 1 if you have the `siginterrupt' function. */
510 #undef HAVE_SIGINTERRUPT
512 /* Define to 1 if you have the `sigprocmask' function. */
513 #undef HAVE_SIGPROCMASK
515 /* Define to 1 if you have the `sigsetmask' function. */
516 #undef HAVE_SIGSETMASK
518 /* Define to 1 if you have the `sigvec' function. */
521 /* Define to 1 if you have the `snprintf' function. */
524 /* Define to 1 if stdbool.h conforms to C99. */
525 #undef HAVE_STDBOOL_H
527 /* Define to 1 if you have the <stdint.h> header file. */
530 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
532 #undef HAVE_STDINT_H_WITH_UINTMAX
534 /* Define to 1 if you have the <stdio_ext.h> header file. */
535 #undef HAVE_STDIO_EXT_H
537 /* Define to 1 if you have the <stdlib.h> header file. */
540 /* Define if you have strchr (always for CVS). */
543 /* Define to 1 if you have the `strdup' function. */
546 /* Define to 1 if you have the `strerror' function. */
549 /* Define to 1 if you have the `strerror_r' function. */
550 #undef HAVE_STRERROR_R
552 /* Define to 1 if you have the `strftime' function. */
555 /* Define to 1 if you have the <strings.h> header file. */
556 #undef HAVE_STRINGS_H
558 /* Define to 1 if you have the <string.h> header file. */
561 /* Define to 1 if you have the `strtol' function. */
564 /* Define to 1 if you have the `strtoul' function. */
567 /* Define to 1 if `st_blksize' is member of `struct stat'. */
568 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
570 /* Define to 1 if `st_rdev' is member of `struct stat'. */
571 #undef HAVE_STRUCT_STAT_ST_RDEV
573 /* Define if struct timespec is declared in <time.h>. */
574 #undef HAVE_STRUCT_TIMESPEC
576 /* Define to 1 if `tm_zone' is member of `struct tm'. */
577 #undef HAVE_STRUCT_TM_TM_ZONE
579 /* Define to 1 if you have the <syslog.h> header file. */
582 /* Define to 1 if you have the <sys/bsdtypes.h> header file. */
583 #undef HAVE_SYS_BSDTYPES_H
585 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
587 #undef HAVE_SYS_DIR_H
589 /* Define to 1 if you have the <sys/file.h> header file. */
590 #undef HAVE_SYS_FILE_H
592 /* Define to 1 if you have the <sys/inttypes.h> header file. */
593 #undef HAVE_SYS_INTTYPES_H
595 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
597 #undef HAVE_SYS_NDIR_H
599 /* Define to 1 if you have the <sys/param.h> header file. */
600 #undef HAVE_SYS_PARAM_H
602 /* Define to 1 if you have the <sys/resource.h> header file. */
603 #undef HAVE_SYS_RESOURCE_H
605 /* Define to 1 if you have the <sys/select.h> header file. */
606 #undef HAVE_SYS_SELECT_H
608 /* Define to 1 if you have the <sys/stat.h> header file. */
609 #undef HAVE_SYS_STAT_H
611 /* Define to 1 if you have the <sys/time.h> header file. */
612 #undef HAVE_SYS_TIME_H
614 /* Define to 1 if you have the <sys/types.h> header file. */
615 #undef HAVE_SYS_TYPES_H
617 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
618 #undef HAVE_SYS_WAIT_H
620 /* Define to 1 if you have the `timezone' function. */
623 /* Define to 1 if localtime_r, etc. have the type signatures that POSIX
625 #undef HAVE_TIME_R_POSIX
627 /* Define if struct tm has the tm_gmtoff member. */
628 #undef HAVE_TM_GMTOFF
630 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
631 `HAVE_STRUCT_TM_TM_ZONE' instead. */
634 /* Define to 1 if you have the `tsearch' function. */
637 /* Define to 1 if you don't have `tm_zone' but do have the external array
641 /* Define to 1 if you have the `tzset' function. */
644 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
645 #undef HAVE_UINTMAX_T
647 /* Define to 1 if you have the `uname' function. */
650 /* Define to 1 if you have the <unistd.h> header file. */
653 /* Define to 1 if you have the `unsetenv' function. */
656 /* Define if you have the 'unsigned long long' type. */
657 #undef HAVE_UNSIGNED_LONG_LONG
659 /* Define to 1 if you have the <utime.h> header file. */
662 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
663 #undef HAVE_UTIME_NULL
665 /* Define to 1 if you have the `vasnprintf' function. */
666 #undef HAVE_VASNPRINTF
668 /* Define to 1 if you have the `vasprintf' function. */
669 #undef HAVE_VASPRINTF
671 /* Define to 1 if you have the `vfork' function. */
674 /* Define to 1 if you have the <vfork.h> header file. */
677 /* Define to 1 if you have the `vprintf' function. */
680 /* Define to 1 if you have the `wait3' function. */
683 /* Define to 1 if you have the `waitpid' function. */
686 /* Define to 1 if you have the <wchar.h> header file. */
689 /* Define if you have the 'wchar_t' type. */
692 /* Define to 1 if you have the `wcrtomb' function. */
695 /* Define to 1 if you have the `wcscoll' function. */
698 /* Define to 1 if you have the `wcslen' function. */
701 /* Define to 1 if you have the <wctype.h> header file. */
704 /* Define if you have the 'wint_t' type. */
707 /* Define to 1 if you have the `wmemchr' function. */
710 /* Define to 1 if you have the `wmemcpy' function. */
713 /* Define to 1 if you have the `wmempcpy' function. */
716 /* Define to 1 if `fork' works. */
717 #undef HAVE_WORKING_FORK
719 /* Define to 1 if `vfork' works. */
720 #undef HAVE_WORKING_VFORK
722 /* Define to 1 if you have the <zlib.h> header file. */
725 /* Define to 1 if the system has the type `_Bool'. */
728 /* Define to 1 if you have the `__fpending' function. */
729 #undef HAVE___FPENDING
731 /* Define to 1 if you have the `__secure_getenv' function. */
732 #undef HAVE___SECURE_GETENV
734 #if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
735 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
737 # define ISSLASH(C) ((C) == '/')
740 /* Define to include locking code which prevents versions of CVS earlier than
741 1.12.4 directly accessing the same repositiory as this executable from
742 ignoring this executable's promotable read locks. If only CVS versions
743 1.12.4 and later will be accessing your repository directly (as a server or
744 locally), you can safely disable this option in return for fewer disk
745 accesses and a small speed increase. Disabling this option when versions of
746 CVS earlier than 1,12,4 _will_ be accessing your repository, however, is
747 *VERY* *VERY* *VERY* dangerous and could result in data loss. As such, by
748 default, CVS is compiled with this code enabled. If you are sure you would
749 like this code disabled, you can disable it by passing the
750 "--disable-lock-compatibility" option to configure or by commenting out the
752 #undef LOCK_COMPATIBILITY
754 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
756 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
758 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
759 #undef MALLOC_0_IS_NONNULL
761 /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
764 /* By default, CVS stores its modules and other such items in flat text files
765 (MY_NDBM enables this). Turning off MY_NDBM causes CVS to look for a
766 system-supplied ndbm database library and use it instead. That may speed
767 things up, but the default setting generally works fine too. */
770 /* Define to the address where bug reports for this package should be sent. */
771 #undef PACKAGE_BUGREPORT
773 /* Define to the full name of this package. */
776 /* Define to the full name and version of this package. */
777 #undef PACKAGE_STRING
779 /* Define to the one symbol short name of this package. */
780 #undef PACKAGE_TARNAME
782 /* Define to the version of this package. */
783 #undef PACKAGE_VERSION
785 /* Define to set a service name for PAM. This must be defined. Define to
786 `program_name', without the quotes, to use whatever name CVS was invoked
787 as. Otherwise, define to a double-quoted literal string, such as `"cvs"'.
789 #undef PAM_SERVICE_NAME
791 /* the number of pending output bytes on stream `fp' */
792 #undef PENDING_OUTPUT_N_BYTES
794 /* Define if you want CVS to be able to serve as a transparent proxy for write
795 operations. Disabling this may produce a slight performance gain on some
796 systems, at the expense of write proxy support. */
799 /* Path to the pr utility */
802 /* Define to force lib/regex.c to use malloc instead of alloca. */
805 /* Define if rename does not work for source file names with a trailing slash,
806 like the one from SunOS 4.1.1_U1. */
807 #undef RENAME_TRAILING_SLASH_BUG
809 /* Define as the return type of signal handlers (`int' or `void'). */
812 /* The default remote shell to use, if one does not specify the CVS_RSH
813 environment variable. */
816 /* If you are working with a large remote repository and a 'cvs checkout' is
817 swamping your network and memory, define these to enable flow control. You
818 will end up with even less probability of a consistent checkout (see
819 Concurrency in cvs.texinfo), but CVS doesn't try to guarantee that anyway.
820 The master server process will monitor how far it is getting behind, if it
821 reaches the high water mark, it will signal the child process to stop
822 generating data when convenient (ie: no locks are held, currently at the
823 beginning of a new directory). Once the buffer has drained sufficiently to
824 reach the low water mark, it will be signalled to start again. */
825 #undef SERVER_FLOWCONTROL
827 /* The high water mark in bytes for server flow control. Required if
828 SERVER_FLOWCONTROL is defined, and useless otherwise. */
829 #undef SERVER_HI_WATER
831 /* The low water mark in bytes for server flow control. Required if
832 SERVER_FLOWCONTROL is defined, and useless otherwise. */
833 #undef SERVER_LO_WATER
835 /* Define if you want CVS to be able to serve repositories to remote clients.
837 #undef SERVER_SUPPORT
839 /* The size of `char', as computed by sizeof. */
842 /* The size of `double', as computed by sizeof. */
845 /* The size of `float', as computed by sizeof. */
848 /* The size of `int', as computed by sizeof. */
851 /* The size of `intmax_t', as computed by sizeof. */
852 #undef SIZEOF_INTMAX_T
854 /* The size of `long', as computed by sizeof. */
857 /* The size of `long double', as computed by sizeof. */
858 #undef SIZEOF_LONG_DOUBLE
860 /* The size of `long long', as computed by sizeof. */
861 #undef SIZEOF_LONG_LONG
863 /* The size of `ptrdiff_t', as computed by sizeof. */
864 #undef SIZEOF_PTRDIFF_T
866 /* The size of `short', as computed by sizeof. */
869 /* The size of `size_t', as computed by sizeof. */
872 /* The size of `wint_t', as computed by sizeof. */
875 /* Define as the maximum value of type 'size_t', if the system doesn't define
879 /* If using the C implementation of alloca, define if you know the
880 direction of stack growth for your system; otherwise it will be
881 automatically deduced at runtime.
882 STACK_DIRECTION > 0 => grows toward higher addresses
883 STACK_DIRECTION < 0 => grows toward lower addresses
884 STACK_DIRECTION = 0 => direction of growth unknown */
885 #undef STACK_DIRECTION
887 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
888 #undef STAT_MACROS_BROKEN
890 /* Define to 1 if you have the ANSI C header files. */
893 /* Define to 1 if strerror_r returns char *. */
894 #undef STRERROR_R_CHAR_P
896 /* Enable support for the pre 1.12.1 *info scripting hook format strings.
897 Disable this option for a smaller executable once your scripting hooks have
898 been updated to use the new *info format strings by passing
899 "--disable-old-info-format-support" option to configure or by commenting
900 out the line below. */
901 #undef SUPPORT_OLD_INFO_FMT_STRINGS
903 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
904 #undef TIME_WITH_SYS_TIME
906 /* Directory used for storing temporary files, if not overridden by
907 environment variables or the -T global option. There should be little need
908 to change this (-T is a better mechanism if you need to use a different
909 directory for temporary files). */
912 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
913 #undef TM_IN_SYS_TIME
915 /* Define if tzset clobbers localtime's static buffer. */
916 #undef TZSET_CLOBBERS_LOCALTIME_BUFFER
918 /* Define to its maximum value if an unsigned integer type of width exactly 32
919 bits exists and the standard includes do not define UINT32_MAX. */
922 /* The default umask to use when creating or otherwise setting file or
923 directory permissions in the repository. Must be a value in the range of 0
924 through 0777. For example, a value of 002 allows group rwx access and world
925 rx access; a value of 007 allows group rwx access but no world access. This
926 value is overridden by the value of the CVSUMASK environment variable,
927 which is interpreted as an octal number. */
930 /* Define if double is the first floating point type detected with its size.
932 #undef UNIQUE_FLOAT_TYPE_DOUBLE
934 /* Define if float is the first floating point type detected with its size. */
935 #undef UNIQUE_FLOAT_TYPE_FLOAT
937 /* Define if long double is the first floating point type detected with its
939 #undef UNIQUE_FLOAT_TYPE_LONG_DOUBLE
941 /* Define if char is the first integer type detected with its size. */
942 #undef UNIQUE_INT_TYPE_CHAR
944 /* Define if int is the first integer type detected with its size. */
945 #undef UNIQUE_INT_TYPE_INT
947 /* Define if intmax_t is the first integer type detected with its size. */
948 #undef UNIQUE_INT_TYPE_INTMAX_T
950 /* Define if long int is the first integer type detected with its size. */
951 #undef UNIQUE_INT_TYPE_LONG
953 /* Define if long long is the first integer type detected with its size. */
954 #undef UNIQUE_INT_TYPE_LONG_LONG
956 /* Define if ptrdiff_t is the first integer type detected with its size. */
957 #undef UNIQUE_INT_TYPE_PTRDIFF_T
959 /* Define if short is the first integer type detected with its size. */
960 #undef UNIQUE_INT_TYPE_SHORT
962 /* Define if size_t is the first integer type detected with its size. */
963 #undef UNIQUE_INT_TYPE_SIZE_T
965 /* Define if wint_t is the first integer type detected with its size. */
966 #undef UNIQUE_INT_TYPE_WINT_T
968 /* Define if setmode is required when writing binary data to stdout. */
969 #undef USE_SETMODE_STDOUT
971 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
972 Unlocked I/O can improve performance in unithreaded apps, but it is not
973 safe for multithreaded apps. */
974 #undef USE_UNLOCKED_IO
976 /* Define if utime requires write access to the file (true on Windows, but not
978 #undef UTIME_EXPECTS_WRITABLE
980 /* Define if unsetenv() returns void, not int. */
983 /* Define to 1 if your processor stores words with the most significant byte
984 first (like Motorola and SPARC, unlike Intel and VAX). */
985 #undef WORDS_BIGENDIAN
987 /* Define to 1 if on AIX 3.
988 System headers sometimes define this.
989 We just want to avoid a redefinition error message. */
994 /* Number of bits in a file offset, on hosts where this is settable. */
995 #undef _FILE_OFFSET_BITS
997 /* Enable GNU extensions on systems that have them. */
1002 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1003 #undef _LARGEFILE_SOURCE
1005 /* Define for large files, on AIX-style hosts. */
1008 /* Define to 1 if on MINIX. */
1011 /* Define to 2 if the system does not provide POSIX.1 features except with
1013 #undef _POSIX_1_SOURCE
1015 /* Define to 1 if you need to in order for `stat' and other things to work. */
1016 #undef _POSIX_SOURCE
1018 /* Define if you want regoff_t to be at least as wide POSIX requires. */
1019 #undef _REGEX_LARGE_OFFSETS
1021 /* Define to force lib/regex.c to define re_comp et al. */
1022 #undef _REGEX_RE_COMP
1024 /* Define for Solaris 2.5.1 so uint32_t typedef from <sys/synch.h>,
1025 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
1026 #define below would cause a syntax error. */
1029 /* Enable extensions on Solaris. */
1030 #ifndef __EXTENSIONS__
1031 # undef __EXTENSIONS__
1033 #ifndef _POSIX_PTHREAD_SEMANTICS
1034 # undef _POSIX_PTHREAD_SEMANTICS
1037 /* Define to rpl_ if the getcwd replacement function should be used. */
1038 #undef __GETCWD_PREFIX
1040 /* Define to rpl_ if the openat replacement function should be used. */
1041 #undef __OPENAT_PREFIX
1043 /* Define to empty if `const' does not conform to ANSI C. */
1046 /* Define to a replacement function name for getline(). */
1049 /* Define to rpl_gettimeofday if the replacement function should be used. */
1052 /* Define to `int' if <sys/types.h> doesn't define. */
1055 /* Define to rpl_gmtime if the replacement function should be used. */
1058 /* Define to `__inline__' or `__inline' if that's what the C compiler
1059 calls it, or to nothing if 'inline' is not supported under any name. */
1064 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
1067 /* Define to rpl_localtime if the replacement function should be used. */
1070 /* Define to rpl_malloc if the replacement function should be used. */
1073 /* Define to a type if <wchar.h> does not define. */
1076 /* Define to rpl_mkdir if the replacement function should be used. */
1079 /* Define to rpl_mkstemp if the replacement function should be used. */
1082 /* Define to `int' if <sys/types.h> does not define. */
1085 /* Define to the name of the strftime replacement function. */
1088 /* Define to rpl_nanosleep if the replacement function should be used. */
1091 /* Define to `int' if <sys/types.h> does not define. */
1094 /* Define to rpl_realloc if the replacement function should be used. */
1097 /* Define to rpl_rename if the replacement function should be used. */
1100 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
1101 supported. Do not define if restrict is supported directly. */
1104 /* Define to rpl_select if the replacement function should be used. */
1107 /* Define to empty if the C compiler doesn't support this keyword. */
1110 /* Define to `unsigned int' if <sys/types.h> does not define. */
1113 /* Define as a signed type of the same size as size_t. */
1116 /* Define to rpl_tzset if the wrapper function should be used. */
1119 /* Define to `int' if <sys/types.h> doesn't define. */
1122 /* Define to the type of a unsigned integer type of width exactly 32 bits if
1123 such a type exists and the standard includes do not define it. */
1126 /* Define to unsigned long or unsigned long long if <stdint.h> and
1127 <inttypes.h> don't define. */
1130 /* Define as `fork' if `vfork' does not work. */