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