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